body{
	font-family:'Poppins', sans-serif!important; 
}


*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-weight: 700;
}
h1,h2,h3,h4,h5{
    font-family:'Poppins', sans-serif!important;  
	margin: 0px;
	padding: 0px;
}
.remove-pr-pl{
    padding-right: 0px!important;
    padding-left: 0px!important
}
.apply-admission-tab{
  position: absolute;
  z-index: 55;
  right: 0;
  padding:12px 30px;
  background: #FF4500;
}
.apply-admission-tab a{
  color: #fff;
  font-weight: 500;
}
#load{
  width:100%;
  height:100%;
  overflow-y: hidden;
	top:0;
  position:fixed;
  z-index:99993;
  background:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9));
}
  .load-bg{
    width:80px;
    height:80px;
    top:50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    background:url("../images/loader.gif");
    background-position: center center;
    background-size:cover;
  }
  .ask-login{
    position: absolute;
    z-index: 5554;
    background:#fff;
    display: none;
    right:2%;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    font-size: 14px;
    transition:all 0.3s ease-in;
    padding: 5px 0px
  }
.ask-login ul li{
    list-style: none;
}
.ask-login ul li a{
    display: block;
    padding:6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.ask-login ul li a:hover{
    background: #f6f6f6;
    color: #000;
    text-decoration: none;
}
.show-askfropdown{
    display: block;
}
.btn-support{
	display: inline-block;
    font-weight: 700;
    padding-left:15px;
    padding-right:15px;
    margin-left: 23px;
    border:none;
    background-color:#FF4500;
}
.btn-support a{
	    color: #fff;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    z-index: 5555;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
     box-shadow: -1px 7px 5px 1px rgba(0,0,0,0.28);
}

#return-to-top i {
    color:#fff;
    margin: 0;
    position: relative;
    z-index: 55555;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.logo img{
	width:100%;
	height: 90px;
}
.logo h6{
	margin-top: 6px;
	margin-bottom: 5px
}

.fixed-header{
  position: fixed;
  z-index: 5555;
  top:0;
  width: 100%;
  left: 0;  
  transition:all 0.6s ease;
}
.header-top{
	width: 100%;
	height:auto;
	background:#192f59;
}
.header-top .header-top-wrapper_one ul li,.header-top .header-top-wrapper_two ul li{
	display: inline-block;
}
.header-top a{
		color:#fff;
		line-height:50px;
		font-weight: 400;
		text-decoration: none
}
.header-top a:hover{
	color: #f6f6f6
}
.header-top i{
	margin-right: 8px
}
header .header-center{
	background:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,1)), url('../images/collegeligadepatil.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	width: 100%;
	padding-top:10px;
	height:auto;
}
header .header-center h1{
	color:#192f59;
	font-weight: 700;
	margin:8px 0px; 
	font-size:39px
}
header .header-center h4{
	margin: 0px 0px;
	letter-spacing: 1.6px;
	font-size: 16px;
	line-height:20px;
	color:#FF4500;
	font-weight: 700;
}
header .header-center h5{
	margin: 5px 0px;
	letter-spacing: 1.9px;
	font-size: 15px;
	line-height:20px;
	font-weight: 400;
	color:#333;

}
header .header-bottom{
	width: 100%;
	margin-top: 10px;
	height: 40px;
	color:#fff;
	background:#7B0808
}
