/**
 * @file
 * Bartik layout styling.
 */

/**
 * Container
 */
/* BEGIN Thin */
@font-face {
	font-family: Roboto;
	src: url("./fonts/Thin/Roboto-Thin.woff?v=1.1.0") format("woff"), url("./fonts/Thin/Roboto-Thin.ttf?v=1.1.0") format("truetype");
	font-weight: 100;
	font-style: normal;
}
/* END Thin */
/* BEGIN Thin Italic */
@font-face {
	font-family: Roboto;
	src: url("./fonts/ThinItalic/Roboto-ThinItalic.woff?v=1.1.0") format("woff"), url("./fonts/ThinItalic/Roboto-ThinItalic.ttf?v=1.1.0") format("truetype");
	font-weight: 100;
	font-style: italic;
}
/* END Thin Italic */
/* BEGIN Light */
@font-face {
	font-family: Roboto;
	src: url("./fonts/Light/Roboto-Light.woff?v=1.1.0") format("woff"), url("./fonts/Light/Roboto-Light.ttf?v=1.1.0") format("truetype");
	font-weight: 300;
	font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
	font-family: Roboto;
	src: url("./fonts/LightItalic/Roboto-LightItalic.woff?v=1.1.0") format("woff"), url("./fonts/LightItalic/Roboto-LightItalic.ttf?v=1.1.0") format("truetype");
	font-weight: 300;
	font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
	font-family: Roboto;
	src: url("./fonts/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("./fonts/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("./fonts/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("./fonts/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
	font-family: Roboto;
	src: url("fonts/Italic/Roboto-Italic.woff?v=1.1.0") format("woff"), url("fonts/Italic/Roboto-Italic.ttf?v=1.1.0") format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Italic/Roboto-Italic.woff?v=1.1.0") format("woff"), url("fonts/Italic/Roboto-Italic.ttf?v=1.1.0") format("truetype");
	font-weight: normal;
	font-style: italic;
}
/* END Italic */
/* BEGIN Medium */
@font-face {
	font-family: Roboto;
	src: url("fonts/Medium/Roboto-Medium.woff?v=1.1.0") format("woff"), url("./fonts/Medium/Roboto-Medium.ttf?v=1.1.0") format("truetype");
	font-weight: 500;
	font-style: normal;
}
/* END Medium */
/* BEGIN Medium Italic */
@font-face {
	font-family: Roboto;
	src: url("fonts/MediumItalic/Roboto-MediumItalic.woff?v=1.1.0") format("woff"), url("fonts/MediumItalic/Roboto-MediumItalic.ttf?v=1.1.0") format("truetype");
	font-weight: 500;
	font-style: italic;
}
/* END Medium Italic */
/* BEGIN Bold */
@font-face {
	font-family: Roboto;
	src: url("fonts/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("./fonts/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("fonts/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
	font-weight: bold;
	font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
	font-family: Roboto;
	src: url("./fonts/BoldItalic/Roboto-BoldItalic.woff?v=1.1.0") format("woff"), url("./fonts/BoldItalic/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url("./fonts/BoldItalic/Roboto-BoldItalic.woff?v=1.1.0") format("woff"), url("./fonts/BoldItalic/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
	font-weight: bold;
	font-style: italic;
}
/* END Bold Italic */
/* BEGIN Black */
@font-face {
	font-family: Roboto;
	src: /*url("fonts/Black/Roboto-Black.woff2?v=1.1.0") format("woff2"),*/ url("fonts/Black/Roboto-Black.woff?v=1.1.0") format("woff"), url("fonts/Black/Roboto-Black.ttf?v=1.1.0") format("truetype");
	font-weight: 900;
	font-style: normal;
}
/* END Black */
/* BEGIN Black Italic */
@font-face {
	font-family: Roboto;
	src: url("./fonts/BlackItalic/Roboto-BlackItalic.woff?v=1.1.0") format("woff"), url("./fonts/BlackItalic/Roboto-BlackItalic.ttf?v=1.1.0") format("truetype");
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: 'kruti_dev_010regular';
	src: url('./fonts/k010.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'georgiabold';
	src: url('./fonts/georgia_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* END Black Italic */

body {
	font-family: Roboto;/*	color: #333 !important;*/
}
.layout-container {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
#views_slideshow_cycle_main_main_slider-block_1 {
	margin-bottom: 15px;
}
#sidebar-first .view-news-press-releases b, #sidebar-first .view-news-press-releases strong {
	font-weight: normal;
}
.dwn {
	/*float: right;*/
	padding-left: 7px;
}
.justify {
	text-align: justify;
}
.path-frontpage h1.page-title {
	display: none !important;
	position: relative;
}
/*.path-frontpage h1.page-title:after {
	content: "Welcome to our Website";
	position: absolute;
	top: 0;
	left: 0;
}*/
.breadcrumb li:before {
	content: ' \BB ';
	font-size: 1em;
}
.text-center {
	padding-top: 14px;
	text-align: center;
}
#block-swarnlogo {
	border-radius: 0;
}
/*
.homeslider .views_slideshow_cycle_teaser_section {
	height: 271px !important;
}
*/
 
.region-header {
	padding: 3px 0px 4px !important;
	position: relative;
}
.sidebarformobile {
	display: none;
}
.region-primary-menu ul.menu li > ul.menu .dwn {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	padding-left: 0px;
}
/*.dark ul.menu a.is-active {
	background: #222 !important;
}*/
.dark .content .view-header {
	background: #000;
}
#block-languageswitcher li a:hover, #block-languageswitcher li a:focus {
	color: #000;
}
#block-views-block-news-press-releases-block-1 .view-empty {
	padding: 15px 0;
	margin: 25px 0;
	text-align: center;
	background: #016d31;
	border-radius: 20px;
	color: #fff;
}
.dark #block-views-block-news-press-releases-block-1 .view-empty {
	background: #444;
}
.path-tenders .field-collection-item--name-field-tender-meta-field .field__label {
	font-size: .85em !important; float:  left;
}
.path-tenders .field-collection-item--name-field-tender-meta-field .field__item {
	font-size: .85em !important;
	float:  left; margin: 0 7px;
}
.path-tenders .field-collection-item--name-field-tender-meta-field .field--name-field-tender-document {
	font-size: 1.1em !important;float: none;    margin-bottom: 5px;
}
.path-tenders .views-table .field-collection-item {
	width: 100%;
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}
.path-tenders .views-table .field-collection-item:last-child { border-bottom: none;margin-bottom: 0;
    padding-bottom: 0;} 
.page-node-type-tenders .field__items { width: 85%;}
.page-node-type-tenders .field--name-field-tender-document { float: left; }
.page-node-type-tenders .field--label-above {float: left;}
.page-node-type-tenders .field--label-above .field__label { margin: 0 7px;}
.path-tenders-archive .field-collection-item--name-field-tender-meta-field .field__label {
	font-size: .85em !important; float:  left;
}
.path-tenders-archive .field-collection-item--name-field-tender-meta-field .field__item {
	font-size: .85em !important;
	float:  left; margin: 0 7px;
}
.path-tenders-archive .field-collection-item--name-field-tender-meta-field .field--name-field-tender-document {
	font-size: 1.1em !important;float: none;
}
.path-tenders-archive .views-table .field-collection-item {
	width: 100%;
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}
.path-tenders-archive .views-table .field-collection-item:last-child { border-bottom: none;margin-bottom: 0;
    padding-bottom: 0;}
@media all and (max-width: 768px) {
#sidebar-first.sidebarformobile {
	display: block;
}
.fixed {
	position: static !important;
}
 
}

@media all and (min-width: 851px) {
.region-breadcrumb {
	padding: 0 0px 0.25em !important;
	margin-top: -5px;
}
.layout-container {
	max-width: 1170px;
}
.topheader {
	background: #009900;
	padding: 5px 0;
	text-align: right;
}
.region-sidebar-first {
	margin-left: -15px;
}
.indian-emblem img {
	    margin-left: 25px;
    /* height: 100px !important; */
    vertical-align: top;
    margin-top: 4px;
}
.harygovt {
	display: inline-block;
	margin-top: 7px;
}
.harygovt img {
	height: 100px !important;
}
.indian-emblem {
	display: inline-block;
}
.highlighted .layout-container h2 {
	position: absolute;
	padding: 8px 15px;
	background: #0c625a;
	text-align: center;
	left: 0;
	top: 0;
	border-left: 0;
	color: #fff;
	margin: 0;
	width: 130px;
	height: 37px;
	font-weight: 600;
	text-shadow: 0 1px 0 #0c625a;
	box-sizing: border-box;
	font-size: 1em;
}
.highlighted .layout-container h2:after {
	background: inherit;
	display: block;
	content: '';
	position: absolute;
	height: 41px;
	width: 16px;
	right: -7px;
	bottom: 1px;
	transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-moz-transform: rotate(15deg);/* z-index: 1; */
}
.highlighted .layout-container .block .content {
	margin: 0;
	padding: 0;
	padding: 6px 120px 7px 155px;
	background: #f6f6f6;
	width: 100%;
	height: 35px;
	box-sizing: border-box;
}
.highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: #009688;
	height: 35px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
	box-sizing: border-box;
}
.region-header #block-searchform {
    position: absolute;
    width: 204px;
    bottom: 20px;
    right: 64px;
}
.sidebar .block {
	border-bottom: 1px dotted #ccc !important;
	border-width: 0px;
}
}

