
body, html {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #444;
	width:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	background:#fff;
	overflow-X:hidden;
	position:relative;
	z-index:1;
}


h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	line-height: 1.1;
	font-weight:400;
	color: #111111;
	margin:0;
	padding:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p{
	margin:0;
}
input, select, button, textarea {
	outline: none;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}
.float_left{
	float:left;
	width:100%;
}

.heading_left.heading_white p {
    color: #fff;
}


.hs_btn_wrapper li a:hover {
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.Sponsoredtex p {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 5px #9a9a9ae0;
}
.section-title p {
    font-size: 17px;
    color: #f7f7f7;
    font-weight: 600;
}


.Sponsoredtex img {
    border: 1px solid #fccdb8;
    border-radius: 2px;
    width: 22%;
}
.hocky_btn .btn-front {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease;
}
.hocky_btn .btn-back {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(4);
    transition: all 0.4s ease;
    opacity: 0;
}
.hocky_btn:hover .btn-front {
    transform: scale(0);
    color: #fff;
    background: transparent;
}
.hocky_btn:hover .btn-back {
    transform: scale(1);
    opacity: 1;
    color: #fff;
    background: transparent;
}
.hocky_btn:hover{
	background:transparent;
}
.ckeck_btn{
	 color: #fff;
    background: #65ad43;
}
.ckeck_btn:hover .btn-back {
    transform: scale(1);
    opacity: 1;
	color:#65ad43;
    background: transparent;
}
.ckeck_btn:hover{
	color:#65ad43;
    background: transparent;
    border: 2px solid #65ad43;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*** next match wrapper css ***/
.upcoming_match_wrapper {
	background:#f2f2f2;
	padding-top:260px;
	padding-bottom:80px;
	position:relative;
	margin-top:-175px;
}
.heading_left{
	text-align: left;
    width: 100%;
	padding-bottom:50px;
}
.heading_left h1{
	margin: 0px 0px 0px 0px;
    color: #111;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.heading_left h1:after {
    content: '';
    position: absolute;
    left: 34px;
    bottom: -16px;
    height: 2px;
    background: #65ad43;
    width: 90px;
}
/****------next match wrapper css-------****/
.next_match_new{
	width: 100%;
    float: left;
    background-image: url(../../assets/img/bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
}
.next_match_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(29, 29, 29, 0.85);
}
.heading_white{
	text-align:center;
}
.heading_white h1{
	color:#fff;
}
.heading_white h1:after{
	display:none;
}
/****-----latest result wrapper css-------***/
.latest_result_wrapper {
	background:#fff;
}
.prs_upcom_movie_img_box{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.prs_upcom_movie_img_box img{
	width:100%;
}
.news_top_icon:hover{
	color:#fff;
}
.slider_bx_btn{
	display: inline-block;
    position: absolute;
    top: 42%;
    left: 0;
	right:0;
	margin:0px auto;
	margin-left:-900px;
}
.slider_bx_btn li a{
	margin-left:-900px;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.prs_upcom_movie_box_wrapper:hover .slider_bx_btn li a{
	margin-left:0;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.prs_upcom_movie_box_wrapper:hover .slider_bx_btn{
	margin-left:0;
	left:130px;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.prs_upcom_movie_img_overlay{
	position:absolute;
	top:200px;
	right:200px;
	left:200px;
	bottom:200px;
	background:rgba(0,0,0,0.06);
	opacity:0;
	-webkit-transition:all 0.55s linear;
    -moz-transition:all 0.55s linear;
    -ms-transition:all 0.55s linear;
    -o-transition:all 0.55s linear;
    transition:all 0.55s linear;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_overlay{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(19, 19, 19, 0.8);
	opacity:1;
	-webkit-transition:all 0.35s linear;
    -moz-transition:all 0.35s linear;
    -ms-transition:all 0.35s linear;
    -o-transition:all 0.35s linear;
    transition:all 0.35s linear;
}
.prs_upcom_movie_img_box_overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(79, 146, 48, 0.7);
}
.prs_upcom_movie_box_wrapper .match_result{
	color:#fff;
	font-size:16px;
	text-align:center;
	text-transform:capitalize;
	position:absolute;
	left:0;
	right:0;
	font-weight:300;
	top:42%;
	line-height:20px;
}
.match_result span{
	padding:0 10px;
}
.prs_upcom_movie_box_wrapper:hover .match_result{
	z-index:-1;
	-webkit-transition:all 0.35s linear;
    -moz-transition:all 0.35s linear;
    -ms-transition:all 0.35s linear;
    -o-transition:all 0.35s linear;
    transition:all 0.35s linear;
}
/* upcoming games wrapper css */
.upcoming_games_wrapper {
	background:#f2f2f2;
	padding-bottom:100px;
}
.upcoming_slider_wrapper .match_list_img img{
	width:auto !important;
	display:inline-block;
}
.tg-upcomingmatch{
	width:100%;
	float:left;
}
.upcoming_match_img  img{
	width:100%;
}
.tg-upcomingmatch .tg-match {
	padding:0;
	overflow:hidden;
	position:relative;
	padding-bottom:22px;
}
.tg-upcomingmatch .tg-box h4{
	display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 12px;
    position: relative;
    text-align: center;
    line-height: 50px;
    background: #65ad43;
    font-size: 24px;
    color: #fff;
    border-radius: 100px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tg-matchdetail{
	width:100%;
	float:left;
	padding:20px;
	z-index:1;
	position:relative;
	background:#fff;
	padding-bottom:16px;
}


.tg-matchhover address{
	width:180px;
	float:left;
	margin:5px 0;
	color:#fff;
	text-transform:capitalize;
	font-style:normal;
}
.tg-teamlogo{
	float:left;
	padding-right:8px;
}
.tg-matchhover .tg-btnbox{
	overflow:hidden;
	float:right;
	width:auto;
	position:relative;
}
.tg-upcomingmatch .tg-matchdetail .tg-box h3{
	font-size:20px;
	color:#111;
	text-transform:uppercase;
	height:70px;
	line-height:75px;
}
.tg-upcomingmatch .tg-match .tg-box{width:20%;}
.tg-match .tg-box:first-child {
    text-align: left;
}
.tg-box {
    width: 100%;
    float: left;
    position: relative;
	text-align:center;
}
.tg-upcomingmatch .tg-match .tg-box:last-child, .tg-upcomingmatch .tg-match .tg-box:first-child {
    width: 40%;
}
.tg-match .tg-box:last-child {
    text-align: right;
}
.tg-teamlogo2{
	float:right;
	padding-left:15px;
}
.next_macth_pader{
	padding: 15px 100px 15px 100px;
}
.tg-btnbox .match_btn ul li{
	float:left;
	padding:8px;
}
.next_match_deatils{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	padding-bottom:0;
}
.next_macth_pader .tg-match{
	padding-bottom:0;
}
.tg-box.next_box h5 {
    padding-top: 26px;
    color: #fff;
    font-weight: 600;
}
.next_box{
	padding: 40px 8px;
    text-align: center !important;
}
.next_box h3{
	font-size:20px !important;
	text-transform:uppercase;
	line-height:70px;
	display:inline-block;
}
.next_box .tg-teamlogo{
	display:inline-block;
	float:none;
}
.next_box .tg-teamlogo2{
	padding-left:0;
	padding-right:20px;
}
.next_box_green{
	/*background:#65ad43;*/
	padding:20px;
	color:#fff;
	text-align:center;
	width:30% !important;
}
.next_box_green h4{
	width:auto !important;
	height:auto !important;
	line-height:22px !important;
	font-size:18px !important;
	font-family:'Lato', sans-serif !important;
}
.next_box{
	width:35% !important;
}
ul.copyright {
    text-align: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.copyright li {
    display: inline-block;
}
ul.copyright li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    background-color: #fff;
}
.single-footer h3 {
    font-size: 18px;
    color: #fff;
}
.single-footer .contact-info li {
    color: #ffffff;
    position: relative;
}

.circle-container {
    position: relative;
    perspective: 1000;  
    margin: 0 auto; 
}
.odisha_branch:hover .icon img {
    transform: translate(0, -10px);
}
.pricing-table:hover .icon img {
    transform: translate(0, -10px);
}
.circle-container:hover .circle {
    transform: rotate3d(45, 45, 0, 180deg);
}
        
.circle-container:hover .outer-ring {
    transform: rotate3d(45, 0, 0, 180deg);
}

.circle-container:hover .outer-outer-ring {
    transform: rotate3d(0, 45, 0, 180deg);
}
        
.circle-container, .front, .front1, .back {
    width: 210px;
    height: 210px;
    background-color: rgba(0,0,0,0);
}
        
.circle, .outer-ring, .outer-outer-ring {
    transition: 0.5s;
    transform-style: preserve-3d;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
        
.circle {
    position: relative;
    width: 175px;
    height: 175px;
}
        
.front, .font1, .back {
    border-radius: 56%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 40%);
    backface-visibility: hidden;
    position: absolute;
    top: 3px;
    left: 4px;
}
        
.front {
    z-index: 2;
    background-image: url(../../assets/img/odisha1.png);
    background-repeat: no-repeat;
    background-position: center;
}
/*        
.front p {
    margin-top: 7.2em;
    font-family: cabin, sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #f8fff9;
    text-shadow: 2px 2px 5px #e4e4e4c9;
}*/
        
.front1 {
   z-index: 2;
   background-image: url(../../assets/img/naval.png);
   background-repeat: no-repeat;
   background-position: center;
}
.back {
    transform: rotate3d(45,45,0,180deg);
    background-image: linear-gradient(#90001d, #eec276);
}
        
.back-logo {
    width: 75%;
    display: block;
    margin: 2em auto;
}
        
.outer-ring {
    position: absolute;
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 232px;
    height: 232px;
    background-color: rgba(255,255,255,0);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 40%);
}

.outer-outer-ring {
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 211px;
    height: 211px;
    background-color: rgba(255,255,255,0);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
/****-------responsive css ---------***/
@media (max-width: 1700px){
	.next_match_wrapper{
		margin-top:0;
	}
	.ticket_slider  {
		background:#f2f2f2;
		padding-top:100px;
		position:relative;
	}
}
@media (max-width: 1300px){
	
}
@media (max-width: 1199px) and (min-width: 991px){
	.menu_main_wrapper {
		left:55px;
	}
	.tg-upcomingmatch .tg-matchdetail .tg-box h3{
		font-size:18px;
	}
	.tg-btnbox .match_btn ul li{
		padding:4px;
	}
	.ne_re_bottom_img_cont p{
		padding-bottom:0;
	}
	.news_text_right{
		padding-left:15px;
	}
	.tg-matchhover{
		padding:36px 16px 26px 16px;
	}
	.next_box .tg-teamlogo2{
		padding-right:0;
	}
	.tg-matchhover address{
		margin:0;
	}
	.ne_re_bottom_img_cont{
		padding-right:60px;
	}
	.pd1 {
		margin-bottom: 30px;
	}
	.official_store {
		margin-bottom:698px;
	}
	.next_box_green h4{
		font-size:16px !important;
	}
	.next_box{
		padding:19px;
	}
	.next_box h3{
		line-height:76px !important;
	}
	
}
@media (max-width: 991px){
	.ft_right_wrapper{
		width:50%;
	}
	.ft_logo_wrapper{
		width:50%;
		padding-top:0;
	}
	.upcoming_games_wrapper{
		margin-top:0;
		padding-top:100px;
	}
	.upcoming_match_img {
		padding-bottom:60px;
	}
	.carousel-nevigation{
		bottom:90px;
	}
	.match_list_img h4{
		padding-right:0;
	}
	.pddddd{
		padding-bottom:40px;
	}
	.match_list_img h4{
		font-size:18px;
	}
	.ft_right_wrapper li{
		padding-left:25px;
	}
	.counter_section {
		padding-bottom: 40px;
	}
	.next_macth_pader{
		padding:0;
	}
	.playboard_wrapper  img{
		width:100%;
	}
	.portfolio_grid .protfoli_filter li a{
		padding:5px 13px;
	}
	.upcoming_match_img {
		padding-top:40px;
	}
	.tg-players{
		padding-bottom:50px;
	}
	.ne_re_bottom_img{
		width:100%;
	}
	.ne_re_bottom_img_cont{
		width:100%;
		padding-bottom:30px;
	}
	.lr_nl_heading_wrapper h2 {
		font-size: 30px;
	}
	.news_letter_wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.lr_nl_form_wrapper {
		width: 100%;
		padding-top: 10px;
	}
	.lr_nl_heading_wrapper {
		width: 100%;
		text-align: center;
	}
	.official_store {
		margin-bottom: 1030px;
	}
	.ne_re_bottom_img img{
		width:100%;
	}
	.forcefullwidth_wrapper_tp_banner, #rev_slider_149_1_wrapper, #rev_slider_149_1 {
		height: 900px !important;
	}
	.section2_footer_wrapper {
		padding-bottom: 70px;
	}
	.section2_useful_wrapper, .section2_useful_second_wrapper {
		padding-top: 40px;
	}
}
@media(min-width: 768px) and (max-width: 990px){
	.pd1 {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px){
	 .tg-upcomingmatch .tg-matchdetail .tg-box h3{
		 font-size:16px;
	 }
	 .tg-matchhover{
		 padding:31px 14px 24px 14px;
	 }
	 .match_btn .btn2 {
		display:none;
	}
	.portfolio_grid .protfoli_filter, .tab_online{
		float:left;
		margin-top:-14px;
	}
	.x_offer_tabs_wrapper .nav{
		margin-bottom:0;
	}
	.pd2 {
		margin-bottom: 30px;
	}
	.pd1 {
		margin-bottom: 30px;
	}
	.next_match_count{
		padding-top:10px;
	}
	.match_list_img img, .match_wraper_2 .match_list_img img{
		float:none;
		text-align:center;
	}
	.forcefullwidth_wrapper_tp_banner, #rev_slider_149_1_wrapper, #rev_slider_149_1 {
		height: 800px !important;
	}
	.next_box{
		width:100% !important;
	}
	.next_box_green{
		width:100% !important;
	}
	.next_box .tg-teamlogo2{
		float:none;
	}
	.next_box_green{
		padding:25px;
	}
	.match_list_img h4{
		margin-top:0;
		line-height:30px;
	}
	#clockdiv > div{
		margin:0;
		font-size:40px;
	}
	.upcoming_matches_wrapper .versus h2{
		font-size:16px;
		line-height:22px;
	}
	.upcoming_matches_wrapper .versus{
		padding-top:30px;
	}
	.upcoming_matches_wrapper .versus h1{
		padding-top:5px;
		padding-bottom:5px;
	}
	.footer_wrapper {
		position: relative;
		z-index: 1;
	}
	.official_store{
		margin-bottom:0;
		padding-bottom:235px;
	}
	.lr_nl_heading_wrapper p {
		display: none;
	}
	.news_letter_wrapper {
		padding-top: 35px;
	}
}

@media (max-width: 580px){
	.text_effect{
		display:none;
	}
	.dropdown-wrapper .drop-menu {
		width: 310px;
	}
	.hs_navi_cart_wrapper .drop-menu{
		right:-25px;
	}
	.ft_right_wrapper{
		padding-right:0;
	}
	.ft_logo_wrapper{
		padding-left:20px;
	}
	.text_effect{
		display:none;
	}
	.btm_foter_box p {
		float: left;
		width: 100%;
	}
	.aboutus_social_icons {
		float: none;
		display: inline-block;
		padding-top: 10px;
	}
	.forcefullwidth_wrapper_tp_banner, #rev_slider_149_1_wrapper{
		height: 700px !important;
	}
		
}
@media (max-width: 575px){
	.tg-upcomingmatch .tg-matchdetail .tg-box h3 {
		font-size: 16px;
	}
	.tg-player:hover {
		height: 472px;
	}
	.section2_blog_wrapper {
		padding-top: 30px;
	}
	.next_match_btn{
		padding:20px 0 30px 0;
	}
	.news_bottom_text{
		padding-top:20px;
	}
	.news_btn{
		padding:0;
	}
	.ne_re_bottom_img_cont{
		padding-right:20px;
	}
}

@media (max-width: 480px){
	.lr_banner_content_inner_wrapper h2{
		font-size:54px;
	}
	.carousel-nevigation {
		bottom: 77px;
		right: 223px;
	}
	.tg-upcomingmatch .tg-match .tg-box:last-child, .tg-upcomingmatch .tg-match .tg-box:first-child{
		width:100%;
		text-align:center;
	}
	.tg-upcomingmatch .tg-match .tg-box {
		width: 100%;
	}
	.tg-teamlogo, .tg-teamlogo2{
		display:inline-block;
		float:none;
		padding-left:0;
	}
	.tg-player:hover {
		height: 472px;
	}
	.btn2{
		margin-bottom:17px;
	}
	.tg-matchhover {
		padding:28px 14px 23px 14px;
	}
	.tg-upcomingmatch .tg-box h4 {
		width: 35px;
		height: 35px;
		margin-top:0;
		line-height: 35px;
		font-size: 18px;
	}
	.tg-matchhover address{
		width:100%;
		text-align:center;
	}
	.tg-teamlogo2{
		padding-right:10px;
	}
	.news_text_left{
		width:100%;
	}
	.lr_nl_heading_wrapper h2{
		text-align:left;
	}
	.news_text_center{
		width:100%;
	}
	.news_text_center p, .news_btn{
		text-align:left;
	}
	.section_2{
		padding-top:100px;
	}
	.news_text_right{
		width:100%;
	}
	.news_btn{
		float:left;
	}
	.tg-upcomingmatch .tg-matchdetail .tg-box h3{
		display:inline-block;
	}
	.match_btn .btn2{
		display:block;
	}
	.lr_nl_form_wrapper input {
		width: 100%;
		border-right: 1px solid rgba(255, 255, 255, 0.7);
	}
	.tg-teamlogo img, .tg-teamlogo2 img{
		width:60px;
	}
	.lr_nl_form_wrapper button {
		margin-top: 20px;
	}
	.tg-matchhover .tg-btnbox{
		float:left;
		width:100%;
	}
	.official_store{
		padding-bottom:140px;
	}
	.news_section {
		position: relative;
		margin-top: 0;
		top: 0;
		background:#65ad43;
	}
	.tg-btnbox .match_btn ul li{
		float:none;
	}
	#clockdiv > div {
		width: 80px;
		font-size:34px;
	}
	.smalltext{
		font-size:14px;
	}
	.btnnww {
		float: left;
		padding-bottom: 5px;
		padding-top: 10px;
	}
}
@media (max-width: 440px){
	#clockdiv > div {
		width: 60px;
	}
	.smalltext {
		font-size: 12px;
	}
	.ne_re_bottom_img_cont h1 {
		font-size: 20px;
	}
	.menu_wrapper_2 li ul{
		right: -140px;
		width: 140px;
	}
}
@media (max-width: 380px){
	.resp_logo_wrapper, .menu_wrapper{
		width:142px;
	}
	.ft_logo_wrapper{
		padding-left:15px;
	}
	.hs_btn_wrapper li a{
		width:120px;
	}
	.ft_right_wrapper{
		padding-right:10px;
	}
	.slider_btn li a {
		width:170px;
	}
	#clockdiv > div {
		width: 60px;
	}
	.carousel-nevigation {
		bottom: 77px;
		right: 187px;
	}
	.match_list_img h4{
		font-size:16px;
		line-height:30px;
	}
	.next_match_wrapper{
		padding:20px;
	}
	.new a span{
		font-size:16px;
	}
	.match_list_img img{
		width:60px;
	}
	.new{
		height:40px;
		line-height:40px;
		width:40px;
	}
	.ne_re_bottom_img_cont h2{
		display:none;
	}
	.smalltext {
		font-size: 12px;
	}
	.tg-matchhover {
		padding: 22px 14px 20px 14px;
	}
	.btnnww{
		padding-top:0;
	}
	.ne_re_bottom_img_cont h1{
		font-size:20px;
	
	font}
	.spp_btn_wrapper li a{
		font-size:14px !important;
	}
}
@media (max-width: 320px){
	
	
}