a:-webkit-any-link {
 
    cursor: pointer;
   
}
a{    cursor: pointer;}

img.right-logo {
    width: 228px;
}
body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	background: #f2f2f2;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

*:focus {
	box-shadow: none !important;
	outline: 0;
}

.form-control:focus {
	border-color: #2cacda !important;
}

.pr {
	position: relative;
	z-index: 1;
}

.pad0 {
	padding: 0 !important;
}

.margin0 {
	margin: 0;
}

a:hover {
	color: #1a4c96;
	text-decoration: underline;
}

.br0 {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

label {
    font-weight: normal;
    font-size: 14px;
}

a, .btn {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	clear: both;
}



/*new*/

.main {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	position: relative;
	z-index: 100;
}

.main-content {
	flex: 1;
}

/*events*/

.block4 {
    /* background: #f8f8f8 url(../dmi_img/white-bg1.jpg) center no-repeat; */
    /* background-size: cover; */
    /* box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.059) inset; */
    padding: 21px;
}

.gallery-item .gallery-img img {
	height: 170px;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.gallery-item {
	position: relative;
	margin: 0 4px;
	overflow: hidden;
}

.gallery-item .gallery-img {
	position: relative;
}

.gallery-item .gallery-img:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.302);
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 8;
}

.gallery-item:hover .gallery-img::before {
	opacity: 1;
}

.gallery-item:hover .gallery-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.gallery-item .desp {
	padding: 8px 45px 8px 12px;
	background: #1a4c96;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
}

.gallery-item .desp h5 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 5;
	position: relative;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*header*/

.main-header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	background: #f5f5f5;
	box-shadow: 0 0px 15px rgba(15, 15, 15, 0.2);
}

.topbar {
	background-color: #FFF;
}

.leftmenu li a {
	height: 25px;
    width: 25px;
    text-align: center;
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 3px;
}

.rightmenu .input-group .form-control, .rightmenu .input-group .btn {
	background: #e9e9e9;
	border-color: #e9e9e9 !important;
	margin-top: 2px;
}

.rightmenu .nav-item {
	border-right: 1px solid #dfdfdf;
}

.rightmenu .nav-item .nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #828282;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 500;
}

#rightnav {
	position: fixed;
	right: 0;
	top: 60%;
	background: rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px 9px;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.302);
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
}

#rightnav ul li a {
	height: 30px;
	width: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
	font-size: 15px;
	border-radius: 4px 0 0 4px;
	margin: 3px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#rightnav ul li a:hover {
	color: #fff;
	opacity: .7;
}

.tooltip-inner {
	padding: 6px 10px;
}

.palette {
	height: 16px;
	min-width: 16px;
	background: #ddd !important;
	display: inline-block;
	position: relative;
	top: 0;
}

.theme-black {
	background: #111 !important;
}

#rightnav .dropdown-toggle::after {
	display: none;
}

#navigation {
	background: #1a4c96;
	
}

#navigation .navbar-nav>li>a {
	padding: 8px 12px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	border-right: 1px solid #4d80cc;
}

#navigation .navbar-nav>li:hover>a, #navigation .navbar-nav>li.active>a {
	background:#1db0a3;
	color: #fff;
}

#navigation .navbar-nav>li>a .mdi {
	font-size: 16px;
}

#navigation .navbar-nav>li:last-child>ul {
	right: 0;
	left: auto;
}

#navigation .navbar-nav .dropdown-menu li a {
	display: block;
	color: #2F2E37;
	font-size: 14px;
	padding: 8px 15px;
	min-width: 210px;
	font-weight: 500;
	border-bottom: 1px solid #ececec;
}

#navigation .navbar-nav>.dropdown-menu>li:last-child a {
	border-bottom: 0;
}

.logo-wrapper {
	border-top: 1px solid #e4e4e4;	
	padding: 0px 0;
	background:#f5f5f5;
}