@media all and (max-width: 851px) and (min-width: 768px) {
.topheader {
	background: #009900;
	padding: 5px 0;
	text-align: right;
}
.indian-emblem img {
	margin-left: 25px;
	height: 95px !important;
}
.harygovt {
	display: inline-block;
}
.harygovt img {
	height: 70px !important;
}
.indian-emblem {
	display: inline-block;
}
.highlighted .layout-container .block .content {
	margin: 0;
	padding: 0;
	padding: 6px 15px 7px;
	background: #f6f6f6;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#block-indianemblem {
	float: right;
	margin-right: 10px;
	padding-top: 5px;
}
.indian-emblem {
	float: right;
}
.highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	background: #009688;
	height: 32px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
	box-sizing: border-box;
}
/*
.region-header .block {
	float: left !important;
	margin-top: 0;max-width: 50% !important;
}
*/
.sidebar .block {
	padding: 0 !important
}
.region-header {
	padding: 3px 0px 1px !important;
}
.topheader .skipcontent a {
	background: none !important;
}
}

@media all and (max-width: 1160px) and (min-width: 769px) {
.region-primary-menu .menu ul a {
	color: #fff;
	text-align: left;
}
}

@media all and (max-width: 768px) and (min-width: 460px) {
.highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	background: #009688;
	height: 33px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
	box-sizing: border-box;
}
.site-branding__logo {
	padding: 0 10px;
}
.topheader .skipcontent {
	display: none;
}
.topheader #block-textresize {
	display: none;
}
.topheader #block-themechange {
	display: none;
}
.topheader {
	background: #009900;
	padding: 5px 0;
	text-align: center;
}
.highlighted .layout-container h2 {
	position: relative;
	padding: 8px 15px;
	/*background: #00630b;*/
	/*text-align: center;*/
	left: 0;
	top: 0;
	display: block;
	border-left: 6px solid #004900;
	color: #fff;
	margin: 0;
	/* width: 130px; */
	height: 34px;
	font-weight: 600;
	text-shadow: 0 1px 0 #488650;
	box-sizing: border-box;
	font-size: 1em;
}
#block-indianemblem {
	float: right;
	margin-right: 10px;
}
.indian-emblem img {
	margin-left: 10px;
	height: 90px !important;
	margin-top: 15px;
}
.harygovt {
	float: left;
}
.harygovt img {
	height: 60px !important;
}
.indian-emblem {
	float: right;
}
.search-form .form-search {
	float: left;
	padding: 5px 10px;
	border-radius: 2px 0 0 2px;
	margin: 0;
	border-right: none;
	outline: none;
	font-size: 0.9em;
	height: 20px;
	max-width: 135px;
}
#block-bartik-branding .site-branding__name a {
	font-size: 0.8em !important;
}
.sidebar .block {
	padding: 0 !important
}
.topheader #block-languageswitcher ul li {
	display: inline-block;
	line-height: 18px !important;
	padding: 2px 7px !important;
	border: 1px solid #ccc;
	margin-left: 5px;
	border-radius: 3px;
}
.region-primary-menu ul.menu li > ul.menu .dwn {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	padding-left: 0px;
}
.region-primary-menu .clearfix.menu li .menu li {
	border-bottom: none !important;
}
/*.region-primary-menu .menu-item, body:not(:target) .region-primary-menu .menu-item {
	float: none !important;
	display: block !important;
	text-align: left;
}*/
.region-primary-menu .clearfix.menu .menu {
	background: #01ad09 none repeat scroll 0 0;
	display: none;
}
.region-primary-menu .clearfix.menu li.menu-item > ul.menu {
	padding-left: 0px;
	position: absolute;
	text-align: left;
	width: 180px;
}
.region-primary-menu .menu ul a {
	color: #fff;
}
.region-primary-menu .menu-item, body:not(:target) .region-primary-menu .menu-item a {
	display: block;
}
.region-primary-menu .clearfix.menu li .menu li a {
	padding: 8px 5px 8px 15px !important;
}
}

