@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,500,500i,600,600i");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");

body {
	font-family: "IBM Plex Sans", sans-serif;
	color: rgb(88, 87, 87);
	font-size: 15px;
	font-weight: 400;
}
.login {
	padding: 2px 4px;
	border-radius: 0px;
	border: solid 1px;
	color: #fff;
}
.pagebody {
	background-image: url(../Images/newsbg.jpg);
	background-attachment: fixed;
	background-position: top center;
}
.top-nav .btn-yellow {
	padding: 2px 4px;
	font-size: 0.950em;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px;
	background-color: #f6d20a;
	color: #fff;
	cursor: pointer;
}
.busheading {
	text-align: center;
	font-size: 2em;
	font-weight: 800;
	color: #030248;
	position: relative;
	top: auto;
	padding-bottom: 15px;
	margin-top: -35px;
	margin-bottom: 35px;
}
	.busheading:before {
		width: 25px;
		height: 25px;
		border-radius: 3px;
		background-color: #030248;
		margin: 0px auto;
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: -12px;
		transform: rotate(45deg);
	}
	.busheading:after {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		margin: 0px auto;
		bottom: 0px;
		height: 1px;
		width: 15%;
		background-color: #030248;
	}
.citizen {
	background: #E8E8E8 none repeat scroll 0 0;
	padding: 35px 0;
	text-align: center;
}
	.citizen h1 {
		color: #000;
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		font-size: 33px;
		margin-bottom: 25px;
		margin-top: 0;
		text-align: center;
	}
		.citizen h1::before {
			content: url(../images/h1-left.png);
			margin-right: 20px;
		}
		.citizen h1::after {
			content: url(../images/h1-right.png);
			margin-left: 20px;
		}
.circle {
	margin: 0 auto;
	padding-left: 0px;
	position: relative;
	text-align: center;
}
	.circle li {
		background: #fff none repeat scroll 0 0;
		border: 5px solid #f6f6f6;
		box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
		float: left;
		height: 129px;
		margin-right: 7px;
		overflow: hidden;
		position: relative;
		width: 139px;
	}
	.circle i {
		font-size: 40px;
		height: 60px;
		left: 0;
		line-height: 60px;
		position: absolute;
		text-align: center;
		top: 20px;
		transition: all 400ms linear 0s;
		width: 100%;
	}
.ca-main {
	font-size: 14px;
	height: 65px;
	left: 50%;
	margin-left: -60px;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 126px;
}
.ca-sub {
	color: #000;
	font-size: 14px;
	height: 80px;
	left: 50%;
	margin-left: -70px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 142px;
}
.circle li a {
	color: #333;
	display: block;
	height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}

.circle li:hover {
	background: #f7f7f7 none repeat scroll 0 0;
	border-color: #fff;
	box-shadow: 0 45px 60px -50px #000000;
	transform: rotate(360deg);
}
	.circle li:hover i {
		color: #555;
		font-size: 50px;
	}
	.circle li:hover .ca-main {
		display: none;
	}
	.circle li:hover .ca-sub {
		opacity: 0.8;
	}
.blue {
	color: #375782;
}
.sky {
	color: #2c80ba;
}
.yellow {
	color: #ffb422;
}
.teal {
	color: #00b499;
}
.red {
	color: #b73232;
}
.org {
	color: #eb5427;
}
.green {
	color: #42ae42;
}
.purple {
	color: #CE67B8;
}
h1, h2, h3, h4, h5 {
	font-family: "Fjalla One", sans-serif;
}

/*.sopen {
	cursor: pointer;
}*/

.searchdiv {
	background-color: rgba(0, 0, 0, 0.79);
	display: none;
	height: 100%;
	padding: 20% 20% 10%;
	position: fixed;
	top: 0%;
	width: 100%;
	z-index: 517;
}

	.searchdiv .form-control {
		height: 60px;
		background-color: rgba(255, 255, 255, 0);
		border-radius: 0px;
		font-size: 30px;
		color: rgb(255, 255, 255);
		border-width: 0px 0px 3px;
		border-top-style: initial;
		border-right-style: initial;
		border-left-style: initial;
		border-top-color: initial;
		border-right-color: initial;
		border-left-color: initial;
		border-image: initial;
		border-bottom-style: solid;
		border-bottom-color: rgba(255, 255, 255, 0.8);
	}

		.searchdiv .form-control:focus {
			box-shadow: none;
		}

.searchclose {
	font-size: 35px;
	display: block;
	cursor: pointer;
	color: rgb(255, 255, 255);
}