.logo-holder {
    font-size: .9em;
    position: relative;
    z-index: 10;
    padding-right: 8px;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.logo img{max-width: 100px;}
.logo-title {
	margin-left: 10px;
}

 
.logo-title h1 {
    line-height: normal;
    font-size: 32px;
     color: #1a4c96;
    font-weight: 900;
    margin: 0;
}

.logo-title p {
    font-size: 28px;
    font-weight: 900;
    margin: 0;
    color: #1b1a1a;
}
.logo-title h1 span {
    font-size: 15px;
    color: #d76a27;
}

.navbar-light .navbar-toggler {
	outline: 0 none;
}

.list-cir li {
	width: 49%;
	margin-top: 3px;
	margin-right: 3px;
}

.list-cir a {
	display: flex;
	text-transform: uppercase;
	font-size: .8rem;
	letter-spacing: 1px;
	text-align: left;
	align-items: center;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 5px;
	color: #000;
}
.list-cir a:hover {
	background: #f6f6f6;
	border-color: #d9d9d9;
	box-shadow: -3px 0 0 0 #1db0a3 inset;
}
.list-cir .mdi {
	color: #fff;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	background: #1db0a3;
	font-size: 18px;
	text-align: center;
	margin-right: 8px;
	border-radius: 50%;
	display: inline-block;
}

/*partners*/

.partners {
	background: #fff;
	border-top: 1px solid #ddd;
}

.topbar .navbar-light .navbar-toggler{
	color: #333 !important;
}

.navbar-light .navbar-toggler{
	color: #FFF !important;
}

.img-box {
	position: relative;
	height:70px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	padding: 10px;
	margin: 8px 5px;
	/*
	background: #f1f1f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: 2px solid #ddd;*/
	background: #ecf1f94a;
	border: 3px double #1a4c9640;
}

.img-box img {
	max-width:  100%;
	max-height: 100%;
}

.sec-pad {
	padding:10px 0px 15px 0;
}

/* about */

.title {
	font-weight: 500;
	position: relative;
	display: table;
	margin: 0 auto 15px;
	padding: 6px 15px;
	font-size: 24px;
	border-top: 4px double #d1d1d1;
	border-bottom: 4px double #d1d1d1;
	text-transform: uppercase;
	font-family: 'David Libre', serif;
}

.title-lg {
	text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 13px;
    margin-bottom: 20px;
    position: relative;
}

.title-lg:after {
	position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: transparent url(../dmi_img/bottomline.png) no-repeat center;
    height: 27px;
    width: 300px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-size: 65%;
}

.cardheading {
    padding: 8px 10px 8px 55px;
    color: #fff;
    margin-bottom: 8px;
    display: table;
    width: 100%;
    font-size: 115%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.bg-blue {
	background: #248fdf;
}

.bg-green {
	background: #1db0a3;
}

.cardheading.bg-green .mdi {
	background: rgb(223, 255, 252);
	color: #1db0a3;
	border: 2px solid #1db0a3;
}

.bg-blue {
	background: #1875ba;
}

.cardheading.bg-blue .mdi {
	background: rgb(223, 255, 252);
	color: #1875ba;
	border: 2px solid #1875ba;
}

.cardheading .mdi {
	height: 45px;
	width: 45px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	position: absolute;
	top: -5px;
	border-radius: 50%;
	left: 20px;
	font-size: 22px;
}

.detail, .minister-div {
	border: 1px solid #e7e7e7;
	background: #faf5ff;
	height: auto;
}

.detail ul li a {
	position: relative;
	display: block;
	color: #000;
	position: relative;
	height: 100%;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 10px 35px;
	background: #fff;
	margin-bottom: 10px;
}

.detail ul li a::before {
	left: 10px;
	position: absolute;
	content: '\f192';
	font-family: 'FontAwesome';
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	color: #d76a27;
}

.aboutd {
	background: #fff;
	font-size: 15px;
	position: relative;
}

.linkbox {
	background: transparent url(../dmi_img/balance.jpg) fixed no-repeat center;
	background-size: auto auto;
	background-size: cover;
	padding: 35px 0 25px;
}

.linkbox::before {
	position: absolute;
	left: calc(50% - 23px);
	top: -23px;
	content: '\f5d1';
	font-family: 'Material Design Icons';
	font-size: 18px;
	height: 46px;
	width: 46px;
	line-height: 40px;
	background: #ddd;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #ffbc60;
	border: 2px solid #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.linkbox::after {
	content: '';
	position: absolute;
	left: calc(50% - 100px);
	height: 6px;
	width: 200px;
	background: #ffbc60;
	top: -2px;
}

.abouttxt {
	line-height: 2;
	text-transform: uppercase;
	font-size: .9rem;
	padding-bottom: 10px;
}

.listing a {
	font-size: 18px;
	margin: 15px 10px 0;
	display: inline-block;
	font-weight: 500;
	background: #fff;
	padding: 4px 12px;
}

.listheading {
	font-size: 16px;
	width: 100%;
	background: #248fdf;
	padding-left: 70px;
	color: #fff;
	font-weight: 500;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.listheading .mdi {
	height: 45px;
	width: 45px;
	background: #d2ecff;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	position: absolute;
	top: -5px;
	border-radius: 50%;
	left: 30px;
	color: #248fdf;
	border: 2px solid #248fdf;
	font-size: 22px;
	z-index: 2;
}

.listheading .float-right, .cardheading .float-right, .view {
	color: #fff;
	padding: 8px 14px;
	font-size: .8rem;
	background: #d76a27;
	transform: skew(-15deg);
	position: relative;
	left: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
}

.listheading .float-right:hover, .cardheading .float-right:hover, .view:hover {
	background: #bd5718;
	color: #fff;
}

.view {
	position: absolute;
	z-index: 15;
	bottom: 0;
	right: -4px;
	left: auto;
	font-size: 20px;
	line-height: 18px;
}

.date {
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	color: #fff;
	text-align: center;
	background: #454545;
	padding: 4px 2px;
	line-height: 1.3;
	width: 55px;
	border: 3px solid #fff;
	border-radius: 4px;
	margin: 0 auto;
}

.spacer {
	background: transparent url(../dmi_img/separator.png) repeat-x center;
	background-size: auto auto;
	height: 40px;
	width: 100%;
	background-size: 50%;
	margin: 20px 0;
}

.tenderlist tr td {
	border-color: #fff;
}

.tenderlist tr td a {
	display: inline-block;
	color: #292929;
	font-style: italic;
	font-weight: 500;
	font-size: .85rem;
}

.tenderlist tr:first-child, .tenderlist tr:nth-child(11) {
	background-color: #e9e7e8;
}

.tenderlist tr:nth-child(2), .tenderlist tr:nth-child(10) {
	background-color: #dbdbdb;
}

.tenderlist tr:nth-child(3), .tenderlist tr:nth-child(9) {
	background-color: #d0d3db;
}

.tenderlist tr:nth-child(4), .tenderlist tr:nth-child(8) {
	background-color: #d7d7d7;
}

.tenderlist tr:nth-child(5), .tenderlist tr:nth-child(7) {
	background-color: #eeedee;
}

.tenderlist tr:nth-child(6) {
	background-color: #e4e2e4;
}

/* footer */

.footer {
	position: relative;
	background: #0f1319;
}

.footer h4 {
	color: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #343434;
	padding-bottom: 10px;
}

.footer, .footer li a {
	color: #8c8e99;
	position: relative;
}

.footer-links li a {
	padding: 8px 12px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .75rem;
	background: #212732;
	margin: 0 3px;
	color: #daddee;
}

.footer-links li a:hover {
	color: #ddd;
}

#rightnav .dropdown-toggle::after {
	display: none;
}

.footer-top li a {
	padding-left: 25px;
	line-height: 1.7;
	display: inline-block;
}

.footer-top li a::before {
	left: 0;
	position: absolute;
	content: '\f13e';
	font-family: 'Material Design Icons';
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
	color: #5f6065;
}

.footer-bottom .footer-links li+li a:after {
	color: #fff;
}

.footer-middle {
	background: #191e27;
	padding: 15px 0;
}

.footer-bottom {
	padding: 18px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7;
	font-size: .8rem;
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
}

.btn-twitter {
	color: #fff;
	background-color: #55acee;
}

.btn-youtube {
	color: #fff;
	background-color: #bb0000;
}

.back-top {
	position: absolute;
	display: inline-block;
	bottom: 60px;
	right: 8px;
	height: 32px;
	width: 32px;
	z-index: 2;
	background: rgba(60, 55, 41, 0.702);
	color: #fff !important;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
	line-height: 30px;
	font-size: 24px;
}

.back-top:hover {
	background: #fff;
	color: #000 !important;
}

.validation img {
	max-height: 30px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #f09800 !important;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

#particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

/*count*/

.countbox {
	display: table;
	width: 50%;
	height:108px;
}

.countbox .icon {
	display: table-cell;
	text-align: center;
	width: 30%;
	vertical-align: middle;
}

.countbox .icon img {
	display: inline-block;
	text-align: center;
	background: #fff;
	position: relative;
	font-size: 2rem;
	height: 70px;
	width: 70px;
	line-height: 65px;
	box-shadow: 0 0 0 10px rgba(215, 39, 39, 0.102);
	border: 2px solid #ffbc93;
	object-fit: contain;
	padding: 6px;
}

.countbox:hover .icon .mdi {
	border-color: #ffbc60;
	background: rgba(255, 240, 228, 0.302);
	box-shadow: 0 0 0 8px rgba(255, 188, 96, 0.2);
}

.countbox .counttext {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	line-height: 2;
}

.text {
	font-size: 18px;
	color: #1a4c96;
}

.countbox .counttext a {
	font-weight: 500;
	margin-top: 6px;
}

/*News Ticker*/

.news-title {
    position: absolute;
    width: 115px;
    text-align: center;
    background: #fff;
    height: 44px;
    line-height: 44px;
    top: -2px;
    left: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.302);
    border-radius: 2px;
}
.float-right.read-more {
    color: #fff;
    padding: 0 6px 0;
    font-size: .8rem;
    background: #d76a27;
    transform: skew(-15deg);
    position: absolute;
    left: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    right: 0;
    top: 0;
}
.float-right.read-more a{color:#fff;
                         text-decoration:none;
}


    .breakingNews {
    height: 40px;
    line-height: 40px;
    background: #248fdf;
    /* overflow: hidden; */
    position: relative;
}
div#contentPlaceHolderRight_DivRelatedLinks {
    padding: 5px 0px;
}
#contentPlaceHolderRight_divReadMore a {
    color: #fff;
}
.float-left.dsw {
    padding: 5px 0px;
}
.search-btn-box {
    background: #fff;
    text-align: center;
    padding: 31px 0 27px;
}
    .search-btn-box input {
        width: 195px;
    }