@media all and (max-width: 767px) and (min-width: 300px) {
.region-primary-menu .clearfix.menu li.menu-item > ul.menu {
	display: block;
	margin: 0;
	;
	width: 100%;
	position: static;
	background: none;
}
.region-primary-menu .clearfix.menu li.menu-item > ul.menu li {
	background: none;
}
.region-primary-menu .clearfix.menu li.menu-item > ul.menu li a {
	color: #fff;
}
.region-primary-menu .clearfix.menu li.menu-item > ul.menu li a:hover {
	color: #fff;
}
.region-primary-menu .clearfix.menu li .menu li a {
	box-sizing: border-box;
	padding: 8px 20px !important;
}
.dwn {
	float: right;
}
}

@media all and (max-width: 640px) and (min-width: 300px) {
#block-bartik-branding .site-branding__text {
	text-align: center;
}
.site-branding__slogan {
	float: left !important;
}
.region-header, .region-header a, .region-header li a.is-active, .site-branding__text, .site-branding, .site-branding__text a, .site-branding a {
	text-align: center;
}
}

@media all and (max-width: 650px) and (min-width: 481px) {
.header .site-branding__text {
	width: 80%;
	text-align: left !important;
}
}

@media all and (max-width: 605px) and (min-width: 458px) {
.header .site-branding__text {
	width: 70%;
	text-align: left !important;
}
#block-bartik-branding {
	max-width: 100% !important;
	float: left !important;
	width: 100%;
}
.header .site-branding__text {
	width: 70%;
	text-align: center !important;
	font-size: 1.3em;
}
}

