@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

h1, h2, h3, h4, h5 {font-family: 'Montserrat', sans-serif;}
p {font-family: 'Roboto', sans-serif; text-align:justify;}
ul {font-family: 'Roboto', sans-serif;}
a {color: #212529;}
img {}



/* Header Style */

header { padding:30px 0;}
.header-sty-social ul { list-style:none; text-align: right; margin: 36px 0 0 0;}
.header-sty-social ul li {display: inline-block; margin-right: 10px;}
.header-sty-social ul li a {}
.header-sty-social i { margin-right:8px; color: #0075bf;}





/* Menu Style */

.main-nav {background: #00a08b;}
.main-nav .bg-light {background: none !important;}
.navbar-light .navbar-nav .nav-link { color: #fff;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffeb00;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
   color: #ffeb00;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-transform: uppercase;
    font-size: 15px;
	
}
.dropdown-menu {
    background-color: #00a08b !important;
	text-transform:uppercase;
   
}
.dropdown-item {
   color: #fff !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #212529 !important;
    text-decoration: none;
    background-color: #ffeb00;
}


/* Home Style*/

.ncte-sty p {
	text-align: right;
    font-size: 24px;
    margin: 35px 0;
}
.ncte-sty a {
	    background: #d00;
    color: #fff;
    padding: 15px 25px;
}
.home-content-area {
	padding: 40px 0;
}
.home-content-area h2 {
	font-weight: bold;
    color: #144e73;
    line-height: 33px;
    margin-bottom: 20px;
}

.home-content-area ul li {
	    font-weight: 500;
}
.home-content-area img {
	border:#ccc 2px dashed;
	padding:3px;
	
}



    
/* About Style */



.photo-back {
	background:#f1f1f1;
	padding:40px 0;
	margin-bottom:40px;
}
.about-area {
	margin-bottom:40px;
}

.about-area h3 {
	color:#ed1c24;
	font-weight:bold;
}

.inner-banner, .about-cont-area2 {
	margin-bottom:40px;
}
.about-img-col {
	text-align:center;
}
.about-img-col p {
	text-align:center;
}
.about-img-col h4 {
	color: #037cc8;
}
.about-img-col img {
	padding: 3px;
    border: #ccc 1px dashed;
    margin-bottom: 12px;
}
.about-cont-area2 h3 {
	color: #ed1c24;
    font-weight: bold;
	margin-bottom:15px;
}
.inner-page-head h3 {
	color: #ed1c24;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.2rem;
    margin-top: 15px;
}
.inner-page-head ul li {
	font-weight:bold;
}
.lab-sty a {
	background: #ed1c24;
    color: #fff;
    padding: 10px 25px;
    font-weight: bold;
}
.lab-sty img {
	border:#ccc 1px dashed;
	padding:3px;
	margin-bottom:20px;
}
.lab-sty ul {
	margin-bottom:40px;
}
.lib-links {
	margin-bottom: 20px;
}

.lib-links a {
	background:#d00; color:#fff; padding:5px 10px; font-size:15px
	
}
.lib-sty2 .table {
	margin-bottom: 40px;
}
.img-bor {
	border: #ccc 1px dashed;
	padding: 3px;
}

.bed-faculty {
	margin-bottom: 35px;
}

.bed-faculty h4 {
	color: #0a75b9;
}

.about22 h4 {
	color: #0974b7;
}
.about22 h5 {
	margin-bottom: 30px;
}
.about22 h6 {
	font-weight: bold;
	font-size: 19px;
}
.finance-report-list h3 {
	    color: #0974b7;
}
.about22 .table {
	margin-bottom: 40px;
}





/* Footer Style */

.footer1 .footer-box {
	background: #ffdc00;
    padding: 25px;
}
.footer1 .footer-box h3 {
	font-weight: bold;
    margin: 0;
    text-align: center;
}
.footer1 .col-md-4 {
	padding:0;
	margin:0;
}
.footer1 .color2 {
 background: #ed1d24;
 
}
.footer1 .color3 {
background: #144e73;

}
.footer1 .color2 a, .color3 a{
	color:#fff;
}

.footer2 {
 background: #144e73;
    padding: 20px 22px;
    margin-top: 20px;
}
.mh-copyright {
	padding: 0;
    margin: 0;
	color:#fff;
}
.mh-copyright a {
	color:#fff;
}
.footer-links {
	list-style: none;
    margin: 0;
	text-align:right;
}
.footer-links li {
	display:inline-block;
	padding:0 10px;
}
.footer-links a {
	color:#fff;
}