.detail2 ul li{
    position: relative;
    display: block;
    color: #000;
    position: relative;
    height: 100%;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px 35px;
    background: #fff;
    margin-bottom: 3px;
}










#bn1 {
	padding-left: 130px;
	padding-right: 10px;
}

.carouselTicker__list {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.carouselTicker__item {
	margin: 0 0 0 5px;
	float: left;
}

.carouselTicker__item a {
	color: #fff;
	letter-spacing: 1px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: relative;
	padding-right: 8px;
}

.carouselTicker__item a::after {
	content: '|';
	margin-left: 10px;
}

.carouselTicker__loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff url("../dmi_img/loader.gif") center center no-repeat;
}

.newsticker {
	max-height: 230px;
	overflow: hidden;
	padding: 10px;
}

.navbar-toggler span>span {
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding-left: 6px;
	padding-top: 3px;
}

.eventlist {
	height: 230px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
}

.btn-more {
	color: #222;
	font-size: .9rem;
	text-transform: uppercase;
}

.btn-more::after {
	content: '\f054';
	font-family: "Material Design Icons";
	margin-left: 2px;
}

.btn-login {
	background: #d76a27;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	border: 1px solid #d76a27;
	font-weight: 500;
}

.btn-login:hover {
	background: #fff;
	color: #d76a27;
}

