 .img-responsive { max-width:100%; }
     .header-bg { background:url('../banner/Header-bg.jpg') center top; min-height:150px; padding:15px 0; }
	 .text-md-end.social-icons {justify-content: flex-end;}
	 .align-items-center {align-items: center !important;}
	 .headermenu { padding:20px; text-align:center; background: #f5f5ff; }
	 .page-content { padding:20px 0; }
	 nav{
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
}
nav .navbar{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 8px 5px;
}
.navbar .logo { display:none; }
.navbar .logo a{
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{ margin-bottom: !important; 
  line-height: 40px;
  height: 100%;
}
nav .navbar .links{
  display: flex;padding:0;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 4px 10px;
}
nav .navbar .links li .htmlcss-arrow { opacity:0; margin-right:8px; }
nav .navbar .links li a{
  height: 100%; line-height:25px;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  padding: 0; text-align:left;
  text-transform: capitalize;
}
nav .navbar .links li:hover > a,nav .navbar .links li.active > a { color:#ff9421; }
nav .navbar .links li .sub-menu{
  position: absolute;padding:0;
  top: 32px; width:260px;
  left: 0;
  line-height: 40px;
  background: #2d4181;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu li:hover a { color:#ff8b12; }
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 13px; line-height: 18px;
  font-weight: 500;
}
.navbar .nav-links .sidebar-logo{
  display: none; padding:15px;
}
.navbar .bx-menu{
  display: none; font-size:32px; cursor:pointer;
}
@media (max-width:991px) {
    nav .navbar .links li .htmlcss-arrow { opacity:1; float: right;
    margin-top: 10px; }
  .navbar .logo{ display:block; }
  .navbar .bx-menu{
    display: block;
  }
  .navbar .links li .sub-menu li { padding:3px 2px; line-height: 18px; }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #2d4181;
    line-height: 40px;
    padding: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
  nav .navbar .links{
    display: block;
    margin-top: 20px; padding:0; overflow-y: scroll;
  max-height: 100%;
  }
nav .navbar .links li{ text-align:left;
    display: block; color:#fff; border-bottom: 1px solid rgba(255,255,255,0.1);
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
    .navbar .nav-links .links .show .htmlcss-arrow{
        transform: rotate(180deg);
     }
	 nav .navbar .links li.show .sub-menu { display:block; }
	 nav .navbar .links li a { color:#fff; }
	 .nav-links .bx-x { color:#fff; font-weight:bold;font-size:30px; cursor:pointer; }
	 .navbar .nav-links .links .show {  }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}

@media (max-width: 850px) { .container {max-width: 100%;} }
.more_link_pd { padding:20px 0; }
   .more_btn { margin: 0;  padding: 0;  border: 0;  font: inherit;   font-size: inherit; font-size: 100%; }
   .main_button {
	margin-bottom: 11px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	line-height: 30px;
	color: #fff;
	padding: 12px 22px;
	text-align: center;
	transition: all .5s ease;
	background-repeat: repeat;
	background-size: 100%;
	background-position: center;
   }
   .more_btn:hover a { color:#ff9724; text-decoration:none; }
   .main_button.purple-dot { background-image: url('../bg/purple-dot.webp'); }
   .main_button.green { background-image: url('../bg/green.webp'); }
   .main_button.red { background-image: url('../bg/red.webp'); }
   .main_button.brown { background-image: url('../bg/brown.webp'); }
   .main_button.blue { background-image: url('../bg/blue.webp'); }
   .main_button.purple { background-image: url('../bg/purple.webp'); }
   .bulletein_cover_hd h4 {
	font-size: 12px; margin-top:6px;
	line-height: 22px;
	font-weight: 400 !important;
}
.wrap_marquee {
	background: #f5f5f5;
	padding: 12px 0;
	margin-top: 22px;
}
.video_wrapper_strip {
	padding-top: 22px;
}
.grey_wrapper {
  background: #f5f5f5;
  padding: 24px;
  margin: 24px 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  color: #111c24;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Oswald",sans-serif;
}
.h3 {
  line-height: 22px !important;
  font-size: 16px !important;
  font-weight:bold;
}
a.read_more {
	font-size: 12px;
	color: #000;
	text-align: right;
	display: block;
	line-height: 17px;
	text-decoration: underline;
}
a.read_more:hover { color:#00b9f7; }
a:hover, .grey_wrapper ul li a:hover { color:#ff6503; }
.marquee-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	opacity: 1;
	animation: showAndScroll 20s linear infinite;
}
.grey_wrapper ul li {
	position: relative;
	padding-left: 36px; list-style:none;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 12px;
	font-weight: 400;
	color: #000;
}
.grey_wrapper ul li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background-image: url("../icons/arrow-png.webp");
	width: 18px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.grey_wrapper ul li a {
	color: #000;
	font-size: 12px;
	line-height: 16px;
}
.notice_page a.read_more {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin: 12px 0 0;
}
.KnowledgeGub .h3 { margin-bottom:15px; }
.KnowledgeGub ul { padding:0;margin:0; }
.tab-header {
	display: flex;
	margin-bottom: 20px;
	overflow-x: auto;
}
.tab-btn.active {
	background: #00b9f7;
	color: #000;
}
.tab-btn {
	padding: 11px 10px;
	background: #d9d9d9;
	border: none;
	color: #000;
	margin-right: 18px;
	font-size: 12px;
	display: inline-block;
	line-height: 16px;
	font-weight: bold;
	cursor:pointer;
}
.tab-content {
	padding: 20px;
	background: #fff;
}
.tab-content-item {	display: none;}
.tab-content-item.active {	display:block;}
.event_slider {
	position: relative;
	width: unset;
	display: inline-block;
	top: -70px;
	right: -76%;
}
.event_slider button { border-radius:4px; }
.event_slider button.carousel-control-prev {
	width: 30px;
	height: 30px;
	background: #000;
	left: 0;
	transform: translateY(50%);
	top: 50%; 
	padding: 7px;
}
.event_slider button.carousel-control-next {
	width: 30px;
	height: 30px;
	background: #000;
	right: -70px;
	transform: translateY(50%);
	top: 50%;
	padding: 7px;
}
.banner_slider {
	position: absolute;
	width: 80%;
	display: block;
	top: 10%;
}
.banner_slider button { border-radius:4px; }
.banner_slider button.carousel-control-prev {
	width: 30px;
	height: 30px;
	background: #000;
	left: 0;
	transform: translateY(50%);
	top: 50%; 
	padding: 7px;
}
.banner_slider button.carousel-control-next {
	width: 30px;
	height: 30px;
	background: #000;
	right: -70px;
	transform: translateY(50%);
	top: 50%;
	padding: 7px;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute; cursor: pointer;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
}
.upcoming_wrapper h4 {
	margin: 5px 0 0;
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
}
img{vertical-align:middle}
.w3-display-container{position:relative}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}

.w3-display-bottomleft{position:absolute;left:0;bottom:0}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.bannerArea .w3-padding{padding:10px!important;}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
/* Colors */
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color: rgba(0, 0, 0, 0.6);}
.page-header { background:#ebebeb; text-align:left; padding:6px 0; }
.page-header h1 { font-weight: bold; font-size: 28px; line-height: 30px; margin: 7px 0 8px 0; }
.page-header .fa { color:#999; }