.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../images/loading.gif") center no-repeat #fff;
}
.topbar {
	background: #f88f1d !important;
	padding: 12px 0px;
	margin: 0px 48px;
	position: relative;
}
.top-menu-list {
	margin: 0;
	padding: 0
}
.top-menu-list li {
	list-style: none;
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #fff;
}
.top-menu-list li:last-child {
	border-right: none;
}
.top-menu-list li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
}
.topbar::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 48px 48px 0;
	border-color: transparent #f88f1d transparent transparent;
	top: 0;
	left: -48px;
}
.topbar::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 48px 48px 0 0;
	border-color: #f88f1d transparent transparent transparent;
	top: 0;
	right: -48px;
}
.logo-bg{

	background-size:cover;
	background-position:center center;
	
	
}


/*===================== 
common css
======================*/
@font-face {
	font-family: 'Oswald';
	src: url('fonts/Oswald-VariableFont_wght.ttf') format('truetype');
	font-weight: 1 999;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}
h3.title1 {
	font-size: 35px;
	position: relative;
}
h3.title1::before, h3.title1::after {
	position: absolute;
	background: #fff;
	width: 10%;
	height: 2px;
	content: " ";
	bottom: -3%;
}
h3.title1::before {
	left: 43%;
}
h3.title1::after {
	bottom: -20%;
	right: 43%;
}
h3.title2 {
	font-size: 30px;
	position: relative;
}
h3.title2::before, h3.title2::after {
	position: absolute;
	background: #f5cf07;
	width: 10%;
	height: 2px;
	content: " ";
	bottom: -3%;
}
h3.title2::before {
	left: 2%;
}
h3.title2::after {
	bottom: -20%;
	left: 7%;
}
.button {
	background-image: -webkit-gradient(linear, right bottom, left top, from(#ff8a00), to(#e52e71));
	background-image: linear-gradient(to top left, #ff8a00, #e52e71);
	color: #fff !important;
	display: inline-block;
	font-family: inherit;
	font-weight: 700;
	border: 0;
	border-radius: 2rem;
	white-space: nowrap;
padding: .7rem 1.5rem;
	line-height: 1.4;
	text-align: center;
	-webkit-transition: .07s;
	transition: .07s;
	position: relative;
	text-decoration: none !important;
}
.text:hover {
	background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#e52e71));
	background-clip: border-box;
	background: linear-gradient(90deg, #ff8a00, #e52e71);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}
.owl-wrapper .owl-carousel .item img {
	max-width: 100%
}
/*------------------------------------------------- */
/* =  about section */
/*------------------------------------------------- */
.about-section {
	padding: 60px 0;
	background: #232D4B url("../images/blue_background_v2.jpg") no-repeat scroll 78% 50%;
	color: #fff;
}
.photo-section {
	color: #fff;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.photo-section img {
	border-radius: 8px;
}
.photo-section .photo-about {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	padding: 7px;
	-webkit-transition: .5s all;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.photo-about h4 {
	color: #fff;
	font-size: 18px;
}
.photo-about h5 {
	color: #fff;
	font-size: 14px;
}
/* =  about section end */


/*------------------------------------------------- */
/* =  admission section */
/*------------------------------------------------- */
section.admission-section {
	padding: 40px 0;
	/*  background-image: -webkit-gradient(linear,left bottom,left top,from(#ff8a00),to(#f5cf07));
    background-image: linear-gradient(0deg,#ff8a00,#f5cf07);*/
	background-image: url('../images/admission-bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
section.admission-section:before {
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}
.ih-item.circle {
	position: relative;
	width: 220px;
	height: 220px;
	border-radius: 50%;
}
.ih-item.circle.effect16.left_to_right .img {
	-webkit-transform-origin: 95% 40%;
	-moz-transform-origin: 95% 40%;
	-ms-transform-origin: 95% 40%;
	-o-transform-origin: 95% 40%;
	transform-origin: 95% 40%;
}
.ih-item.circle.effect16 .img {
	z-index: 11;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle .img {
	position: relative;
	width: 220px;
	height: 220px;
	border-radius: 50%;
}
.ih-item.circle.effect16 .info {
	background: #f0a30a;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.circle.effect16 .info h3 {
	color: #000;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0px;
	font-size: 20px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 127px;
	text-shadow: 0 0 1px black, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect16 .info p {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect16.left_to_right a:hover .img {
	-webkit-transform: rotate(-120deg);
	-moz-transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
	-o-transform: rotate(-120deg);
	transform: rotate(-120deg);
}
.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect16.left_to_right .img:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}
h6.small-heading {
	font-size: 16px;
	font-weight: bold;
}
/*===================== 
	gallery Section 
======================*/

.gallery-section {
	padding: 50px;
	background: #008290;
}
.portfolio-item {
	position: relative;
	margin-bottom: 20px;
}
.portfolio-item .portfolio-caption {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.portfolio-item .portfolio-overlay {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
}
.portfolio-item .portfolio-overlay a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #626262;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}
.portfolio-item:hover .portfolio-caption {
	display: block;
}
/*===================== 
	End gallery Section 
======================*/








/*===================== 
	Course Section 
======================*/

.popular-courses-section {
	padding: 50px;
	background: url(../images/bg-pattern.png) repeat center;
}
.course-slider .item {
	margin: 10px;
}
.course-slider .item h5 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.course-slider .card {
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
/*===================== 
	End Course Section 
======================*/
/*===================== 
	why amity Section 
======================*/
.why-amity {
	background: url(../images/hp-serpentinepattern.png) repeat-x top left;
	background-size: 92px auto;
	border-top: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 80px;
}
.service-box {
	border: solid 1px #ccc;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 170px;
}
.service-box h4 {
	color: #333;
	font-size: 28px;
	font-weight: 400;
}
.service-box p {
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}
/*===================== 
	End why amity Section 
======================*/


/*===================== 
	Cnference & research Section 
======================*/

.events-section {
	padding: 50px;
	background-color: #e3b121;
	color: #fff;
}
.events-section h2 {
}
.conference-research-box {
	padding: 20px;
	background-color: #333;
	border-radius: 8px;
	min-height: 300px;
	max-height: 300px;
	overflow: hidden;
}
.conference-research-box:hover {
	overflow-y: auto;
}
.conference-research-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.conference-research-box ul li {
	margin-left: 10px;
}
.conference-research-box ul li {
	margin: 5px;
	font-size: 17px;
}

.conference-research-box ul li a{
	color:#fff;
	text-decoration:none;
	
	}

.conference-research-box ul li i{float: left;
    margin-top: 5px;
    margin-right: 9px;}



/*===================== 
	Conference & research Section end
======================*/


/*===================== 
	testimonial Section 
======================*/

.testimonial-section {
	padding: 50px;
	background: #f5cf07;
}
/*===================== 
	testimonial Section end
======================*/


/*===================== 
	recruiters Section 
======================*/

.recruiters-section {
	padding: 50px;
	background: #fff;
}
.logo-slider img {
	border: 1px solid #ccc;
	padding: 10px;
}
/*===================== 
	recruiters Section end
======================*/

/*===================== 
17.	Footer Bottom Section 
======================*/

.footer-section {
	background: #018c1d !important;
	color: #fff;
}
.footer-top {
	padding: 30px 0px;
}
.footer-copyright {
	padding: 20px;
	background: #f88f1d;
	color: #fff;
}
.footer-section ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.footer-section ul.menu li a {
	color: #fff;
	font-style: italic;
}
/*.footer-section ul.menu li a:before {
	margin-right: 10px;
	font-style: normal;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}*/
/* -for home slider-*/


.owl-next, .owl-prev {
	position: absolute;
	top: 44%;
}
.owl-next {
	right: 0;
}
.owl-prev {
	left: 0;
}
/* -for home slider end-*/




.common-section {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}
.common-page-heading {
	padding: 22px 0;    background: #4f81bc;
	color: #fff;
	/* background-image:url(../images/header-bg.jpg); */
	background-size:cover;
	
	
}
/* faculty page  */
.faculty-photo-section {
	background: #e5eaee;
	
	padding:5px

	
}
.faculty-photo-section img {
	width: 100%;
}
.more-link{background-color:#dba921;border-color:#194880; color:#000; padding:8px; font-weight:bold; font-size:12px;  }
.more-link:hover{text-decoration:none; color:#111;}
