body{
	font-family: "Roboto-Regular";
}
.container{
	max-width:1170px;
	margin:0 auto; 
}
/*Main nav bar adjust*/
.navbar.navbar-expand-lg{
	padding: 0px 10px;
}
.navbar-brand{
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
.navbar-brand img{
	max-width: 150px;
}

#main-header {
	background-color: rgba(0, 99, 44, 1);
}
.nav-adjust li a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 35px 0px;
	transition:all 0.7s;
}
/*Dropdown on hover*/
.nav-adjust .dropdown{
	transition:all 0.7s;
}

.nav-adjust .dropdown:hover > .dropdown-menu {
    display: block;    
    transition:all 0.7s;
}
.nav-adjust .nav-item {
	padding: 30px 0px;	
	border-top: 4px solid transparent;
	transition:all 0.7s;
}
.nav-adjust .nav-item:not(:last-child):hover{
	border-top: 4px solid #ffae00;
	transition:all 0.7s;
}
.nav-adjust .nav-item:not(:last-child){
	padding-left: 16px;
	padding-right: 16px;	
}


.header-search .icon-search button{
	background-color: transparent;
	color: #fff;
	border: none;
	outline: none;
}
.navbar-header{
	
	z-index: 9999;
}

.hidden-form{

	transition:all 0.5s;
}
.hidden-form input{
	position: absolute;
	top: 19px;
	right: 156px;
	width: 22%;
	padding: 12px 15px;
	transition:all 0.5s;
	width: 0px;
	padding: 12px 0px;
	border: none;
	transition:width 0.5s;
}
.se-form{
	width: 300px !important;
	transition:width 0.5s !important;
	border: 2px solid #fbc02d !important;
	padding: 12px 15px !important;
}
.nav-adjust{
	position: relative;
}

/*Main menu DropDown Adjustment*/
.dropdown-custom{
	padding: 0px;
	top: 54px;
	border-radius: 0px;
	min-width: 230px;
	text-align: left;
	overflow: hidden;
}
.dropdown-custom ul{
	border-top: 4px solid #fbc02d;
	background-color: rgba(0, 99, 44, 1);
}
.dropdown-custom ul li{
	border-bottom: 1px solid #fff;
	width: 100%;
	display: block;
}
.dropdown-custom ul li a:hover{
	color: #fbc02d;
}
.dropdown-custom ul li a{
	padding: 12px 15px;
	display: block;
	font-size: 14px;
}
/*responsive navbar*/

.navbar-hamburger span{
	color: #fff;
}
.navbar-hamburger{
    font-size: 36px;
}
.hidden{
	display: none;
}
#navbar-close{
	color: #fff;
	font-size:36px;

}
#navbar-close:hover{
	transition:all 0.5s;
	transform: rotate(180deg);	
}

.navbar-header button{
	outline: none;
	float: right;
	margin-top: 6%;
}
/*Responsive menu hover*/
/* Icon 1 */
.responsive-button button{
	outline: none;
}
.animated-icon4 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon4 span {
    background: #fff;
}

.animated-icon4 span:nth-child(1) {
  top: 0px; 
  transform-origin: left center;
}

.animated-icon4 span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

.animated-icon4 span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

.animated-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon4.open span:nth-child(3) {
  
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
/*End responsive menu*/
/*Section frame*/
#multi-frames{
	margin-top: 8%;
}
.univers-sidebar a{
	outline: none;
	text-decoration: none;
}
.univer-butt{
	border: none;
	padding: 12px 0px;
	border-radius: 8px;
	font-size: 16px;
	font-family: "Roboto-Medium";
	box-shadow:0 0 0 2em #328432 inset;
	color: #ffffff;
	justify-content:center;
	transition:all 0.5s ease;
	display: block;
	text-align: center;
	text-decoration: none;
}
.univer-butt:hover{
	box-shadow: 0 0 0 2px #328432 inset;
	background-color: transparent;
	color: #328432;
	transition:all 0.5s ease;
}

.univers-sidebar ul li{
	display: inline-block;
	width:47%;
	margin-right: 2px;
	margin-bottom: 12px;
}
/*Schedule*/
#Schedule{
	padding-top: 45px;
}
.upcoming-header h2{
	font-family: "Roboto-Medium";
	font-size: 28px;
}
.up-fixture-head{
	background-image: url("images/big-court.jpg");
	background-repeat: no-repeat;
	color: #fff; 
	padding: 50px 0px;
	background-position: center center;
	padding-top: 65px;
	margin-top: 70px;
}
.up-fixture-head .match-left{
	text-align: right;
}
.up-fixture-head .match-left span{
	padding-right: 25px;
	font-size: 36px;
	font-weight: bold;
	vertical-align: middle;
}	
.up-fixture-head .match-right span{
	padding-left: 25px;
	font-size: 36px;
	font-weight: bold;
	vertical-align: middle;
}	
.up-fixture-head .match-left img{
	width: 100px;
	height: 110px;
}
.up-fixture-head .match-right{
	text-align: left;
}

