@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

* {
	margin:0px;
	padding:0px;
}
/*html, body{ font-family: 'Raleway', sans-serif; 
background:#fff;
background: url(../images/bg-img.jpg) fixed no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;

}*/
@font-face {
  font-family: 'gearedSlab';
  src: url('../fonts/GearedSlab-Extrabold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GearedSlab-Extrabold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GearedSlab-Extrabold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/GearedSlab-Extrabold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GearedSlab-Extrabold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: bold;
}


 html, body {
	width:100%;
	height:100%;
	background-color:#000;
	font-family: 'Roboto', sans-serif;
}
a.scrldn{
font-family: 'Roboto Condensed', sans-serif;
font-size:12px;
color: #fff;
}
.carousel-inner, .carousel, .item, .container, .fill {
	height:100%;
	width:100%;
	background-position:center center;
	background-size:cover;
}
.slide-wrapper {
	display:inline;
}
.slide-wrapper .container {
	padding:0px;
}

.item1 .carousel-img img, .item1.active .carousel-img img {
    max-height:none;
}



.logo1{margin: -124px auto 0px auto;
position: relative;
display: block; }

.img1{margin:10px auto 0px auto; }


.img2{margin:10px auto 0px auto; }
/*.img2 img{max-height:inherit!important;}*/


.logo2 img{max-height:inherit!important; bottom:0; position:absolute; left:25%; display:table; margin:0px auto 0px auto; }
.logo3 img{max-height:inherit!important; bottom:0; position:absolute; left:38%; display:table; margin:0px auto 0px auto; }

.new-adge h3{text-align:center; font-size:59px !important; font-weight:bold; color:#FFF; text-transform:uppercase;}
.new-adge {width:37% !important; margin:0px auto !important; float:none !important; display:table !important; text-align:center;}
.new-adge h4 span{font-style:italic;}
.new-adge h4{text-align:center; font-size:16px; color:#FFF; line-height:30px; padding:20px 0px 0px 0px;}

.got{margin:40px auto;}
.got a{text-align:center; margin:0px auto; padding:10px 30px 10px 30px; background:#2ab574; color:#ffff; font-size:14px; text-transform:uppercase; }
.got a:hover{color:#ffff !important;}

/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner> .item.next, .carousel-inner > .item.active.right {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	top: 0;
	left:0;
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	top: 0;
	left:0;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
	transform:translateY(0);
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	top:0;
	left:0;
}
/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	height:20px;
	right:27px;
	left:auto;
	width:auto;
}

.carousel-indicators li {
	display:block;

	margin:0px 0px 6px 0px;
	/*border:1px solid #00a199;*/
	border-radius:0px;
	width:8px; height:8px;
}
.carousel-indicators li.active {
	margin-bottom:6px;
	background:#00a651;
	width:8px; height:8px;
}
/*-------- Animation slider ------*/

/*.animated {
	animation-duration:3s;
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	-ms-animation-duration:3s;
	-o-animation-duration:3s;
	visibility:visible;
	opacity:1;
	transition:all 0.3s ease;
}*/
.carousel-img {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	
}
.margin-1{margin-top:8%;}
.carousel-desc{z-index:1111111; position:relative; text-align:center; margin:0px auto;}
.carousel-img h2{font-size:21px !important; color:#FFF; font-weight:bold; letter-spacing:1px; text-transform:uppercase;}
.carousel-img h3{font-size:30px !important; color:#FFF; font-weight:bold; letter-spacing:1px; text-transform:uppercase; margin-bottom: 65px;}
.carousel-desc h2{font-size:33px !important; color:#FFF; font-weight:400; font-style:italic; letter-spacing:1px; margin:10px 0px 0px 0px; }

.carousel-desc p{font-size:15px;font-weight:bold; color:#FFF; text-transform:uppercase; word-spacing:3px; letter-spacing:1px;
 padding:24px 0px 0px 0px; text-align:center;}
.carousel-desc p#subhomcrcl svg{font-size:7px !important;}

.new-adge h3{text-align:center; font-size:45px !important; font-weight:bold; color:#FFF; text-transform:uppercase; margin-bottom:8px;}

.tiles2{margin-left:-7% !important; margin-bottom:20%;}

.item img {
	margin:auto;
	/*visibility:hidden;
	opacity:0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;*/
}
.item1 .carousel-img img, .item1.active .carousel-img img {
	max-height:100%;
}
.item1.active .carousel-img img.animated {
	visibility:visible;
	opacity:1;
	/*transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	animation-duration:2s;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-ms-animation-delay:0.3s;*/
}
/*.item .carousel-desc {
	color:#fff;
	text-align:center;
}
.item h1 {
	font-size:50px;
	animation-delay:1.5s;
	animation-duration:1s;
}
.item h2 {
	font-size:50px;
	animation-delay:1.5s;
	animation-duration:1s;
}
.item p {
	animation-delay:2.5s;
	animation-duration:1s;
	width:50%;
	margin:auto;
}*/
.item2 .carousel-img img, .item2.active .carousel-img img {
	max-height:300px;
}


.item2.active .carousel-img img.animated {
	visibility:visible;
	opacity:1;
	transition:all 0.3s ease;
	animation-duration:3s;
	animation-delay:0.3s
}
.item2 h2, item2.active h2 {
	visibility:hidden;
	opacity:0;
	transition:all 5s ease;
}
.item2.active h2.animated {
	visibility:visible;
	opacity:1;
	animation-delay:3s;
}
.item .fill {
	padding:0px 30px;
	display:table;
}
.item .inner-content {
	display: table-cell;
	vertical-align: middle;
}
.item3 .col-md-6 {
	float:none;
	display:inline-block;
	vertical-align:middle;
	width:49%;
}
.item3.active .carousel-img img.animated {
	visibility:visible;
	opacity:1;
	transition:all 0.3s ease;
	animation-duration:2s;
	animation-delay:0.3s
}
.item3 h2, item3.active h2 {
	visibility:hidden;
	opacity:0;
	transition:all 5s ease;
}
.item.item3 .carousel-desc {
	text-align:left;
}
.item3.active h2.animated {
	visibility:visible;
	opacity:1;
	animation-delay:1.5s
}
.item3 p, item3.active p {
	visibility:hidden;
	opacity:0;
	transition:all 5s ease;
	width:100%;
}
.item3.active p.animated {
	visibility:visible;
	opacity:1;
	animation-delay:2.5s;
}


/*===== SUBHASHIS ====*/
.item3 p{
opacity:1;
visibility:visible;
}
.modal{
	z-index:9999999999;
}
/*--- INNER PAGE */
#rulesRegulation {
 padding: 0px 20px ;
}


/* // END OF INNER */

/*-- GALLERY */
	/*!
 * bootstrap-vertical-tabs - v1.1.0
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-06-06
 * Copyright (c) 2014 Ä°smail Demirbilek
 * License: MIT
 */
#galmodl .nav-tabs>li>a:hover, #galmodl .nav-tabs>li>a:focus, #galmodl .nav-tabs>li>a:active{
background: transparent;
border-top: none;
border-right: none;
border-left: none;
    border-bottom: 2px solid #29B473;
    color: #fff;
}
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:0px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 70px;
}
.vertical-text>li>a {
    
  border-bottom: 2px solid transparent;
  /*border-right-color: transparent;*/
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
border-top: none;
border-right: none;
    border-bottom: 2px solid #29B473;
    color: #fff;
	background: transparent;
}
.vertical-text.tabs-left {
  left: 0px;
}
.vertical-text.tabs-right {
  right: 0px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#galmodl .nav>li>a{
display: inline-block;
padding: 6px 0px;

}
#galmodl .nav>li{
margin-top: 5px;

}
#galmodl .nav>li a#fotbtab{
margin-left: 20px;
}
#galmodl .nav>li a#badmntab{
    margin-left: 40px
}
/*-- END GALLERY */
#galmodl .carousel-img h3 {
    font-size: 42px !important;
    margin-bottom: 50px;
}
.galrow > .col-sm-4 {
	max-height: 240px;
	overflow: hidden;
	margin-bottom: 30px;
}
.galrow > .col-sm-4 a img{
	margin: auto;
}

.rtdivd{
	margin-bottom: 60px;
}
.ratbgclr {
	background: #1f1f1f;
}
#rtmodl .table-bordered>tbody>tr>td {
	border: 1px solid #2ab574;
}
#rtmodl .table-bordered>tbody>tr>td.brdlftbk {
 border-left: 1px solid #000;
}
#rtmodl .table-bordered>tbody>tr>td.brdbutmbk {
 border-bottom: 1px solid #000;
}
.rateCharth2{
	font-size: 42px;
	color: #fff;
	text-align: left;
	margin-bottom:20px;
	margin-top:40px;
	font-family: 'gearedSlab';
}
.rateCharth2 .ratetime {
	font-size: 32px;
}
.rateCharth2 .inrhr {
	font-size: 26px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.rateChartbody > img {
 width: 80%;
 margin-bottom:20px;
}
.sub-social > a > img{
	width: 18px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.sub-social > a:hover  img{
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}



/*button th*/
@-webkit-keyframes pulse 
  {       
    0% {-webkit-transform: scale(0); opacity: 0;}
    8% {-webkit-transform: scale(0); opacity: 0;}
    15% {-webkit-transform: scale(0.2); opacity: 0;}
    30% {-webkit-transform: scale(0.7); opacity: 1;}
    100% {opacity: 0; -webkit-transform: scale(1);}
  }

  @-moz-keyframes pulse 
  {       
    0% {-moz-transform: scale(0); opacity: 0;}
    8% {-moz-transform: scale(0); opacity: 0;}
    15% {-moz-transform: scale(0.2); opacity: 0;}
    30% {-moz-transform: scale(0.7); opacity: 1;}
    100% {opacity: 0; -moz-transform: scale(1);}
  }

.btn-round-lg{
	position:relative;
}

.sub-pulse-rays {
    position: absolute;
    width: 80px;
    height: 80px;
    background: transparent;
    left: -16px;
    right: 0px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -16px;
}
.sub-pulse-rays{
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite; 
    border-image: initial;
}

.fst-circle{
  margin-right: 3px;
}
.snd-circle{
  margin-right: 2.3px;
}

.textOverly  > tbody{
	background: rgba(0,0,0,0.4);
}

.logo1 > img.sublogoimg {
	max-width: 386px;
}
.carousel-img.sub-home h2, .carousel-desc.sub-home span.subspan {
font-family: 'Roboto', sans-serif;
font-size: 15.5px !important;
letter-spacing: 1.9px;
}
.carousel-img h2{
font-size: 23px !important;
letter-spacing:2px;
}
.carousel-desc span.subspan{
font-size: 23px !important;
letter-spacing:2px;
}
.carousel-img.sub-crit h2{
margin-bottom: -5px;
}
.carousel-desc.sub-crit > p{
margin-top: -20px;
}


.carousel-img h2 > span, .carousel-desc span.subspan  {
 margin-left: 6px;
 margin-right: 6px;
}
.carousel-desc.sub-home span.subspan  {
 margin-left: 2px;
 margin-right: 2px;
}
.carousel-desc h2.sub-letgm {
font-family: 'Roboto Condensed', sans-serif;
margin-top: 20px;
font-weight: 300;
}
.carousel-desc.sub-home p{
padding-top: 48px;
}
.sub-inner-content {
padding-top: 20px;
}
.new-adge h4 {
/*font-family: 'Roboto Condensed', sans-serif;*/
font-size: 16px;
letter-spacing: 1.2px;
font-weight: 300;
line-height:20px;
}
.carousel-img.new-adge h4 > span {
margin-top: 20px;
}
.new-adge {
    width: 44% !important;
}
.new-adge p {color: #FFF;
    line-height: 30px;
    padding: 20px 0px 0px 0px;
	font-size: 18px;
	    font-weight: 300;
	}
.got .sub-boknow {
padding: 20px 60px;
font-size: 22px;
}

.EDSS h5{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
.get-update {
	font-family: 'Roboto', sans-serif;
	font-size: 15px !important;
	letter-spacing: 1px;
	font-weight: 400;
}
.font-white.sub-address h5{
	letter-spacing: 1.3px;
}
.mtopp p {
	margin-top: -15px;
}
#sidebar ul li a:hover{
	/*padding: 30px 25px 30px 30px !important;*/
	/*font-weight: 500;*/
}
#dismiss{
	top:20px;
}
#sidebar ul.components{
	padding: 20px 0;
}
.list-unstyled{
	margin: 0px 0px 0px 0px;
}
#footballPopup > .modal-dialog, #cricketPopup >  
.modal-dialog, #badmintionPopup >  .modal-dialog,
 #rtmodl > .modal-dialog, #termsConditions > .modal-dialog, 
 #rulesRegulation > .modal-dialog{
	width: 80%;
	margin-top: 6%;
}
#galmodl > .modal-dialog{
	margin-top: 7%;
}
#cricketPopup > .modal-dialog{
margin-top: 2%;
}
#badmintionPopup > .modal-dialog{
margin-top: 4.2%;
}
#footballPopup .modal-body, #cricketPopup .modal-body, 
#badmintionPopup .modal-body, #rtmodl .modal-body, #termsConditions .modal-body, 
#rulesRegulation .modal-body {
	width: 72%;
    margin: auto;
}
#galmodl .modal-body{
	width: 100%;
    margin: auto;
}
#footballPopup .paddddas, #cricketPopup .paddddas, 
#badmintionPopup .paddddas, #termsConditions .paddddas,
#rulesRegulation .paddddas  {
    width: 90%;
}
#rtmodl .paddddas, #galmodl .paddddas{
 width: 100%;
}
.sub-close {
	z-index:99999999;
	position:relative;
	right: 20px;
    top: 20px;
}

