/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,50,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
/*======================
   02. Basic css
========================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans';
	background-color: #f1f3f7;
	font-size: 14px;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

a:focus,
button:focus{
	outline: none;
}

a.btn:focus{
	-webkit-box-shadow: none;
	        box-shadow: none;
}

h4{
	font-size: 24px;
	font-weight: 600;
	color: #1d1d1d;
}


header.header_top {
	position: fixed;
	height: 55px;
	z-index: 1025;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 25px;
	top: 0;
	left: 0;
}

header.header_top.sticky{
	-webkit-box-shadow: 0 0 20px 20px rgba(25, 25, 25, 0.03);
	        box-shadow: 0 0 20px 20px rgba(25, 25, 25, 0.03);
}


#menu {
	margin-top: -1px;
}


#menu li {
	display: inline-block;
	color: #fff;
}

#menu li a {
	font-size: 14px;
	color: #414547;
	padding: 0 30px;
}

#menu li a:hover{
	color:  #1b1b1b;
}

#menu>li>a.active,
.ofcavas-menu li a.active {
	font-family: 'Raleway', sans-serif;
	color: #1b1b1b;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.search{
	position: absolute;
	right: 90px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.search img{
	height: 20px;
}

.notification{
	background-color: transparent;
	border: none;
	outline: none;
}

.notification span{
	background: rgb(11,139,8);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(11,139,8,1)), to(rgba(1,226,59,1)));
    background: -o-linear-gradient(bottom, rgba(11,139,8,1) 0%, rgba(1,226,59,1) 100%);
    background: linear-gradient(0deg, rgba(11,139,8,1) 0%, rgba(1,226,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b8b08",endColorstr="#01e23b",GradientType=1);
    padding: 1px 6px;
    border-radius: 50%;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 11px;
    position: absolute;
    top: -5px;
    right: -4px;
}

.user{
	border-radius: 0px 8px 8px 8px;
}

.hero_slider {
    margin-top: 54px;
}

.hero_slider h2{
	font-size: 32px;
	line-height: 48px;
	color: #fff;
	font-weight: 600;
}

.hero_slider p{
	color: #fff;
	max-width: 493px;
	font-size: 16px;
}

.hero_slider p a{
	color: #fff;
}

.slider_content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.hero_slider .item-small{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	z-index:;
}

.hero_slider .item{
	min-height: 350px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 70px;
	position: relative;
	z-index:;
}

.hero_slider .item::before{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(14%, rgba(0,0,0,0.8)), to(transparent));
	background: -o-linear-gradient(left, rgba(0,0,0,0.8) 14%, transparent 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0.8) 14%, transparent 100%);
}

.hero_slider .owl-dots {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 68%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1285px;
	padding: 0 15px;
	z-index: 3;
}


.hero_slider .owl-dots button{
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #979494;
    padding: 2px;
    margin-right: 10px;
    z-index: 1;
}

.hero_slider .owl-dots button.active{
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #fff;
    padding: 2px;
}










/* duhail area */
.duhail_wrapper {
    margin-top: -136px;
    margin-bottom: 30px;
}

.duhail_img img {
    border: 6px solid #f1f3f7;
    border-radius: 5px;
}