.btn-main {
	background-color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 5px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1a4c96;
	font-family: 'David Libre', serif;
}

.btn-secondary {
	color: #fff;
	background-color: #222;
	border-color: #222;
}

.btn-more:hover, .detail ul li a:hover, .footer-top li a:hover, .tenderlist tr td a:hover {
	text-decoration: underline;
}

/* icon hover */

.icon-trsp {
	text-align: center;
	padding: 0 0 20px;
}

.icon-trsp a {
	font-size: 16px;
	color: #06a;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
}

.icon-trsp a::after {
	content: '';
	position: absolute;
	height: 4px;
	width: 30px;
	background: #52ab40;
	left: calc(50% - 15px);
	top: 100%;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.icon-trsp a:hover::after {
	transform: scaleX(2);
	-webkit-transform: scaleX(2);
	-moz-transform: scaleX(2);
	-ms-transform: scaleX(2);
	-o-transform: scaleX(2);
}

.topicon {
	height: 80px;
	width: 80px;
	position: relative;
	z-index: 1;
	line-height: 80px;
	margin: 0 auto 25px;
	text-align: center;
	font-size: 2rem;
	border: 1px solid #d3d3d3;
	background: #fff;
	color: #2c2c2c;
}

.content-box {
    position: relative;
    padding: 0;
    top: -20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.102);
}

.minister-div .col-md-6+.col-md-6 .minister-desk {
	border-left: 1px dashed #bbb;
}

.minister-desk {
	text-align: center;
	padding: 15px 0;
	height: 100%;
	background: transparent url(../dmi_img/flower.png) no-repeat center center;
	background-size: auto auto;
	width: 100%;
	height: 100%;
	background-size: 255px;
}

.minister-desk img {
	height: 145px;
}

.minister-desk .name {
	font-size: 15px;
	color: #d76a27;
	background: #fff;
	padding: 8px 20px;
	margin-top: 0;
	display: table;
	margin: 0 auto 7px;
	font-weight: 500;
	border-left: 3px solid #d76a27;
	border-right: 3px solid #d76a27;
	border-radius: 30px;
}

select.form-control {
	background: url(../dmi_img/custom-select.png) right 0.75rem center no-repeat;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}

.breadcrumb {
	background: transparent;
	padding: 0 0 10px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	font-weight: 500;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
	 
}
 
.btn-facebook {
	color: #fff;
	background-color: #3b5998;
}

.btn-twitter {
	color: #fff;
	background-color: #55acee;
}

.btn-youtube {
	color: #fff;
	background-color: #bb0000;
}

.position-relative{
	position: relative;
}

.position-relative .cardheading .mdi{
	left: 6px;
}

.innercontent .title{
	display: block;
}

.titletwo{
	font-weight: 500;
    position: relative;
    display: block;
    margin: 10px 0px;
    padding: 6px 0px;
    font-size: 18px;
    text-transform:capitalize;
    font-family: 'David Libre', serif;
}



.download-print{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    font-size: 18px;
}
.download-print a{
	background-color: #00BCD4;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    margin-left: 5px;
}

.topinnercontent .breadcrumb{
	border-bottom: none;
	margin-bottom: 5px;
	margin-top: 10px;
}

.topinnercontent{
	padding:10px 0px 25px 0px; 
}

