@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600&display=swap');
@font-face {
    font-family: "NoeDisplay-Bold";
    src: url("noefont/30a71dcf9a1c39558ca4e97c92a4b2fa.eot");
    /* IE9*/
    src: url("noefont/30a71dcf9a1c39558ca4e97c92a4b2fa.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("noefont/30a71dcf9a1c39558ca4e97c92a4b2fa.woff2") format("woff2"), /* chrome、firefox */
    url("noefont/30a71dcf9a1c39558ca4e97c92a4b2fa.woff") format("woff"), /* chrome、firefox */
    url("noefont/30a71dcf9a1c39558ca4e97c92a4b2fa.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("noefont/30a71dcf9a1c39558ca4e97c92a4b2fa.svg#NoeDisplay-Bold") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('myriad/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('myriad/MYRIADPRO-COND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('myriad/MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('myriad/MyriadPro-Light.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('myriad/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('myriad/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('myriad/MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('myriad/MYRIADPRO-BOLD.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('myriad/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('myriad/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

body {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
}
.color-buttons .color-navy {
    background: #ff9646;
}
.bg-navy {
    background: #5b5b5b;
}

.bg-themecolor {
    background: #8e8e8e;
}
.color-navy {
    background: #5b5b5b;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    margin-top: 7px;
    margin-left: 20px;
}
.color-orange {
	background: #5b5b5b;
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
}
.color-orange.active, .color-navy.active {
	box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.1);
	border: 3px solid #fff;
}
.screen-reader {
    color: #fff;
    font-size: 16px;
    margin-top: 7px;
}
.navbar-light .navbar-toggler {
    color: #fff;
}

.navbar-toggler-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAABkCAMAAACCTv/3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////5ubmueBsSwAAAAJ0Uk5T/wDltzBKAAAAPklEQVR42uzYQQ0AAAgDseHfNC4IyVoD912WAACUm3uampqampqamq+aAAD+IVtTU1NTU1NT0z8EAFBsBRgAX+kR+Qam138AAAAASUVORK5CYII=) !important;
    background-size: 20px;
}

.navbar-brand {
    max-width: 75%;
}
#btn-decrease, #btn-orig, #btn-increase {
    background: #fff !important;
    border: 0px;
    padding: 6px 10px;
    font-size: 14px;
    margin: 3px 1px;
}
.header-text {
    width: 300px;
    max-width: 54%;
}

.header-text h3 {
    font-family: "NoeDisplay-Bold";
    font-weight: 400;
    color: #ff9646;
}

.header-text p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

#main-nav a {
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    padding: 12px;
    letter-spacing: 0.5px;
}

#main-nav .active a {
    color: #ff9646;
}

.goog-te-gadget {
    height: 24px;
    overflow: hidden;
}

#google_translate_element {
    width: 130px;
    margin-top: 6px;
    margin-right: 20px;
}

#google_translate_element .goog-te-combo {
    width: 100%;
}

.skiptranslate.goog-te-gadget span {
    display: none;
}

.digitalindia-logo {
    max-width: 125px;
}

.side-top-menu {
    background: #8e8e8e;
}

.search-box {
    padding: 5px;
}

.search-box .input-group input {
    border-radius: 0px;
}

.search-box .input-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.search-box .input-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.search-box .input-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.search-box .input-group .input-group-append button {
    border-radius: 0px;
    color: #fff;
    background: #5b5b5b;
    font-size: 13px;
    border: 0px;
}

.side-top-menu {
    min-height: 100%;
}

.side-top-menu-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.side-top-menu-list li a {
    padding: 8px 0px 8px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 22px;
    display: block;
    border-bottom: 1px solid #6c6c6c;
    padding-left: 0px;
    position: relative;
}

.side-top-menu-list li a::before {
	content: "\f054";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: -16px;
	font-size: 11px;
}
.submenu-toggler {
	display: inline-flex;
	width: 35px;
	padding: 9px;
	position: absolute;
	height: 100%;
	top: 0px;
	right: 0px;
}
.has-submenu .submenu {
	padding-left: 10px;
	display:none;
	height:0px;
	transition:height 2s linear;
}
.has-submenu .submenu {
	padding-left: 10px;
	display:none;
	height:0px;
	transition:height 2s linear;
}