.duhail_name {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.duhail_name h2 {
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
}

.duhail_name p {
    color: #fff;
    font-size: 17px;
}

.duhail_name i {
    font-size: 20px;
    margin-right: 7px;
}

.du_p {
    color: #212020;
    font-size: 17px;
}

.t_head {
    width: 40%;
    font-size: 18px;
    color: #2682c1;
}

table td {
    font-size: 15px;
}

/* last and upcoming */
.lastup_wrapper .box_body {
    padding: 15px 20px 5px 20px;
}

.last_wrap .box_body {
    padding: 15px 20px .10px 20px;
}

.lastup_wrapper .box_body table {
    margin-bottom: 15px;
}

.lastup_wrapper thead {
    background: #f0f2f6;
}

.lastup_wrapper table th {
    font-size: 12px;
    font-weight: 600;
    color: #121212;
    text-transform: uppercase;
}

.lastup_wrapper table {
	border: 1px solid #f0f2f6;
	border-radius: 5px;
}

.lastup_wrapper .table td, .table th, .table thead th {
	border: none;
}

.lastup_wrapper tbody tr {
    border-bottom: 1px solid #f0f2f6;
}

.lastup_wrapper tbody tr td {
    font-size: 14px;
    color: #858585;
    font-weight: 800;
}

/* desmap area */
.desmap_wrapper .news h6 {
    font-size: 18px;
    font-weight: 600;
}

.desmap_wrapper .desmap_second_wrap {
    padding-bottom: 1px;
}

.desmap_wrapper .news {
    border: 1px solid #f0f2f6;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.desmap_wrapper .news p {
    font-size: 17px;
}

.map_img {
    margin: 20px 0px 20px 0px;
}

.map_img img {
    height: 444px;
}









/* league home area */
.league_slider .item {
    padding-bottom: 50px !important;
    padding-top: 50px;
}

.league_slider .item h2 {
    font-size: 37px !important;
}

.league_slider .item p {
    font-size: 14px;
}

.league_slider .item p a,
.league_slider .item p a:hover{
	color: #fff;
}

/* handball and upcoming area */
.ballup_wrapper .box_body p {
    font-size: 15px;
    max-width: 706px;
}

.ballup_wrapper .box_body .t_head {
    width: 30%;
    font-size: 14px;
	color: #1a1a1a;
	font-weight: 400;
}
.ballup_wrapper .box_body tbody tr td {
	font-size: 16px;
	font-weight: 600;
	color: #1a9cf5;
}

.ballup_wrapper .box_body {
    padding: 30px 30px 40px 30px;
}

.ballup_wrapper .box_body h3 {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}

.static {
    border: 1px solid #e3e9f7;
    border-radius: 9px;
    height: 106px;
    overflow: hidden;
    background-color: #fff;
}

.static_txt {
	padding-left: 20px;
}

.static_txt p {
    font-size: 36px !important;
    font-weight: 600;
    color: #1a9cf5;
}

.static_txt span {
    font-size: 14px;
    color: #1a1a1a;
    text-transform: uppercase;
}

.ballup_wrapper .upcoming_box {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 20px rgba(25, 25, 25, 0.03);
            box-shadow: 0 0 20px 20px rgba(25, 25, 25, 0.03);
    height: 482px;
    width: 100%;
}

.up_txt {
    background: #3bafff;
    padding: 15px 0 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.up_txt h3 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.up_txt2 {
    border: 1px solid #f1f3f7;
    padding: 15px;
    margin: 20px 0px 5px 0px;
    border-radius: 5px;
}

.up_txt2 a {
    font-size: 18px;
    color: #171717;
    font-weight: 600;
}

.statics_wrapper .box_body {
    padding: 0px 30px 40px 30px;
}

.box_shape{
	border-radius: 31px 0 0 31px;
	background-color: #a1d6fb;
	height: 100%;
	width: 100px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.static_tab li a {
    border: 1px solid #d7ecfb;
    border-radius: 5px;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #3a3a3a;
    height: 43px;
    line-height: 43px;
    width: 135px;
    text-align: center;
    margin-top: 15px;
    padding: 0;
}

.static_tab li a:hover,
.static_tab li a.active{
	border: 1px solid #54aeec;
	background: #eff9ff;
}

.statics_wrapper table {
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}

.statics_wrapper .table td, .table th, .table thead th {
    border: none;
}

.statics_wrapper table thead {
    background: #f1f3f7;
}

.statics_wrapper table thead tr th{
    font-size: 12px;
    color: #3a3a3a;
}

.statics_wrapper table tbody tr{
	border-bottom: 1px solid #dfdfdf;
}

.static_box_1 p{
	color: #1a9cf5;
}

.static_box_1 .box_shape{
	background-color: #1a9cf5;
}

.static_box_2 p{
	color: #e25cff;
}

.static_box_2 .box_shape{
	background-color: #e25cff;
}

.static_box_3 p{
	color: #ff9869;
}

.static_box_3 .box_shape{
	background-color: #ff9869;
}

.static_box_4 p{
	color: #21d2b7;
}

.static_box_4 .box_shape{
	background-color: #21d2b7;
}




/* game slider area */
.hero_slider.game_slider .item {
	padding-bottom: 80px !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.hero_slider.game_slider .owl-dots {
	top: 60%;
}

/* cup area */
.playvs_wrapper {
    margin-top: -100px;
    z-index: 1;
}

.play_cup {
    height: 200px;
    width: 100%;
    background: #08237b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.up_img2 h3, .up_img1 h3 {
    font-size: 16px;
    font-weight: 600;
    color: #272727;
}

.playvs_wrapper .up_event {
    padding: 27px 60px 0px 60px;
}

.playvs_wrapper .up_event h4 span {
    font-size: 22px;
}

.playvs_wrapper .up_event h4 {
    font-size: 20px;
    margin-top: 35px;
}

.playvs_wrapper .up_event p {
    font-size: 15px;
}

.playvs_wrapper .static {
    background: #fff;
}




.match_header {
    height: 65px;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.match_header h3 {
    font-size: 30px;
    font-weight: 600;
}

.left_match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 35px;
}

.left_match h3 {
	font-size: 24px;
	font-weight: 600;
	padding-left: 10px;
}

.match_wrapper ul li {
    font-size: 18px;
    color: #141414;
}

.match_wrapper ul li span {
	font-weight: 700;
	margin-left: 5px;
}

.middle_match {
	position: relative;
	background-color: #fcfdfe;
	height: calc(100% + 65px);
	margin-top: -65px;
}

.middle_match ul{
	padding-top: 195px;
}

.middle_match ul li{
	font-weight: 600;
}

.middle_match::before {
    content: "";
    position: absolute;
    border-left: dotted #e3e9f7;
    height: 100%;
    left: 0;
    top: 0;
}

.middle_match::after {
    content: "";
    position: absolute;
    border-right: dotted #e3e9f7;
    height: 100%;
    right: 0;
    top: 0;
}

/* team information area*/
.team_wrapper .box_wrapper {
    border: 1px solid #e3e9f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team_wrapper .box_body {
    padding: 30px 30px 40px 30px;
}

.team_wrapper .box_body p {
    font-size: 18px;
    color: #212020;
}

.team_wrapper .up_txt h3 {
    font-size: 18px;
}

.team_wrapper .news img {
    min-width: 90px;
    border-radius: 5px;
    margin-right: 15px;
}

.team_wrapper .team_txt h3 {
    font-size: 18px;
    font-weight: 600;
    color: #030304;
    margin-top: 12px;
}

.team_wrapper .team_txt span {
    font-size: 12px;
    color: #030304;
}

.team_wrapper .news {
    margin: 20px 0 15px 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px;
}

.team_wrapper .color_second {
	background: #1c1c1c;
}

.ceo span{
	font-size: 16px;
	font-weight: 600;
	color: #1a9cf5;
}

.upc_body{
	padding: 0 20px 15px;
}


.gallary_img img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}


.card_box{
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #d8d7d7;
	position: relative;
	min-height: 382px;
}

.social_icon{
	height: 21px;
	width: auto !important;
	position: absolute;
	right: 6px;
	top: 5px;
}

.user_2{
	height: 50px !important;
	width: 50px !important;
	border-radius: 50%;
}

.card_box_header{
	padding: 6px 15px;
}

.card_box_header h5{
	font-size: 15px;
	color: #101010;
	font-weight: 600;
}

small{
	font-size: 10px;
	color: #a9a8a8;;
}

.card_box_body{
	padding: 5px 15px 40px;
}

.card_box_body p{
	font-size: 14px;
	color: #000000;
	padding: 0 10px;
}

.card_box_body p a{
	text-decoration: underline;
	color: #93c9ff;
	margin-left: 5px;
}

.img{
	width: 100%;
}

.card_box_footer{
	background-color: #efefef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 5px 20px;
	margin-top: 5px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 40px;
}

.card_box_footer img{
	width: 20px !important;
	display: inline-block !important;
	margin-right: 5px;
}

.card_box_footer img.author{
	width: 30px !important;
	height: 30px;
	border-radius: 50%;
}

.card_box_footer a{
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.accociation_wrapper{
	margin-bottom: 55px;
	margin-top: 35px;
}

.box_wrapper{
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px 20px rgba(25, 25, 25, 0.03);
	        box-shadow: 0 0 20px 20px rgba(25, 25, 25, 0.03);
}

.box_wrapper .box_header{
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #dedede;
	padding: 0 25px;
}

.box_body{
	padding: 30px 0 40px 30px;
	position: relative;
}

.box_wrapper .box_header h3{
	font-size: 24px;
	font-weight: 600;
	color: #191919
}

.box_footer{
	border-top: 1px solid #dedede;
	text-align: center;
	padding: 17px 0;
}

.see_more,
.see_more:hover{
	text-transform: uppercase;
	font-weight: bold;
	color: #0196ff;
	font-size: 12px;
}

.social_slide .owl-stage{
	padding-left: 0 !important;
}

.instagram .card_box_header{
	border-bottom: 1px solid #dedede;
}

.instagram .user_2 {
    height: 35px !important;
    width: 35px !important;
}

.news{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.news:hover{
	opacity: 0.7;
}

.news img{
	min-width: 110px;
	border-radius: 5px;
	margin-right: 15px;
}

.news h6{
	color: #191919;
	font-weight: 600;
}

.news p{
	font-size: 14px;
	margin-top: 5px;
	color: #6b6b6b;
}

.news_box_body{
	padding: 0 20px;
}

.right_text{
	position: absolute;
	right: 0;
	height: 100%;
	width: 40px;
	top: 0;
	z-index: 1;
	text-align: center;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	background-color: rgba(255, 255, 255, 0.95);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 5px;
}

.right_text .see_more{
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.event_box{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 15px 25px;
	border-radius: 5px;
	overflow: hidden;
	/*min-height: 210px;*/
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
  .event_box {
    min-height: 250px;
  }
}

.event_box::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.event_1.event_box::before{
	background: -o-linear-gradient(45deg, rgba(3,31,129,1) 0%, transparent 100%);
	background: linear-gradient(45deg, rgba(3,31,129,1) 0%, transparent 100%);
}

.event_2.event_box::before{
	background: -o-linear-gradient(45deg, rgba(146,1,22,1) 0%, transparent 100%);
	background: linear-gradient(45deg, rgba(146,1,22,1) 0%, transparent 100%);
}

.event_3.event_box::before{
	background: -o-linear-gradient(45deg, rgb(195, 114, 6) 0%, transparent 100%);
	background: linear-gradient(45deg, rgb(195, 114, 6) 0%, transparent 100%);
}

.event_4.event_box::before{
	background: -o-linear-gradient(45deg, rgb(16, 16, 16) 0%, transparent 100%);
	background: linear-gradient(45deg, rgb(16, 16, 16) 0%, transparent 100%);
}



.event_box h4{
	color: #fff;
}
.event_box h5{
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.event_box p{
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}

.event_box .learn_more_btn,
.event_box .learn_more_btn:hover{
	color: #fff;
	border-color: #fff;
	margin-top: 8px;
}

.up_event{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 10px 0;
	width: 100%;
}

.up_event .up_img1, .up_event .up_img2{
	width: 23%;
}

.border_bottom{
	border-bottom: 1px solid #cecece;
}

.up_event h4{
	font-size: 20px;
	font-weight: bold;
	color: #121212;
	position: relative;
	z-index: 1;
}

.up_event h4::before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #cecece;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: -1;
}

.up_event h4 span{
	background-color: #fff;
	padding: 0 10px;
	font-size: 20px;
}

.up_event p{
	font-size: 13px;
	font-weight: 600;
	color: #121212;
	margin-top: 5px;
}

.up_event span{
	font-size: 13px;
	color: #121212;
}


.up_event_body{
	padding: 0 20px;
}

.dropdown-toggle{
	background-color: transparent;
	border: none;
	padding: 0;
}

.dropdown-toggle::after{
	display: none;
}

.box_1{
	background-color: #fff;
	border-radius: 5px;
	padding: 17px 15px;
	-webkit-box-shadow: 0 0 20px rgba(25, 25, 25, 0.03);
	        box-shadow: 0 0 20px rgba(25, 25, 25, 0.03);
}

.box_1 img{
	border-radius: 5px;
	width: 100%;
}


.box_1 p{
	font-size: 14px;
	font-weight: 400;
	color: #6b6b6b;
}

.learn_more_btn{
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #979494;
	border-radius: 5px;
	color: #242424;
	display: inline-block;
	height: 34px;
	min-width: 108px;
	text-align: center;
	line-height: 33px;
}

.learn_more_btn:hover{
	color: #242424;
}

.owl-carousel.accociation_slide .owl-stage{
	padding-left: 0 !important;
}

.shape2{
	background-color: #00c6ff;
	min-height: 132px;
	width: 242px;
	border-radius: 0 30px 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	padding: 20px;
}

.box2.shape2{
	background-color: #ff9869;
}

.box3.shape2{
	background-color: #21d2b7;
}

.shape2 img{
	margin-right: 0;
	width: auto !important;
}

.news_2 h6{
	font-weight: 600;
	font-size: 18px;
}

.news_2 p{
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
}

#search .modal-header{
	border: none;
	padding: 10px 16px 0 0;
}

#search input{
	border: 1px solid #cecece;
	width: 100%;
	padding: 15px 15px;
	border-radius: 5px;
}

input:focus{
	outline: none;
}


footer{
	background-color: #171717;
	height: 69px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

footer ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

footer ul li{
	margin-right: 30px;
}

footer ul li:last-child{
	margin-right:0;
}

footer ul li a,
footer ul li a:hover{
	font-size: 12px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.calendar header a.btn{
	border: 1px solid #454545;
	height: 40px;
	width: 40px;
}

.calendar header a.btn::before{
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
	border-color: #000;
	border-width: 1px 1px 0 0;
}

.calendar .day.has-event{
	z-index: 1;
}

.calendar .day.has-event::after{
	height: 100%;
	width: 100%;
	background-color: #e4e4e4;
	top: 0;
	left: 0;
	z-index: -1;
}

.award_box{
	height: 145px;
	width: 100%;
	border-radius: 5px;
	background-position: center;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

.award_box::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -o-linear-gradient(45deg, rgba(3,31,129,0.7) 0%, transparent 100%);
	background: linear-gradient(45deg, rgba(3,31,129,0.7) 0%, transparent 100%);
	z-index: -1;
}

.award_box2.award_box::before{
	background: -o-linear-gradient(45deg, rgba(164, 9, 158, 0.7) 0%, transparent 100%);
	background: linear-gradient(45deg, rgba(164, 9, 158, 0.7) 0%, transparent 100%);
}

.award_box h3,
.award_box p{
	color: #fff;
}

.award{
	height: 467px;
}

.home_button{
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 7px 10px;
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}

.home_button:hover{
	color: #fff;
}

.hero_slider.team_slider .item{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding-bottom: 85px;
}

.hero_slider.team_slider .owl-dots{
	top: 84%;
	z-index: 1;
}

.all_team .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tournament_slider .item{
	padding: 70px 0;
}

.tournament_slider .item::before{
	background: -webkit-gradient(linear, left top, right top, color-stop(14%, rgba(74, 86, 123, 0.8)), to(transparent));
	background: -o-linear-gradient(left, rgba(74, 86, 123, 0.8) 14%, transparent 100%);
	background: linear-gradient(90deg, rgba(74, 86, 123, 0.8) 14%, transparent 100%);
}

.part_box_wrapper{
	display: inline-block;
	margin-left: -15px;
	margin-right: -15px;
}

.part_box_wrapper .part_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 15px;
	margin: 30px 15px 0;
	width: calc(20% - 30px) !important;
	height: 215px;
	z-index: 1;
	float: left;
}

.part_box_wrapper .part_box h3{
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}

.part_box_wrapper .part_box h3,
.part_box_wrapper .part_box p{
	color: #fff;
}

.part_box_wrapper .part_box::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.part_box1.part_box::before{
	background: -o-linear-gradient(45deg, rgba(3,31,129,1) 0%, transparent 100%);
	background: linear-gradient(45deg, rgba(3,31,129,1) 0%, transparent 100%);
}
.part_box2.part_box::before{
	background: -o-linear-gradient(45deg, rgb(16, 16, 16) 0%, transparent 100%);
	background: linear-gradient(45deg, rgb(16, 16, 16) 0%, transparent 100%);
}

.part_box3.part_box::before{
	background: -o-linear-gradient(45deg, rgba(91,0,134,1) 0%, transparent 100%);
	background: linear-gradient(45deg, rgba(91,0,134,1) 0%, transparent 100%);
}

.part_box4.part_box::before{
	background: -o-linear-gradient(45deg, rgba(146,1,22,1) 0%, transparent 100%);
	background: linear-gradient(45deg, rgba(146,1,22,1) 0%, transparent 100%);
}

.part_box5.part_box::before{
	background: -o-linear-gradient(45deg, rgba(30,90,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(45deg, rgba(30,90,0,1) 0%, rgba(0,0,0,0) 100%);
}

.participating .box_body{
	padding-top: 0;
	padding-bottom: 30px;
}

.state_wrapper .box_body{
	padding: 20px 30px 40px;
}

.assoc_box{
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	overflow: hidden;
}

.assoc_box img{
	margin-right: 10px;
}

.assoc_box h4{
	font-size: 18px;
}

.assoc_box p{
	font-size: 12px;
}

.select{
	border-radius: 5px;
	background-color: #f1f3f7;
	font-size: 18px;
	font-weight: 600;
	border: none;
	height: 47px;
	padding: 10px;
	width: 218px;
	-webkit-appearance: none;
}

.hero_slider.game_slider{
	z-index: 0;
}

.select:focus{
	outline: none;
}

.select_wrapper{
	position: relative;
	display: inline-block;
}

.select_wrapper::before{
	position: absolute;
	content: '';
	background-image: url("../img/down.2446fb063d54.png");
	height: 12px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.dashboard_slider .item{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.dashboard_slider .item::before{
	background: -webkit-gradient(linear, left top, right top, color-stop(14%, rgba(0,0,0,1)), to(transparent));
	background: -o-linear-gradient(left, rgba(0,0,0,1) 14%, transparent 100%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 14%, transparent 100%);
}

.dashboard_slider .owl-dots{
	top: 86%;
}

.league .up_event{
	padding: 15px 0;
}

.news_feed .box_body{
	padding: 30px;
	overflow: hidden;
	height: 693px;
}

.news_feed a.see_more{
	text-decoration: underline;
	text-transform: capitalize;
}

.news_2{
	display: flex;
	align-items: center;
	border: 1px solid #f0f2f6;
	border-radius: 5px;
}

.border_middle{
	position: relative;
	z-index: 1;
	line-height: 0.8;
}

.border_middle span{
	background-color: #fff;
	color: #949494;
	padding-right: 30px;
}

.border_middle::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #bcbcbc;
	z-index: -1;
}

.banner_box{
	border-radius: 5px;
	background-color: #f7f7f7;
	padding: 20px 25px;
	margin-left: 95px;
	position: relative;
	overflow: hidden;
	min-height: 139px;
}

.banner_box::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	background-color: #c4bedc;
}

.box2.banner_box::before{
	background-color: #21d2b7;
}
.box2.banner_box a{
	background-color: #21d2b7;
	width: 70px;
	height: 29px;
	display: inline-block;
	text-align: center;
	line-height: 29px;
	color: #fff;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	border-radius: 5px;
	margin-top: 5px;
}
.box2.banner_box{
	padding-left: 55px;
}
.box3.banner_box::before{
	background-color: #7363b1;
}

.border_middle.center{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.banner_box h6{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.banner_box h2{
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 11px;
}

.banner_box .text{
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-top: 12px;
	max-width: 413px;
	color: #4d4d4d;
}

.border_middle.red span{
	color: #f1637d;
}

.red.border_middle::before{
	height: 2px;
	background-color: #f1637d;
}

.overlay_text{
	position: absolute;
    width: 100%;
    z-index: 2;
    top: 76px;
}

.overlay_text.team_overlay{
	bottom: 76px;
    top: auto;
}

.game_overlay{
	top: 100px;
}

/*Proloader START CSS*/

.proloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}

.loader_34 {
	/* Preloader */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.loader_34 .ytp-spinner {
	/* Spinner Container */
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none;
}

.loader_34 .ytp-spinner .ytp-spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
	-webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.loader_34 .ytp-spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
	animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.loader_34 .ytp-spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.loader_34 .ytp-spinner-left {
	/* Position inside Container*/
	right: 50%;
}

.loader_34 .ytp-spinner-right {
	/* Position inside Container*/
	left: 50%;
}

.loader_34 .ytp-spinner-circle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	/* Spinner Color */
	border-color: #000 #000 transparent;
	border-radius: 50%;
	border-width: 6px;
}

.loader_34 .ytp-spinner-left .ytp-spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: transparent;
	-webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
	animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-right .ytp-spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: transparent;
	-webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
	animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}


/* Preloader Animations */

@-webkit-keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
	}
	to {
		-webkit-transform: rotate(1080deg);
	}
}

@keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@-webkit-keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
	}
}

@keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@-webkit-keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
	}
}

@keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}