/*.top-nav {
	background-color: rgb(51, 51, 51);
	border: 0px;
	padding: 0px;
	z-index: 50;
	position: relative;
	height: auto;
	font-size: 14px;
}*/
.top-nav {
	background-color: #ededed;
	border-top: 2px solid transparent;
	border-image: url(../images/top-border.png) 30 30 30 30 round round;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45), 0px 1px 6px 0px rgba(0, 0, 0, 0.12) !important;
	padding: 2px 0px;
	z-index: 999999 !important;
	position: relative;
	border-bottom: 0px;
}

	.top-nav .time {
		float: left;
		color: #0f2e5d;
		text-decoration: none;
		padding-top: 7px;
	}

		.top-nav .time::before {
			content: "";
			font-family: FontAwesome;
			margin-right: 5px;
		}

	.top-nav ul {
		margin: 0px;
		padding: 0px;
		text-align: right;
	}

	.top-nav li {
		list-style-type: none;
		padding: 5px;
		border-right: 1px solid rgba(255, 255, 255, 0.3);
		display: inline-block !important;
	}

		.top-nav li a {
			color: #0f2e5d;
		}

		.top-nav li img {
			height: 20px;
		}

.fontresize {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	display: block;
	padding: 0px;
	font-size: 15px;
	text-align: center;
}

.theame {
	font-weight: bold;
	display: block;
	padding: 0px 0px;
	text-align: center;
	border: 1px solid #fff;
	height: 23px;
	width: 20px;
	box-sizing: border-box;
	color: #fff !important;
}
/*.theame {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	display: block;
	padding: 0px;
	text-align: center;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 50%;
	height: 23px;
	width: 23px;
	box-sizing: border-box;
}*/

.top-nav li .default {
	/*background-color: #030248;*/
	background-color: #7a041a;
}

.top-nav li .contrast {
	background-color: rgb(122, 122, 122);
}

.language a {
	display: block;
	padding: 0px 3px;
}

.language .dropdown-menu {
	min-width: 80px;
	left: -5px;
	border-radius: 0px;
}

	.language .dropdown-menu > li {
		border-bottom: 1px solid rgb(239, 239, 239);
		display: block !important;
		width: 100% !important;
		padding: 0px !important;
	}

	.language .dropdown-menu li a {
		text-align: left;
		display: block;
		color: rgb(0, 0, 0) !important;
	}

.logo {
	padding-top: 1px;
}

.header img {
	position: relative;
	z-index: 0;
}

.abctitle {
    font-size: 2.0em;
    color: #030248;
    text-decoration: none;
    float: left;
    /* padding-left: 30px; */
    line-height: 29px;
    padding-top: 10px;
    margin-left: 18px;
    padding-left: 0 !important;
    font-weight: 600;
    margin-top: 10px;
}

	.abctitle p {
		font-size: 0.8em;
		color: rgb(239, 148, 15);
		text-decoration: none;
		float: left;
		/* padding-left: 30px; */
		line-height: 29px;
		padding-top: 7px;
		padding-left: 0 !important;
		/* font-weight: 200; */
	}

.top-middle-sec {
	background-image: url("../images/headerbg.jpg");
	background-repeat: repeat;
}

.logo {
	padding: 5px 0px;
}

	.logo img {
		max-width: 100%;
		margin-bottom: 5px;
	}

.uplogo {
	padding: 10px 0px;
}

	.uplogo img {
		max-width: 100%;
	}

.menusection {
	/*background-color: rgb(187, 37, 43);*/
	/*background-color: #030248;*/
	background-color: #7a041a;
	background-image: url("../images/menubg.png");
	background-repeat: repeat;
}

.navbar-inverse {
	background-color: transparent;
	border: 0px;
	margin-bottom: 0px;
	justify-content: space-between;
}

.dropdown > a::after {
	content: "";
	font-family: FontAwesome;
	margin-left: 6px;
}

.home > a::after {
	content: "";
	font-family: FontAwesome;
	font-size: 15px;
}

.dropdown-menu .has-submenu::after {
	font-family: FontAwesome;
	content: "";
	position: absolute;
	right: 8px;
}

.navbar-inverse .navbar-nav > li > a {
	color: rgb(255, 255, 255);
	font-family: "Fjalla One", sans-serif;
	font-size: 1.08em;
	font-weight: 300;
}

.navbar-nav > li {
	border-right: 0px solid rgba(0, 0, 0, 0.21);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	/*background-color: rgb(239, 148, 15);*/
	background-color: #EF9475;
	color: rgb(255, 255, 255);
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	background-color: rgb(239, 148, 15);
	color: rgb(255, 255, 255);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: rgb(239, 148, 15);
	color: rgb(255, 255, 255);
}

