@import 'https://fonts.googleapis.com/css?family=Quattrocento+Sans|Ropa+Sans';
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ropa Sans', sans-serif;
}
body {
	color: #000;
	background-color: #fff;
	font-family: 'Quattrocento Sans', sans-serif;
}
#wrapper {
	width: 100%;
}
.logo_bg {
	float: left;
	width: 100%;
	z-index: 9999;
	position: fixed;
	background-color: #fff;
	border-bottom: 5px solid #21469a;
}
.logo {
	width: 25%;
	float: left;
	padding: 15px 0 15px 2%;
}
.logo_bg img {
	max-width: 100%;
}
.top_rht {
	width: 70%;
	float: right;
	padding-right: 2%;
}
.top_icons {
	width: auto;
	float: right;
	padding-top: 40px;
}
.top_icons h6 {
	margin-bottom: 0px !important;
	float: right;
}
.top_alumni {
	width: auto;
	float: right;
}
.top_logo {
	width: auto;
	float: right;
	padding: 5px 15px;
	border: 1px solid #ccc;
}
.top_icons a {
	color: #333;
	float: right;
	margin-right: 5px;
	padding: 11px 15px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.top_icons a:hover {
	color: #fff;
	background-color: #21469a;
}
.cssmenu {
	width: 50px;
	float: right;
	padding-top: 40px;
	text-align: right;
}
.menu-txt
{
	font-weight: 700;
    color: #f48b17;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 20px;
}
.banner, .banner_bg {
	float: left;
	width: 100%;
	margin-top: 110px;
}
.banner img {
	width: 100%;
}
.footer {
	float: left;
	width: 100%;
	padding: 2% 0px;
	color: #fff;
	background-color: #21469a;
	border-top: 1px solid #ccc;
}
.footer p {
	font-size: 14px;
	line-height: 19px;
}
.footer_one {
	width: 35%;
	float: left;
}
.footer_two {
	width: 25%;
	float: left;
}
.footer_three {
	width: 18%;
	float: left;
}
.footer_three p {
	text-align: center;
}
.footer_three a img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.footer_three a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.footer_four {
	width: 22%;
	float: left;
	text-align: right;
}
.footer_two p, .footer_four p {
	margin-bottom: 3%;
}
.footer_two a {
	color: #fff;
	padding: 1px 5px;
	background-color: #21469a;
}
.footer_two a:hover {
	color: #000;
	background-color: #fff;
}
::-webkit-input-placeholder {
 color:#000;
}
:-moz-placeholder { /* Firefox 18- */
 color:#000;
}
::-moz-placeholder {  /* Firefox 19+ */
 color:#000;
}
:-ms-input-placeholder {
 color:#000;
}
#accordion {
	float: left;
	width: 100%;
}
.accordion-toggle {
	width: 96%;
	float: left;
	cursor: pointer;
	margin-bottom: 5px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	font-size: 16px !important;
	padding: 5px 10px !important;
}
#accordion h3 {
	color: #f60;
}
.accordion-content {
	width: 96%;
	float: left;
	padding: 10px;
}
.plus, .minus {
	width: 7px;
	height: 7px;
	float: right;
	margin-top: 9px;
	background: url("images/slide_arr.png") no-repeat scroll 0 0;
}
.plus {
	background: url("images/slide_arr1.png") no-repeat scroll 0 0;
}
.alignleft {
	float: left;
	margin: 5px 15px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0px 5px 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
@media only screen and (min-width:960px) and (max-width:1389px) {
.logo {
	padding: 10px 0 10px 2%;
}
.top_icons {
	padding-top: 30px;
}
.top_alumni {
	width: auto;
}
.top_logo {
	padding: 4px 15px;
}
.cssmenu {
	padding-top: 40px;
}
.banner, .banner_bg {
	margin-top: 100px;
}
}
@media only screen and (min-width:768px) and (max-width:990px) {
.logo {
	padding: 10px 0 10px 2%;
}
.top_icons {
	padding-top: 30px;
}
.top_alumni {
	width: auto;
}
.top_logo {
	padding: 4px 10px;
}
.top_icons a {
	padding: 7px 10px;
}
.cssmenu {
	padding-top: 40px;
}
.cssmenu {
	padding-top: 40px;
}
.banner, .banner_bg {
	margin-top: 100px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}
@media all and (max-width: 768px) {
.logo {
	width: 28%;
}
.top_rht {
	width: 68%;
}
.top_logo {
	padding: 4px 10px 3px 10px;
}
.top_icons a {
	padding: 8px 10px;
}
.banner, .banner_bg {
	margin-top: 94px;
}
.Insti, .Quic {
	display: none;
}
.footer_one {
	width: 100%;
}
.footer_two {
	width: 100%;
}
.footer_three {
	width: 50%;
}
.footer_three p {
	text-align: left;
}
.footer_four {
	width: 50%;
}
}
@media only screen and (max-width:767px) {
.logo {
	width: auto;
	padding: 5px 0 5px 2%;
}
.top_rht {
	width: 98%;
	padding: 10px 2% 10px 0;
}
.Insti, .Quic {
	display: none;
}
.top_icons {
	float: left;
	width: 100%;
	padding-top: 0px;
}
.top_alumni {
	width: auto;
	float: left;
}
.top_logo {
	padding: 4px 5px;
}
.top_icons a {
	padding: 7px 5px;
}
.cssmenu {
	padding-top: 0px;
	margin-top: -60px;
}
.menu {
	margin-top: -90px;
}
.banner, .banner_bg {
	margin-top: 143px;
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.top_icons a {
	padding: 11px 5px;
}
.banner, .banner_bg {
	margin-top: 150px;
}
}
/*-------------------------------------------------------CSS code for side menu bar begins ---------------------------------------------------*/
.w100 {
	float: left;
	width: 90px !important;
	margin-right: 40px !important;
}
.Insti {
	position: fixed;
	right: -205px;
	top: -42px;
	width: 266px;
	height: 240px;
	z-index: 99999;
}
.Quic {
	position: fixed;
	right: -205px;
	top: 370px;
	width: 266px;
	height: 240px;
	z-index: 99999;
}
.slideLeft {
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}
.slideLeft1 {
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}
.slideRight {
	float: left;
	width: 220px;
	background: #aa5900;
}
.slideRight p {
	margin: 0;
	padding: 0 1000px 0 0;
	border-bottom: 1px solid #f48b17;
	background: url(images/slide-arrow.jpg) no-repeat 202px center #aa5900;
}
.slideRight p a {
	color: #fff;
	width: 165px;
	display: block;
	text-align: left;
	background: #d17006;
	padding: 9px 10px 10px 20px;
}
.slideRight p span {
	display: block;
	color: #f5d297;
	font-size: 12px;
}
.slideRight p a:hover {
	background: #aa5900;
}
.quickright {
	float: left;
	width: 209px;
	height: 300px;
	background: #0b58b7;
	padding: 0 0 0 10px;
}
.quickright p {
	margin: 0;
	color: #fff;
	padding: 5px 0;
}
.quickright ul li {
	list-style: none;
	margin: 0 0 3px 0;
}
.quickright ul li label {
	color: #fff;
	display: block;
	font-size: 11px;
	text-transform: capitalize;
}
.quickright ul li input {
	margin: 0;
	width: 198px;
	background: #fff;
	padding: 3px 0 3px 5px;
	border: 1px solid #EAEAEA;
}
.quickright ul li textarea {
	margin: 0;
	width: 198px;
	height: 30px;
	background: #fff;
	padding: 3px 0 3px 5px;
	border: 1px solid #EAEAEA;
}
.quickright ul li input.submitBtn {
	color: #fff;
	width: 64px;
	border: none;
	float: right;
	cursor: pointer;
	margin: 0 12px 0 0;
	padding: 2px 0 5px;
	text-align: center;
	background: #fa8708;
}
#box {
	top: 55%;
	width: 190px;
	z-index: 100;
	right: -140px;
	position: fixed;
	font-size: 12px;
	line-height: 20px;
}
.show, .hide {
	transition: margin-right .4s ease-in;
	-webkit-transition: margin-right .4s ease-in;
}
.hide {
	margin-right: -30px;
}
.show {
	margin-right: 190px;
}
#arrow, .bt {
	cursor: pointer;
}
#deco {
	float: left;
	width: 75px;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}
.error {
	color: #fa8708;
}
.link-more a {
    color: #0049a3;
}

/*
.no-js #loader {
	display: none;
}
.js #loader {
	top: 0;
	left: 100px;
	display: block;
	position: absolute;
}
.se-pre-con {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999999;
	background: url(images/Preloader_2.gif) center no-repeat #fff;
}*/
/*-------------------------------------------------------CSS code for side menu bar ends ---------------------------------------------------*/