#rtmodl .new-adge, #termsConditions .new-adge, #rulesRegulation .new-adge{
 width: 100% !important;
}
.modal-subfootermod{
background: rgba(0,0,0,0.95);
}
.modal-subfootermod .new-adge h4 .cata-topic{
    font-weight: bold;
    font-size: 30px;
	color: #29B473;
	font-style: normal;
}

.modal-subfootermod .new-adge .sub-mod-ul {
	/*list-style: none;*/
	padding-left:20px;
}
.modal-subfootermod .new-adge .sub-mod-ul li, h4.pptxt{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.3px;
	font-size: 13px;
    color: #fff;
    margin-bottom: 4px;
	font-weight: 300;
}
#rulesRegulation .new-adge, #rulesRegulation .new-adge h2, #rulesRegulation .new-adge h4,
 #rulesRegulation .new-adge p, #rulesRegulation .new-adge h3{
text-align: left !important;
}
/*.modal-backdrop.in {
z-index: 9999;
}*/
.modal-subfootermod .new-adge .sub-mod-ul li > span:before{
/*content:url('../images/circular.png');

position: absolute;
margin-left: -20px;*/


}
a:active, a:focus{
outline:none !important;
}
.modal-title {
 font-family: 'Roboto Condensed', sans-serif;
 font-weight: bold;
 font-size: 42px;
}
.white-text{
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
font-size: 14px;
letter-spacing: 1.5px;
line-height:20px;
font-weight:500;
}
.white-time {
font-size: 21px;
font-weight: 600;
/*color: #29B473;*/
}
.sdsd{
font-size: 22px;
font-weight: 700;
color: #29B473;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	line-height:20px;
	 
}
#cricketPopup .table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
padding: 10px;
line-height:17px;

}
#cricketPopup .table>tbody>tr>td.pad-top{
padding-top: 17px;
}
.modal-content {
padding-top: 30px;
padding-bottom: 25px;
}
.modal-cricket{
	padding-top: 0px;
    padding-bottom: 5px;
}
.btn-theme-colorrr{ 
	background: #29B473;
	color: #fff;
	border: none;
	padding: 14px 35px;
	border-radius: 0px;
	font-size: 21px;
	margin-top:10px;
	}
