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

body{
	font-size:14px;
	color:#000;
	font-family: 'Poppins', sans-serif;
}

body td, th
{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px;}
p{ line-height:24px; letter-spacing:1px; padding:0px 0px 20px 0px; margin:0px;}
a { color:#000; text-decoration:none;}


#wrapper
{
	width:100%; clear:both; float:left;
}
#header-ctnr
{
	width:100%; clear:both; float:left;
}
#banner-ctnr
{
	width:100%; clear:both; float:left; position:relative;
}
#body-ctnr
{
	width:100%; clear:both; float:left;
	margin:50px 0px;
}
.logo
{
	width:100%; clear:both; float:left;
	padding:12px 0px 0px 15px;
}
.logo img
{
	width:90%;
	height:auto;
}
.top-info
{
	width:100%; clear:both; float:left;

}
.mail-icon
{
	float:left;
	color:#000;
	line-height:24px;
	letter-spacing:1px;
	padding:20px 0px;
	width:300px;
	
}
.mail-icon strong
{
	color:#000;
}
.mail-icon img
{
	float:left;
	margin-right:10px;
	margin-top:5px;
}
.call-icon
{
	float:left;
	color:#000;
	line-height:24px;
	letter-spacing:1px;
	padding:20px 0px;
	width:210px;
	
}
.call-icon strong
{
	color:#000;
}
.call-icon img
{
	float:left;
	margin-right:10px;
	margin-top:5px;
}

.search-container
{
	width:100%; clear:both; float:left;
}
.search-ctnr
{
	
	float:left;
	margin-right:20px;
}
.search-ctnr input
{
	background-color:#eeeeee;
	border:#eeeeee solid 1px;
	padding:8px 10px;
	float:left;
	width:220px;
	border-radius:4px 0px 0px 4px;
}
.search-ctnr button
{
	background:#00aef0 url(../images/search-btn.png) no-repeat center;
	border:#00aef0 solid 1px;
	padding:19px 10px;
	float:left;
	width:50px;
	border-radius:0px 4px 4px 0px;
}
.search-ctnr button:hover
{
	cursor:pointer;
	background-color:#ec2d8f;
	border:#ff9000 solid 1px;
}
.login
{
	border-radius:4px;
	background-color:#ec2d8f;
    padding:10px 30px 10px 30px;
	float:right;
	margin:0px 60px 20px 0px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:1px;
}
.login:hover
{
	background-color:#00aef0;
}
.login a
{
	color:#fff;
}
.login a:hover
{
	text-decoration:none;
}
.menu-nav
{
	width:100%;clear:both; float:right;
  padding:0px 40px 0px 0px;
  font-weight:500;
  background-color:#00aef0;
  color:#fff;
 
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 35px;
    padding-left: 35px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
}
.bg-light {
    background-color: #00aef0 !important;
}
.latest-news-ctnr
{
	width:100%; clear:both; float:left;
	border-radius:4px;
	background-color:#00aef0;
	padding:20px 5px 20px 0px;

}
.latest-news-ctnr h2
{  
    font-size:28px;
	font-weight:bold;
	color:#FFF;
	padding:0px 20px;
}
.latest-news-ctnr ul
{
	margin:0px 0px;
	padding:0px 15px 0px 20px;
	overflow-y: scroll;
		height:385px;	
	
}
.latest-news-ctnr li:nth-child(odd)
{
	letter-spacing:1px;
	list-style-type:none;
	color:#FFF;
	border-radius:6px;
	background-color:#008bc0;
	margin:10px 0px;
	line-height:24px;
	padding:15px;

}
.latest-news-ctnr li:nth-child(even)
{
	letter-spacing:1px;
	list-style-type:none;
	color:#FFF;
	border-radius:6px;
	background-color:#0079a8;
	margin:10px 0px;
	line-height:24px;
	padding:15px;

}
.event-photo-cntr
{
	width:100%; clear:both; float:left;
	margin:40px 0px;
}
.event-photo-heading
{
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	background-color:#ec2d8f;
	padding:15px;
	border-radius:4px 4px 0px 0px;
}
.event-photo
{
	width:100%; clear:both; float:left; position:relative;

}
.event-text
{
	background-color:rgba(0, 0, 0, 0.8);
	color:#fff;
	letter-spacing:1px;
	line-height:22px;
	padding:15px;
	border-radius:0px 0px 4px 4px;
	position:absolute;
	bottom:0px;
}
.event-photo img
{
	width:100%; 
	height:auto;
	
}
.important-notice-ctnr
{
	width:100%; clear:both; float:left;
}
.important-notice-heading
{
	font-size:24px;
	color:#FFF;
	background-color:#00aef0;
	padding:15px;
	width:100%; clear:both; float:left;
	border-radius:4px 4px 0px 0px;
}
.important-notice-scroll
{

	width:100%; clear:both; float:left;
	border:#ccc solid 1px;
	border-radius:0px 0px 4px 4px;
	height:1140px;
	padding:0px 20px;
	overflow-y:scroll;

}
.important-notice-scroll
{
}
.important-notice-scroll h3
{
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:20px 0px;
	line-height:34px;
}
.important-notice-scroll ul
{
	margin:0px;
	padding:0px;
}
.important-notice-scroll li
{
	letter-spacing:1px;
	list-style-type:none;
	color:#000;
	border-radius:4px;
	background-color:#FFF;
	margin:15px 0px 30px 0px;
	line-height:24px;
	padding:17px 15px;
	border:#d9d9d9 solid 2px;
	font-size:16px;

}
.orange-color
{
	background-color:#ec2d8f !important;
	border-color:#ec2d8f !important;
	color:#FFF !important;
}

#footer-ctnr
{
	width:100%; clear:both; float:left;
	background-color:#0d0e2c;
	padding:40px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}
.footer-menu {
  width: 100%;
  margin-right:5px;
  margin-left:5px;
}
.footer-menu h2
{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
.footer-menu ul
{
	margin:0px;
	padding:0px;
}
.footer-menu li
{
	list-style-type:none;
	line-height:36px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	font-size:12px;
	font-weight:300;
	opacity:0.6;

}
.footer-menu li:hover
{
	cursor:pointer;
	opacity:1;
}
	
.footer-menu a {
 
  color: white;
  text-decoration: none;
 }
 .admin-btn
{
	padding:10px 0px 10px 0px ;
	display:block ;
	opacity:1 !important;
}
.ftr-bdr
{
	width:100%; clear:both; float:left;
	border-top:#3d4956 solid 1px;
	border-bottom:#3d4956 solid 1px;
	margin-top:30px;
}
.footer-contact-cntr
{
	width:100%; clear:both; float:left;
	color:#aaacaf;
	line-height:24px;
	font-weight:300px;
	letter-spacing:1px;
	padding:25px 0px;
	
}
.footer-contact-cntr strong
{
	color:#fff;
}
.footer-contact-cntr img
{
	float:left;
	margin-right:15px;
	margin-top:5px;
}
.footer-contact-cntr ul
{
	margin:0px; padding:0px;
}
.footer-contact-cntr li
{
	list-style-type:none;
	float:right;
	padding:0px;
}

.copyright-ctnr
{
	width:100%; clear:both; float:left;
	border-top:#3d4956 solid 1px;
	margin-top:30px;
	color:#fff;
	opacity:0.6;
	letter-spacing:1px;
	text-align:center;
	padding:25px 0px;
}



.carousel-caption {
    position: absolute;
	width:1110px;
	margin:0px auto;
    right: 0%;
    bottom: 220px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h5
{
	font-size:60px;
	color:#fff;
	font-weight:bold;
	float:left;
	clear:both;
}
.carousel-caption p
{
	background-color:rgba(7, 160, 214, 0.8);
	font-size:24px;
	color:#fff;
	font-weight:300;
	float:left;
	clear:both;
	margin:10px 0px 20px 0px;
	width:555px;
	padding:15px;
	letter-spacing:6px;
	text-transform:uppercase;
}
.carousel-caption a
{
	background-color:#ec2d8f;
	font-size:14px;
	border-radius:4px;
	padding:10px 25px;
	color:#fff;
	font-weight:700;
	float:left;
	clear:both;
	letter-spacing:1px;
	text-transform:uppercase;

}
.carousel-caption a:hover
{
	background-color:#08a0d7;
	text-decoration:none;
}
.carousel-control-prev
{
	
	width:60px;
	opacity:1;
	align-items: left;
	justify-content: left;
	text-align: left;
}
.carousel-control-prev-icon
{

	background:url(../images/bnr-arrow-left.png) no-repeat center #0b5dba;
	border-radius:0px 8px 8px 0px;
	height:100px;
	width:60px;

}
.carousel-control-next
{
	
	width:60px;
	opacity:1;
	align-items: right;
	justify-content: right;
	text-align: right;
}
.carousel-control-next-icon
{

	background:url(../images/bnr-arrow-right.png) no-repeat center #0b5dba;
	border-radius:8px 0px 0px 8px;
	height:100px;
	width:60px;

}
.banner-news
{
width: 350px;
position: absolute;
right: 60px;
top: 50px;
z-index: 9;
}

.quick-link-cntr
{
	width:100%; clear:both; float:left;
	border-radius:0px 0px 4px 0px;
	padding:0px;	
}
.quick-link-cntr h2
{  
    font-size:28px;
	font-weight:bold;
	color:#FFF;
}
.quick-link-cntr ul
{
	margin:0px 0px;
	padding:0px 0px;

	
}
.quick-link-cntr li:nth-child(odd)
{
	letter-spacing:1px;
	list-style-type:none;
	color:#7e8389;
	margin:0px 0px;
	line-height:24px;
	padding:15px 0px 15px 30px;
	background:url(../images/quick-link-arrow.png) no-repeat 20px 23px #e6eef8;

	

}
.quick-link-cntr li:nth-child(even)
{
	letter-spacing:1px;
	list-style-type:none;
	color:#7e8389;
	margin:0px 0px;
	line-height:24px;
	padding:15px 0px 15px 30px;
	background:url(../images/quick-link-arrow.png) no-repeat 20px 23px #d0dff2;

}
.quick-link-heading
{
	font-size: 24px;
    font-weight: bold;
	color: #FFF;
	background-color: #ec2d8f;
	padding: 15px 0px 15px 25px;
	border-radius: 4px 4px 0px 0px;
}
.mission-cntr
{
	width:100%; clear:both; float:left;
}
.mission-heading
{
	font-size:30px;
	color:#00aef0;
}
.mission-box
{
	width:100%; clear:both; float:left;
	border:#d9d9d9 solid 2px;
	border-radius:6px;
	padding:15px;
	color:#737373;
	margin:10px 0px 0px 0px;
	height:135px;
}
.hiddens
{
	display:none;
}
.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: #fff );
	background-color:#000;
	border-radius:4px;
}
.footer-form {
  width: 100%;
  margin-right:5px;
  margin-left:5px;
}
.footer-form h2
{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
.footer-form input
{
	width:90%;
	background-color:#263342;
	color:#fff;
	border:#263342 solid 1px;
	padding:10px;
	margin-bottom:10px;
	border-radius:4px;
}
.footer-form button
{
	background-color:#ec2d8f; color:#fff; border:#ec2d8f solid 1px;
	cursor:pointer;
	padding:10px 25px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	border-radius:4px;
	margin-top:5px;
}