#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	font-family: 'Montserrat', sans-serif;

	line-height: 1;
	width:100%;
	z-index:10000000000;
	margin:auto;
	
	border-radius:30px 30px 0px 0px;
}
#cssmenu > ul > li {
	display:inline-block;
	font-size:13px;

}
#cssmenu.align-center > ul {
	font-size: 0;
	
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: center;
	padding:10px 0px;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: left;
}
#cssmenu > ul > li > a {
	margin:5px 48px;
	font-size:16px;
	vertical-align:text-top;
	padding:9px 0px;
	font-weight:lighter;
	font-style:normal;

	

	text-align:center;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;

	font-weight:600;
	color: #333333;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}



 @media screen and (min-width:320px) and (max-width:640px) {
 #cssmenu > ul > li > a {
 margin:10px 15px 10px 5px;
 letter-spacing:0.3px;
 font-size: 15px;
 text-align:left;
 text-decoration: none;
 font-family: 'Montserrat', sans-serif;

font-weight:500;
 text-transform: uppercase;
 color: #000000;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
 #cssmenu > ul > li.active > a {
 color: #fff;
 padding-bottom:20PX;
}
}


#cssmenu > ul > li:hover {
	color:#fff;
	background-color:#003f79;
}
#cssmenu > ul > li:hover > a {
	color:#fff;
}
#cssmenu > ul > li.active {
	color:#fff;
	background-color:#d70006;
}
#cssmenu > ul > li.active> a {
	color:#fff;
}
#cssmenu > ul > li.has-sub > a {
	padding-right:15px;
	font-style:normal;
}
#cssmenu > ul > li.has-sub > a::after {
position:absolute;
top:13px;
right:0px;
width:6px;
height:6px;
border-bottom:1px solid #ff2c32;
font-family: 'PT Sans', sans-serif;
border-right:1px solid #ff2c32;
content:"";
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
-webkit-transition:border-color .2s ease;
-moz-transition:border-color .2s ease;
-ms-transition:border-color .2s ease;
-o-transition:border-color .2s ease;
transition:border-color .2s ease
	
	
	}
#cssmenu > ul > li.has-sub:hover > a::after {
content:"";
	position:absolute;
top:13px;
right:0px;
width:6px;
height:6px;
border-bottom:1px solid #fff;
font-family: 'PT Sans', sans-serif;
border-right:1px solid #fff;

-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
-webkit-transition:border-color .2s ease;
-moz-transition:border-color .2s ease;
-ms-transition:border-color .2s ease;
-o-transition:border-color .2s ease;
transition:border-color .2s ease
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
 -webkit-transition: height .2s ease;
 -moz-transition: height .2s ease;
 -ms-transition: height .2s ease;
 -o-transition: height .2s ease;
 transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
	height: auto;
}
#cssmenu ul ul li a {
	padding: 12px 15px 12px 10px;
	width: 250px;
	height:auto;
	font-family: 'Montserrat', sans-serif;

	font-size: 15px;
	
	border-bottom:1px solid #3678a3;
	background: rgba(0, 63, 121, 0.8);
	
	text-decoration: none;
	letter-spacing:0.5px;
	color: #fff;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;

	background: rgba(255, 0, 6, 0.4);
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
 width: 100%;
}
 #cssmenu ul {
 width: 100%;
 background-color:#fff;
}
 #cssmenu.align-center > ul,  #cssmenu.align-right ul ul {
 text-align: left;
}
 #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
 width: 100%;
 height: auto;
 border-top: 1px solid rgba(120, 120, 120, 0.15);
}
 #cssmenu ul li a,  #cssmenu ul ul li a {
 width: 100%;
}
 #cssmenu > ul > li,  #cssmenu.align-center > ul > li,  #cssmenu.align-right > ul > li {
 float: none;
 display: block;
}
 #cssmenu ul ul li a {
 padding: 20px 40px 20px 10px;
 font-size: 13px;
 color: #000000;
 background: none;
 text-transform:uppercase;
}
 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
 color: #000000;
 background-color:#fff;
}
 #cssmenu ul ul ul li a {
 padding-left: 40px;
}
 #cssmenu ul ul,  #cssmenu ul ul ul {
 position: relative;
 left: 0;
 right: auto;
 width: 100%;
 margin: 0;
}
 #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
 display: none;
}
 #menu-line {
 display: none;
 margin-bottom:3px;
}
 #cssmenu #menu-button {
 display: block;
 padding: 15px;
 margin-top:25px;
 color: #000000;
 cursor: pointer;
 font-size: 15px;
 text-transform: uppercase;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 10px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #000;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 15px;
 right: 20px;
 display: block;
 width: 15px;
 height: 3px;
 border-top: 2px solid #000000;
 border-bottom: 2px solid #000000;
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 10;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.15);
 height: 52px;
 width: 52px;
 cursor: pointer;
}
 #cssmenu .submenu-button::after {
 content: '';
 position: absolute;
 top: 21px;
 left: 26px;
 display: block;
 width: 1px;
 height: 11px;
 background: #fff;
 z-index: 99;
}
 #cssmenu .submenu-button::before {
 content: '';
 position: absolute;
 left: 21px;
 top: 26px;
 display: block;
 width: 11px;
 height: 1px;
 background: #fff;
 z-index: 99;
}
 #cssmenu .submenu-button.submenu-opened:after {
 display: none;
}
 #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
 color: #9b0000;
 background-color:#fff;
}
}
 @media(max-width:768px) {
 #cssmenu #menu-button {
 display: block;
 padding: 20px;
 color: #333;
 cursor: pointer;
 font-size: 15px;
 text-transform: uppercase;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 20px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #fff;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 25px;
 right: 20px;
 display: block;
 width: 15px;
 height: 3px;
 border-top: 2px solid #fff;
 border-bottom: 2px solid #fff;
}
#cssmenu ul li a {
 width:100%;
}
 #cssmenu > ul > li > a {
 letter-spacing:0.3px;
 font-size: 15px;
 text-align:left;
 padding:8PX;
 text-decoration: none;
 font-family: 'Montserrat', sans-serif;