.has-submenu.active .submenu {
	display:block;
	height:auto;
	list-style: none;
}

.anchor-box {
    position: relative;
    margin-bottom: 10px;
}

.anchor-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.anchor-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.anchor-box a {
    position: absolute;
    color: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    font-weight: bold;
    bottom: 0px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    text-align: center;
    align-items: flex-end;
    padding: 5px;
}

.home-carousel .item h4::before {
    content: "";
    background: rgb(0, 0, 0, 0.7);
    width: 155%;
    height: 196%;
    left: -15%;
    top: -10%;
    border-radius: 50%;
    position: absolute;
    transform: rotate(-10deg);
    z-index: 0;
}

.home-carousel .item h4 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 10px 10px 10px;
    width: 60%;
    min-width: 250px;
    min-height: 120px;
    color: #fff;
    text-align: right;
    font-size: 34px;
}

.home-carousel .item h4 span {
    position: relative;
    z-index: 2;
}

.home-carousel .owl-item img {
    height: 320px;
    width:100%;
    object-fit:cover;
}
.home-carousel .owl-item img {
    height: 320px;
    width:100%;
    object-fit:cover;
}
.event-carousel .owl-item img {
    max-height: 320px;
}

.home-about {
    padding: 20px 0px;
}

.heading {
    font-size: 26px;
    color: #5b5b5b;
    margin-bottom: 15px;
}

.sub-heading {
    font-size: 16px;
    font-weight: 700;
    color: #5b5b5b;
    letter-spacing: 1px;
    margin-bottom: 11px;
}

.border-line {
    width: 60px;
    background: #8e8e8e;
    height: 2px;
    margin-top: 3px;
    display:block;
}

.home-about-content {
    font-family: 'Myriad Pro Regular';
    color: #888;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 38px;
}

.readmore {
    color: #fff !important;
    border: 1px solid #ff9646;
    border-radius: 25px;
    padding: 9px 12px 8px;
    background: #ff9646;
    font-size: 14px;
    text-decoration: none !important;
    line-height: 13px;
    font-weight: 400;
}

.inline-home-list {
    padding-left: 0px;
    list-style: none;
}

.inline-home-list li {
    display: inline-block;
    min-width: 180px;
    padding-right: 10px;
}

.inline-home-list li a {
    color: #888 !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.dropdown-menu {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    min-width: 220px;
    padding: 0px;
}

.dropdown-item {
    border-bottom: 1px solid #eaeaea;
    color: #204667 !important;
}

.dropdown-item:hover {
    background: #204667;
    color: #fff !important;
}

.ticker {
    color: #fff;
}

.ticker-heading {
    font-weight: bold;
    background: #8e8e8e;
}

.ticker-content {
    font-family: 'Myriad Pro Regular';
    letter-spacing: 1px;
    flex: 1;
    overflow: hidden;
    height: 35px;
}

.ticker-button a {
    color: #fff !important;
    position: relative;
    margin-right: 15px;
}