@media all and (max-width: 605px) and (min-width: 459px) {
.region-header .block:not(.site-branding) {
	float: none !important;
	bottom: 0 !important;
}
}

@media all and (max-width: 460px) and (min-width: 300px) {
.topheader #block-languageswitcher ul li {
	display: inline-block;
	line-height: 18px !important;
	padding: 2px 7px !important;
	border: 1px solid #ccc;
	margin-left: 5px;
	border-radius: 3px;
}
.sidebar .block {
	padding: 0 !important
}
.region-homeslider .views-field-title {
	display: none !important;
}
.region-homeslider .views-field-body {
	display: none !important;
}
.highlighted .views-slideshow-controls-bottom {
	height: 32px;
}
.highlighted .layout-container .block .content {
	margin: 0;
	padding: 0;
	padding: 6px 15px 7px;
	background: #f6f6f6;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.region-header .site-branding {
	margin-top: 0.429em;
	border-bottom: 1px solid #f2f2f2;
	padding: 7px 10px;
	margin-bottom: 5px;
}
.topheader .skipcontent {
	display: none;
}
.topheader #block-textresize {
	display: none;
}
.topheader #block-themechange {
	display: none;
}
.topheader {
	background: #009900;
	padding: 5px 0;
	text-align: center;
}
#block-indianemblem {
	float: right;
	margin-right: 10px;
}
.indian-emblem img {
	margin-left: 10px;
	height: 50px !important;
}
.harygovt {
	display: inline-block;
}
.harygovt img {
	height: 50px !important;
}
.indian-emblem {
	display: inline-block;
}
.highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	background: #00630b;
	height: 24px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
}
.region-primary-menu ul.menu li > ul.menu .dwn {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	padding-left: 0px;
}
.region-primary-menu .clearfix.menu li .menu li {
	border-bottom: none !important;
}
.region-primary-menu .menu-item a.is-active {
	border-bottom: 1px solid #2b803a !important;
}
.header .site-branding__text {
	padding: 10px 0 !important;
}
.region-header .site-branding {
	padding: 0px 10px !important;
}
}
/**
 * Main
 */