/**************************Sitemap********************************/
.sitemap{
	    border-left: 1px dashed #626262;
	        margin-left: 30px;
}
.sitemap ul{
	margin-left: 30px;
	border-left: 1px dashed #626262;
}
.sitemap li{
	position: relative;
	padding-left: 30px;
}
.sitemap li:before{
    font-family: "Material Design Icons";
    position: absolute;
    left: -9px;
    background-color: #fafafa;
}
.sitemap li:after{
	content: "";
    width: 10px;
    height: 1px;
    background-color: #a2a2a2;
    position: absolute;
    left: 14px;
    top: 14px;
}
.sitemap > li:before{
	    content: "\F24B";
	    color: #FF9800;
}
.sitemap> li > ul > li:before{
	       content: "\F214";
	       color: #2196F3;
}
.sitemap> li > ul > li >ul >li:before{
	       content: "\F219";
	       color: #8BC34A;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}


.panel-title a{
	color: #000;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}
.panel-body {
    padding: 15px;
}
.label-primary {
    background-color: #428bca;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.innercontent .table-bordered th {
	background:#1a4c96;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}


.innercontent .table-bordered td, .content .table-bordered th {
	border: 1px solid #e9e9e9;
	padding: 7px;
	line-height: 1.4;
}

.resize-sm { font-size: 0.9em; }
.resize-md { font-size: 1em; }
.resize-lg { font-size: 1.2em; line-height: 1.6em }
.animate { -webkit-transition: font-size 0.5s; -moz-transition: font-size 0.5s; -o-transition: font-size 0.5s; -ms-transition: font-size 0.5s; transition: font-size 0.5s; }
.navbar .nav .resizer a { padding:4px 9px; }
.resizer .active { text-decoration: underline; }

.innercontent .gallery-item{
	margin-bottom: 30px;
}

.home-fixed-slider{
	background-color: #faf5ff;
	padding: 5px;
	-webkit-box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
-moz-box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
}

.bannerright{
	background-color: #faf5ff;
	padding:12px 0px 0px 0px;
	-webkit-box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
-moz-box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
}

.bannerright .countbox {
    display: table;
    width: 100%;
    height:auto;
    margin-bottom: 15px;
    padding-left: 5px;
}

.bannerright {
	height:304px;
}

.bannerright .countbox .icon {
    display: table-cell;
    text-align: center;
    width: 30%;
    vertical-align: middle;
}

.bannerright .countbox .icon img {
    display: inline-block;
    text-align: center;
    background: #fff;
    position: relative;
    font-size: 2rem;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
    border: 2px solid #ffbc93;
    object-fit: contain;
    padding: 3px;
}

.bannerright .countbox .counttext {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
    line-height: 2;
}

.bannerright .text {
    font-size: 14px;
    color: #1a4c96;
}
 
.services {
    padding: 0px 00 23px;
 
    position: relative;
}
.services:before{
    content: '';
    position: absolute;
    background: url(../dmi_img/circle.png) repeat-x;
    height: 40px;
    width: 100%;
    z-index: 5;
    display: block;
    left: 0;
    bottom: -25px;
    background-size: 22px;
}
/* 
.sbt ul.top li, .sbt ul.bottom li{ flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;}




.sbt ul.top li a{
    list-style-type: none;
    background: rgba(0,0,0,0.1);
    padding: 25px 18px;
    text-align: center;
    vertical-align: top;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    min-height: 162px;
    transition: all 0.3s;
	 display: block;
	margin: 0 3px 0;
   
}
.sbt ul.bottom li a {
    list-style-type: none;
    background: rgba(0,0,0,0.1);
    padding: 25px 18px;
    text-align: center;
    vertical-align: top;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    min-height: 162px;
    transition: all 0.3s;
    display: block;
    margin: 0 3px 0;
}
.sbt ul.top, .sbt ul.bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} */



.cat-box {
    background: #fff;
    margin: 0 10px;
    text-align: center;
    position: relative;
    padding: 30px 15px;
    border-radius: 4px;
    box-shadow: 0 0 15px 0px #0000001a;
    min-height: 143px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #e5e5e5;
}



.cat-box .icon {
    height: 90px;
    width: 90px;
    position: absolute;
    top: -35px;
    background: #fff;
    color: #fab702;
    line-height: 70px;
    border-radius: 50%;
    font-size: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0 -13px 11px rgba(0, 0, 0, 0.05);
}
.cat-box:hover .icon {
    top: -42px;
}
.cat-box h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    color: #000;
    padding: 24px 0 0;
}

.more {
    display: inline-block;
    position: absolute;
    top: 100%;
    background: #fff;
    height: 36px;
    width: 36px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    line-height: 36px;
    margin-top: -18px;
    font-size: 20px;
    color: #54667a;
}
.cat-box .icon img {
    width: 61px;
}
 .person-slider{
    background-color: #faf5ff;
    padding: 5px;
    -webkit-box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
    -moz-box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
    box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
    height: 100%;
}
.person-slider .slick-slide img {
    display: block;
    border-radius: 7px;
    border: 2px solid #112963;
    width: 200PX;
    height: 200PX;
    object-fit: contain;
    border-radius: 10rem;
    padding: 2px;
    background: #8085ab;
    margin-top: 20px;
    margin: 37px auto 14px;
}
.ribbon {
    font-size: 19px;
    margin-top: 10px;
    background: #e6ebf7eb;
    width: 80%;
    margin: -11px auto 0;
    border-top: 1px solid #1a4c96;
    border-bottom: 1px solid #1a4c96;
    padding: 7px 0 7px;
    position: relative;
    z-index: 9;
    font-weight: 700;
}
.list-cir a {
    display: flex;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    text-align: left;
    align-items: center;
    background: #fff;
    border: 1px solid #1a4c96;
    padding: 6px 24px 6px 4px;
    color: #1a4c96;
    border-radius: 20px;
}
.list-cir .mdi {
    color: #fff;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    background: #1a4c96;
    font-size: 18px;
    text-align: center;
    margin-right: 8px;
    border-radius: 50%;
    display: inline-block;
}
.list-cir li {
    width: auto;
    margin-top: 3px;
    margin-right: 3px;
}
.logo img {
    max-width: 200px;
    width: 94px;
}
  h3.title.resizable-content.resize-md.animate {
    font-size: 143%;
}
table {
	width: 100% !important;
}
.abouttxt {
	line-height: 2;
	text-transform: initial;
	font-size: 96%;
	padding-bottom: 32px;
	padding-top: 11px;
}
.detail ul li a {
    position: relative;
    display: block;
    color: #000;
    position: relative;
    height: 100%;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px 35px;
    background: #fff;
    margin-bottom: 3px;
}
span.mdi.mdi-search-web {
    margin-left: -57px;
    -webkit-transform: skew(15deg) !important;
    transform: skew(15deg) !important;
}
.eventlist {
    height: 277px;
}
.cat-box:hover .more {
    background: #1db0a3;
    color: #fff;
}
.cat-box:hover {
    background: #a1ccc8;
}
.hide-labels {
    display: none;
}
h3.homePageTitle {
    font-size: 50px;
    color: white;
    text-align: center;
    align-self: center;
    padding: 9px 0 10px;
}
.sub-content {
    text-align: center;
    color: #e0e0e0;
    padding: 8px 0 20px;
}
.panel_search {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background-color: #1a4c96;
    padding:0px;
    -webkit-box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
    -moz-box-shadow: 0 0 0 4px rgba(215, 39, 39, 0.102);
    box-shadow: 0 0 9px 4px rgb(162 162 162 / 35%);
    min-height: 321px;
    background: #1a4c96 url(../dmi_img/bgnew1.jpg);
}
.rightmenu .login-btn a.nav-link {
    display: flex;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    text-align: left;
    align-items: center;
    background: #1db0a3;
    border: 1px solid #1db0a3;
    padding: 6px 4px 6px 4px;
    color: #ffffff;
    border-radius: 0;
}
.panel-body {
    padding: 15px;
    min-height: 321px;
    background: rgb(26 76 150 / 81%);
}
.bs-example-form label.radio-inline {
    margin: 19px 12px 7px 0;
}
.HowToSearchMore a {
    color: #fff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
    font-weight: 500;
    /* padding: .625rem 1.5rem .5rem; */
    font-size: .75rem;
    line-height: 1.5;
}
.btn-primary {
    background: #1db0a3;
    border-color: #1db0a3;
}
 
form.form-inline.my-2.my-lg-0 {
    padding: 0px 5px 0px;
}
form.form-inline.my-2.my-lg-0 input.form-control.mr-sm-2 {
    height: 29px;
    margin: 0 !important;
    border-radius: 0;
}
form.form-inline.my-2.my-lg-0 button.btn.btn-success.my-2.my-sm-0 {
    padding: 0;
    font-size: 14px;
    border-radius: 0;
    padding: 4px 7px 4px;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1db0a3;
}
.modal-backdrop {
   
    z-index: 1;
    
}
.modal {
    z-index: 1072;
}
.modal {
    
    background: #000000a8;
}
.middle-tilt {
    FONT-SIZE: 25PX;
    FONT-WEIGHT: 900;
    margin-top: 28px;
    color: #1a4c96;
}
.web-nav ul.navbar-nav.mr-auto {
    width: 100%;
}
.web-nav .navbar-expand-md .navbar-nav li {
    flex: auto;
    text-align: center;
}
.departmemt-information{}

.departmemt-information ul.nav.nav-tabs {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
.departmemt-information ul.nav.nav-tabs li {
    flex: auto;
    text-align: center;
}
.departmemt-information ul.nav.nav-tabs li a{}
 
 .detail  .nav-tabs li a::before {display:none;
}
.detail .nav-tabs li {
    -webkit-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    flex: auto;
    text-align: center;
}
.detail .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: none;
    border: none;
    transform: skew(-15deg);
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: .8rem;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
}
.detail .nav-tabs {
    border-bottom: none;
}
.detail .nav-tabs .nav-item.show .nav-link, .detail .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #d76a27 !important;
    border-color: #ddd #ddd #fff;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
}
.tabing-box .cardheading{display: block;
    padding-right: 0 !important;
    padding-left: 50px;}
	}