/*Hamburger-menu START CSS*/

.hamburger-menu {
	cursor: pointer;
	position: absolute;
	right: 15px;
	display: none;
	z-index: 999;
	top: -13px;
}

.hamburger-menu span {
	background: #040404;
	width: 32px;
	height: 2px;
	display: block;
	margin: 5px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: auto;
}

.hamburger-menu .line-center{
	width: 16px;
}

.hamburger-menu .line-bottom{
	width: 8px;
}

.hamburger-menu:hover .line-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.hamburger-menu:hover .line-top.current,
.hamburger-menu:hover .line-bottom.current {
	-webkit-transform: 0;
	-ms-transform: 0;
	transform: 0;
}

.hamburger-menu .line-top.current {
	-webkit-transform: translateY(200%) rotate(135deg);
	-ms-transform: translateY(200%) rotate(135deg);
	transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
	opacity: 0;
}

.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-325%) rotate(-135deg);
	-ms-transform: translateY(-325%) rotate(-135deg);
	transform: translateY(-531%) rotate(-135deg);
	width: 32px;
}


/*ofcanvas-menu*/

.ofcavas-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	top: 0;
	display: none;
	left: -100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}

.ofcavas-menu.current {
	left: 0;
}

.ofcavas-menu a {
	color: #000000;
	margin-top: 10px;
}

.ofcavas-menu ul {
	margin-top: 70px;
	line-height: 22px;
	padding-top: 40px;
}

/*return-to-top START CSS*/

.back-to-top {
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 45px;
	right: 20px;
	z-index: 1024;
	border-radius: 50%;
	background: #101010;
}

.back-to-top i {
	color: #fff;
}

.mobile_footer{
	background-color: #fff;
	padding: 15px 30px;
	border-top: 1px solid #ededee;
	display: flex;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	box-shadow: 0px 1px 15px #9a9a9a;
	height: 80px;
	visibility: hidden;
	opacity: 0;
}


.mobile_footer button{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	background-color: transparent;
	padding: 0;
	border: none;
}

.mobile_footer button i{
	display: block;
	font-size: 30px;
	color: #000;
	margin-bottom: 3px;
}