.layout-main-wrapper {
	min-height: 300px;
}
.layout-main {
	margin-top: 15px;
	margin-bottom: 0;
}
.topheader ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topheader .skipcontent {
	line-height: 26px;
}
.topheader .skipcontent a {
	color: #000;
}
.skip-link {
	background: #eeeeee !important;
	color: #000 !important;
}
.dark .topheader .skipcontent a {
	color: #000;
}
.topheader a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration: underline solid transparent;
	border: 0;
	font-size: 0.9em;
	color: #000;
}
.topheader .region-top-header {
	display: inline-block;
	margin: 0 0 -7px;
	padding: 0;
}
.topheader .block {
	float: left;
	padding: 0 5px;
}
.topheader .block .content {
	margin: 1px;
}
.topheader #block-languageswitcher ul li {
	display: inline-block;
	line-height: 26px;
	padding: 0 15px 0 0;
}
nav.mainnav {
	background: #006500;
	border-bottom: 3px solid #077824;/*box-shadow: 0 2px 0 0 #024708;
*/
}
nav.mainnav .block .content {
	margin-top: 0;
}
.region-primary-menu .menu a {
	color: #000;
	background: none !important;
	float: none;
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: transparent;
	border-radius: 0px;
	margin: 0px 0;
	/*	padding: 0.9em 0 0.9em 15px;*/
	border-bottom: 0;
	border-right: none !important;
}
.menu li.menu-item--active-trail {
	background: #116B00;
}
.menu li.menu-item--active-trail:hover, .menu li.menu-item--active-trail:focus, .menu li.menu-item--active-trail:active {
	background: #116B00;
}
.dark .menu li.menu-item--active-trail {
	background: #222;
}
.dark nav.mainnav {
    border-bottom: 3px solid #999;
}
.region-primary-menu .menu a:active:hover {
	background: #315f28;
}
.region-primary-menu .menu a:hover, .region-primary-menu .menu a:focus {
	background: #116b00 !important;
	color: #fff;
}
.site-branding__logo img {
	vertical-align: top;
	width: 100%;
}
.highlighted {
	padding: 15px 0 15px;
	background: #f1f1f1;
}
.highlighted .layout-container {
	position: relative;
}
.highlighted a {
	color: #004b03;
	text-decoration: underline;
	text-decoration-color: transparent;
	font-size: 0.8em;
	text-transform: capitalize;
	font-weight: 500;
}
.highlighted a:hover, .highlighted a:hover {
	color: #004b03;
	text-decoration: underline;
	border: none;
}
.highlighted .views_slideshow_cycle_teaser_section {
	width: 100% !important;
}
.highlighted .region-highlighted {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.highlighted .views-element-container {
	overflow: hidden;
}
.highlighted .views_slideshow_slide {
	width: 100% !important;
}
.highlighted .views-slideshow-controls-bottom:before {
	background: inherit;
	display: block;
	content: '';
	position: absolute;
	height: 41px;
	width: 16px;
	left: -7px;
	bottom: -4px;
	transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-moz-transform: rotate(15deg);/* z-index: 1; */
}
.highlighted .views-slideshow-controls-bottom a {
	padding: 5px;
	border-radius: 34px;
	text-indent: -111111px;
	display: inline-block;
	width: 17px;
	height: 16px;
	background-color: #333;
	border: 0;
	color: #fff;
        overflow: hidden;
}
.highlighted .views-slideshow-controls-bottom a:hover {
	background-color: #ff6600;
}
.highlighted .views_slideshow_controls_text_previous a {
	background: #055c53 url(../images/prev.png) no-repeat center center;
}
.highlighted .views_slideshow_controls_text_next a {
	background: #055c53 url(../images/next.png) no-repeat center center;
}
.highlighted .views-slideshow-controls-text-status-pause a {
	background: #055c53 url(../images/play.png) no-repeat center center;
}
.highlighted .views-slideshow-controls-text-status-play a {
	background: #055c53 url(../images/pause.png) no-repeat center center;
}
.highlighted .contextual-region {
	position: static;
}
.homeslider .block .content {
	margin: 0;
}
#block-themechange .content ul {
	margin: 0;
	padding: 0;
}
#block-themechange .content ul li {
	display: inline-block;
	float: left;
	padding: 0 1px;
}
#block-themechange .content ul li img {
	vertical-align: middle;
	display: inline-block;
}
#block-themechange .content ul li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #fff;
	text-align: center;
}
#block-themechange .content ul li a.black-bg {
	background: #000;
	color: #fff !important;
}
#block-themechange .content ul li a.white-bg {
	background: #fff;
	color: #333 !important;
}
.platforms li:nth-child(1) a {
	background: #0A4C9A;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.platforms li:nth-child(2) a {
	background: #00c9ff;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.platforms li:nth-child(3) a {
	background: #00718c;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.platforms li:nth-child(4) a {
	background: #12e0f7;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.platforms li:nth-child(5) a {
	background: #ff0000;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.block-social-media-links .horizontal li, .pane-social-media-link-widget .horizontal li {
	display: inline-block;
	text-align: center;
	padding: 0;
}
.region-homeslider .views-slideshow-controls-bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 99;
}
#views_slideshow_slide_counter_homeslider-block_1 {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.region-homeslider {
	position: relative;
}
#views_slideshow_controls_text_previous_main_slider-block_1 a {
    color: #fff;
    width: 30px;
    height: 50px;
    text-indent: -111111px;
    display: inline-block;
    overflow: hidden;
}
#views_slideshow_controls_text_next_main_slider-block_1 a {
    color: #fff;
    width: 30px;
    height: 50px;
    text-indent: -111111px;
    display: inline-block;
    overflow: hidden;
}
.region-homeslider .views-slideshow-controls-text-status-pause a {
	background: url(../images/play2.png) no-repeat center center;
	background-size: 25px 25px;
}
.region-homeslider .views-slideshow-controls-text-status-play a {
	background: url(../images/pause2.png) no-repeat center center;
	background-size: 25px 25px;
}
.region-homeslider .views_slideshow_controls_text_pause a {
	padding: 5px;
	border-radius: 34px;
	text-indent: -111111px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: transparent;
	border: 0;
        overflow: hidden;
}
#views_slideshow_controls_text_next_main_slider-block_1 {
	right: 1px;
	position: absolute;
	top: 40%;
	background: rgba(0, 0, 0, 0.67);
	padding: 4px 0;
	width: 30px;
	height: 50px;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
}
#views_slideshow_controls_text_next_main_slider-block_1:after {
	right: 8px;
	position: absolute;
	top: 20%;
	color: #fff;
	content: "\f105";
	font: normal normal normal 2em/1 FontAwesome;
}
#views_slideshow_controls_text_previous_main_slider-block_1:after {
	right: 11px;
	position: absolute;
	top: 20%;
	color: #fff;
	content: "\f104";
	font: normal normal normal 2em/1 FontAwesome;
}
#views_slideshow_controls_text_previous_main_slider-block_1 {
	position: absolute;
	top: 40%;
	background: rgba(0, 0, 0, 0.67);
	padding: 4px 0;
	width: 30px;
	height: 50px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}