.btn-theme-colorrr:hover{
	background: #29B473; color:#ffff;
}

.sub-gst {
position: absolute;
right: 10px;
bottom: 50px;
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
font-size: 11px;
letter-spacing: 1.5px;
}
.sub-bm {
position: relative;
left: 42px;
/*bottom: 50px;*/
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
font-size: 11px;
letter-spacing: 1.5px;
text-align: left;
}

/*#rulesRegulation .modal-subfootermod .new-adge .sub-scrl-hlp {
    max-height: 260px;
    overflow-y: scroll;
	}*/
#rtmodl .modal-subfootermod .sub-scrl-hlp{
	 max-height: 470px;
    overflow-y: scroll;
}
	
td.smebld {
font-weight:400;
font-family: 'Roboto Condensed', sans-serif;
}
td.smebld > i {
font-weight: 300;
font-family: 'Roboto Condensed', sans-serif;
}
td.bigsmbld {font-weight: 600;}
.sendtext{letter-spacing:2px;}
.x {
    display: none;
}
/*==== END  ======*/

/*=== Copy from index html ==*/

.font-white{color: #fff; text-align: left}
.font-white h4{font-size:17px; color:#FFF; text-align:justify; margin:0px; padding:0px 0px 0px 0px;}
.font-white h5{font-size:14px; color:#fff; text-align:justify; font-weight:normal; margin:0px; padding:10px 0px 0px 0px; line-height:22px;}
.font-white h6{font-size:17px; color:#2ab574; text-align:justify; margin:0px; padding:0px; margin-top:127px;}

.font-white span a svg{font-size:30px; color:#FFF; padding:0px 5px 0px 5px; float:left;}
		
		.EDSS h5{margin-bottom:0px; color:#FFF !important; font-size:15px; line-height:25px;}
		.input-bxx{width: 100%; border: solid 1px #1F8857; background: none; padding:20px; color:#CCC; }
		.get-update{text-align: right !important; color: #fff !important; font-size:14px; line-height: 22px;}
		.asend{ padding: 20px 30px; background: #29B473; border: none; color: #fff; font-weight: 600; float: left}
		.mtopp{padding-top: 80px;}
		.mtopp p{ font-size: 12px;}
		
		.btn-round-lg {
    border-radius: 50%; z-index: 100001 !important; width:50px; height: 50px; line-height: 30px 
}

		.modal-badminton{background:url(../images/badmiton.jpg)  no-repeat top center; background-size: cover;}
		.modal-cricket{background:url(../images/cricket.jpg)  no-repeat top center; background-size: cover;}
		.modal-football{background:url(../images/football.jpg)  no-repeat top center; background-size: cover;}
		.modal-galmod{background:url(../images/rtbg.jpg)  no-repeat top center; background-size: cover;}
		
		.modal-header{border-bottom: 0px;}
		.theme-color{color: #29B473}
		/*.white-text{color: #fff}*/
		.paddddas{ width: 70%; margin: 0px auto}
		/*.modal-title{font-weight: bold; font-size: 56px;}*/
		/*.sdsd{font-weight: bold; font-size: 30px;}*/
		
		.close{opacity: 1;}
                .crickett{margin-top: 70px}
                .selectt{color: #808285}
		
        /*menu*/
/*		#sidebar ul li a:hover{width: 110%; left: -10%; position: relative}*/
		#sidebar.active #dismiss{left: -65px; background: none;}
		
		/*menu*/
                .inner-content11{padding: 140px 0}
                .classss45{padding: 0 100px}
		
		
.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .photo {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
   
    transition: transform 30s ease-out;
  }
  
  .sub-social-box{
	text-align: center;
}
.font-white.sub-social-box h6{
	text-align: center;
}
.font-white.sub-social-box span a svg
 {
	float: none;
}


.degnby{
	text-align: right;
}
.secheight {
	height: 80px;
}
	
.carousel-desc p#subhomcrcl svg {
    position: relative;
    top: -3px;
}
.carousel-desc > p > svg{
	position: relative;
    top: -3px;
}

.item1 .hovershake.cretknowmr{
	position: relative;
	bottom: -50px;
}
/*.item1 .hovershake.ftknowmr{
	position: relative;
	bottom: -50px;
}*/
.item1 .hovershake.bdmtknowmr{
	position: relative;
	bottom: 10px;
}
.fancybox-container{
	z-index: 999999999999;
}
.cltact {
	position: absolute;
	left: 30px;
	z-index: 999999;
	bottom: 97px;
}
.cltact > a {
	/*border-radius: 100%;*/
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
	color:#ffff;
	font-size: 12px;
	background: rgba(41,180,115,0.8);
}
.cltact > a > img{
	width: 22px;
}

.gstnot{font-size: 12px;
    margin-bottom: 0px;
    text-align: right;
    margin-right: 39px;
    margin-top: 3px;
    color: #fff;
}
#cricketPopup .gstnot{
	 margin-top: -28px;
}
#cricketPopup .modal-body{
		width: 80%;
	}
.sub-social > a > img {
	margin-right: 3px;
	margin-left: 3px;
	margin-top:5px;
}
.maxball{
font-size: 12px;
color: #fff;
text-align:left;
margin-left: 40px;
}
.bmtxt {
text-align: right; 
color: #fff; 
margin-top: -30px;
font-size: 12px;
}
#innerpage hr {
    margin-top: 40px;
	}

.crtrtchrt {
	position: absolute;
	top: 30px;
	left: 25px;
}

#galry .tab-content{
	margin-top: -40px;

}
#galry h3.modal-title{
	
/*margin-top: 85px;*/
}
#galry h3.modal-title, #galry h3.modal-title-mob{
	color: #ffffff;
}
@media screen and (width: 1366px){
	#footballPopup > .modal-dialog 
	{
		margin-top: 3.5%;
	}
	
	#cricketPopup > .modal-dialog {
	 margin-top: 2.9%;
	}
	#badmintionPopup >  .modal-dialog{
	margin-top: 4.3%;
	}
}


 @media(max-width:991px) {
 .item .carousel-desc, .item.item3 .carousel-desc {
text-align:center;
}
 
 .item3 .col-md-6 {
width:100%;
text-align:center;
}
.photo{width:100%;}
}

@media screen and (max-width: 1023px) and (min-width: 768px){
	
	.crtrtchrt {
	position: absolute;
	top: 30px;
	left: 0px;
}
	
	.maxball {
    margin-left: 33px;
}
#rtmodl .maxball {
    margin-left: 0px;
}
	.gstnot{
margin-top:3px;
}
#cricketPopup .gstnot{
    margin-top: -29px;
}

.mtopp {
    text-align: center;
}
.degnby {
text-align: center !important;
margin-top:8px;
}
	#cricketPopup .modal-body{
		width: 100%;
	}
	.get-update{
		text-align: center !important;
	}