.detail .nav-tabs {
    border-bottom: none;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.departmemt-information .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
}
.departmemt-information  .nav-tabs .nav-item.show .nav-link, .departmemt-information  .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1db0a3;
    border-color: #ddd #ddd #fff;
}
li.carouselTicker__item input {
    color: #fff;
    letter-spacing: 1px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 8px;
    border: none !important;
    background: none !important;
    border-right: 1px solid #ddd !important;
}

.search-box-page .input-group1 {
    
    max-width: 800px;
    margin: auto;
}
.search-box-page .input-group-form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.search-box-page {
    /* background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%); */
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0)); */
    /* background-image: linear-gradient(to bottom,#1a4c96 0,#79aaf3 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2d63b3;
    padding: 44px 152px 44px;
    background: #d2e4ff;
}

.advanc-inputs-box li {
    margin: 9px 0 7px;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 7px 11px 7px;
    border-left: 5px solid #1db0a3;
    background: #f3f3f3;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 13%), 0 2px 35px 0 rgb(253 253 253 / 10%);
}
.btn-link-g {
    margin-top: -15px;
}
.title-f {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.table.mor-detail-left-heading th {
    background: #fbfbfb;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #cecece;
}
.table.mor-detail-left-heading td {
    border: 1px solid #cecece;
}


.pagination a {
    position: relative;
    display: block;
    padding: 6px 12px 6px;
    margin-left: -1px;
    line-height: 1.25;
    color: #1db0a3;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.pagination table, .pagination tr, .pagination tbody {
    display: block;
    line-height: normal;
}
.pagination table td{
 padding:0;
    line-height: normal;
}
a.aspNetDisabled {
    background: #1db0a3;
    color: #fff !important;
}
    a.aspNetDisabled.page-link:hover {
        background: #f3f3f3;
        color: #1db0a3 !important;
    }

.WHAT_NEW h3 {
    font-size: 18px;
    margin: 18px 0 0;
}

.WHAT_NEW ul li {
    overflow: hidden;
    padding: 4px 10px 4px;
    display: block;
    border-bottom: 1px solid #ececec;
    box-shadow: 0px 4px 2px 0 #d8d4d42e;
    margin: 5px 0 4px;
}
    .WHAT_NEW ul li a {
        /* display: block; */
        line-height: normal;
        color: #3a3a3a;
    }
    .WHAT_NEW ul li strong {
        margin-left: 10px;
    }