font-weight:500;
 text-transform: uppercase;
 color: #000;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
 #cssmenu > ul > li.active > a {
 color: #000;
 padding-bottom:20PX;
}
 #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
 color: #9b0000;
 background-color:#fff;
}
}

@media(max-width:1308px) {
	
	#cssmenu > ul > li > a {
	margin:1px 21px;
	font-size:16px;
	vertical-align:text-top;
	padding:9px 0px;
	font-weight:lighter;

	text-align:center;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;

	font-weight:600;
	color: #333333;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
}

@media(max-width:1270px) {
	
#cssmenu > ul > li > a {
	margin:1px 21px;
	font-size:16px;
	vertical-align:text-top;
	padding:9px 0px;
	font-weight:lighter;

	text-align:center;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;

	font-weight:600;
	color: #333333;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}


	@media screen and (min-width:800px) and (max-width:1240px){
.side_menu_bg {
	border:0px solid #000;
	float:right;
	width:auto;
	
}
}


 @media screen and (min-width:320px) and (max-width:640px) {
	 
	 
.sticky {
 position:fixed;
  	background:url(../image/sarvottam_college1.png) left top no-repeat #28384f;


  margin:auto;
 
  left:0;
  right:0;
  top:0;
 border-top:0;
  -webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
  height:auto;
  border-bottom: solid 1px #999;
  z-index:1000000000000;

  
  
	
}
 #cssmenu #menu-button {
 display: block;
 padding: 10px;
 margin-top:5px;
 color: #fe2f19;
 cursor: pointer;
 font-size: 15px;
 text-transform: uppercase;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 10px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #fe2f19;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 15px;
 right: 20px;
 display: block;
 width: 15px;
 height: 3px;
 border-top: 2px solid #fe2f19;
 border-bottom: 2px solid #fe2f19;
}
#cssmenu ul li a {
 width:100%;
}
 #cssmenu > ul > li > a {
 letter-spacing:0.5px;
 font-size: 16px;
 text-align:left;
 text-decoration: none;
 font-family: 'Montserrat', sans-serif;

 font-weight:500;
 text-transform: uppercase;
 color: #000000;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
 color: #9b0000;
}
}






/*
DEMO 4
*/

.a_demo_four {
	background-color:#c93c5b;
	font-family: 'Montserrat', sans-serif;

	font-size:12px;
	letter-spacing:0.2px;
	text-decoration:none;
	margin-right:10px;
	color:#fff;
	position:relative;
	padding:5px 6px;
	padding-right:26px;
	background-image: linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -o-linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(198,36,71)),
	color-stop(1, rgb(233,98,128))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #cf3255, 0px 3px 0px 0px #aa1838, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #cf3255, 0px 3px 0px 0px #aa1838, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #cf3255, 0px 3px 0px 0px #aa1838, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #cf3255, 0px 3px 0px 0px #aa1838, 0px 5px 5px #999;
}

.a_demo_four:hover {
	top:3px;
	background-image: linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -o-linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(233,98,128)),
	color-stop(1, rgb(198,36,71))
	);
	-webkit-box-shadow: inset 0px 1px 0px #cf3255, 0px 2px 0px 0px #aa1838, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #cf3255, 0px 2px 0px 0px #aa1838, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #cf3255, 0px 2px 0px 0px #aa1838, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #cf3255, 0px 2px 0px 0px #cc3a5a, 0px 5px 3px #999;
}

.a_demo_four::before {
	background-color:#cf1a42;
	background-image:url(../image/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:16px;
	height:16px;
	position:absolute;
	right:8px;
	top:54%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #a81031, 0px 1px 0px #c74360;
	-moz-box-shadow: inset 0px 1px 0px #a81031, 0px 1px 0px #c74360;
	-o-box-shadow: inset 0px 1px 0px #a81031, 0px 1px 0px #c74360;
	box-shadow: inset 0px 1px 0px #a81031, 0px 1px 0px #c74360;
}

.a_demo_four:hover::before {
	top:54%;
	margin-top:-10px;
	-webkit-box-shadow: inset 0px 1px 0px #e53d62, 0px 3px 0px #9e0f2e, 0px 6px 3px #b01e3e;
	-moz-box-shadow: inset 0px 1px 0px #e53d62, 0px 3px 0px #9e0f2e, 0px 6px 3px #b01e3e;
	-o-box-shadow: inset 0px 1px 0px #e53d62, 0px 3px 0px #9e0f2e, 0px 6px 3px #b01e3e;
	box-shadow: inset 0px 1px 0px #e53d62, 0px 3px 0px #9e0f2e, 0px 6px 3px #b01e3e;
}