.classss45{
	padding: 0px;
	}
	#itemcrt .photo{
	top: 141px;
    left: 60px;
}
#itembdmnt .photo{
	top: 253px;
    left: 36px;
}
.new-adge {
    width: 92% !important;
}
}


@media(max-width:767px) {
	#itemftbl .tiles{
	top: 50px;
	display: none;
}
	
#itemcrt .tiles{
    left: 23px;
	display: none;
}
#itembdmnt .tiles{
left: 24px;
display: none;
}
	
.gstnot {
    margin-bottom: 20px;
    text-align: center;
}

#cricketPopup .gstnot{
 margin-bottom: 32px;
}
#cricketPopup .white-text.white-time{
    margin-right: 30px;
}

#itemcrt .tiles{
left: 32px;
}
#itembdmnt .tiles{
left: 33px;
}
	.cltact {
	left: 10px;
    top: 34px;
}
	.sub-social-box{
		margin-top: 10px;
	}
	.sub-social > span{
		margin-right: 7px;
	
	}
	
	.swipeleft{
    color: #fff;
    float: right;
    margin-top: -30px;
    clear: both;
	margin-bottom: 5px;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	}
	
	
	.carousel-desc.sub-crit > p {
    margin-top: -10px;
	}
	
	.carousel-img.sub-crit h2 {
		margin-bottom: 3px;
    }