.up-fixture-head .match-right img{
	width: 100px;
	height: 110px;
}
.up-fixture-head .comparison {
	text-align: center;
}
.up-fixture-head .comparison span{
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
	vertical-align: middle;
	color: #fbc02d;
	padding-top: 12%;
}
.up-fixture-head .location{
	text-align: center;
	padding-top: 35px;

}
.schedule-content li{
	background-color: #f3f3f3;
	padding: 15px 20px;
	padding-top: 20px;
	margin-bottom: 5px;
}
.schedule-content .sch-left img{
	height: 50px;
	width: 50px;
}
.schedule-content .sch-left span{
	color: #3d3d3d;
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;	
}
.schedule-content .compare{
	text-align: center;
}
.schedule-content .compare span{
	font-size: 25px;
	color: #fbc02d;
	font-weight: bold;
	padding-top: 7%;
	display: inline-block;
}
.schedule-content .sch-right img{
	height: 50px;
	width: 50px;
}
.schedule-content .sch-right{
	text-align: right;
}
.schedule-content .sch-right span{
	padding-right: 15px;
	color: #3d3d3d;
	font-size: 20px;
	font-weight: bold;
}
.schedule-content .georaphy{
	text-align: right;
}
.schedule-content .georaphy-left p{
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 41px;
}
.schedule-content .georaphy-right a{
	background: #fbc02d;
    padding: 8px 14px;
    color: #111111;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 800;
    display: inline-block;
    border: 2px solid #fbc02d;
    text-decoration: none;
    transition: all 0.4s;
}
.schedule-content .georaphy-right a:hover{
	background-color: transparent;
}
.schedule-content li.blacker{
	background-color: #252525;
}
.schedule-content li.blacker a{
	text-align: center;
	color: #fbc02d;
	text-decoration: none;
	font-size: 18px;
	display: block;
	font-weight: bold;
}
.schedule-content li.blacker a:hover{
	opacity: 0.8;
}
.geography-right a{
	text-decoration: none;
}
.main-line-1{
	background: #328432  none repeat scroll 0 0;
    height: 3px;
    width: 18%;
}
.sub-line-2{
	background: #fbc02d none repeat scroll 0 0;
    height: 3px;
    margin-top: 5px;
    width: 22%;
}
.yellow{
	box-shadow: 0 0 0 2em #fbc02d inset;
}
.under-cover{
	width: 12%;
	text-align: center;
	margin: 0 auto;
}
/*My link*/
#ripe{
	display: none;
}
/*footer*/
#main-footer{
	background-color: #111111;
	padding: 20px 0px;
	padding-top: 30px;	
}
#main-footer p{
	color: #fff;
	text-align: center;
	font-size: 16px;
}
#main-footer p span{
	color: #fbc02d;
}
/*login page*/

#login-page{
	margin-top: 10%;
	margin-bottom: 10%;
}
.login-form{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.login-form form{
	text-align: left;
}
.loger .univer-butt{
	padding: 14px 35px;
}
.login-form form label{
	font-size: 20px;
	font-family: "Roboto-Medium";
	color: #328432;
}
.login-form form ::placeholder{
	font-size: 14px;
}
/*Dashboard*/
.dash-left-bar{
	background-color: #328432;
	color: #fff;
	padding-bottom: 100%;
}
.dash-left-bar .dash-head h3{
	font-size: 22px;
	font-family: "Roboto-Medium";
	padding-left: 29px;
	padding-top: 25px;
}
.dash-left-bar .icons-link{
	padding: 10px 0px;
	padding-left: 30px;
}

.dash-left-bar .icons-link a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.dash-left-bar .icons-link span{
	padding-right: 15px;
	font-size: 18px;
}
.dash-left-bar .icons-link:hover{
	background-color: #fff;	
	color: #328432;
}
.dash-left-bar .icons-link:hover > a{
	color: #328432;
}
/*Main dash board page*/
.main-title{
	text-align:center;
	margin: 0 auto;
	margin-top: 15%;  
}
.main-title h2{
	color: #328432;
	font-size: 50px;
	font-weight: bold;
}
.main-title span{
	display: block;
	color: #fbc02d;
}
/*Default Iframe*/
.def-iframe{
	text-align: center;
	margin: 0 auto;
	width: 50%;
	margin-top: 10%;
}
.def-iframe form{
	text-align: left;
}
@media (max-width:992px){
	.nav-adjust .nav-item {
		border-top: none;
	}
	.nav-adjust .nav-item:not(:last-child):hover{
		border-top: none;
		
	}
	#main-header {
		padding: 25px 0px;
	}
	.nav-adjust .nav-item{
		padding: 11px 0px;
		border-bottom: 1px solid #fff;
	}
	.nav-adjust li a{
		padding: 3px 0px;
	}
	/*schedule*/
	.schedule-content .georaphy{
		margin-top: 33px;
	}
}
@media (max-width:768px){
	.univers-sidebar{
		text-align:center; 
	}	
	.right-sidebar{
		margin-top: 40px;
	}

	/*Schedule header*/
	.up-fixture-head .match-left span {
    	padding-right: 5px;
    	font-size: 26px;
	}
	.up-fixture-head .match-right span {
	    padding-left: 0px;
	    font-size: 26px;
	}
	.up-fixture-head .comparison span {
    	font-size: 40px;
	}
	.up-fixture-head .comparison span{
		padding-top: 30px;	
	}
}
@media (max-width:576px){
	.georaphy-left p{
		text-align:center; 
	}
	/*Schedule header*/
	.up-fixture-head .match-left span {
    	padding-right: 5px;
    	font-size: 16px;
	}
	.up-fixture-head .match-right span {
	    padding-left: 0px;
	    font-size: 16px;
	}
	

	.up-fixture-head .match-left img{
		width: 65px;
		height: 65px;
	}
	.up-fixture-head .match-right img{
		width: 65px;
		height: 65px;
	}
	.up-fixture-head .comparison span{
		padding-top: 15px;	
		font-size: 30px;
	}
}