#views_slideshow_controls_text_pause_main_slider-block_1 {
	right: 10px;
	top: 10px;
	position: absolute;
}
.region-homeslider .field-content img {
	width: 100%;
	height: 100%;
	display: block;
	max-width: none;
}
.region-homeslider .views-field-title {
	position: absolute;
	bottom: 0;
	z-index: 999;
	padding: 5px 15px 50px;
	width: 70%;
	left: 0;
	background: rgba(0,0,0,0.75);
	color: #fff;
	display: none !important;
}
.region-homeslider .views-field-title a {
	font-size: 1.1em;
	color: #fff;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-transform: uppercase;
	border: none;
	font-weight: 700;
}
ul.links a.is-active {
	color: #000 !important;
}
.region-homeslider .views-field-body {
	position: absolute;
	bottom: 8px;
	z-index: 999;
	padding: 3px 15px;
	width: 70%;
	left: 0;
	color: #fff;
	height: 36px;
	/* white-space: nowrap; */
	overflow: hidden;
}
.region-homeslider .views-field-body p {
	margin: 0;
	padding: 0;
	display: none !important;
}
.node-readmore:before {
	display: none !important;
}
.node-readmore a {
	text-decoration: underline;
	text-decoration-color: transparent;
	color: #016d31;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
	position: relative;
	margin-right: -7px;
	border: 1px solid #016d31;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.node-readmore a:hover, .node-readmore a:focus {
	text-decoration: underline;
	text-decoration-color: transparent;
	color: #fff;
	background: #016d31;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.node-readmore a:hover:after, .node-readmore a:focus:after {
	color: #fff;
}
.node-readmore a:after {
	margin-left: 8px;
	/*position: absolute;*/
/*top: 6px;*/
	color: #016d31;
	content: "\f055";
	font: normal normal normal 1em/1 FontAwesome;
	height: 100%;
	vertical-align: middle;
}
.noavail {
	text-align: center;
	color: #a20000;
}
a:hover, a:active, a:focus, .link:hover, .link:active, .link:focus {
	text-decoration: underline;
        border-bottom: none;
}
/*.site-branding__text {
	display: none !important;
}*/
/*-----------------------dark theme--------------------------*/
.header .site-branding__text a {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif
}
.header .site-branding__text {
	margin: 0;
	padding: 22px 0 22px;
}
.dark .highlighted .views-slideshow-controls-bottom a:hover {
    background-color: #ff6600;
}
.dark .topheader {
	background: #333;
}
.dark #header {
	background: #000;
}
.dark nav.mainnav {
	background: #444;
}
.dark .region-primary-menu .menu a:active {
	background: #000 !important;
	color: #fff;
}
.dark .region-primary-menu .menu a:active:hover {
	background: #000 !important;
}
.dark .field-prefix {
    color: #000;
}
.dark a:focus {
	outline: solid thin !important;
	outline-color: #ff0;
}
.dark #block-quicklinks li a:hover, .dark #block-usefullinks li a:focus, .dark #block-importantlinks li a:hover {
    text-decoration: underline !important;
}
.dark .sidebar h2 {
	margin: 0 0 0.5em;
	border-bottom: 1px solid #000000;
	padding: 9px 15px 7px;
	text-shadow: 0 1px 0 #000000;
	font-size: 1em;
	line-height: 1.2;
	color: #fff;
	font-weight: 600;
	background: #2b2b2b;
	border-left: 6px solid #000000;
	text-transform: uppercase;
}
.dark .highlighted .layout-container h2 {
	position: absolute;
	padding: 5px 15px;
	background: #2b2b2b;
	text-align: center;
	left: 0;
	top: 0;
	border-left: 6px solid #000000;
	color: #fff;
	margin: 0;
	width: 130px;
	height: 35px;
	font-weight: 600;
	text-shadow: 0 1px 0 #000000;
	box-sizing: border-box;
}
.dark .main-content h1.page-title {
	border-bottom: 1px solid #2b2b2b;
	text-shadow: 0 1px 0 #000000;
	color: #fff;
	font-weight: 600;
	background: #2b2b2b;
	border-left: 6px solid #000000;
}
.dark .footer-menu {
	float: left;
	width: 100%;
	background: #333;
}
.dark .footer-bottom {
	float: left;
	width: 100%;
	background: #000000;
}
.dark .footer-last {
	float: left;
	width: 100%;
	padding: 5px 0;
	background: #000000;
	border-top: 1px dotted #eee;
	text-align: center;
}
.dark .node-readmore a {
	text-decoration: underline;
	text-decoration-color: transparent;
	color: #000000;
	border: 1px solid #fff;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.dark .node-readmore a:hover, .dark .node-readmore a:focus {
	text-decoration: underline;
	text-decoration-color: transparent;
	color: #fff;
	background: #020202;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.dark .node-readmore a:after {
	color: #fffb00;
}
.dark .views-field-created span::before {
	color: #fff;
}
.dark .node-readmore a:hover:after, .dark .node-readmore a:focus:after {
	color: #fff;
}
.dark .main-content h1.page-title {
	border-bottom: none;
	text-shadow: 0 1px 0 #000000;
	color: #fff;
	font-weight: 600;
	background: #444;
	border-left: 6px solid #ccc;
}
.dark ul.links a.is-active {
	color: #ffffff !important;
}
.dark .highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: #444;
	height: 35px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
	box-sizing: border-box;
}
.dark .highlighted .views_slideshow_controls_text_previous a {
	background: #333 url(../images/prev.png) no-repeat center center;
}
.dark .highlighted .views_slideshow_controls_text_next a {
	background: #333 url(../images/next.png) no-repeat center center;
}
.dark .highlighted .views-slideshow-controls-text-status-pause a {
	background: #333 url(../images/play.png) no-repeat center center;
}
.dark .highlighted .views-slideshow-controls-text-status-play a {
	background: #333 url(../images/pause.png) no-repeat center center;
}
.dark #block-quicklinks li a {
	color: #fff;
	position: relative;
	padding: 0 15px;
}
.dark #block-quicklinks li a:before {
	left: 0px;
	position: absolute;
	top: 3px;
	color: #ffffff;
	content: "\f105";
	font: normal normal normal 1em/1 FontAwesome;
}
.dark .site-footer .content a, .dark .site-footer .content a.is-active {
	color: #fff;
	background: #353635;
}
.dark ul.menu a.is-active {
	color: #ffff00;
}
.feed-icons {
	display: none !important
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
}
.add-lft p {
	margin-bottom: 4px;
}
ul.cnt-add li:before {
	display: none;
}
ul.cnt-add li {
	padding: 3px 0
}
.scrollup:after {
	left: 13px;
	position: absolute;
	top: 13px;
	color: #000000;
	content: "\f077";
	font: normal normal normal 1em/1 FontAwesome;
}
.scrollup:hover {
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	background: #04A007;
	box-shadow: inset 0 0 0px 2px #fff;
}
.add-lft h2 {
	margin: 0px;
}