.carousel-desc p#subhomcrcl svg {
    top: -1px;
}
	
	.carousel-desc > p > svg{
		top: 0px;
		width: 5px !important;
	}
	.carousel-desc p{
	  padding: 12px 0px 0px 0px;
	}
	.carousel-desc.sub-home p {
    padding-top: 38px;
}

#itemftbl .img1 > img.img, 
#itemcrt  .img2 > img.img, 
#itembdmnt .img2 > img.img{
 width: 88%;
 max-width: 310px;
}

#itemhome{
	padding-top: 60px !important;	
	}

.cltact > a {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 15px;
	padding-right: 15px;
}
	
.rateCharth2{
	font-size: 28px;
	margin-top: 15px;
}	
.rateCharth2 .ratetime {
    font-size: 18px;
}
.rateCharth2 .inrhr {
    font-size: 16px;
}

.carousel-img.sub-home h2,
.carousel-desc.sub-home span.subspan{
	     font-size: 8px !important;
 }
 .carousel-img.sub-home h2{
	 margin-top: 40px;
 }
#footballPopup > .modal-dialog,
#cricketPopup > .modal-dialog,
#badmintionPopup >  .modal-dialog,
#rtmodl > .modal-dialog, 
#termsConditions > .modal-dialog, 
#rulesRegulation > .modal-dialog{
	width: 94%;
	margin-top: 6%;
}