/*responsive*/
@media (min-width: 1200px) and (max-width: 1670px) {
    .middle-tilt {
    FONT-SIZE: 25PX;
   
    margin-top: 12px;
    color: #1a4c96;
}
}
@media (max-width: 1440px){
.bannerright {
    height:auto;
}
.bannerright .countbox{
	padding-left: 5px;
}

.ribbon {
    font-size: 15px;
    
}
.person-slider .slick-slide img {
    
    margin: 14px auto 14px;
}
.cat-box h3 {
    
    font-size: 14px;
   
}
}


@media (min-width: 768px) {
	.web-nav .dropdown>.dropdown-menu {
		top: 100%;
		margin-top: 0;
	}
	.web-nav .dropdown-menu {
		display: block;
		padding: 0;
		opacity: 0;
		border: 0;
		border-radius: 0;
		box-shadow: 0 5px 11px rgba(0, 0, 0, 0.09);
		-o-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		-o-transition: -o-transform 0.5s, opacity 0.4s;
		-ms-transition: -ms-transform 0.5s, opacity 0.4s;
		-moz-transition: -moz-transform 0.5s, opacity 0.4s;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.4s;
		transform-style: preserve-3d;
		-o-transform: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-webkit-transform: rotateX(-90deg);
		background: #fff;
	}
	.web-nav .dropdown:hover>.dropdown-menu, .web-nav .dropdown-submenu:hover>.dropdown-menu {
		opacity: 1;
		z-index: 10;
		transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
	.web-nav #menu2 .dropdown-menu {
		border-bottom: 3px solid #434343;
	}
	.web-nav .dropdown-menu li {
		position: relative;
	}
	.web-nav .dropdown-menu li::after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 1px;
		bottom: 2px;
		left: 1px;
		right: 1px;
		background: #eee;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	.web-nav .dropdown-menu li:hover::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	#menu2>ul>li>a {
		height: 100%;
	}
}

/*responsive*/

@media (max-width: 1920px) {

.bannerright {
	height:302px;
}

}



@media (max-width: 1440px) {

.bannerright {
	height:288px;
}

}

@media (min-width: 1600px) {
	.container {
		max-width: 80% !important;
	}
	.gallery-item .gallery-img img {
		height: 200px;
	}
}

@media (max-width: 1199px) {
	.container {
		max-width: 90% !important;
	}
	#navigation .navbar-nav li a {
		font-size: 12px;
		padding: 12px 8px;
	}
	.contact-info {
		font-size: 12px;
	}
}

@media (max-width: 992px) {
	#rightnav.navbar-light .navbar-nav li a {
		padding: 12px 8px;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#navigation .navbar-nav li a {
		font-size: 11px;
		padding: 8px;
		text-align: center;
		height: 100%;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		text-align: left;
		padding: 8px 15px;
		font-size: 13px;
	}
	#navigation .navbar-nav li a>i {
		display: block;
	}
	.logo-title h1 {
		font-size: 21px;
		font-weight: 800;
	}

		.bannerright .countbox .counttext {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 2;
}

.bannerright .text {
    font-size: 12px;
    color: #1a4c96;
}

.bannerright .countbox .icon {
    display: table-cell;
    padding-left: 2px;
    text-align: center;
    width: 30%;
    vertical-align: middle;
}
.rightmenu .nav-item .nav-link {
    
    padding: .5rem 0.2rem;
    
}
.middle-tilt {
    FONT-SIZE: 20PX;
   
    margin-top: 9px;
    color: #1a4c96;
}
}



@media (max-width:800px) and (min-width: 768px)
{
.logo-title h1 {
    font-size: 17px;
    font-weight: 800;
}
 
.logo img {
    max-width: 200px;
    width: 74px;
}
.logo-title p {
    font-size: 16px;
}
}

@media (max-width:1199px) and (min-width: 992px)
{
.middle-tilt {
    FONT-SIZE: 25PX;
    
    margin-top: 8px;
    color: #1a4c96;
}
}