.breadcrumb li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #000;
	text-transform: uppercase;
}
.dark .breadcrumb li {
	color: #ccc;
}
.breadcrumb li a {
	text-transform: uppercase;
}
.views-slideshow-cycle-main-frame-row, .views-slideshow-cycle-main-frame {
	width: 100% !important;
}
.displaynone {
	display: none;
}
#block-others {
	margin-bottom: 0px;
	border-bottom: none!important;
}
#block-w3cvalidation a {
	background: none;
}
.visually-hidden {
	background: #000 !important;
	color: #fff !important;
}
article {
	padding-bottom: 15px;
}
.region-header a {
	border: none;
}
.views-field-created span {
	position: relative;
	font-size: 0.9em;
	color: #666;
	padding: 3px 0;
}
.views-field-created span::before {
	content: "\f133";
	color: #575757;
	display: inline-block;
	font: 0.9em/1 FontAwesome;
	height: 100%;
	margin-right: 5px;
	padding-top: 4px;
	vertical-align: top;
}
#sidebar-first .view-announcements .views-row, #sidebar-fisrt .block-views-blocknews-press-releases-block-1 .views-row {
	padding: 7px 5px;
}
.view-id-announcements {
	padding: 0 5px 10px;
}
#sidebar-first .contextual-region.view-announcements, #sidebar-first .view-news-press-releases {
	margin: 0;
}
.content .view-header {
	position: relative;
	right: 0;
	top: 0;
	color: #fff;
	background: #004900;
	padding: 0 10px 0px;
	line-height: 21px;
	display: inline-block;
	float: right;
	margin-top: -40px;
}
.content .view-header .more-link {
	margin: 0;
}
.content .view-header .more-link a {
	color: #fff;
	line-height: 30px;
	border: none;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
}
.content .view-header .more-link::before {
	content: "\f1c6";
	font: 1em/1 FontAwesome;
	height: 100%;
	vertical-align: top;
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	padding-top: 9px;
}
.content .views-field-view-node .field-content a {
	background: #004900;
}
#content .view-content .field-content a {
	font-weight: 400;
	font-size: 1.2em;
}
.content .views-field-view-node .field-content a {
	background: #00470d none repeat scroll 0 0;
	border: medium none;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-size: 1em !important;
	margin-top: 5px;
	padding: 3px 14px;
	text-transform: capitalize;
}
.dark .content .views-field-view-node .field-content a {
	background: #333 none repeat scroll 0 0;;
}
.content .views-field-view-node .field-content a:hover {
	background: #116b00 none repeat scroll 0 0;
}
.region-content .view-announcements-archive .views-row {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0px 5px 15px;
	margin-bottom: 8px;
}
#content .contextual-region.view-announcements, #content .view-news-press-releases {
	margin: 5px 0 0 0px;
}
.view-id-news_press_releases .view-header {
	left: 5px;
	margin-top: -40px;
}
.view-id-announcements .view-header {
	left: 4px;
}
.region-content .view-announcements .views-row, .region-content .view-news-press-releases .views-row, .region-content .view-news-press-releases-archieve .views-row {
	padding: 7px 5px 15px;
}
.region-content .view-announcements-archive .more-link::after, .region-content .view-news-press-releases-archieve .more-link::after {
	content: "";
}
#content .region-content .view-header .view-news-press-releases {
	margin: 2px 0 0;
}
.region-content .view-news-press-releases .views-row:first-child, .region-content .view-news-press-releases-archieve .views-row:first-child {
	padding: 0 5px 15px;
}
.node--type-announcements .node__content, .node--type-news-press-releases .node__content {
	margin-top: 0;
}
.view-tenders .view-header, .view-tenders-archive .view-header {
	margin-top: -42px;
}
.region-content .view-news-press-releases .field-content {
	margin: 0;
}
.node--view-mode-full article {
	padding-bottom: 5px;
}