#footballPopup .modal-body, 
#cricketPopup .modal-body, 
#badmintionPopup .modal-body, 
#rtmodl .modal-body, 
#termsConditions .modal-body, 
#rulesRegulation .modal-body {
    width: 100%;
    margin: auto;
}
.modal-title{
	font-size: 32px;
}
.white-time, .sdsd{
	font-size: 18px;
}
.btn-theme-colorrr{
	font-size: 18px;
	margin-top:-30px;
}
.sub-gst {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
	margin-top:-30px;
}
.table > tbody > tr > td{
	font-size: 13px;
}
.modal-content{
	padding-top: 10px;
}
.new-adge{
	width: 100% !important;
}
.new-adge h3{
	font-size: 23px !important;
}
.new-adge h4{
	font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 300;
    line-height: 22px;
}
.got .sub-boknow{
	padding: 15px 43px;
    font-size: 18px;
}

.font-white h4 {
	font-size: 15px;
}
.font-white h5 {
    font-size: 14px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    line-height: 17px;
	text-align: left;
}
#galmodl .modal-body{
	padding: 6px;
}
.vertical-text.tabs-right {
    right: 50px;
}
.font-white h6{
	margin-top: 18px;
}
.get-update{
	text-align: center !important;
}
.get-update.visible-xs{
	font-size:11px !important;
	margin-top:4px;
}
.mtopp {
    padding-top: 15px;
    text-align: center;
}
.degnby{
	text-align: center;
}
#sidebar ul li a{
	padding: 15px 20px 15px 20px;
}
#sidebar {
    width: 288px;
    top: 25px;
}
#sidebar.active #dismiss{
	left: -40px;
}
.carousel-img h2{
	font-size: 13px !important;
}
.carousel-desc span.subspan{
	font-size: 13px !important;
}
.item1 .hovershake.cretknowmr {
    position: relative;
    bottom: -191px;
}
.item1 .hovershake.ftknowmr{
	position: relative;
	bottom: -132px;
}
.item1 .hovershake.bdmtknowmr{
	position: relative;
	bottom: -109px;
}
.inner-content11{
	padding: 19px 0;
	}
