html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	position: relative;
	font-size: 100px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
}

.container-body {
	position: relative;
	top: 0.88rem;
}

.collapsing {
	transition: none;
}

.icon-logo {
	font-size: 0.362rem;
	height: auto;
	line-height: 1;
	display: block;
	margin: 0 2rem;
	width: 3.3rem;
}


.faculty-area {
	background-color: #f1f9ff;
}

ul,
li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

body {
	z-index: 1;
	position: relative;
}

body,
p,
ul,
div {
	font-size: 0.16rem;
	margin: 0;
	padding: 0;
}

img {
	display: inline-block;
	width: 100%;
	height: auto;
}

button {
	border: none;
}

.public-more {
	display: flex;
	width: 3.9rem;
	border: 0.02rem solid black;
	height: 0.6rem;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: black;
	font-size: 0.22rem;
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.public-more:hover {
	background-color: #ff6b00;
	color: white;
	border-color: #ff6b00 !important;
}

.navbar {
	padding: 0;
	height: 0.88rem;
	font-size: 0.25rem;
	font-weight: 500;
}

.navbar-toggler {
	width: 0.48rem;
	height: 0.48rem;
	font-size: 0.3rem;
	border-radius: 0;
	padding: 0;
	margin-right: 0.1rem;
}

.mb-200 {
	margin-bottom: 10.4166%;
}

@media (max-width: 767px) {
	html {
		font-size: 100px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 90px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 95px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 100px;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 90%;
	}
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}

@media (max-width: 992px) {
	header .navbar {
		width: 100%;
		max-width: 100%;
	}

	header .navbar .icon-search {
		margin-right: 0.1rem;
	}

	header .navbar .navbar-nav .nav-item {
		padding: 0 0.1rem;
	}

	header .navbar .navbar-brand img {
		width: 1.5rem;
	}
}



/*============ End Blog Single Styles  =============*/
/* =================================== */
/*  Footer Styles
/* =================================== */

.section-gap {
	padding: 100px 0;
}

@media (max-width: 991px) {
	.section-gap {
		padding: 80px 0;
	}
}


.footer-area {
	background: #3D3D3D;
	margin-top: 2rem;
}

.footer-area .icon {
	color: #ccc;
}

.contact-details {
	color: #ccc;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.footer-area .single-footer-widget {
		margin-bottom: 30px;
	}
}

.footer-area .single-footer-widget h4 {
	color: #fff;
	font-size: .18rem;
	margin-bottom: 35px;
}

@media (max-width: 1024px) {
	.footer-area .single-footer-widget h4 {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.footer-area .single-footer-widget h4 {
		margin-bottom: 15px;
	}
}

.footer-area .single-footer-widget ul li {
	margin-bottom: 15px;
}

.footer-area .single-footer-widget ul li a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #ccc;
}

.footer-area .single-footer-widget ul li a:hover {
	color: #fff;
}

.footer-area .single-footer-widget .form-wrap {
	margin-top: 25px;
}

.footer-area .single-footer-widget input {
	height: 40px;
	border: none;
	width: 80% !important;
	font-weight: 300;
	background: #f9f9ff;
	color: #222222;
	padding-left: 20px;
	border-radius: 0;
	font-size: 14px;
	padding: 10px;
}

.footer-area .single-footer-widget input:focus {
	outline: none;
}

.footer-area .single-footer-widget .click-btn {
	color: #fff;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 8px 12px;
	border: 0;
}

.footer-area .single-footer-widget .click-btn span {
	font-weight: 500;
}

.footer-area .footer-bottom {
	margin-top: 90px;
}

@media (max-width: 991px) {
	.footer-area .footer-bottom {
		margin-top: 20px;
	}
}

.footer-area .footer-bottom p {
	color: #fff;
}

.footer-area .footer-bottom a,
.footer-area .footer-bottom span {
	color: #39cfca;
}

.footer-area .footer-bottom span {
	font-weight: 700;
}

.footer-area .footer-bottom .footer-social {
	text-align: center;
}

@media (max-width: 991px) {
	.footer-area .footer-bottom .footer-social {
		text-align: left;
		margin-top: 30px;
	}
}

.footer-area .footer-bottom .footer-social a {
	background: #3e4876;
	margin-left: 5px;
	width: 40px;
	color: #fff;
	display: inline-grid;
	text-align: center;
	height: 40px;
	align-content: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer-area .gzh_img{
	width: 1.3rem;
}

@media (max-width: 991px) {
	.footer-area .gzh_img{
		width: 2.5rem;
	}
}
/*# sourceMappingURL=main.css.map */
