/*=====font face starts=====*/

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-Regular.eot');
    src: url('../fonts/oswald/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-Regular.woff') format('woff'),
        url('../fonts/oswald/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*=====font face end=====*/

/*=====common=====*/

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Oswald';
  color: #222;
  line-height: 24px;
  font-size:14px;
}
a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}
/*=====margin=====*/

.mtop15 {margin-top:15px;}
.mtop25 {margin-top:25px;}
.mtop40 {margin-top:40px;}
.mbot40 {margin-bottom:40px;}

/*=====header start=====*/

.header_top{
	background:#0a8ade;
	color:#fff;
	padding:5px 0;
}
.header_bottom{
  background:#fff;
  padding-top:10px;
  padding-bottom:10px;
  color:#fff;
  border-radius:0;
  box-shadow:none;
  border:none;
  margin-bottom:0;
}
.brand {
    float: left;
    padding: 28px 0 0 0;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    color: #0072bc;
    font-family: roboto;
    background-color: transparent;
}
.top-fontsize-pan ul {
    margin: -5px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.top-fontsize-pan ul li {
    display: inline-block;
    margin-left: 1px;
    color: #fff;
	font-size: 12px;
}
.top-fontsize-pan .first a {
    background: transparent !important;
    border: 1px solid #fff;
    padding: 2px 6px !important;
    vertical-align: middle !important;
    margin-top: 10px;
    margin-right: 3px;
}
.top-fontsize-pan ul li a {
    display: block;
    padding: 5px 18px;
    font-weight: 500;
    text-decoration: none;
    background-color: #016aaf;
    color: #fff;
	font-size: 12px;
}

.top-fontsize-pan .first a {
    background: transparent !important;
    border: 1px solid #fff;
    padding: 0px 8px !important;
    vertical-align: middle !important;
    margin-top: 3px;
    margin-right: 3px;
}
.top-fontsize-pan .last a {
    background: #fff !important;
    border: 1px solid #fff;
    padding: 0px 8px !important;
    vertical-align: middle !important;
    margin-top: 3px;
    color: #000 !important;
    margin-right: 5px;
}
.top-font-heading {
    padding: 5px 10px;
}
.resize_font a {
    background: #016aaf !important;
    padding: 5px 8px !important;
}
.resize_font {
    width: 4%;
    text-align: center;
	margin-left: 0 !important;
}
.header_login a {
    background: #00898e !important;
    margin-left: 12px !important;
}
.header_login a:hover{
	background:#00a7ad !important;
}
.menu {
    border-top: 1px solid #7d7d7d;
	position:relative;
}
#cssmenu{font-family: 'Oswald';}
#cssmenu > ul > li > a {
    font-family: 'Oswald';
}
#cssmenu{display:block;}
.mobilenav{
	display:none;
}
.mobile_sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #0a8ade;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.mobile_sidenav li{list-style:none;}
.mobile_sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 14px;
    color:#fff;
    display: block;
    transition: 0.3s;
    text-align: left;
    text-transform: uppercase;
}

.mobile_sidenav a:hover {
  color: #f1f1f1;
}
.mobile_sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    margin-left: 8px;
}
.mobile_sidenav_icon {
    color:#000;
    font-size: 25px;
    padding-top: 145px;
	cursor:pointer;
}


/*=====header end=====*/

/*=====banner start=====*/