.classss45{
	padding: 0px 0px;
}
.secheight {
	height: 0px;
}
#galmodl .nav > li {
    margin-top: 15px;
}
.sub-close{
	right: 12px;
    top: 8px;
}

.img1 >img {
	 width: 224px;
}
.logo1 > img.sublogoimg {
 width: 260px;
}
.logo1 {
   margin: -85px auto 0px auto;
}


.item .carousel-img img, .item.active .carousel-img img {
max-height:155px;
}
.item h2 {
font-size:30px;
margin-top:0px;
}
.item .carousel-desc p {
	width:100%;
	font-size:12px;
	}
.input-bxx, .asend{
	padding: 13px;
	}
}

@media(width:768px) {
	.classss45 {
    padding: 34px 0px;
}
.classss45 iframe{
	margin-bottom: 4%;
}
#itemcrt .photo{
	top: 180px;
}
#itembdmnt .photo{
	top: 264px;
}

	.carousel-img.sub-home h2, 
	.carousel-desc.sub-home span.subspan {
    font-size: 12px !important;
}
.sub-home .img1 img.img {
	width: 282px
}
.sub-home .logo1 img.sublogoimg {
	width: 330px;
}
.logo1 {
    margin: -101px auto 0px auto;
}
}

@media(max-width:480px) {
 
.gstnot{
margin-top:3px;
}
#cricketPopup .gstnot{
	 margin-top: 2px;
}
.maxball{
font-size: 12px;
text-align:center;
margin-left: 10px;
}
.bmtxt {
text-align: center; 
margin-top: 0px;
font-size: 12px;
}
.font-white h5 {
    font-size: 13px;
    padding: 8px 0px 0px 0px;
    line-height: 16px;
}
.new-adge h4 {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 300;
    line-height: 19px;
	padding: 8px 0px 0px 0px;
}
.new-adge p {
    line-height: 20px;
    padding: 10px 0px 0px 0px;
    font-size: 16px;
}