@media all and (max-width:768px) and (min-width:458px) {
.indian-emblem img {
	margin-top: 6px;
}
#block-indianemblem {
	padding-top: 0;
}
}

@media all and (max-width: 650px) and (min-width: 481px) {
.header .site-branding__text {
	margin: 0;
	padding: 14px 0;
}
}

@media all and (max-width:605px) and (min-width:300px) {
.region-content .content .view-news-press-releases-archieve .view-header {
	padding: 0px;
	margin-top: 0px;
	width: 100%;
}
.region-header, .region-header a, .region-header li a.is-active, .site-branding__text, .site-branding, .site-branding__text a, .site-branding a {
	text-align: left;
}
.header .site-branding__text {
	text-align: left !important;
}
.header .site-branding__text {
	width: 80%;
}
.header .site-branding__text {
	padding: 20px 0;
}
#block-indianemblem {
	float: right !important;
	margin-right: 0;
	padding-top: 0;
	width: auto;
	margin: 0px !important;
}
.region-header #block-searchform {
	bottom: 0px !important;
    left: 42px;
    float: left !important;
    width: 198px;
}
#block-bartik-branding {
	width: 100% !important;
}
.site-branding__logo {
	padding: 0 !important;
}
 
}

@media all and (max-width:479px) and (min-width:300px) {
.header .site-branding__text {
	width: 75%;
}
}

@media all and (max-width:460px) and (min-width:300px) {
.header .region-header #block-searchform {
	bottom: -5px !important;
	left: 22px;
	padding: 0 !important;
	right: auto !important;
	width: 130px;
}
.site-branding__logo img {
	margin-bottom: 5px;
}
#block-bartik-branding {
	float: none;
	padding: 0 !important;
	text-align: center;
}
.header .site-branding__text {
	width: 100%;
	padding: 2px 0 10px !important;
}
#block-bartik-branding .site-branding__name a {
	display: block;
	text-align: center;
}
}

@media all and (max-width:459px) and (min-width:300px) {
.header .region-header #block-searchform {
	bottom: 10px !important;
}
}
.dark .indian-emblem img {
	filter: invert(100%);
	-moz-filter: invert(100%);
	-webkit-filter: invert(100%);
}
.dark .description {
	color: #000;
}
.dark #block-importantlinks ul.menu a.is-active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ffff00 !important;
}
.dark .view-id-news_press_releases .view-header {
    margin-top: -39px;
}
.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}
.dark tr td, tr th {
	color: #fff;
}
fieldset {
	border: 1px solid rgba(255, 255, 255, 0);
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
.view-news-press-releases .field-content ul li.pdf-icon:before, #block-bartik-content ul li.pdf-icon:before{
    left: 0px;
    position: absolute;
    top: 3px;
    color: #004a00;
    content: "\f105";
    font: normal normal normal 1em/1 FontAwesome;
}
.dark .view-news-press-releases .field-content ul li.pdf-icon:before, .dark #block-bartik-content ul li.pdf-icon:before{
    color: #fff;
}
.view-news-press-releases .field-content ul, #block-bartik-content ul {
    padding: 0 0 0.25em 0;
}
.view-news-press-releases .field-content ul li.pdf-icon, #block-bartik-content ul li.pdf-icon {
    position: relative;
    list-style: none;
    padding: 0 0px 0 10px;
}
.view-news-press-releases .pdf-icon {
    font-size: 0.9em;
}
.view-news-press-releases-archieve .pdf-icon {
    font-size: 0.9em;
}