@media (max-width: 767px) {
	body{padding-top: 0!important;}
	.main-header{
		position: relative;
	}
	.container {
		max-width: 100%;
	}
	.navbar-toggler {
		height: 40px;
	}
	#rightnav .navbar-collapse {
		background: #24232F;
		z-index: 1000;
		padding: 10px 15px;
	}
	#rightnav .nav-item {
		border: 0;
	}
	.logo-holder {
		top: 0;
	}
	#navigation .navbar-nav li a {
		padding: 6px 10px;
	}
	.important img {
		margin: 0 auto 10px;
	}
	#navigation {
		width: 100% !important;
		left: 0 !important;
		right: 0;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		border: 0;
	}
	#navigation .dropdown-menu {
		padding: 0;
	}
	.logo-title h1 {
		font-size: 20px;
	}
	.logo-title {
		margin-top: 0;
	}
	.pdxs0 {
		padding: 0;
	}
	.logo img {
		margin-right: 10px;
	}
	#rightnav.navbar-light .navbar-nav.mr-auto li+li a::after {
		display: none;
	}
	.footer-bottom .float-left, .footer-bottom .float-right {
		float: none !important;
		margin-top: 10px;
	}
	.table-form {
		max-width: 100%;
	}
	.table-form tr td {
		display: block;
	}
	.btn-login {
		margin-left: 12px;
	}
ul.navbar-nav.ml-auto.rightmenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
ul.navbar-nav.mr-auto.leftmenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.detail, .minister-div {
     
    margin-bottom: 18px;
}
.cat-box {
     
    margin-bottom: 61px;
}
.middle-tilt {
    FONT-SIZE: 19PX;
 
    margin-top: 0;
    color: #1a4c96;
}
}

@media (max-width: 576px) {
	.logo-title {
		margin-top: 0;
	}
	.logo-title h1 {
		font-size: 15px;
	}
	.logo-title p {
		font-size: 12px;
	}
	.logo-right img {
		max-width: 30px;
	}
	.logo-slider .slick-next {
		right: 0;
	}
	.logo-slider .slick-prev {
		left: 0;
	}
	.gallery-item {
		width: 100%;
		margin: 0;
	}
	.gallery .d-flex {
		margin-top: 20px;
		padding: 15px;
	}
	.back-top {
		right: 0;
		bottom: 0;
	}
	.holder {
		top: 42%;
	}
	.news-list {
		padding-top: 0;
	}
	/*.list1 tr td{display: block;}*/
}

@media (max-width: 480px) {
	.titlediv h1 {
		font-size: 20px;
	}
	.login-form {
		max-width: 280px;
	}
	.footer-links li a, .footer {
		font-size: 13px;
	}
}

.selected {
	border: 2px solid #fff;
}



@media screen and (min-device-width: 577px) and (max-device-width: 767px) {
 .slider-section .col-xs-12.col-sm-8.col-xl-9, .slider-section .col-xs-12.col-sm-4.col-xl-3{
	 
	 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	 
	 
 }
 .services  .col-sm-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}











@media screen and (max-device-width: 767px) and (orientation: landscape) {
 .slider-section .col-xs-12.col-sm-8.col-xl-9, .slider-section .col-xs-12.col-sm-4.col-xl-3{
	 
	 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	 
	 
 }
 .services  .col-sm-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}


fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

div#contentPlaceHolderRight_total {
    background: #efefef;
    padding: 2px 4px 2px;
    text-align: justify;
    font-weight: 600;
    box-shadow: 0px 0px 8px 0 #0000002b;
    margin: 0 0 7px;
}


.slider-section .detail {
	background: #fff;
	min-height: 323px;
	border: 6px solid #1a4c96;
	padding: 0;
}


.new-yojana-overlay {
    background-color: #1d3f8e;
    min-height: 80px;
    padding: 22px 17px;
}
.new-yojana-block-img img {
    width: 100%;
}
.new-yojana-name {
    width: 100%;
}
.new-yojana-overlay p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.new-yojana-name span {
    color: #edc435;
    font-size: 10px;
    display: none;
}
.new-yojana-btn {
    display: none;
    min-width: 90px;
}
a.view-schemes-btn {
    color: #fff;
    background-color: #38c4ea;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    border: 1px solid transparent;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.new-yojana-block:hover .new-yojana-btn {
    display: block;
}
.new-yojana-block:hover .new-yojana-overlay p {
    font-size: 12px;
    text-align: left;
}
.new-yojana-block:hover .new-yojana-overlay span {
    display: block;
    text-align: left;
}
.new-yojana-block-img img {
    width: auto;
    height: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.new-yojana-block-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #ddd;
}
.new-yojana-block {
    margin: 8px 8px;
}

a.btn.btn-outline-success.page-title-tag {
    color: #1a4c96;
    background-color: transparent;
    background-image: none;
    border: 1px solid #1a4c96;
    border-radius: 12px;
    font-size: 14px;
    box-shadow: none;
}

@media(max-width:1600px){
    .new-yojana-overlay {
        background-color: #1d3f8e;
        min-height: 110px;
        padding: 17px 17px;
    }
}