.navbar-nav > li > a {
	padding: 15px 13px;
}

.dropdown-menu {
	font-size: 1em;
	border-radius: 0px !important;
}

	.dropdown-menu li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

		.dropdown-menu li:last-child {
			border-bottom: 0px;
		}

	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
		text-decoration: none;
		background-color: rgb(234, 234, 234) !important;
		color: rgb(183, 9, 36) !important;
	}

.leaders {
	padding: 0px;
	margin-top: 10px;
	display: block;
	position: relative;
	background-image: url("../images/leaderbg.jpg");
	background-repeat: repeat;
}
.banner{
	margin-top:-11px;
}
.leaders .leaders-profile {
	padding: 8px 0px;
	display: block;
	z-index: 100;
	position: relative;
	margin: 0px;
}

		.leaders .leaders-profile .col-md-3 {
			padding: 0px 8px;
		}

		.leaders .leaders-profile .leaders-box img {
			width: 100px;
			background: rgb(126, 126, 126);
			border: 2px solid rgb(255, 255, 255);
			float: left;
		}

		.leaders .leaders-profile .leaders-box {
			min-height: 104px;
			display: block;
			padding: 0px;
			border-radius: 0px;
		}

			.leaders .leaders-profile .leaders-box h4 {
				padding: 0px;
				margin: 8px 0px 15px;
				/*color: rgb(179, 29, 35);*/
				color: #030248;
				text-transform: uppercase;
				font-size: 1.2em;
				line-height: 18px;
				font-weight: 400;
			}

			.leaders .leaders-profile .leaders-box p {
				padding: 0px;
				margin: 0px;
				color: rgb(0, 0, 0);
				font-size: 1em;
				line-height: 20px;
			}

			.leaders .leaders-profile .leaders-box .leadtext {
				float: left;
				padding-left: 10px;
			}

.welcome {
	padding-top: 10px;
	padding-bottom: 30px;
}

.welhead {
	/*background-color: rgb(184, 47, 51);*/
	/*background-color:#030248;*/
	background-color: #7a041a;
	color: rgb(255, 255, 255);
	padding: 8px;
	display: inline-block;
	font-size: 1.6em;
	position: relative;
	min-width: 370px;
	font-family: "Fjalla One", sans-serif;
	margin-bottom: 15px;
}

	.welhead span {
		display: inline-block;
		background-color: rgb(255, 177, 63);
		color: rgb(0, 0, 0);
		padding: 5px;
		font-size: 0.8em;
		position: absolute;
		min-width: 170px;
		margin-left: 10px;
	}

.vigyapan {
	background-color: rgb(252, 183, 81);
	padding: 15px 15px 15px 40px;
	position: relative;
	min-height: 200px;
	background-image: url("../images/vigyapanbg.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.arw, .dtype {
	display: none;
}

.vigyapan .dsize, .vigyapan .ndate, .vigyapan .fa-file-pdf-o {
	font-size: 0.9em;
	color: rgb(184, 47, 51);
}

.vigyapan::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 81px solid rgba(0, 0, 0, 0.2);
	border-left: 88px solid transparent;
	top: 0px;
	right: 0px;
}

.vigyapan h2 {
	color: rgb(83, 35, 10);
	font-size: 1.4em;
}

.vigyapan ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.vigyapan ul li a {
		color: rgb(83, 35, 10);
		font-size: 1em;
		display: block;
	}

.vigyapan .owl-pagination {
	display: none;
}

.vigyapan .owl-buttons {
	position: absolute;
	right: -9px;
	top: -66px;
	z-index: 100;
}

.vigyapan .owl-controls .owl-buttons div {
	font-size: 35px;
	background-color: rgba(255, 255, 255, 0);
	opacity: 1;
	padding: 0px !important;
}