.tickercontainer {
    /* the outer div with the black border */
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tickercontainer .mask {
    /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    top: 8px;
    height: 18px;
    /*width: 718px;*/
    overflow: hidden;
}

ul.newsticker {
    /* that's your list */
    position: relative;
    /*left: 750px;*/
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li {
    float: left;
    /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding-right: 15px;
    /*background: #fff;*/
}

.ticker-button a::after {
    content: '\f054';
    right: -12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
}

.event-left-box {
    padding: 20px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    min-height: 100%;
}

.event img {
    margin-bottom: 20px;
}

.event h6 {
    font-size: 13px;
    font-weight: bold;
    color: #888;
    letter-spacing: 1px;
    line-height: 20px;
}

.event a {
    font-weight: normal;
    display: inline-block;
}

.event:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

.event {
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.side-bottom-menu {
    padding: 20px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    min-height: 100%;
}

.side-bottom-menu-list {
    list-style: none;
    padding-left: 0px;
}

.side-bottom-menu-list li a {
    padding: 7px 0px 7px 15px;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding-left: 0px;
    position: relative;
}

.center-box {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    min-height: 100%;
}

.notifications-box {
    color: #fff;
    background: #5b5b5b;
    flex: 1;
    padding: 20px;
}

.notification {
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.notification a {
    color: #fff !important;
}

.updates-box {
    color: #fff;
    flex: 1;
    background: #8e8e8e;
    padding: 20px;
}

.update {
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.update a {
    color: #fff !important;
}

.view-all {
    color: #fff !important;
    border: 1px solid #8e8e8e;
    border-radius: 25px;
    padding: 7px 10px;
    background: #8e8e8e;
    display: inline-block;
    min-width: 100px;
    font-size: 13px;
    text-decoration: none !important;
    line-height: 13px;
    font-weight: bold;
}


/* page-content */

.page-content-inner {
    padding: 20px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    min-height: 100%;
}
.page-content-inner h2 {
font-size: 23px;
border-bottom: 1px solid #eaeaea;
padding-bottom: 10px;
letter-spacing: 0.5px;
}
.file-heading a {
    letter-spacing: 0.5px;
}
.new-img {
    /*box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);*/
    padding: 4px;
    width: 32px;
    background: #fff;
}

.multipoints ul {
    padding-left: 0px;
    list-style: none;
}

/*.multipoints ul li::before {*/
/*    content: "\f46c";*/
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
/*    color: #ff9646;*/
    /* Change the color */
/*    font-weight: bold;*/
    /* If you want it to be bold */
/*    display: inline-block;*/
    /* Needed to add space between the bullet and the text */
/*    width: 1em;*/
/*    font-family: "Font Awesome 5 Free";*/
    /* Also needed for space (tweak if needed) */
/*    margin-left: -1em;*/
    /* Also needed for space (tweak if needed) */
/*}*/

.page-gallery-images {
    display: flex;
    flex-wrap: wrap;
}

.page-gallery-images .gallery-item {
    flex: 0 1 auto;
    width: 150px;
}

.page-gallery-images .gallery-item img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}
table {
    max-width:100%;
}

/* page-content end */


/* footer start */

footer {
    color: #fff;
}
iframe {
    max-width:100%;
}

.footer-heading {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.footer-about {
    font-weight: 400;
    font-size: 14px;
}

.footer-gallery {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-gallery li {
    width: calc(33.3% - 1px);
    display: inline-flex;
    margin: 0px;
    border: 1px solid #204667;
}

.footer-reach {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.footer-reach:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

.copyright {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.footer-menu {
	list-style: none;
	padding-left: 0px;
}
.footer-menu a {
    color:#fff;
    line-height:30px;
}
.all-updates.mt-3 {
    background: #5b5b5b;
    padding: 5px 25px;
    border-radius: 22px;
    color: #fff;
    font-size: 13px;
}
.multipoints ul li{
    position:relative;
	padding-left: 15px;
}
.multipoints li::before {
	content: "\f111";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: -5px;
	font-size: 6px;
	font-weight: bold;
	color: #204667;
}
.file-heading {
    position:relative;
	padding-left: 15px;
	margin-bottom:5px;
}
.file-heading::before {
	content: "\f111";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: -5px;
	font-size: 6px;
	font-weight: bold;
	color: #204667;
}
.table-dark2 {
	color: #fff;
	background: #204667;
}
.side-bottom-menu-list a {
	color: #0056b3 !important;
	text-decoration: underline;
	letter-spacing:0.8px;
}
.grey-table {
    font-size:15px;
    letter-spacing:0.4px;
}
.grey-table tbody{
    background:#f8f8f8;
}
.page-content-inner {
    text-align:justify;
}
@media screen and (max-width:550px) {
    .home-carousel .item h4 {
        min-height: 80px;
        font-size: 20px;
    }
    .home-carousel .owl-item img {
        height: 220px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .home-carousel .item h4 {
        font-size: 26px;
    }
}