.landing-banner {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.landing-banner img {width:100%; height:100%;}

/*=====banner end=====*/



/*=====footer start=====*/

.footer-wrapper{background-color:#002147;padding:0;color:#ffffff;font-weight:400;}
ul.list-no-bullet {
    margin: 0;
    padding: 0;
}
.list-no-bullet li {
    list-style: none;
}
ul.list-left-icon.no-border {
    margin: 0;
    padding: 0;
}
ul.list-left-icon.no-border li {
    list-style: none;
    margin-bottom: 7px;
}
.footer-wrapper .list-left-icon li a{color:#ffffff;}
.footer-wrapper .list-no-bullet li a, .footer-wrapper .list li a{color:#ffffff;}
.footer-wrapper .list-no-bullet li a:hover, .footer-wrapper .list li a:hover{color:#ffffff;}
.footer-wrapper hr{border-color:#ffffff;margin:0;}
.footer-top-part{padding:35px 0;}
.footer-top-part h5 {
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-top-part li{font-size: 13px;}
.footer-top-part a{font-size: 13px;}
.footer-top-part .footer-social{margin:0 0 2rem;}
.footer-bottom-part {background: #011a36; padding: 10px 0;}
.copytxt p {color:#fff; margin:0; font-size:13px;}
.developtxt {text-align:right; color:#fff;font-size:13px;}
.developtxt span {margin-right:5px; display:inline-block;}

/*=====footer end=====*/

/*=====content start 31.07.2021=====*/


.content-box {
    display: inline-block;
    width: 23.4%;
    text-align: center;
    background: #a8a8a8;
    margin-right: 15px;
    border-radius: 6px;
    padding: 30px 0;
}

.green-bg{background:#46c406;}
.blue-bg{background:#019d96;}
.yellow-bg{background:#f8ad04;}
.pink-bg{background: #ea1e63;}
.content-box img {
    display: block;
    margin: 0 auto 15px;
}
.content-box span{color:#fff; font-size:18px;}



/*=====content end 31.07.2021=====*/


/*=====video start 31.07.2021=====*/

video{margin:0 auto;}

.video-heading {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    color: #0a8ade;
    font-size: 32px;
    position: relative;
}
.video-heading::after {
    content: "";
    width: 190px;
    height: 2px;
    background-color: #7cc341;
    position: absolute;
    left: 42%;
    top: 142%;
}

/*=====video end 31.07.2021=====*/

/*=====nav start 1.08.2021=====*/
.tab {
    background: #f6f6f6;
    padding: 40px 0;
}
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link
{
  border: none;
    padding: 18px 25px;
    color:#000;
    background:#a5d5f4;
    border-radius:0;
	font-size:20px;
}
nav > div a.nav-item.nav-link.active{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#0a8ade;
    border-radius:0;
}
nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -59px;
  left: -20%;
  border: 15px solid transparent;
  border-top-color: #0a8ade ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #0a8ade;
    border-bottom:5px solid #7cc341;
    padding:45px 25px !important;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #0a8ade;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.notice-panel {
    margin: 0 40px 0 40px;
    padding: 0;
}
.notice-panel li{
    list-style:none;
    position:relative;
    line-height: 35px;
}
.notice-panel li a{
    color:#000;
    font-size:16px;
}
.notice-panel li a:hover{
    color:#0671b7;
}
.notice-panel li:before{
    content:"\f022";
    font-family:FontAwesome;
    color:#7cc341;
    font-size:18px;
    position:absolute;
    text-indent: -27px;
    top: 1px;
}
/*=====nav end 1.08.2021=====*/

/*=====home notice start 1.08.2021=====*/

.notice_sec_heading {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    color: #0a8ade;
    font-size: 28px;
    position: relative;
}
.notice_sec_heading:after {
    content: "";
    width: 300px;
    height: 2px;
    background-color: #7cc341;
    position: absolute;
    left: 35%;
    top: 245%;
}
.notice_sec_subheading {
    text-align: center;
    font-size: 16px;
    margin: 12px 0;
}
.notice_points {
    margin-top: 40px;
	padding:0;
}
.notice_points h4 {
    color: #0a8ade;
    font-weight: 600;
    font-size: 18px;
}
.notice_points li {
    list-style: none;
    display: block;
    position: relative;
    line-height: 30px;
}
.notice_points li a{
	font-size: 14px;
    font-weight: 100;
	margin-left:25px;
}
.notice_points li:before{
	content: "\f18e";
	font-family:FontAwesome;
	color: #7cc341;
    position: absolute;
    left: 0;
    top: 0;
}

/*=====home notice end 1.08.2021=====*/
/*=====Resource center end 1.08.2021=====*/
.inauguration{
	height: 380px;
    vertical-align: top;
    margin-top: -20px;
}
.avs {
    height: 400px;
	vertical-align: top;
}
/*=====Resource center end 1.08.2021=====*/

/*=====user manual start 1.08.2021=====*/
thead.thead-blue {
    background: #0a8ade;
    color: #fff;
}
td.gray_bg {
    background: #ccc;
}
td.user-manual-title {
    width: 90%;
}
/*=====user manual end 1.08.2021=====*/
/*=====latest news scroll end 6.08.2021=====*/

.latest_news_scroll {
    margin-bottom: 20px;
    border-top: 1px solid #fff;
    box-shadow: 2px 2px 6px #a2a2a2;
}

.latest_news_scroll_right {
    background: #008ae4;
    width: 80%;
    float: left;
    padding: 0px 20px;
    height: 38px;
    line-height: 38px;
}
.latest_news_scroll_left {
    background: #6bb132;
    width: 20%;
    float: left;
    padding: 0px 20px;
    text-align: center;
    height: 38px;
    line-height: 38px;
}
.latest_news_scroll_left span{
    font-size: 20px;
    color: #fff;
}
.latest_news_scroll_text a span{
    color:#fff;
    font-size:16px;
}

.latest_news_scroll_text a span.gif{
    margin-right:5px;
}
.latest_news_scroll_text a span.line{
    margin-left:5px;
    margin-right:5px;
}

/*=====latest news scroll end 6.08.2021=====*/
/*=====responsive start=====*/


@media only screen and (max-width : 1199px) {

#cssmenu > ul > li > a {
    padding: 17px 9px !important;
}
.resize_font a {
    padding: 0px 3px !important;
}

.content-box {
    width: 23%;
}  /*31.07.2021*/
.content-box span {
    color: #fff;
    font-size: 15px;
}  /*31.07.2021*/
}  


@media only screen and (max-width : 1073px) {
body {background-size: auto !important;}
}
@media only screen and (max-width : 991px) {

#cssmenu{display:none !important;}
.mobilenav {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.resize_font {
    width: 5%;
}
.header_top {
    font-size: 12px;
}
.content-box {
    width: 47%;
    margin-bottom: 20px;
}  /*31.07.2021*/
.content-box span {
    font-size: 18px;
}  /*31.07.2021*/
video {
    width: 100%;
}/*31.07.2021*/
}
@media only screen and (max-width : 767px) {
.copytxt{text-align:center;}
.developtxt {text-align: center; margin-top: 10px;}
.header_screen_reader,.top-font-heading,.resize_font {display: none !important;}
.top-fontsize-pan{display:none;}
.logo_desktop{display:none;}
.logo_mobile{display:block; width: 60%;}
.mobilenav {margin-top: 16px;}
.mobile_sidenav_icon {font-size: 20px; padding-top: 0;}
.about-text h2 {font-size: 24px;}
.statics_item_number{font-size:25px; padding:16px 0;}
.statics_item_title{font-size: 15px;}
.developtxt img{width:20%;}
.footer-top-part {
    text-align: center;
}
.footer-top-part h5 {
    margin-top: 20px;
}
.dept_name{text-align: center;
    margin: 0 auto;}
.dept_name span{float:none;}
.bs_logo{text-align:center !important;}
.login {
    width: 15% !important;
}
.content-box {
    width: 100%;
    margin-bottom: 20px;
}  /*31.07.2021*/
}

@media only screen and (max-width : 480px) {
.about-text h2{font-size:22px;}
.header_top_left {font-size: 10px;}
.logo_mobile {width: 65%;}
.mobile_sidenav a {
    font-size: 12px;
}
/*06.08.2021 start*/

.video-heading:after{
    display:none;
}
.video-heading{
    font-size:20px;
}
.notice_sec_heading{
    font-size:20px;
}
nav > div a.nav-item.nav-link{
    font-size:18px;
}
.notice_sec_subheading {
    font-size: 14px;
}
.notice_sec_heading:after{
    display:none;
}
.notice_points h4 {
    font-size: 15px;
}
.login {
    padding: 13px 0;
}

/*06.08.2021 end*/
}
@media only screen and (max-width : 400px) {
.copytxt p {font-size: 12px;}
.developtxt {font-size: 12px;}
.developtxt img {width: 25%;}

}


/*=====responsive end=====*/