.quicklink {
	background-image: url("../images/newbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30px;
}

.newshead {
	background-color: rgb(255, 177, 63);
	color: rgb(83, 35, 10);
	padding: 15px;
	position: relative;
	margin-right: 15px;
	z-index: 5;
}

	.newshead h3 {
		margin: 0px;
		padding: 0px;
	}

.newscontent {
	position: relative;
	padding: 35px 8px 8px;
	background-color: rgb(255, 255, 255);
	height: 355px;
	z-index: 0;
	margin-top: -30px;
	box-sizing: border-box;
}

	.newscontent ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		height: 270px;
		overflow-x: hidden !important;
	}

		.newscontent ul li {
			border-left: 5px solid rgb(179, 29, 35);
			border-bottom: 1px solid rgb(239, 239, 239);
			padding-left: 15px;
			position: relative;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}

			.newscontent ul li a {
				color: rgb(0, 0, 0);
			}

			.newscontent ul li::before {
				content: "";
				width: 0px;
				height: 0px;
				border-top: 10px solid transparent;
				border-left: 6px solid rgb(179, 29, 35);
				border-bottom: 10px solid transparent;
				position: absolute;
				left: 0px;
				top: 31%;
			}

			.newscontent ul li .ndate {
				font-size: 0.9em;
				margin: 5px 0px 0px;
				color: rgb(179, 29, 35);
			}

	.newscontent .foot {
		padding: 6px;
		border-top: 1px solid rgb(230, 230, 230);
	}

		.newscontent .foot a {
			color: rgb(179, 29, 35);
		}

.play-pause {
	position: absolute;
	top: 12px;
	right: 15px;
}

	.play-pause .btn-info, .play-pause .btn-info:hover {
		color: rgb(83, 35, 10);
		background-color: transparent;
		border-color: rgba(70, 184, 218, 0);
		box-shadow: none;
		font-size: 18px !important;
	}

	.play-pause .btn-danger, .play-pause .btn-danger:hover {
		color: rgb(83, 35, 10);
		background-color: transparent;
		border-color: rgba(212, 63, 58, 0);
		box-shadow: none;
		font-size: 18px !important;
	}

.newscontent .stopped {
	margin-top: 0px !important;
}

.otherlink {
	border: 1px solid rgba(255, 255, 255, 0.5);
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table;
	width: 100%;
}

	.otherlink li {
		box-sizing: border-box;
		width: 33.3%;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		float: left;
	}

		.otherlink li a {
			text-align: center;
			display: block;
			padding: 15px;
			height: 175px;
			color: rgb(255, 255, 255);
			font-size: 1.3em;
			font-family: "Fjalla One", sans-serif;
			transition: all 0.3s ease-in-out 0s;
		}

			.otherlink li a:hover {
				background-color: rgb(255, 255, 255);
				color: rgb(0, 0, 0);
				text-decoration: none;
			}

			.otherlink li a img {
				display: block;
				margin: 0px auto;
				max-width: 80%;
			}

		.otherlink li:nth-child(3), .otherlink li:nth-child(6) {
			border-right: 0px;
		}

		.otherlink li:nth-child(4), .otherlink li:nth-child(5), .otherlink li:nth-child(6) {
			border-bottom: 0px;
		}

.websitelink {
	padding: 20px 0px;
}

.implink {
	background-color: rgb(241, 241, 241);
	height: auto;
	overflow: hidden;
}

.imphead {
	/*background-color: rgb(179, 29, 35);*/
	/*background-color: #030248;*/
	background-color: #7a041a;
	color: rgb(255, 255, 255);
	padding: 26px 15px;
}

	.imphead h3 {
		margin: 0px;
		padding: 0px;
		font-size: 1.4em;
	}

	.imphead::after {
		content: "";
		width: 0px;
		height: 0px;
		/*	border-bottom: 75px solid rgb(179, 29, 35);*/
		/*border-bottom: 75px solid #030248;*/
		border-bottom: 75px solid #7a041a;
		border-right: 40px solid transparent;
		position: absolute;
		right: -40px;
		top: 0px;
	}

.brand-items .owl-buttons {
	display: none;
}

.brand-item {
	padding: 0px 5px;
}

.border0 {
	border: 0px !important;
}

.brand-item img {
	 height:51px;
	max-width: 100%;
	border: 1px solid rgb(204, 204, 204);
}

.implink .brand-items {
	background: rgb(243, 243, 243);
}

.implink .brand-items {
	margin-top: 9px;
}

.privancy {
	text-align: center;
	margin-top: 10px;
}
	.privancy li {
		display: inline-block;
		border-right: 1px solid #fbd552;
		color: #fbd552;
		padding: 0px 15px;
		font-size: 14px;
	}
		.privancy li a {
			color: #fbd552;
		}
.implink .owl-theme .owl-controls {
	margin-top: 0px;
	text-align: center;
	display: block !important;
}

.implink-content {
	padding-left: 35px;
}

.contactwrap {
	background-color: rgb(255, 177, 63);
	height: auto;
	overflow: hidden;
	margin: 0px 15px;
	position: relative;
	z-index: 5;
}
.contactwraplayout {
	background-color: rgb(255, 177, 63);
	height: auto;
	overflow: hidden;
	margin: 0px 0px;
	position: relative;
	z-index: 5;
}

