﻿@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(255, 255, 255);
	font-size: 15px;
	font-weight: 400;
}

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 .time {
		float: left;
		color: rgb(255, 255, 255);
		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: rgb(255, 255, 255);
		}

		.top-nav li img {
			height: 20px;
		}
*/
.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;
}

.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(251, 251, 251) !important;
	}

.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(29, 28, 27);
	background-image: url("../images/menubg.png");
	background-repeat: repeat;
}

.navbar-inverse {
	background-color: transparent;
	border: 0px;
	margin-bottom: 0px;
}

.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(0, 0, 0);
	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;
	display: block;
	position: relative;
	background: repeat rgb(29, 28, 27);
}

	.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(255, 177, 63);
				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(255, 255, 255);
				font-size: 1em;
				line-height: 20px;
			}

			.leaders .leaders-profile .leaders-box .leadtext {
				float: left;
				padding-left: 10px;
			}

.welcome {
	background: rgb(0, 0, 0);
	padding-top: 30px;
	padding-bottom: 30px;
}

.welhead {
	background-color: rgb(29, 28, 27);
	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(29, 28, 27);
	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 {
	color: rgb(255, 177, 63);
}

.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(255, 177, 63);
	font-size: 1.4em;
}

.vigyapan ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.vigyapan ul li a {
		color: rgb(255, 177, 63);
		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 {
	padding-top: 30px;
	background: rgb(29, 28, 27);
}

.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(0, 0, 0);
	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(255, 177, 63);
			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(255, 255, 255);
				display: block;
			}

			.newscontent ul li::before {
				content: "";
				width: 0px;
				height: 0px;
				border-top: 10px solid transparent;
				border-left: 6px solid rgb(255, 177, 63);
				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(255, 177, 63);
			}

	.newscontent .foot {
		padding: 6px;
		border-top: 1px solid rgb(230, 230, 230);
	}

		.newscontent .foot a {
			color: rgb(255, 177, 63);
		}

.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(0, 0, 0);
				color: rgb(255, 177, 63);
				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;
	background: rgb(0, 0, 0);
}

.implink {
	background-color: rgb(29, 28, 27);
	height: auto;
	overflow: hidden;
}

.imphead {
	background-color: #030248;
	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 #030248;
		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 {
	max-width: 100%;
	border: 1px solid rgb(204, 204, 204);
}

.implink .brand-items {
	background: transparent;
}

.implink .brand-items {
	margin-top: 9px;
}

.implink .owl-theme .owl-controls {
	margin-top: 0px;
	text-align: center;
	display: block !important;
}

.implink-content {
	padding-left: 50px;
}

.contactwrap {
	background-color: rgb(123, 123, 123);
	height: auto;
	overflow: hidden;
	margin: 0px 15px;
	position: relative;
	z-index: 5;
}

.address {
	color: rgb(255, 255, 255);
	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(29, 28, 27);
	position: relative;
	z-index: 0;
	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: 1.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(255, 255, 255);
	border: 1px solid rgb(239, 239, 239);
	padding: 5px 15px;
	display: inline-block;
	margin-top: 5px;
}

.pagebody {
	background-color: rgb(29, 28, 27);
	background-image: url(".-./images/findpolicebg.png");
	background-repeat: repeat;
}

.incontent {
	background-color: rgb(0, 0, 0);
	padding: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 10px;
}

.pageheading {
	position: relative;
	margin-top: -35px;
}

	.pageheading h2 {
		display: inline-block;
		margin: 0px;
		padding: 10px 20px;
		background-color: rgb(149, 149, 149);
		border-radius: 10px;
		font-size: 1.6em;
		color: rgb(255, 255, 255) !important;
	}

.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(255, 255, 255);
	padding: 0px 5px;
}

.rightmenu {
	background-color: rgb(47, 47, 47);
	padding: 15px;
	border-radius: 6px;
	border: 1px solid rgb(255, 255, 255);
}

	.rightmenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	.rightmenu > ul > li > a {
		display: block;
		font-size: 1.5em;
		color: rgb(255, 255, 255);
		font-family: Arya, sans-serif;
		pointer-events: none;
		margin-bottom: 10px;
	}

	.rightmenu > ul ul li a {
		display: block;
		color: rgb(255, 255, 255);
		font-size: 1.1em;
		padding: 10px 0px;
		border-bottom: 1px dashed rgb(255, 236, 226);
		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(255, 255, 255);
	}

.leftside ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.leftside ul li {
		position: relative;
		color: rgb(255, 255, 255);
		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(255, 255, 255);
}

.leftside h4 {
	color: rgb(252, 183, 81);
}