#itemftbl .tiles{
	top: 50px;
	display: none;
}
	
#itemcrt .tiles{
    left: 23px;
	display: none;
}
#itembdmnt .tiles{
left: 24px;
display: none;
}

#itemftbl .tiles .tile .photo{
	top: 170px;
}
#itemcrt .tiles .tile .photo{
	top: 120px;
}
#itembdmnt .tiles .tile .photo{
	top: 250px;
}


.item h2 {
font-size:30px;
}
.item .carousel-desc p {
width:100%;
}


}





.ser-input{
    border-color: transparent;
    border-bottom-color: #fff;
    color: #fff;
}
.ser-input:focus {
    border-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.search-full-view {
    position: fixed;
    width:90%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    opacity: 0;
    z-index: -1;
    transition: .5s all;
    transform: scale(0);
}
.search-full-view.search-normal-screen {
    opacity: 1;
    z-index: 11111;
    transform: scale(1);
}

.search-full-view .input-group {
    width: 80%;
    margin: 0 auto;
    top: 40%;
    height: 100px;
}
.search-full-view .input-group .form-control {
    background: transparent;
    border-bottom: 2px solid #fff;
    font-size: 6em;
    padding: 10px;
    vertical-align: unset;
    color: #cdcdcd;
}
.search-full-view .input-group .form-control:focus{
    border-color: #fff;
    border:0 !important;
    border-bottom: 2px solid #fff !important;
}
.search-full-view .input-group .input-group-addon {
    background: transparent;
    font-size: 4em;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.search-full-view .btn-close {
    background:#FFF;
    border: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.search-full-view .btn-close img { width: 60px; }

.search-full-view{z-index:99999999999 !important; }



.classss45 iframe{border:none;}




/*contact*/

/*.contact-part{margin:40px 0px 40px 0px;}

.contact_bottom{display:inline-block; width:100%;}
.contact_bottom h3{text-align:center; font-size: 21px; text-transform:uppercase; padding:40px 0px 20px 0px;}
.address{margin:35px 0px 35px 0px;}
.address h4{text-transform:capitalize; font-size:22px; position: relative; padding-left:47px; color:#000;}
.address h4:before{content: "\f041"; font-family: 'FontAwesome'; position: absolute; background:#26aecb; color:#fff;
 padding:7px 13px;  border-radius: 50%; left: 0; top: -7px;}
 
.address p{margin-top:5px; padding-left:46px; line-height:25px; color:#333;}
.contactd h4{position: relative;}
.contactd h4:before{content: "\f095"; font-family: 'FontAwesome'; position: absolute; background:#26aecb; color:#fff; 
padding:7px 11px 7px 11px; border-radius: 50%; left: 0; top: -7px;}

.contactd ul{margin-top: 3%;}
.contactd ul li{list-style: none; padding-left:46px; line-height: 2; font-size:16px; color:#000; }
.contactd ul li a{text-decoration:none; color:#26aecb;}
.contactd ul li span{font-weight: bold;}
.contact_form{margin: 5% 0;}
.contact_form input, .contact_form textarea{width:100%; border:1px #333 solid; padding:10px; background:none;
margin-bottom:3%; color:#666 !important; font-size:13px; border-radius:6px;}
.contact_form input[type=submit]{background:#26aecb; border-radius:6px; border:none; color:#fff !important; text-transform: uppercase;}

.map{display:inline-block; width:100%; float:left;}
.map iframe{width:100%; height:400px; border:none; float:left;}*/

/*contact*/




/*@media(max-width:1200px)
{

}

@media (max-width:1024px)
{
	

}


@media (max-width:980px)
{


}



@media (max-width: 767px)
{

	
}



@media (max-width: 640px)
{

	
}t


@media (max-width: 480px)
{
	
}




@media (max-width:320px)
{
	

	
}
*/
.menu-fix{position: static;}