.address {
	color: rgb(0, 0, 0);
	display: table;
	width: 100%;
	font-size: 1em;
}

	.address .icons, .address span {
		display: table-cell;
		vertical-align: middle;
		height: 95px;
	}

	.address .icons {
		color: rgb(255, 255, 255);
		font-size: 2.5em;
		width: 50px;
	}

.footer {
	background-color: rgb(51, 51, 51);
	position: relative;
	z-index: 0;
	margin-top: -3%;
	padding-top: 5%;
	color: rgb(255, 255, 255);
}

.policy {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

	.policy li {
		display: inline-block;
	}

		.policy li a {
			display: block;
			padding: 0px 8px;
			color: rgb(255, 255, 255);
			font-size: 1em;
		}

.footer-btm {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 10px;
	padding: 10px 0px;
}

	.footer-btm a {
		color: rgb(255, 255, 255);
	}

.readmore {
	color: rgb(184, 47, 51);
	border: 1px solid rgb(239, 239, 239);
	padding: 5px 15px;
	display: inline-block;
	margin-top: 5px;
}

/*.pagebody {
	background-color: rgb(239, 234, 219);
	background-image: url("../images/findpolicebg.png");
	background-repeat: repeat;
}*/
.breadcrumb {
	background-color: rgba(116, 116, 116, 0.49);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 20px;
	padding: 8px 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

.breadcrumb {
	padding: 0px 0px 10px 0px;
	margin-bottom: 0px !important;
	list-style: none;
	background-color: rgba(255,255,255,.0) !important;
	border-radius: 0px !important;
	margin-top: 15px;
	padding: 8px;
	border-bottom: 1px solid #fff;
}

	.breadcrumb > li {
		/*color: #fff;*/
		color: #7a041a;
		display: inline-block;
	}

		.breadcrumb > li + li::before {
			color: #cccccc;
			content: "";
			padding: 0 5px;
		}

.about {
	padding: 15px 0px;
}

	.about .well {
		min-height: 450px !important;
	}

	.about .well {
		margin-bottom: 0px;
		min-height: 465px;
		background-color: #fff;
		box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
	}

	.about h2 {
		color: #030248;
		font-size: 1.8em;
		text-transform: capitalize;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: 500;
		border-bottom: solid 1px #ccc;
		padding-bottom: 10px;
		font-family: 'Oswald', sans-serif;
	}

.well p {
	line-height: 25px;
}

.about p {
	color: #666;
	/* text-align: justify; */
}

.incontent {
	background-color: rgb(255, 255, 255);
	padding: 15px;
	margin-top: 50px;
	border-radius: 10px;
	margin-bottom: 50px;
}

.pageheading {
	position: relative;
	margin-top: -35px;
}

	.pageheading h2 {
		display: inline-block;
		margin: 0px;
		padding: 10px 20px;
		color: rgb(255, 255, 255);
		background-color: rgb(184, 47, 51);
		border-radius: 10px;
		font-size: 1.6em;
	}

/*.breed-crum-div {
	position: relative;
	right: 0px;
	left: 0px;
	margin: -30px auto 15px;
	z-index: 100;
	text-align: right;
}*/

/*.breadcrumb {
	background-color: transparent;
	margin: 0px;
	padding-left: 0px;
}

	.breadcrumb > li + li::before {
		content: no-open-quote;
	}

.breed-crum-div {
	display: block;
}

.breadcrumb > li, .breadcrumb > li.active, .breadcrumb > li a {
	color: rgb(146, 146, 146);
	padding: 0px 5px;
}*/

.rightmenu {
	background-color: rgb(252, 183, 81);
	padding: 15px;
	border-radius: 6px;
}

	.rightmenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	.rightmenu > ul > li > a {
		display: block;
		font-size: 1.5em;
		color: rgb(83, 35, 10);
		font-family: Arya, sans-serif;
		pointer-events: none;
		margin-bottom: 10px;
	}

	.rightmenu > ul ul li a {
		display: block;
		color: rgb(0, 0, 0);
		font-size: 1.1em;
		padding: 10px 0px;
		border-bottom: 1px dashed rgb(83, 35, 10);
		transition-duration: 0.2s;
	}

		.rightmenu > ul ul li a:hover {
			text-decoration: none;
			padding-left: 10px;
			color: rgb(255, 255, 255);
			background-color: rgba(0, 0, 0, 0.2);
			border-color: rgba(0, 0, 0, 0.2);
		}

	.rightmenu > ul ul li:last-child a {
		border-bottom: 1px dashed rgb(83, 35, 10);
	}

.leftside ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.leftside ul li {
		position: relative;
		padding: 5px 0px 3px 25px;
	}

		.leftside ul li::before {
			content: "";
			font-family: FontAwesome;
			position: absolute;
			left: 0px;
			color: rgb(240, 143, 0);
		}

.leftside h3 {
	color: rgb(83, 35, 10);
	background-color: rgba(243, 243, 243, 0.4);
	padding: 9px;
	border: 1px dotted bisque;
	box-shadow: rgba(183, 180, 180, 0.3) 0px 0px 5px;
}

.leftside h4 {
	color: rgb(184, 47, 51);
}

.leftside h5 {
	color: rgb(0, 0, 0);
	font-size: 1.1em;
}

.leftside ul li ol {
	margin: 0px 0px 0px 16px;
	padding: 0px;
}

	.leftside ul li ol li::before {
		display: none;
	}

	.leftside ul li ol li {
		padding: 0px;
		margin: 0px;
	}

.leftside ol {
	margin: 0px 0px 15px 18px;
	padding: 0px;
}

	.leftside ol li {
		padding: 0px;
		margin: 0px;
	}

.search-result {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
}

	.search-result li {
		border: 1px solid rgb(238, 238, 238);
		transition: all 0.2s ease 0s;
		margin-bottom: 10px;
		padding: 5px 10px !important;
	}

		.search-result li:hover {
			box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
		}

	.search-result a {
		color: rgb(39, 29, 239);
		display: block;
		font-size: 1.18em;
	}

		.search-result a:hover {
			color: rgb(39, 29, 239);
		}

	.search-result span {
		color: rgb(0, 102, 33);
		display: block;
		font-size: 0.85em;
	}

	.search-result p {
		margin: 5px 0px;
		color: rgb(51, 51, 51);
		font-size: 0.9em;
	}

	.search-result li::before {
		content: unset !important;
	}

.serial {
	counter-reset: Serial 0;
}

	.serial tr td:first-child {
		text-align: center;
	}

		.serial tr td:first-child::before {
			content: "" counter(Serial);
			counter-increment: Serial 1;
		}

.menuFxd {
	position: fixed;
	right: 0px;
	left: 0px;
	z-index: 1000;
}

.table th {
	color: rgb(0, 0, 0);
	font-weight: 600;
	background-color: rgb(239, 234, 219) !important;
}

.table td .btn {
	display: block;
	background-color: rgb(179, 29, 35);
	color: rgb(255, 255, 255);
}

ol {
	margin: 0px;
	padding-left: 15px;
}

	ol li::before {
		content: unset !important;
	}

.effect-oscar {
	min-height: 300px;
	padding: 10px;
	border: 1px solid rgb(221, 221, 221);
	box-shadow: rgb(204, 204, 204) 0px 0px 7px;
	margin-bottom: 10px;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.2s ease-in-out 0s;
	cursor: default;
}

	.effect-oscar:hover {
		padding: 10px;
		border: 1px solid rgb(255, 128, 145);
		box-shadow: rgb(172, 19, 40) 0px 1px 14px;
		margin-bottom: 10px;
		border-radius: 0px;
		display: inline-block;
		transition: all 0.1s ease-in-out 0s;
		cursor: pointer;
	}

	.effect-oscar img {
		width: 100%;
		display: block;
		cursor: default;
		height: 180px !important;
	}

	.effect-oscar figcaption p {
		display: none;
	}

	.effect-oscar figcaption h2 {
		font-size: 16px;
		padding: 0px;
		background: none;
		margin: 8px 0px;
		font-weight: 700;
		text-align: center;
	}

	.effect-oscar a {
		position: absolute;
		background-color: rgb(150, 40, 89);
		border-color: rgb(172, 19, 40);
		padding: 5px;
		color: rgb(255, 255, 255);
		display: block;
		font-size: 13px;
		bottom: 20px;
		left: 36% !important;
	}

		.effect-oscar a:hover, .effect-oscar a:focus {
			background: rgb(255, 158, 21);
			transition: all 1s ease 0s;
			border-color: rgb(167, 100, 7);
			text-decoration: none;
			color: rgb(255, 255, 255);
		}

.pdc figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-height: 300px;
	height: auto;
	text-align: center;
	cursor: pointer;
	margin: 10px 0px;
}

	.pdc figure img {
		position: relative;
		display: block;
		min-height: 100%;
		max-width: 100%;
	}

figure.effect-hera h2 {
	border-bottom: 1px solid rgb(165, 18, 39);
	border-top: 1px solid rgb(165, 18, 39);
	margin: 0px;
	font-size: 1.2em;
	font-weight: 400;
	color: rgb(62, 61, 60);
	background-color: rgba(254, 254, 254, 0.93);
	padding: 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

figure.effect-hera h2, figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transform: translate3d(-50%, -50%, 0px);
	transform-origin: 50% center;
	width: 100%;
}

figure.effect-hera figcaption::before {
	background-color: rgb(245, 201, 50);
	border: 2px solid rgb(165, 18, 39);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	content: "";
	opacity: 0;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
	transform-origin: 50% center;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

	figure.effect-hera p a {
		color: rgb(255, 255, 255);
	}

		figure.effect-hera p a:hover, figure.effect-hera p a:focus {
			opacity: 0.9;
		}

		figure.effect-hera p a img {
			opacity: 0;
			transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
		}

		figure.effect-hera p a:first-child img {
			transform: translate3d(-60px, -60px, 0px);
		}

		figure.effect-hera p a img {
			transform: translate3d(60px, -60px, 0px);
		}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-hera:hover h2 {
	opacity: 0;
	transform: translate3d(-50%, -50%, 0px) scale3d(0.8, 0.8, 1);
}

figure.effect-hera:hover p img:empty {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

figure.effect-hera h2 {
	bottom: -19px;
	top: inherit;
}

	figure.effect-hera h2 span {
		font-size: 18px;
		display: block;
		margin-top: 5px;
		margin-bottom: 8px;
	}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
	overflow: hidden;
}

.Prsrls-list li p {
	margin: 0px;
	font-size: 0.8em;
	color: rgb(0, 0, 0);
}

.Prsrls-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	.Prsrls-list li {
		text-align: center;
		min-height: 358px;
		box-sizing: border-box;
		margin: 10px;
		width: 23%;
		float: left;
		border: 1px solid rgb(221, 221, 221);
		max-height: 358px;
		overflow: hidden;
		padding: 10px 15px !important;
	}

		.Prsrls-list li img {
			display: block;
			margin: 0px auto;
			max-width: 100%;
			max-height: 200px;
		}

		.Prsrls-list li p {
			font-size: 0.8em;
			text-align: center;
			right: 0px;
			left: 0px;
			background: rgba(255, 255, 255, 0.8);
			border-top: 1px dashed rgb(204, 204, 204);
			border-bottom: 1px dashed rgb(204, 204, 204);
			padding: 10px;
		}

			.Prsrls-list li p span {
				display: block;
			}

		.Prsrls-list li a {
			display: block;
		}

			.Prsrls-list li a strong {
				font-weight: normal;
			}

		.Prsrls-list li::before {
			content: normal !important;
		}

		.Prsrls-list li:hover {
			box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px;
		}

	.Prsrls-list li {
		border-left: 1px solid rgb(200, 204, 215);
		background-color: rgb(255, 255, 255);
	}

.filter-box input[type="submit"] {
	background: none 0px 0px repeat scroll rgb(35, 149, 209);
	border: 0px solid red;
	color: white;
	padding: 7px 10px;
	width: 100%;
}

.filter-box input[type="text"] {
	border: 1px solid rgb(179, 179, 179);
	padding: 5px;
	width: 100%;
}

.filter-box input[type="text"] {
	height: 35px;
}

.filter-box select {
	border: 1px solid rgb(171, 170, 170);
	padding: 5px;
	width: 100%;
	height: 35px !important;
}

a {
	color:#030248;
	/*color: rgb(156, 3, 3);*/
	text-decoration: none;
}

.s-profile {
	margin-bottom: 30px;
	border: 1px solid rgb(221, 221, 221);
	min-height: 100px;
	padding: 15px 0px 0px;
	display: flex;
}

	.s-profile table tbody tr td:nth-child(1) {
		width: 20%;
		background: rgb(239, 236, 230);
	}

.navbar-nav > li > a:last-child {
	background-color: rgb(239, 148, 15);
	color: rgb(255, 255, 255);
}

.btn-feedback {
	text-align: center;
	font-size: 20px;
	border-radius: 5px;
	margin-top: 15px;
	display: block;
	margin-bottom: 10px;
}

	.btn-feedback a {
		display: block;
		transition: all 0.5s ease-in-out 0s;
		background-color: rgb(251, 244, 221);
		padding: 3px;
		border-radius: 6px;
		border: 3px solid rgb(255, 167, 13);
	}

		.btn-feedback a:hover {
			text-decoration: none;
			background-color: rgb(255, 226, 127);
		}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
	border: 2px solid rgb(249, 193, 34);
	box-shadow: rgb(159, 153, 153) 0px 0px 8px;
	overflow-y: hidden !important;
	color: rgba(255, 255, 255, 0) !important;
	text-shadow: none !important;
}

.grid-stack .title-caption {
	background: none 0px 0px repeat scroll rgba(0, 0, 0, 0.52);
	color: rgb(255, 255, 255);
	padding: 2px 10px;
	top: 78% !important;
	left: 0px !important;
}

.grid-stack {
	background: none;
}

.inner-container .grid-stack > .grid-stack-item > .grid-stack-item-content {
	border: 2px solid rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	text-shadow: rgb(0, 0, 0) 0px 0px 1px;
	transition: all 0.2s ease-in 0s;
	overflow-y: hidden !important;
}

	.inner-container .grid-stack > .grid-stack-item > .grid-stack-item-content img {
		padding: 10px;
	}

	.inner-container .grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
		transform: scale(1.1, 1.1);
	}