.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(255, 228, 27);
		display: block;
		font-size: 1.18em;
	}

		.search-result a:hover {
			color: rgb(255, 255, 255);
		}

	.search-result span {
		color: rgb(255, 255, 255);
		display: block;
		font-size: 0.85em;
	}

	.search-result p {
		margin: 5px 0px;
		color: rgb(255, 255, 255);
		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(255, 255, 255);
	font-weight: 600;
	background-color: rgb(29, 28, 27) !important;
}

.table td .btn {
	display: block;
	background-color: rgb(179, 29, 35);
	color: rgb(255, 255, 255);
}

	.table td .btn:hover {
		background-color: rgb(209, 47, 53);
	}

#accordion .panel-heading {
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
	border: 0px !important;
	box-shadow: none !important;
}

	#accordion .panel-heading a {
		display: block;
		padding: 8px 15px;
		background: rgb(29, 28, 27);
	}

		#accordion .panel-heading a:hover {
			text-decoration: none;
			background-color: rgb(0, 0, 0) !important;
		}

#accordion .panel-body {
	border: 1px solid rgb(237, 237, 237);
}

#accordion .panel-body {
	border: 1px solid rgb(237, 237, 237);
}

#accordion .panel-title {
	font-size: 1.3em;
}

	#accordion .panel-title .glyphicon {
		font-size: 0.7em !important;
	}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: rgb(255, 255, 255);
	white-space: nowrap;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0px;
	margin: 2px 0px 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: rgb(51, 51, 51);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
}

.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(184, 47, 51);
		box-shadow: rgb(252, 183, 81) 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(184, 47, 51);
		border-color: rgb(172, 19, 40);
		padding: 8px;
		color: rgb(255, 255, 255);
		display: block;
		font-size: 13px;
		bottom: 20px;
		border-radius: 6px;
		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: 600;
				color: rgb(0, 0, 0);
			}

		.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%;
	color: rgb(123, 116, 116);
	height: 35px;
}

.filter-box select {
	border: 1px solid rgb(171, 170, 170);
	padding: 5px;
	width: 100%;
	color: rgb(123, 116, 116);
	height: 35px !important;
}

a {
	color: rgb(255, 252, 0);
	text-decoration: none;
}

p {
	color: rgb(255, 255, 255);
}

span.dsize {
	color: rgb(255, 255, 255);
}

footer {
	background: rgb(0, 0, 0);
}

.footer {
	background-color: rgb(29, 28, 27);
	position: relative;
	z-index: 0;
	margin-top: -3%;
	padding-top: 5%;
	color: rgb(255, 255, 255);
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

table {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(0, 0, 0) !important;
}

.text-center {
	text-align: center;
	color: rgb(255, 255, 255);
}

.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);
	}

.form-horizontal .control-label {
	color: rgb(255, 255, 255);
}

.effect-oscar figcaption h2 {
	color: rgb(255, 255, 255);
}

.s-profile table tbody tr td:nth-child(1) {
	width: 20%;
	background: rgb(29, 28, 27);
}

.navbar-nav > li > a:last-child {
	background-color: rgb(119, 114, 107);
	color: rgb(255, 255, 255);
}

	.navbar-nav > li > a:last-child:hover {
		background-color: rgb(86, 86, 86);
		color: rgb(243, 248, 63);
	}

.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(92, 92, 92);
		padding: 10px;
		border-radius: 6px;
		border: 3px solid rgb(44, 40, 40);
		color: rgb(255, 255, 255);
	}

		.btn-feedback a:hover {
			text-decoration: none;
			background-color: rgb(125, 125, 125);
			color: rgb(255, 255, 255);
		}

.panel-danger > .panel-heading {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(39, 39, 39) !important;
	border-color: rgb(218, 218, 218) !important;
}

.leftside p a {
	color: rgb(223, 234, 47) !important;
	font-weight: bold !important;
}

	.leftside p a:hover {
		color: rgb(240, 143, 0) !important;
	}

.list li a {
	color: rgb(223, 234, 47) !important;
	font-weight: bold !important;
}

	.list li a:hover {
		color: rgb(240, 143, 0) !important;
	}

.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);
	}

.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;
}

.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: -18px;
	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(80, 80, 80);
		text-align: center;
		border-radius: 6px;
		border: 2px solid rgb(140, 140, 140);
		min-height: 72px;
		color: rgb(255, 255, 255) !important;
	}

		.award h4 a:hover {
			text-decoration: none;
			background-color: rgb(0, 0, 0);
		}

.panel {
	background-color: rgb(0, 0, 0) !important;
}

.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;
}