.about-links .panel {
	margin-bottom: 6px;
}
.about-links .panel-danger > .panel-heading {
	color: #fff;
	/*background-color: #030248;*/
	background-color: #7a041a;
	border-color: #030248;
	font-size: 18px;
}

.advertise h3 {
	color: rgb(83, 35, 10);
	position: relative;
	padding-top: 34px;
	padding-left: 34px;
	padding-bottom: 7px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.about-links .panel ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
}
	.about-links .panel ul li a {
		padding: 10px 10px;
		border-bottom: 1px solid #eaeaea;
		display: block;
		color: #333;
		transition-duration: .2s;
	}
		.about-links .panel ul li a:before {
			content: "\f105";
			font-family: "FontAwesome";
			margin-right: 10px;
		}
.about-links .button-group .btn {
	font-size: 1.000em;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 7px;
	text-align: left;
	white-space: inherit;
	padding: 6px 10px;
}
.advertise::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 81px solid rgba(0, 0, 0, 0.2);
	border-left: 88px solid transparent;
	top: 0px;
	right: 0px;
}

.Addver {
	position: relative;
	background-color: rgba(252, 183, 81, 0.8);
	z-index: 0;
	margin-top: 0px;
	box-sizing: border-box;
	background-image: url("../images/vigyapanbg.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px !important;
}

	.Addver ul {
		margin: 0px;
		padding: 0px 25px;
		list-style: none;
		height: 173px;
		overflow-x: hidden !important;
	}

		.Addver ul li {
			padding-left: 15px;
			position: relative;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}

			.Addver ul li a {
				color: rgb(0, 0, 0);
				display: block;
			}

			.Addver ul li::before {
				content: "";
				width: 0px;
				height: 0px;
				position: absolute;
				left: 0px;
				top: 31%;
			}

			.Addver ul li .ndate {
				font-size: 0.9em;
				margin: 5px 0px 0px;
				color: rgb(179, 29, 35);
			}

	.Addver .foot {
		padding: 6px;
		background-color: rgb(255, 177, 63);
	}

		.Addver .foot a {
			color: rgb(179, 29, 35);
			display: block;
		}

.play-pause {
	position: absolute;
	top: 15px;
	right: 1px;
	color: rgb(255, 255, 255) !important;
	z-index: 99999 !important;
}

	.play-pause .btn-info, .play-pause .btn-info:hover {
		color: rgb(83, 35, 10);
		background-color: transparent;
		border-color: rgba(70, 184, 218, 0);
		box-shadow: none;
		font-size: 18px !important;
	}

	.play-pause .btn-danger, .play-pause .btn-danger:hover {
		color: rgb(83, 35, 10);
		background-color: transparent;
		border-color: rgba(212, 63, 58, 0);
		box-shadow: none;
		font-size: 18px !important;
	}

.Addver .stopped {
	margin-top: 0px !important;
}

.award h4 {
}

	.award h4 a {
		display: block;
		transition: all 0.2s ease-in-out 0s;
		padding: 14px;
		background-color: rgb(254, 238, 155);
		text-align: center;
		border-radius: 6px;
		border: 2px solid burlywood;
		min-height: 72px;
	}

		.award h4 a:hover {
			text-decoration: none;
		}

.appbtn {
	font-size: 1.3em;
	color: rgb(104, 159, 56);
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border: 2px dashed rgb(204, 204, 204);
	border-radius: 5px;
	width: 100%;
	margin-left: 24px;
}

.righ-menu .dropdown-submenu ul li a::before {
	content: "";
	font-family: FontAwesome;
	padding-left: 11px;
	padding-right: 5px;
}
