 /*
Theme Name: custom-theme
*/


/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
/*	outline: 0;*/
	padding: 0;
}
html {
	font-size: 90%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*, *:before, *:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}
body {
	background: #fff;
	color: #000;
}
.govimg {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.govimg li {
	text-align: center;
	/*display: inline-block;*/
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 1px dotted;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
div.wpcf7-mail-sent-ok {
	color: #398f14;background: transparent;
}
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 0.9em;
	line-height: 13px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	/*text-decoration: none;*/
	width: auto;
	color: #fff;
	background: #555;
}
.pagination a:hover {
	color: #fff;
	background: #3279BB;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #3279BB;
	color: #fff;
}
.page-template-news_archeives .article-desc .more-link, .page-template-news .article-desc .more-link {
	display: block;
	margin-top: 10px;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
a.btn-set-cls:after{
    content: "\f04e";
    color: #fff;
    display: inline-block;
    font: 1em /1 FontAwesome;
    height: 100%;
    margin-left: 0px;
    padding: 7px 17px 7px 8px;
    vertical-align: top;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 61px !important;
    background: #0b4249;
}
button, input, select, textarea {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.8;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
}
p {
	margin-bottom: 15px;

}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 15px;
	font-size: 1.6em;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
address {
	margin: 0 0 15px;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	/*text-decoration: none;*/
}
aside#execphp-17, aside#execphp-10 {
    border-bottom: 3px solid #123F60;
}
#nav_menu-3 ul li a{padding: 2px 5px 2px 5px;}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	/*font-size:16px;*/
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.7em;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 15px 21px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 15px 15px;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}
.img-img img{
    width: 290px;
    height: 123px;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	border: 1px solid #CCC;
	padding: 5px 10px;
}
td {
	border: 1px solid #CCC;
	padding: 5px 10px;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button, input, select, textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.navigation .nav-links a, .bttn, button, input[type="button"], input[type="reset"], input[type="submit"], a.button {
	background: #333333;
	color: #fff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 1em;
	line-height: 13px;
	height: 33px;
	border: none;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-shadow: none;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.navigation .nav-links a {
	height: auto;
	line-height: 22px;
}
a.button:hover{
	text-decoration: none;
}
.navigation .nav-links a:hover, .bttn:hover, button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover {
	background: #dc3522;
	color: #000 !important;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
 padding: 0;
}
input[type="text"],input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	color: #666;
	border: 1px solid #00424a;
	height: 36px;
	width: 100%;
	-webkit-appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	border: 1px solid #AAA;
}
.searchform input[type="text"]:focus {
	border: none;
}
input[type="text"],input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px 6px;
}
textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	height: 160px;
	max-width: 100%;
	width: 100%;
}
.form-group {
	margin: 15px 5px;
}
.wpcf7-form{ padding:5%; margin: 5%; border: 1px solid #f2f2f2; background: #f7f7f7;}
.red .wpcf7-form{ padding:5%; margin: 5%; border: 1px solid #454545; background: #121212;}
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
/*	color: #dc3522;*/
	/*text-decoration: none;*/
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1 ease-in-out;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: underline;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	/*text-decoration: none;*/
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar */
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before, .clearfix:after, .row:before, .row:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .tg-container:after, .tg-container:before {
	content: '';
	display: table;
}
.clearfix:after, .row:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .tg-container:after {
	clear: both;
}
.clear {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/


/*.widget {
    margin: 0 0 25px;
    padding-bottom: 10px;
}*/


/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}
/* Search widget */

.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

h1.entry-title, h2.entry-title {
	/*padding: 5px 15px 0;*/
	/*background: #ff9800;*/
	/*color: #000000;*/
	/*font-weight: 700;*/
	/*line-height: 35px;*/
	/*font-size: 1.4em;*/
	/*overflow: hidden;*/
	/*margin-bottom: 10px;*/
	/*text-shadow: 0 1px 0 #FF9800;*/
	/*border-bottom: 4px double #ffbc58;*/
	background: #e4e6e8;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 10px;
    text-shadow: none;
    border-bottom: none;
    display: block;
    position: relative;
    font-size: 1.1em;
    padding: 6px 15px 5px;
    line-height: 1.3em;
    border-left: 4px solid #c21f29;
}
h1.entry-title a {
	color: #000;
}
.hentry {
	margin: 0 0 15px;
	background: #ffffff;
/*	padding-top: 10px;*/
	position: relative;
	padding-bottom: 15px;
}
.updated {
	display: none;
}
.entry-content h2, .about-section-homepage-two h2 {
	font-size: 1.1em;
	border-bottom: 1px dashed #ffe286;
	padding: 5px;
	border-radius: 0;
	border-top: 1px dashed #ffe286;
	/* display: inline-block; */
	background: #f9f9f9;
	color: #710000;
}
.single .byline, .group-blog .byline, .posted-on, .blog-author, .blog-cat {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 300;
}
.cat-links {
	margin-right: 10px;
}
.page-content, .entry-content, .entry-summary {
	margin: 15px 15px 0;
}
.page-links {
	clear: both;
	margin: 0 0 15px;
}
#blog-post article.hentry, .search article.hentry, .archive article.hentry, .tag article.hentry, .category article.hentry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #DDD;
}
article.hentry h1.entry-title {
	background: #e4e6e8;
	color: #000000;
	font-weight: 700;
	overflow: hidden;
	margin-bottom: 10px;
	text-shadow: none;
	border-bottom: none;
	    display: block;
    position: relative;
    font-size: 1.1em;
    padding: 6px 15px 5px;
    line-height: 1.3em;
	    border-left: 4px solid #c21f29;
}
article.hentry .entry-footer > span {
	margin-right: 15px;
	font-size: 1em;
}
.page-header .page-title {
	color: #333333;
	padding-bottom: 15px;
}
.tags-links:before {
	content: "\f02c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 3px;
	color: #aeaeae;
}
.entry-footer a {
	color: #999;
}
.entry-footer a:hover {
	color: #DC3522;
}
.nav-links .meta-nav {
	display: none;
}
.nav-links .nav-previous, .nav-links .nav-next {
	display: inline-block;
	float: left;
	width: auto;
}
.nav-links .nav-next {
	float: right;
}
.navigation .nav-links a {
	display: block;
	height: auto;
	line-height: 20px;
}
.nav-links .nav-next {
	text-align: right;
}
.nav-links .nav-previous a:before {
	content: "\f0d9";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}
.nav-links .nav-next a:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 5px;
}
.entry-thumbnail {
	margin-bottom: 34px;
	position: relative;
}
.entry-exrecpt {
	width: 60%;
	float: right;
}
.short-content {
	margin-bottom: 10px;
}
.short-content + .bttn {
	float: right;
}
.entry-footer {
	margin-top: 10px;
}
.full-width {
	float: none;
	width: 100%;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
	border-top: 3px solid #eeeeee;
	margin-top: 30px;
	padding-top: 15px;
}
#comments i {
	font-size: 1.2em;
	color: #AAAAAA;
	padding-right: 10px;
}
.comments-title {
	font-size: 2em;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-navigation {
	margin-bottom: 15px;
}
.bypostauthor {
}
#comments .comments-title {
	margin-bottom: 10px;
}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link, .comments-area .comment-permalink, .comments-area .comment-date-time, .comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}
#content .comments-area article header cite a:hover, #content .comments-area a.comment-edit-link:hover, #content .comments-area a.comment-permalink:hover {
	color: #289dcc;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #289dcc;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #fff;
	color: #000;
	border-radius: 3px;
}
.comments-area article header .comment-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 1.2em;
	padding-right: 10px;
}
.comment-content {
	padding: 15px 15px 25px;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
}
.comment-author img {
	margin-right: 15px;
}
.comment {
	margin-bottom: 20px;
}
.comment ul, .comment ol {
	margin: 0 0 20px 20px;
}
.comment ul {
	list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #AAAAAA;
}
.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 1.2em;
	padding-right: 10px;
}
.comment .comment-reply-link:hover {
	color: #dc3522;background: transparent;
}
.comment-list {
	margin-bottom: 25px;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.nav-previous, .nav-next {
	margin-bottom: 15px;
}
.nav-previous a, .nav-next a {
	color: #289dcc;
	cursor: pointer;
	font-size: 1.2em;
}
.nav-previous a {
	float: left;
}
.nav-next a {
	float: right;
}
.nav-previous a:hover, .nav-next a:hover {
	text-decoration: underline;
}
.comment-meta {
	margin-bottom: 20px;
}
.comment-metadata a {
	color: #333333;
}
.bypostauthor, .sticky {
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
.middle-section-wrapper .newspress-sidebar .viewlnk {
    padding: 3px 10px 3px 10px;
    margin-top: 10px;
    position: relative;
    background: #7c4800;
    border-radius: 2px;
    font-size: 1em;
    color: white;
}
.newspress-sidebar .annoucement-arch > a {
    margin-top: 10px;
    background: #7c4800;
    border-radius: 2px;
    font-size: 1em;
    color: #fff;
    padding: 3px 10px 3px 10px;
}
.newspress-sidebar .annoucement-arch > a {
    position: absolute;
    right: 5px;
    /* top: 317px; */
    bottom: 5px;
    color: #fff;
}
.execphpwidget .newspress-sidebar  {
    padding: 5px 5px;
}
.newspress-sidebar .ins-news.news-press {
    margin: 0;
    min-height: 266px;
    max-height: 270px;
    /*padding: 100px 20px;*/
    /* background: rgba(54, 54, 54, 0.28); */
}






.newspress-sidebar {position: relative;padding-bottom: 10px;}
.mask {position: relative;left: 0px;top: 5px;overflow: hidden; height: 200px;} 
.tickercontainer {overflow: hidden;height: 236px;} 
.newsticker {list-style: none;margin: 0;padding: 0;position: relative;}
.newspress-sidebar a.style-pause, .newspress-sidebar a.style-play {
	border: 0 none;
	display: inline-block;
	font-size: 0;
	height:28px;	
	margin: 0;
	margin-right: 0px;
	padding: 3px;
	position: absolute;
	right: -20px;
	top: -39px;  
	width: 30px;
}
.newspress-sidebar a.style-play {right:0px;}
.news-mini-buttons a {margin:15px 0px;}
.viewlinknews a, .news-mini-buttons a {padding: 5px 10px;display: inline-block;border-radius: 2px;}
.viewlinknews a:hover, .news-mini-buttons a:hover {text-decoration: none;}

.newspress-sidebar {border-bottom: 1px solid #e3e3e3;}
.newspress-sidebar a.style-pause, .newspress-sidebar a.style-play {
	background: #7c4800 url("./img/pause-news.png") no-repeat scroll center center / 20px 20px;color: #fff !important; z-index: 999;
}
.newspress-sidebar a.style-play {background: #7c4800 url("./img/play-news.png") no-repeat scroll center center / 20px 20px; z-index: 999;}


















/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-footer {
	display: none;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 10px 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd, .site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */

embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/

.tg-column-wrapper {
	clear: both;
	margin-left: -2%;
}
.tg-column-1 {
	width: 100%;
	float: left;
	margin-left: 5%;
}
.tg-column-2 {
	width: 48%;
	margin-left: 2%;
	float: left;
}
.tg-column-3 {
	float: left;
	margin-left: 2%;
	width: 31.33%;
}
.tg-column-4 {
	width: 18%;
	margin-left: 5%;
	float: left;
}
.tg-column-bottom-margin {
	margin-bottom: 2%;
}
.tg-footer-column-3 {
	width: 28%;
	margin-left: 2%;
	float: left;
}
.tg-footer-column-3:first-child {
	width: 38%;
}
/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
	font-weight: 300;
	position: relative;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	background: #fff;
	color: #000;
}
.tg-container {
	width: 1170px;
	margin: 0 auto;
	/*position: relative;*/
}
.boxed-layout #page {
	/*width: 1160px;
	margin: 0 auto;
	background: #ffffff;*/
}
.wide #page {
}
.hide {
	display: none;
}
.tg-inner-wrap {
	margin: 0 auto;
}
/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/


/*----------- Top Header CSS  -------------*/

.top-header-wrapper {
	padding: 5px 0;
	background: #eac090;
}
.top-header-wrapper .tg-container {
	line-height: 1.6em;
}
#skiplink {
	color: #000;
	margin-right: 15px;
	font-weight: 400;
	font-size: 0.9em;
}
.header-image-wrap {
	text-align: center;
}
/*----------- Category Menu CSS  -------------*/

.category-toogle-wrap {
	float: left;
	position: relative;
}
.category-toggle-block {
	background: #dc3522 none repeat scroll 0 0;
	display: block;
	height: 42px;
	text-align: center;
	width: 40px;
	padding-top: 12px;
	cursor: pointer;
}
.category-menu {
	background: #dc3522 none repeat scroll 0 0;
	left: 0;
	min-width: 200px;
	padding: 15px 10px;
	position: absolute;
	top: 100%;
	z-index: 9999;
}
.category-toggle-block .toggle-bar {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	display: block;
	height: 3px;
	margin: 0 auto 6px;
	width: 30px;
}
.category-toggle-block .toggle-bar:first-child {
	margin-top: 0;
}
.category-menu ul {
	list-style: outside none none;
	margin: 0;
}
.category-menu ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	display: block;
	font-size: 1.2em;
	line-height: 32px;
	text-transform: capitalize;
}
.category-menu ul li a:hover, .category-menu ul li.current-menu-item a, .category-menu ul li.current-menu-ancestor > a, .category-menu ul li.current-menu-parent > a {
	padding-left: 5px;
}
.category-menu li {
	position: relative;
}
.category-menu ul.sub-menu {
	background: #dc3522 none repeat scroll 0 0;
	left: 120%;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-width: 200px;
	padding: 0 10px;
}
.category-menu ul > li:hover > .sub-menu {
	left: 104%;
	opacity: 1;
	visibility: visible;
}
/* custome search section */

.main-search-cust {float: left; margin-top: 36px;margin-right: 30px;}
.main-search-cust fieldset{border: 0px;}
.main-search-cust input { float: left;   width: 132px; height: 32px !important;    border-radius:0 !important;}
.main-search-cust .searchsubmit {    border-radius: 0 !important; float: left;height: 32px !important; padding: 8px 9px;    background: #2e2e2e;color: #fff !important; }
.multisite-logo-right img {margin-top: 4px;}

/* custome search section */

/*----------- Top Header menu CSS  -------------*/

.top-menu-wrap ul, .login-signup-wrap ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.top-menu-wrap a {
	color: #000;
}
.top-menu-wrap ul li {
	border-left: 1px solid #ffffff;
	display: inline-block;
	line-height: 16px;
	margin-left: 10px;
	padding-left: 13px;
	position: relative;
}
.top-menu-wrap ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.ins-news {
	padding-left: 0;
	list-style: none;
	padding-right: 0px;
	position: relative;
}
/*.ins-news li:before {content: "\f105";}
.ins-news li{padding-left: 15px;}*/


#secondary .featured-post-wrapper .tg-column-wrapper {
	margin-left: 0%;
}


header #slip-main-sticky-wrapper #slip-main {
    position: inherit !important;
}


#custome-secondary .newspress-sidebar .viewlnk {
    padding: 3px 10px 3px 10px;
    margin-top: 10px;
    position: relative;
    background: #d8d9da;
    border-radius: 2px;
    font-size: 1em;
    color: #000;
}
#custome-secondary .featured-post-wrapper .tg-column-wrapper {
    margin-left: 0%;
}
#custome-secondary .ins-news {
    margin: 0;
    padding: 0;
	    height: 170px;
}
#custome-secondary .custom_cat {
    padding-left: 5px;
}
/*#custome-secondary .annoucement-arch > a {
    text-decoration: none;
}*/

#custome-secondary .annoucement-arch > a {
    margin-top: 10px;
    background: #d8d9da;
    border-radius: 2px;
    font-size: 1em;
    color: #000;
    padding: 3px 10px 3px 10px;
}
#custome-secondary .annoucement-arch > a {
    position: absolute;
    right: 5px;
    /* top: 317px; */
    bottom: 5px;
    color: #000;
}
#custome-secondary .newspress-sidebar .viewlnk:hover {
    text-decoration: underline;
    background: #cddc39;
}
#custome-secondary .annoucement-arch > a:hover {
    text-decoration: underline;
    background: #cddc39;
    color: #000;
}
#custome-secondary .annoucement-arch > a:hover {
    text-decoration: underline;
}


.custom_cat p {
	margin-bottom: 0;
	margin-top: 5px;
}
.featured-post-wrapper .custom_cat p {
	padding-left: 10px;
}
.entry-header {
/*	padding: 0 10px;*/
}
.featured-post-wrapper .entry-header {
	padding: 0;
}
#secondary .ins-news {
	margin: 0;
	padding: 0;
}
#execphp-18 .ins-news, #execphp-19 .ins-news {
	padding: 0px;
}
#secondary .ins-news .single-article:first-child {
	padding-top: 0;
}
#secondary .ins-news .single-article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 5px;
}
#secondary .ins-news .single-article:first-child {
	padding-top: 0;
}
#secondary .ins-news .following-post {
	padding: 10px 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*#secondary .ins-news .following-post:first-child{padding-top:0;}*/
#secondary .ins-news .following-post .single-article {
	padding: 0px 0;
	border: 0 !important;
}
#primary .following-post .single-article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0px;
}


#primary .following-post .single-article:first-child {
	padding-top: 0;
}
#primary .following-post .single-article:last-child {
	border: 0;
	padding: 0 10px;
}
#primary .articles-all .single-article {
	padding: 0;
}
.allvideos {
	padding-top: 10px;
}
.allvideos .figure-cat-wrap {
	padding: 5px;
	background: #000;
}
.allvideos h5.entry-title {
	margin-bottom: 5px;
	margin-top: 7px;
}
.ngg-galleryoverview .slideshowlink {
	display: none;
}
.page-template-video #primary article {
	float: left;
	padding: 0 10px 10px 0;
	margin-bottom: 0;
	width: 50%;
}
.page-template-video #primary article h4.entry-title {
	margin-bottom: 10px;
	font-size: 1.3em;
	white-space: nowrap;
	text-overflow: ellipsis;/*overflow: hidden;*/
}
.contact-left .contact-add h4, .contact-right .form-add h4 {
	margin-bottom: 5px !important;
}
.contact-left .map-add h4 {
	margin-bottom: 10px !important;
}
.contact-left {
	width: 35%;
	float: left;
}
.contact-right {
	width: 65%;
	float: right;
}
.contact iframe {
	height: 300px;
}
div.wpcf7-validation-errors {
	border: 2px solid #ff0000;
}
#top-footer textarea {
	height: 110px;
}
input[type="text"], input[type="email"],input[type="tel"], input[type="url"], input[type="password"], input[type="search"] {
/*	padding: 0 6px 3px;*/
	height: 28px;
	border-radius: 2px;
}
#top-footer .wpcf7-form p {
	margin-bottom: 10px;
}
#top-footer input[type="submit"] {
	background-color: #089201;
}
#top-footer input[type="submit"]:hover {
	background: #dc3522 none repeat scroll 0 0;
}
/*
.no-results.not-found {
	padding-top: 30px;
}
*/
.single-article .featured-image img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
	max-width: 450px;
}
.fontResizer {
	float: left;
	padding: 0px 0;
}
.fontResizer ul li {
	list-style: none;
	margin-top: 0 !important;
}
.fontResizer ul li {
	float: left;
	margin-left: 0px; display:flex;
}
ul li.screen-reader {
    text-indent: 999px;
    overflow: hidden;
    margin-left: 15px;
}
.tg-inner-wrap .snippet {
	float: left;
	margin-bottom: 0px;
	line-height: 26px;
	margin-left: 8px;
}
.tg-inner-wrap .snippet li {
	float: left;
	list-style: none;
	padding: 0px 0px 0;
}
.tg-inner-wrap .snippet li a, .fontResizer ul li a {
	color: #000;
}
.fontResizer ul li a {
	border: 1px solid #000;
	display: block;
	text-align: center;
	width: 26px;
	height: 26px;
	color: #000;
	font-size: 1em !important;
	/*line-height: 20px;*/
	    border-color: #5C2605;
    border-radius: 5px;
font-weight: normal;
margin: 0 2px;
}
.fontResizer ul li a.black-bg {
	background: #000;
	color: #ffffff;
	border: none;
}
.fontResizer ul li a.white-bg {
	background: #fff;
	color: #333333 !important;
	border: none;
}
.screen-reader a {
	font-size: 0;
	cursor: pointer;
	display: block;
}
/*.screen-reader {
    background: url("img/screen_reader_icon.gif") no-repeat scroll 0 50%;
    height: 40px;
    width: 30px;
}*/
.screen-reader a {
	border: none !important;
	/*background: url("img/screen_reader_icon.gif") no-repeat scroll 0 50% !important;*/
	display: block;
	padding-top: 0px;
	width: 30px !important;
	height: 23px;
}
.tg-inner-wrap .snippet li a {
	padding-left: 8px;
}
.tg-inner-wrap .snippet li:first-child a {
	border-right: 1px solid #f3f0e0;
	padding-left: 0;
	padding-right: 8px;
}
.current a {
	color: #d80000 !important;
}
.top-menu-wrap {
	display: inline-block;
	margin: 0px 0 0 0px;
	/* margin: 10px 0 0 35px;*/
	vertical-align: top;
	float: left;
	    line-height: 25px;
}
.red .default-video-image a .viewlnk {
    margin-bottom: 0;
    color: #fff;
    padding: 3px 11px 3px 11px;
    background: #1d1d1d;
}
.red .default-video-image a .viewlnk:hover {
	background: #000;
	color:yellow;
}
.header-nav-font {
	float: right;
}
.red .custom_cat.gallery{ background:#000;}
.top-menu-wrap ul li a, .login-signup-wrap ul li a {
	color: #ffffff;
	text-transform: capitalize;
	position: relative;
	z-index: 999;
}
.top-menu-wrap ul li:hover > a, .top-menu-wrap ul li.current-menu-item > a, .top-menu-wrap ul li.current-menu-ancestor > a, .top-menu-wrap ul li.current-menu-parent > a {
	color: #dc3522;
}
.login-signup-wrap {
	float: left;
	margin: 0px 0 0 25px;
}
.login-signup-wrap i {
	margin-right: 10px;
}
.top-menu-wrap .sub-menu {
	left: 0;
	min-width: 200px;
	opacity: 0;
	padding: 5px 10px 10px;
	position: absolute;
	top: 200%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	visibility: hidden;
	z-index: 99;
}
.top-menu-wrap ul li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	background: #333333;
	top: 178%;
}
#masthead .top-menu-wrap ul ul.sub-menu li > .sub-menu {
	top: 0;
	left: 110%;
}
#masthead .top-menu-wrap ul ul li:hover > .sub-menu {
	left: 100%;
}
.top-menu-wrap .sub-menu::before {
	content: "";
	height: 150px;
	left: 0;
	position: absolute;
	top: -75px;
	width: 200px;
	cursor: pointer;
}
.top-menu-wrap ul.sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-left: none;
	display: block;
	line-height: 30px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.login-signup-wrap li {
	float: left;
	text-align: center;
	width: 30px;
	height: 23px;
}
.login-signup-wrap a {
	color: transparent;
	font: 0px/0 a;
}
.login-signup-wrap ul li a::before {
}
/*----------- Middle Header CSS  -------------*/
.red .tg-inner-wrap .snippet li:first-child a {
	color: #fff;
}
.red #skiplink, .red .fontResizer a, .red .current a {
	color: #ff0 !important;
	background: #444;
}
.red .fontResizer a {
	color: #000 !important;
}
.red .top-header-wrapper {
	background: #444;
}
.red .visitor_counter p {
	margin-bottom: 0px;
	background: #444;
}
.red #primary .news-press-detail {
	background: #000;
}
.red .tg-inner-wrap .snippet li a {
	/*	padding-left: 8px;*/
	color: yellow;
}
.red .main-navigation {
	background: #000000;
}
.red .middle-header-wrapper {
	background: #3e3e3e
}
.red .middle-header-wrapper {
	background: #3e3e3e
}
.red .title-block-wrap, .red .block-title {
	background: #000000;
	text-shadow: none;
}
.red .breaking-news-wrapper {
	    background: #999;
    border-radius: 25px 0 0;
}
.red #breaking-news #controls a .icon { color: #000;}
.red .breaking-news-title {
	background: #fff;
}
.red .breaking-news-wrapper a {
	color: #000;
}
.red .bottom-header-wrapper > .bottom-arrow-wrap {
	background: #000;
}
.red .temp-two-about-us a {
	background: #151515;
}
.bottom-header-wrapper > .bottom-arrow-wrap {
	    background: rgb(194, 31, 41);
    border-bottom: 3px solid #4ec5f4;
}
.red .entry-content h2 {
	background: #000;
}
.red article.hentry h1.entry-title {
	background: #000000;
	color: #ffffff;
	text-shadow: none;
}
.red .hentry {
	background: #000000;
	border: 1px solid #3f3f3f;
}
.red #site-navigation ul.sub-menu, .red #site-navigation ul.children {
	background: #000000;
}
.red .breadcrumbs {
	color: #fff;
	background: #131313;
}
.red .breadcrumbs a {
	color: yellow;
}
.red span.posted-on {
	color: #f5f5f5;background: transparent;
}
.red #site-navigation ul > li a {
	color: white
}
.red #site-navigation ul > li a {
	color: #ffffff;
	/*background: #000;*/
}
.red #site-navigation ul > li a:hover {
	color: white;
    background: #212121;
}
.red .bottom-header-wrapper .home-icon a:hover {
	background: black !important
}
.red .home .bottom-header-wrapper .home-icon a {
	background: #0a81b4;
}
.red .tg-footer-column-3 .block-title .span {
	color: black !important;background: transparent;
}
.red #custome-secondary h3 { background: #000;    border-bottom: 1px double #3e3e3e;}
.red #top-footer .widget a, #top-footer .widget li, #top-footer .widget a::before, #top-footer .widget li::before {
	color: black
}
.red #bottom-footer {
	background: #252525 none repeat scroll 0 0
}
.red .about-us-block h3 { background: #000;border-bottom: 1px double #3e3e3e; color: #fff;border-left: 4px solid #999; }
.red #bottom-footer .copy-right {
	color: white;background: transparent;
}
.red .last-updated {
	background: #444;
	color: #fff;
}
.white .bottom-header-wrapper > .bottom-arrow-wrap {
	/*background: #ff9f11;
	border-bottom: 4px double #ffffff;
	border-top: double 4px #ffffff;
	background: rgb(194, 31, 41);*/
    border-bottom: 3px solid #ffb84f;
    border-top: none;
}

.red #bottom-footer h3:after .red #bottom-footer h3, .red .imp-link-sec ul.menu li, .red .footermenu ul.menu li{background: #666;}
.red .imp-link-sec ul.menu li:before, .red .footermenu ul.menu li:before{color: #666}
.red .imp-link-sec ul.menu li, .red .footermenu ul.menu li {
    list-style: none;
    border-bottom: 1px solid #666;
}
.red #bottom-footer h3::after{background: #666;}
.red #bottom-footer h3{border-bottom: 1px solid #666;}
.red .banner-cls img {filter: invert(100%);}
.red #site-navigation ul > li{box-shadow: 1px 0 0 0px #000;}
.red .heading, .red table.table-sec tr th{background: #333;}
.red article.hentry h1.entry-title{border-left: 4px solid #999;}

.red #top-footer {
	background: #3e3e3e;
	color: #d9d4d4;
	border-top: 1px solid #a4a4a4;
}
.red #top-footer .title-block-wrap, .red .entry-content ol li, .red h1, .red h2, .red h3, .red h4, .red h5, .red h6 {
	color: #ffffff;background: transparent;
}
.red #top-footer .widget a, .red #top-footer .widget li, .red #top-footer .widget a::before, .red #top-footer .widget li::before {
	color: #ffffff;
}
.red #top-footer .widget {
	background: #3e3e3e;
	box-shadow: none;
	color: #ffffff;
}
.red #page {
	background: #000000;
}
.red .widget, .red .tg-block-wrapper {
	background: #000;
	box-shadow: 0px 0px 2px #bdbdbd;
	color: #fff;
}
.red .widget a, .red .tg-block-wrapper a, .red #main *::before, .red #main *::after {
	color: #fff !important;
}
.red a {
	color: yellow;
}
.red #secondary a {
	color: yellow;
	/*background: #000;*/
}
.red #primary .news-press-detail, .red #primary .bg-col {
	border: none;
	background: none;
}
.middle-header-wrapper {
	/*padding: 5px 0;*/
 }
.red #main, .red .entry-title, .red #main p, .red #main h2, .red #main h3, .red #main h4, .red #main h5, .red #main h6, .red .tender-archive a {
	color: #fff;
	text-shadow: none;
}
.red .ins-news .single-article {
	border-color: #ccc;
}
.red .entry-content h2, .red .about-section-homepage-two h2 {
	background: #000000;
}
.red .table-list th {
	background: #000;
}
.red .entry-content ul li, .red .sitemaps li a {
	color: #fff;
}
.red .copy-right .widget {
	background: #252525;
	box-shadow: none;
}
.red .visitor_counter .widget {
	background: #7f7e7e;
	box-shadow: none;
}
.logo {
	float: left;
	line-height: 90px;
	position: relative;
	text-align:center;
}
#site-title {
	font-size: 2.4em;
	margin-bottom: 5px;
}
#site-title a {
	color: #333333;
}
#site-title a:hover {
	color: #ff9f11;
}
#site-description {
	font-size: 1.2em;
	font-weight: 300;
}
.header-advertise {
	float: right;
}
.show-both #header-text {
	border-left: 1px solid #cccccc;
	float: left;
	margin-left: 15px;
	padding: 10px 0 0 15px;
}
#header-text {
	float: left;
}
.header-advertise .magazine-block-large-ad {
	text-align: left;
}
.header-advertise .magazine-block-large-ad .tg-block-wrapper {
	border: medium none;
	margin: 0;
	padding: 0;
}
/*----------- bottom Header CSS  -------------*/


/*----------- Menu CSS  -------------*/

.bottom-header-wrapper {
	background: #272727 none repeat scroll 0 0;
	position: relative;
	z-index: 99;
}
.bottom-header-wrapper:before, .bottom-header-wrapper:after {
	background: #272727 none repeat scroll 0 0;
	content: "";
	height: 50px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 10px;
}
.bottom-header-wrapper:after {
	right: -10px;
	left: auto;
}
.bottom-header-wrapper > .bottom-arrow-wrap {
	position: relative;
	background-color: #093a40;
    background-image: -webkit-linear-gradient(top, #08565e 0%, #093a40 100%);
    background-image: linear-gradient(to bottom, #08575f 0%, #093a40 100%);
    border-bottom: 3px solid #00424a;
}
.bottom-header-wrapper > .bottom-arrow-wrap::before, .bottom-header-wrapper > .bottom-arrow-wrap::after {
	border-bottom: 10px solid transparent;
	border-right: 10px solid #272727;
	border-top: 10px solid transparent;
	content: "";
	left: -10px;
	position: absolute;
	top: 40px;
}
.bottom-header-wrapper > .bottom-arrow-wrap::after {
	left: auto;
	right: -10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bottom-header-wrapper .home-icon {
	float: left;
}
.bottom-header-wrapper .home-icon a {
	color: #000;
	display: block;
	font-size: 1.9em;
	line-height: 40px;
	padding: 0 15px;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.wide .bottom-header-wrapper > .bottom-arrow-wrap::before, .wide .bottom-header-wrapper > .bottom-arrow-wrap::after, .wide .bottom-header-wrapper::before, .wide .bottom-header-wrapper::after {
	display: none;
}
.bottom-header-wrapper .home-icon a:hover/*,
.home .bottom-header-wrapper .home-icon a */ {
	background: #FF9800;
}
#site-navigation {
	float: left;
}
#site-navigation ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#site-navigation ul > li {
	float: left;
	/*font-size: 1.2em;*/
	font-weight: 300;
	line-height: 40px;
	padding: 0 11px;
	-webkit-transition: background 0.1s ease;
	-moz-transition: background 0.1s ease;
	-ms-transition: background 0.1s ease;
	-o-transition: background 0.1s ease;
	transition: background 0.1s ease;
	position: relative;
	border-right: 1px solid #00424a;
    box-shadow: 1px 0 0 0px #093a40;
}
#site-navigation ul li ul li { border-right: none; }
.home-icon a {
	border-right: 1px solid #FFC107;
	border-left: 1px solid #FFC107;
}
.red .home-icon a {
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}
.red #site-navigation ul > li {
	border-right: 1px solid #555;
}
.red .search-icon {
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	color: #fff;
}
.red .quick_link li:hover {    background: #212121;}
.red .quick_link li ul li:hover {
    background: #212121;
}
.red .custom-tagline h2 {
	color: #fff;
}
.red .custom-tagline h3 {
	color: #fff;
}
.red #site-navigation ul > li:hover, .red #site-navigation ul > li.current-menu-item {
	background: #212121;
}
.red .first-landing-page-content {
	background: none;
}
.red .search-box {
	background: #3e3e3e;
}
.red .home-search .searchform button[type="submit"] {
	background: #565656;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.red .first-landing-page-content .site-portal a {
	background: #fff;
	color: #000 !important;
}
.red .first-landing-page-content:hover .site-portal a {
	background: #000;
	color: #fff !important;
}
.red .first-landing-page-content:hover h3 {
	/*color: #000 !important;*/
}
.red #custome-secondary .newspress-sidebar .viewlnk { background: #353535;color: yellow;}
.red #custome-secondary .annoucement-arch > a { background: #353535;color: yellow;}
.red #breaking-news #controls {
	background: #fff;
}
.red .widget a {
	color: yellow !important;
}
.red .carousel-slider-wrapper .bx-controls a {
	background: #999999;
}
#site-navigation ul > li.menu-item-has-children {
	padding-right: 20px;
}
#site-navigation ul > li.menu-item-has-children > a {
	position: relative;
}
#site-navigation ul > li.menu-item-has-children > a:after {
	position: absolute;
	top: 45%;
	right: -15px;
	content: "\f0d7";
	font-family: FontAwesome;
	color: #fff;
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-o-transform: translateY(-45%);
	transform: translateY(-45%);
}
#site-navigation ul.sub-menu > li.menu-item-has-children > a::after {
	content: "\f0da";
}
#site-navigation ul > li:hover, #site-navigation ul > li.current-menu-item, #site-navigation ul > li.current-menu-ancestor, #site-navigation ul > li.current-menu-parent {
	background: #00424a;
}
#site-navigation ul > li:last-child {
	/*border: none;*/
}
#site-navigation ul > li a {
	color: #fff;
	display: block;
	padding: 0px 2px;
	font-weight: 400;
	font-size: 1em;
}
#site-navigation ul.sub-menu, #site-navigation ul.children {
	background: #08575f;
	position: absolute;
	min-width: 186px;
	left: 0;
	top: 120%;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#site-navigation ul.sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	float: none;
	line-height: 40px;
}
#site-navigation ul > li:hover > .sub-menu, #site-navigation ul > li:hover > .children {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
#site-navigation ul.sub-menu ul, #site-navigation ul.children ul {
	left: 110%;
	top: 0 !important;
}
#site-navigation ul.children li, #site-navigation ul.sub-menu li {
	width: 100%;
}
#site-navigation .sub-menu > li:hover > ul {
	left: 100%;
}
.sub-toggle {
	display: none;
}
/*----------- share-search CSS  -------------*/

.share-search-wrap {
	float: right;
}
.search-icon, .share-wrap {
	border-right: 1px solid #FFC107;
	border-left: 1px solid #FFC107;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 15px;
	font-size: 1.4em;
	cursor: pointer;
}
.search-icon:hover, .share-wrap:hover {
	background: #FF9800;
}
.search-icon, .share-wrap a {
	color: #000;background: transparent;
}
.search-box {
	background: #FF9800;
	left: 0;
	opacity: 0;
	padding: 5px 0;
	position: absolute;
	top: 43px;
	visibility: hidden;
	width: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9;
}
.search-box.active {
	visibility: visible;
	opacity: 1;
	width: 100%;
}
.home-search .searchform {
	margin-left: 2%;
	width: 85%;
	position: relative;
}
.home-search .searchform input[type="text"] {
	border: medium none;
	height: 30px;
}
.home-search .searchform button[type="submit"] {
	background: #ff9f11;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.home-search .close {
	color: #000;
	font-size: 3.3em;
	font-weight: 600;
	line-height: 40px;
	position: absolute;
	right: 30px;
	top: 0;
	background: #ff9800;
	cursor: pointer;
}
.red #site-navigation ul > li.current-menu-ancestor, .red #site-navigation ul > li.current-menu-parent {
	background: #333;
}
/*--------------------------------------------------------------
Breaking news CSS
--------------------------------------------------------------*/

#breaking-news {
	padding: 15px 0 10px 0;
	background: url("img/flowers.png");
	background-color: #fff;
}
.breaking-news-wrapper {
	background: #fff;
}
.breaking-news-title {
	    background: #d8d9da;
    color: #000;
    float: left;
    font-weight: 600;
    padding: 8px 15px;
    border-left: 4px solid #c21f29;
    /*border-radius: 25px 0 0;*/
	text-transform: uppercase;
}
#breaking-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#breaking-news #ticker_container {
	padding: 8px 0 0 160px;
	position: relative;
	width: 100%;
}
#breaking-news #ticker_container:after {
	content: "";
	display: table;
	clear: both;
}
 
	#breaking-news #controls {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #FF5722;
	padding: 0px 10px 0px 10px;
	height: 100%;
	line-height: 37px;
    font-size: 1.2em;
   
}

body#bg-color {
    background: none !important;
}




#breaking-news #controls a .icon {
	/*	fill: #fff;*/
	width: 25px;
	color: #fff;
	text-align: center;
	height: 20px;
}
#breaking-news #newscontent {
	width: 92%;
	color: #000;
}
.breadcrumbs {
	border-bottom: 1px solid #fff;
	padding: 10px 0 8px;
	background: #f7f7f7;
	font-size: 0.9em;
	text-transform: capitalize;
	font-weight: 400;
}
.breadcrumbs a {
	color: #000;
}
/*--------------------------------------------------------------
Home content CSS
--------------------------------------------------------------*/

#main {
	padding: 10px 0 0;
	/*	background: url('../../wp-content/uploads/sites/2/2017/06/arabesque.png');*/
/*	background: url('../../wp-content/uploads/sites/2/2017/06/flowers.png');*/
	background-color: #fff;
	width: 100%;
    float: left;
    padding: 10px 0px 0;
    background: #fff url(.../wp-content/uploads/2018/06/cont-bg-repeat.gif) 0 0 repeat-x;
}
.tg-block-wrapper {
	/*background: #efeeee none repeat scroll 0 0;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 20px;
}
#primary .tg-block-wrapper, #secondary .tg-block-wrapper {
	border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 0 9px -1px #e8e8e8;
}
.widget {border: 1px solid #eee;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 9px -1px #e8e8e8;
    width: 100%;
    float: left;
	/*border-radius: 25px 0 0;*/
}


.widget.colornews_custom_widget {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
/*--------------------------------------------------------------
Slider CSS
--------------------------------------------------------------*/

.home-slider .bxslider {
	margin: 0;
}
.home-slider .bx-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.home-slider .bx-pager {
	margin-left: -12px;
}
.widget_featured_posts_style_one .tg-block-wrapper {
	padding-bottom: 8px;
}
.home-slider .bx-pager a {
	background: #beb9b9 none repeat scroll 0 0;
	display: block;
	float: left;
	margin-left: 12px;
	opacity: 0.7;
	padding: 9px;
	margin-bottom: 12px;
}
.home-slider .bx-pager a:hover, .home-slider .bx-pager a.active {
	opacity: 1;
	background: #dc3522;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.home-slider .slider-category {
	font-size: 1.4em;
	font-weight: 500;
	left: 0;
	position: absolute;
	text-transform: capitalize;
	top: 30px;
}
.home-slider .slider-category a {
	color: #ffffff;
}
.caption-wrapper {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	padding: 30px 40px;
	position: absolute;
	width: 100%;
}
.caption-title {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.1em;
}
.caption-title a {
	color: #ffffff;
}
.caption-title a:hover {
	color: #dc3522;
}
.caption-content {
	color: #ffffff;
	font-size: 1.1em;
	line-height: 26px;
}
.caption-desc {
	float: left;
	width: 80%;
}
.slider-btn {
	float: right;
	width: 20%;
}
.slider-btn a {
	border: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	line-height: 36px;
	margin: 20px auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 116px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.home-slider-wrapper .slider-btn a:hover {
	background: #dc3522;
	border: 1px solid #dc3522;
	color: #ffffff;
}
/*--------------------------------------------------------------
sidebar layout CSS
--------------------------------------------------------------*/

#primary {
	width: 60%;
	float: left;
}
#secondary {
	float: left;
	width: 20%;
	padding-right: 15px;
}
#custome-secondary {
	float: right;
	width: 20%;
	padding-left: 15px;
}
.left-sidebar #secondary {
	float: left;
}
.left-sidebar #primary {
	float: right;
}
.no-sidebar-full-width #primary {
	width: 100%;
	float: none;
}
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}
/*--------------------------------------------------------------
Magazine Block 1 CSS
--------------------------------------------------------------*/

.title-block-wrap {
	background: #0b4249;
	color: #fff;
	font-weight: 700;
	/*font-size: 0.9em;*/
	    text-transform: uppercase;
	overflow: hidden;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #ffb13e;
	/*border-radius: 25px 0 0;*/
	border-left: 4px solid #0b4249;
}
#custome-secondary .title-block-wrap {
     text-transform: uppercase;
}

#custome-secondary .title-block-wrap {margin-bottom: 0px;}
.block-title {
	background: #0b4249;
	display: inline-block;
	position: relative;
	font-size: 0.9em;
	padding: 6px 15px 5px;
}
#secondary .block-title {
	background: none;
}
#secondary .title-block-wrap {
 	font-weight: 600;
	border-left: 4px solid #00424a;
    /*border-radius: 25px 0 0;*/
    border-bottom: 2px solid #042124;
    font-size: 1.1em;
}
.block-title:after {
	background: inherit;
	content: "";
	height: 35px;
	position: absolute;
	right: -5px;
	top: -5px;
	-webkit-transform: rotate(103deg);
	-moz-transform: rotate(103deg);
	-ms-transform: rotate(103deg);
	-o-transform: rotate(103deg);
	transform: rotate(103deg);
	width: 35px;
}
#custome-secondary a {
    /*text-decoration: none;*/
	    color: #000;
}

.minister-con .about-more{display: inline-block; color: #fff;}
.minister-con a.about-more{color: #fff !important;margin-top: 15px;margin-left: 25px;}
.minister .minister-con p{text-align: center;}


.slider_area1 .jshowoff-1 #features {border: 2px solid #eee;
    overflow: hidden;}
#custome-secondary a:hover {
    text-decoration: underline;
}
.block-title > span {
	position: relative;
	z-index: 9;
	text-shadow: none;
}
.first-post figure {
	position: relative;
}
.first-post .entry-title {
	font-size: 1.4em;
}
.first-post .category-collection {
	bottom: 0;
	left: 5px;
	position: absolute;
}
.cat-links a {
	background: #dc3522 none repeat scroll 0 0;
	color: #ffffff;
	padding: 3px 8px;
	font-size: 1em;
}
.colornews_custom_widget .cat-links a:hover {
	color: #ffffff
}
.first-post .cat-links {
	display: inline-block;
	margin-bottom: 10px;
}
.featured-post-wrapper .first-post .entry-title {
	margin: 15px 0;
}
.entry-title a, .entry-btn a {
	color: #3e3e3e;
}
.below-entry-meta span a, .below-entry-meta span i {
	color: #767272;
}
.first-post .below-entry-meta span a, .first-post .below-entry-meta span i {
	font-size: 1em;
}
.entry-title a:hover, .below-entry-meta span:hover a, .below-entry-meta span:hover i, .entry-btn a:hover {
	color: #dc3522;
}
.widget .below-entry-meta > span {
	margin-right: 15px;
}
.below-entry-meta i {
	margin-right: 5px;
}
/*--------------- following post css --------------------*/


/*.magazine-block-1 .following-post {
    float: right;
    width: 49%;
}*/

.magazine-block-1 .following-post .article-content {
	padding-top: 10px;
}
.following-post figure {
	float: left;
	margin-right: 10px;
}
.following-post .below-entry-meta span.byline {
	display: none;
}
.following-post .entry-title {
	margin-bottom: 0;
	display: inline;/* font-size: 1em;*/
}
.following-post .entry-content {
	font-size: 1em;
	line-height: 18px;
	margin-top: 5px;
}
/*.following-post .single-article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding:10px 0;
}*/
.following-post .single-article:last-child {
	border: medium none;
}
/*.following-post:last-child {
	border-bottom: 0;
}*/
.news-press .single-article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/*--------------------------------------------------------------
carousel-slider CSS
--------------------------------------------------------------*/

.carousel-slider {
	margin: 0;
}
.carousel-slider-wrapper {
	position: relative;
}
.header-advertise .execphpwidget {
    clear: both;
    padding: 0px;
}
/*.carousel-slider-wrapper .bx-controls {
	position: absolute;
	right: 0px;
	top: -40px;
}*/
.carousel-slider-wrapper ul li > a {
	position: relative;
	display: block;

}
.carousel-slider-wrapper .entry-title {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #ffffff;
	font-size: 1em;
	font-weight: 300;
	line-height: 20px;
	padding-top: 40px;
	text-align: center;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
}
.carousel-slider-wrapper ul li:hover .entry-title {
	background: rgba(0, 0, 0, 0.42);
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.carousel-slider-wrapper .bx-controls a {
	/* font: 0/0 a;*/
	color: #000;
	position: relative;
	width: 27px;
	height: 30px;
	line-height: 30px;
	/*display: inline-block;*/
	float: left;
	background: #bbbdbf;
}
.carousel-slider-wrapper .bx-controls a span {
	display: none;
}
.carousel-slider-wrapper .bx-controls a:after {
	color: #000;
	content: "\f104";
	font-family: FontAwesome;
	font-size: 1.5em;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 27px;
}
.carousel-slider-wrapper .bx-controls a.bx-next:after {
/*-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);*/
	/*top: 2px;*/
}
.carousel-slider-wrapper .bx-controls a:hover {
	background: #ff9f11;
}
.widget-title-block .carousel-slider-wrapper .bx-controls {
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.widget-title-block .bx-next {
	float: right;
	position: relative;
	right: -40px;
}
/*--------------------------------------------------------------
Magazine block 2 css
--------------------------------------------------------------*/

.magazine-block-2 .first-post {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
/*--------------------------------------------------------------
Magazine block 3 css
--------------------------------------------------------------*/

.random-post-block {
	position: relative;
	overflow: hidden;
}
.random-post-block .category-collection {
	position: absolute;
	top: 15px;
}
.random-post-hover {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.random-post-block:hover .random-post-hover {
	opacity: 1;
	visibility: visible;
}
.random-post-hover .entry-title {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 300;
	left: 50%;
	margin: 0 auto 0 -40%;
	padding: 5px 0;
	position: absolute;
	top: 10%;
	width: 80%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.random-post-block:hover .random-post-hover .entry-title {
	opacity: 1;
	visibility: visible;
	top: 25%;
}
.random-hover-link {
	bottom: 10%;
	left: 50%;
	margin-left: -25%;
	position: absolute;
	width: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}
.random-post-block:hover .random-hover-link {
	bottom: 26%;
	opacity: 1;
	visibility: visible;
}
.random-hover-link a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
	margin-right: 2px;
	padding: 0;
	width: 40px;
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.colornews_random_post .random-hover-link a:hover {
	background: #dc3522;
	border: 1px solid #dc3522;
	color: #ffffff;
}
.cat-links {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 6px;
	word-wrap: break-word;
}
/*--------------------------------------------------------------
Magazine ad css
--------------------------------------------------------------*/

.ad-image {
	text-align: center;
}
.ad-image-small img {
	display: inline-block;
	margin: 0 0 3% 2%;
}
.magazine-block-large-ad .ad-image {
	display: inline-block;
}
.magazine-block-large-ad .tg-block-wrapper {
	display: inline-block;
}
.magazine-block-large-ad {
	text-align: center;
}
/*--------------------------------------------------------------
Tag cloud css
--------------------------------------------------------------*/

.tag-cloud-wrap a {
	color: #333333;
	font-size: 1.2em;
	padding: 0 7px;
	text-transform: capitalize;
}
.tag-cloud-wrap a:hover {
	color: #dc3522;
}
/*--------------------------------------------------------------
Category title css
--------------------------------------------------------------*/

.page-header .page-title.category-title, .page-header .page-title {
	/*background: #f1f1f1 none repeat scroll 0 0;*/
	border-bottom: 3px solid #dc3522;
	border-radius: 5px 5px 0 0;
	color: #dc3522;
	font-size: 2.2em;
	margin-bottom: 20px;
	padding: 10px 20px;
}
/*--------------------------------------------------------------
Footer css
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Top-footer css
--------------------------------------------------------------*/

#colophon {
	margin-top: 0;
	background: #3a0f00;
}
#top-footer {
	/*background:#3e3e3e none repeat scroll 0 0;
	color:#d9d4d4;*/
	background: #800000;
	color: #fff;
	padding: 25px 0 0;
}
#top-footer .title-block-wrap, #top-footer .widget a, #top-footer .widget li, #top-footer .widget a::before, #top-footer .widget li::before {
	color: #000000;background: transparent;
}
#top-footer .title-block-wrap {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 1px solid #787878;
	overflow: visible;
	font-size: 1.5em;
	line-height: 45px;
}
#top-footer .block-title {
	background: none !important;
	border-bottom: 1px solid #d87003;
	padding: 0;
	top: 1px;
	text-transform: capitalize;
}
#top-footer .block-title:after {
	display: none;
}
#top-footer ul.menu {
	list-style: outside none none;
	margin-left: 0;
}
#top-footer ul.menu li {
	position: relative;
}
/*#top-footer ul.menu li:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    left: 10px;
    top: 8px;
    color: #d9d4d4;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}*/


/*#top-footer ul.menu li a {
    border-bottom: 1px solid #d9d4d4;
    color: #d9d4d4;
    display: block;
    padding: 8px 20px 8px 30px;
}

#top-footer ul.menu li a:hover,
#top-footer ul.menu li:hover:after {
    color: #dc3522;
}
*/


/*--------------------------------------------------------------
Bottom-footer css
--------------------------------------------------------------*/

#bottom-footer {
	background: #074850;
	padding: 10px 0;
	clear:both;
	/*border-top: double #fff 3px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 66%, 0 100%);
*/
}
#bottom-footer .copy-right {
	text-align: center;
	color: #ffffff /*#8c8c8c*/;
	float: left;
	width: 100%;
}
#bottom-footer .copy-right aside.widget {
	padding: 0;
	margin: 0;
	border: 0;
}
#bottom-footer .copy-right a {
	color: #ffffff;
}
#bottom-footer .copy-right a:hover {
	color: #dc3522;
}
/* Social Links in Menu */

#menu-social li a::before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1em;
	vertical-align: top;
	content: "\f005";
	color: #ccc;
}
.login-signup-wrap li:nth-child(1) a {
	background: #0A4C9A;
}
.login-signup-wrap li:nth-child(2) a {
	background: #00c9ff;
}
.login-signup-wrap li:nth-child(3) a {
	background: #ab0100;
}
#menu-social li a[href*="facebook.com"]::before {
	content: '\f09a';
	color: #fff;
}
#menu-social li a[href*="twitter.com"]::before {
	content: '\f099';
	color: #fff;
}
#menu-social li a[href*="plus.google.com"]::before {
	content: '\f0d5';
	color: #fff;
}
#menu-social li a[href*="youtube.com"]::before {
	content: '\f167';
	color: #fff;
}
#menu-social li a[href*="pinterest.com"]::before {
	content: '\f0d2';
	color: #cb2027;
}
#menu-social li a[href*="instagram.com"]::before {
	content: '\f16d';
	color: #517fa4;
}
/*--------------------------------------------------------------
Blog css
--------------------------------------------------------------*/

.figure-cat-wrap.featured-image-enable {
	position: relative;
	padding-top: 5px;
}
.featured-image-enable .category-collection {
	bottom: 10px;
	left: 0;
	position: absolute;
}
.post .posted-on > a {
	color: #333333;
	display: block;/*  margin: 20px 0 14px;*/
}
.post .entry-title a {
	font-size: 2em;
	font-weight: 400;
}
/*article.post.hentry h1.entry-title,
article.post.hentry h2.entry-title  {

    line-height: 26px;
    margin-bottom: 10px;
}*/

.post .below-entry-meta > span::after {
	color: #808080;
	content: "/";
	margin-left: 10px;
	position: relative;
}
.post .below-entry-meta > span:last-child:after {
	display: none;
}
.post .below-entry-meta > span {
	margin-right: 10px;
	font-size: 1em;
	display: inline-block;
}
article.post {
	/* padding-bottom: 40px;
    margin-bottom: 40px;*/
	border-bottom: 3px solid #EEEEEE;
}
.post .below-entry-meta {
/*  margin: 20px 0 20px 0;*/
}
.post .more-link {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
	padding: 6px 10px;
}
.post .more-link:hover {
	background: #dc3522;
	color: #ffffff;
}
/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_rss ul, .widget_pages ul, .widget_nav_menu ul {
	list-style: outside none none;
	margin: 0;
	padding-left: 10px;
}
.widget_archive a, .widget_categories a, .widget_recent_entries a, .widget_meta a, .widget_recent_comments li, .widget_rss li, .widget_pages li, .widget_nav_menu li {
	color: #3d3d3d;
	font-size: 1em;
	line-height: 19px;
	padding-left: 15px;
	position: relative;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.widget a:hover, .widget a:hover::before {
	color: #000;
}
.widget_archive a::before, .widget_categories a::before, .widget_recent_entries a::before, .widget_meta a::before, .widget_recent_comments li::before, .widget_rss li:before, .widget_pages li:before, .widget_nav_menu li:before {
	color: #3d3d3d;
	content: "\f187";
	font-family: "FontAwesome";
	font-size: 1em;
	left: 0;
	position: absolute;
	top: 0px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.widget_categories a::before {
	content: "\f07b";
}
.widget_recent_entries a::before {
	content: "\f101";
}
.widget_meta a::before, .widget_nav_menu li:before {
	content: "\f105";
}
.widget_recent_comments li::before {
	content: "\f086";
	top: 0;
}
.widget_rss li::before {
	content: "\f09e";
	top: 0;
}
.widget_pages li:before {
	content: "\f1ea";
	top: 0;
}
.widget_search .search-field {

	width: 85%;
	float: left;
}
.widget_search .searchsubmit {
	height: 36px;
	width: 15%;
}
#top-footer .widget a, #top-footer .widget li, #top-footer .widget a:before, #top-footer .widget li:before {
	color: #ffffff;
	top: 0;
}
#top-footer .title-block-wrap, #top-footer .widget a, #top-footer .widget li, #top-footer .widget a:before, #top-footer .widget li:before {
	color: #fff;background: transparent;
}
#top-footer .widget a:hover, #top-footer .widget a:hover:before, #top-footer .widget li:hover:before {
	color: #dc3522;
}
#top-footer .tg-block-wrapper, #top-footer .widget {
	border: medium none;
}
/*--------------------------------------------------------------
Related post css
--------------------------------------------------------------*/

.related-post-wrapper {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.related-post-wrapper .block-title i {
	margin-right: 10px;
}
.single-related-posts .entry-title {
	font-size: 1.2em;
	font-weight: 400;
	margin: 10px 0 5px;
}
.single-related-posts .below-entry-meta > span {
	display: inline-block;
	font-size: 1em;
	margin-right: 0;
	word-wrap: break-word;
}
/*--------------------------------------------------------------
Author box css
--------------------------------------------------------------*/

.author-box {
	display: inline-block;
	margin: 15px 0;
	padding: 2%;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.author-img {
	display: inline;
	float: left;
	margin-right: 15px;
}
.author-name {
	padding-bottom: 10px;
	display: inline;
}
.author-description {
}
/*--------------------------------------------------------------
    404-error css
--------------------------------------------------------------*/

.error-wrap span {
	display: block;
	text-align: center;
}
.num-404 {
	color: #dc3522;
	font-size: 17em;
	font-weight: 700;
	line-height: 300px;
}
.error {
	background: #dc3522 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 35px;
	margin: 20px auto;
	padding: 2px 28px;
	text-transform: uppercase;
	width: 100%;
}
.error-404 .page-header, .error-404 p {
	text-align: center;
}
.date-in-header {
	color: #fff;background: transparent;
}
.error-404 input, .no-results input {
	margin-left: 0;
	margin-right: -4px;
	width: 84% !important;
}
.error-404 button, .no-results button {
	padding: 0 10px;
	line-height: 30px;
	height: 36px;
}
#wdps_container1_0 #wdps_0_slide43_layer2 {
	font-size: 1.4em;
}
/*--------------------------------------------------------------
Gallery-layoout
--------------------------------------------------------------*/

.gallery {
	margin: 0 auto 2em;
}
.gallery .gallery-item {
	float: left;
	display: block;
	background: #fff;
	margin: 10px 1.5% 20px;
	text-align: center;
}
.gallery .gallery-item:hover {
}
.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}
.gallery-columns-1 .gallery-item {
	float: none;
	text-align: center;
	width: 100%;
	margin: 10px 0 20px;
}
.gallery-columns-2 .gallery-item {
	width: 47%;
}
.gallery-columns-3 .gallery-item {
	width: 30.33%;
}
.gallery-columns-4 .gallery-item {
	width: 22%;
}
.gallery-columns-5 .gallery-item {
	width: 17%;
}
.gallery-columns-6 .gallery-item {
	width: 13.6%;
}
.gallery-columns-7 .gallery-item {
	width: 12.25%;
	margin: 10px 1% 10px;
}
.gallery-columns-8 .gallery-item {
	width: 10.5%;
	margin: 10px 1% 10px;
}
.gallery-columns-9 .gallery-item {
	width: 9.11%;
	margin: 10px 1% 10px;
}
.gallery dl a {
	display: block;
}
.gallery dl a img {
	height: auto;
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 10px 0 0;
}
.gallery br+br {
	display: none;
}

.lft {width:34%; float:left;}
.lft img{width:150px; height:auto;}
.award-list {width:65%; float:left; margin-top:15px;}
.award-list ul{margin:0;}
.whats-new {background:#0b4249; border-radius:5px; box-shadow:0 5px 5px -3px black;  padding:8px 3px 8px 10px; width:100%; margin-bottom:10px;	text-align:center; border-color:#042225 !important;}
.whats-new a{text-decoration:none; color:#fff; font-size:1em; text-transform:uppercase; font-weight:700;}
.whats-new a:hover{text-decoration:underline;}	
.home-slider-wrapper img {height:300px;}



/* =SCROLL UP
----------------------------------------------- */

a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	opacity: 0.9;
	background-color: rgba(0, 0, 0, 0.88);
/*	filter: alpha(opacity=50);*/
	padding: 10px;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
a#scroll-up i {
	font-size: 2em;
	color: #dc3522;
}
a#scroll-up:hover {
	opacity: 1;
	background: #f40;
	color:#000;
/*	filter: alpha(opacity=100);*//* For IE8 and earlier */
}
footer .execphpwidget {
	border: none;
}
footer .widget {
	background: none;
	border: none;
	box-shadow: none;
}
.footermenu {
	float: left;
	width: 100%;
	/*text-align: center;*/
}
footer {
	font-size: 0.9em;
}
.footermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
}
/*.footermenu ul li {
	display: inline-block;
	padding: 5px 0 10px;
}*/
/*.footermenu ul li a {
	color: #fff;
	padding: 0 10px 0 5px;
	border-right: 1px solid #ccc;
}*/
.footermenu ul li a:hover {
	text-decoration: underline;
}
.tender-archive {
	padding: 0 0 5px;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 5px;
	font-weight: 400;
}
.hentry .tender-archive {
	padding: 0 0 5px;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 5px;
	font-weight: 400;
}
.tender-archive a {
	color: #333;
}
.last-updated {
	background: #7c4800;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 1em;
}
.visitor_counter{
    display: inline-block;
    padding-right: 18px;
    border-right: 1px dotted #fff;
}
.visitor_counter .widget {
	border: none;
	padding: 0px;
	margin: 0px;
}
.visitor_counter p {
	margin-bottom: 0px;
	font-size: 0.9em;
}
.last-up {
    text-align: center;
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
	padding-right: 10px;
	border-right:1px dotted #fff;
}
.noavail {
	background: #e7f3ff none repeat scroll 0 0;
	font-size: 1em;
	margin: 10px;
	text-align: center;
	    padding: 65px 35px;
}
.publicationhome p {
	margin-bottom: 8px;
	margin-bottom: 5px;
	text-align: justify;
}
.publicationhome img {
	width: 240px;
	height: auto !important;
	padding: 5px !important;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.abouthome {
	text-align: justify;
}
/*_:-webkit-full-screen, .safari_only a{ 
	width: 35px !important;
	font-size: 0em;
	text-align: center;
	height: 30px;
}*/

.about-content {font-size: 11.0pt;
    font-family: 'Arial','sans-serif';
    color: black;}
#inner-sec{min-height: 350px;}




/*@media only screen and (-webkit-min-device-pixel-ratio:0) { 
    ::i-block-chrome,.safari_only a{ 
	width: 35px !important;
	font-size: 0em;
	text-align: center;
	height: 30px;
    }
}*/
/*vinay css*/

#site-navigation ul li:hover ul li ul { visibility: hidden;}
#custome-secondary .title-block-wrap {
     font-weight: 600;
    border-left: 4px solid #00424a;
    /* border-radius: 25px 0 0; */
    border-bottom: 2px solid #042124;
    font-size: 1.1em;
}
#custome-secondary .block-title {
    background: none;
}


.none.wdps_animated {
	font-size: 1.4em;
	top: 44.25%;
	padding: 5px;
}
.page-template-announcement .more-link, .page-template-announcement_archieve .more-link {
	float: left;
	width: 100%;
}
.following-post .article-content .news .more-link a {
	background: #dc3522;
	color: #fff;
	margin: 12px 0;
	padding-right: 0;
	text-align: center;
	padding: 8px 12px;
}
/*.fa.fa-forward {
    font-size: 0.9em;
}*/
.news-press-detail .following-post .more-link:after {
	/*content:none;*/
	content: normal;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	color: #ffffff;
}
.table-list {
	width: 100%;
}
.table-list, th {	
       padding: 4px;
       width: 3px;
}


.table-list, th, td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 4px;
        width: 1px;
}
.table-list th {
	background: #f9f9e2;
}
.wlogo {
	float: right;
}
.wlogo img {
	border: 0;
	width: 60px;
	height: 21px;
}
.nic img {
	width: 100%;
}

a.backbtn{
	float: right;
	background: #7c4800;
	padding: 5px 15px;
	font-weight: 600;
	color: #fff;
}


/*@media all and (-ms-high-contrast:none)
     {
     .carousel-slider-wrapper .bx-controls { top: -60px; } 
     *::-ms-backdrop, .carousel-slider-wrapper .bx-controls { top: -60px; } 
	 .carousel-slider-wrapper .bx-controls a.bx-next::after{top:1px;}
   }
   
   @media only screen and (-webkit-min-device-pixel-ratio:0) {
	   .login-signup-wrap li {
		display: inline-block;
		float: left;
		width: 31px;
		height: 20px;
		}
		.login-signup-wrap {
		float: right;
		margin: 5px 0 0 25px;
		width: 193px;
		}
   }*/
#pageNavPosition {
	padding: 10px 0;
	text-align: center;
	margin-top: 10px;
	float: left;
	width: 100%;
}
#pageNavPosition span {
	background: #069 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	font-size: 0.9em;
	margin: 0 2px;
	padding: 2px 9px;
	cursor: pointer;
}
#pageNavPosition span.pg-selected, #pageNavPosition span:hover {
	background: #dc3522;
}
.viewlnk {
	display: inline-block;
	margin: 5px 0;
	color: #000;
}
#secondary ul {
	/*margin-top: 10px;*/
}
.red .department-site-link a {
	color: #fff !important;
	background: #000000;
}
.red #breaking-news {
	/*padding: 15px 0 5px;
	background-color: #000;*/
}
.red .viewlnk {
	color: #ff0;background: #093a40;
}
.following-post figure {
	float: left;
	margin-right: 10px;
}
.sno {
	text-align: center;
	width: 30px;
}
.img-right h2, .img-right h4 {
	display: inline;
}
.search-result img:hover, .search-result img:hover {
	background-color: #a9a9a9;
}
.search-result img, .search-result img {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ddd;
	display: block;
	padding: 5px;
	float: left;
	margin: 0 10px 0 0;
}
.search-result {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
	display: block;
}
/*.search-result:last-child {
	border-bottom: none;
}*/
.search-result .following-post .article-content {
	padding-top: 0;
}
.article-desc .more-link a {
	background: #dc3522 none repeat scroll 0 0;
	color: #fff;
	margin: 0px 0;
	padding: 5px 12px;
	text-align: center;
	display: inline-block;
}
.article-desc .more-link a:hover {
	background: #6E0001;
}
.videoSection iframe {
	width: 100% !important;
	vertical-align: top;
}
.tabledata .sn, .tabledata .an {
	width: 60px;
	text-align: center;
}
.tabledata .subdate {
	width: 170px;
}
.articles-all .article-heading {
	font-size: 1.2em;
}
.ngg-gallery-thumbnail-box {
	display: inline;
    margin: 0;
    width: 24%;
    text-align: center;
    font-weight: 600;
    padding: 1%;
}
.photogal-page .ngg-gallery-thumbnail img { margin: 0px;}
.ngg-gallery-thumbnail img {
	max-width: 100%;
	width: 100%;
}
#site-navigation ul > li .sub-menu a {
	line-height: normal;
	padding: 8px 0;
}

/* Large desktop */
.water-resurce-images { padding: 10px; }
.water-drop-image { width: 127px;}
.home-slider-wrapper { clear: both;}
.main-whats-new .widget {border: none; text-align: center; box-shadow: none;}
.main-whats-new #raw img {    width: 20px;}



.leg-hide { display: none;}
.red a:focus {outline-color: #fff !important;outline: solid 1px #fff !important;}
.department-site-link a { /*text-decoration: none;*/}
#skiplink {/*text-decoration: none;*/}
.fontResizer ul li a {/*text-decoration: none;*/}
.tg-inner-wrap .snippet li a {/*text-decoration: none;*/}
.top-menu-wrap ul li a, .login-signup-wrap ul li a {/*text-decoration: none;*/}
#breaking-news #newscontent a { /*text-decoration: none;*/ }
.jshowoff-controls a.jshowoff-paused, .jshowoff-controls a.jshowoff-1-play,
.jshowoff-controls a.jshowoff-1-prev, .jshowoff-controls a.jshowoff-1-next,
.jshowoff-controls a.jshowoff-1-prev, .jshowoff-controls a.jshowoff-1-next{/*text-decoration: none;*/}
.temp-two-about-us a { /*text-decoration: none;*/}
.custom_cat.gallery { /*text-decoration: none;*/}
.carousel-slider-wrapper .bx-controls a { /*text-decoration: none;*/}
.footermenu ul li a { /*text-decoration: none;*/}
#secondary .annoucement-arch > a { /*text-decoration: none;*/}
#secondary a { /*text-decoration: none;*/}
#secondary .menu-quick-links-container li a, #secondary .menu-related-links-container li a, #custome-secondary .quick_link li a {padding: 2px 15px 2px 27px;    display: block;}



.department-site-link a:hover { text-decoration: underline;}
#skiplink:hover {text-decoration: underline;}
.fontResizer ul li a:hover {text-decoration: underline;}
.tg-inner-wrap .snippet li a:hover {text-decoration: underline;}
.top-menu-wrap ul li a:hover, .login-signup-wrap ul li a:hover {text-decoration: underline;}
#breaking-news #newscontent a { text-decoration: underline; }
.jshowoff-controls a.jshowoff-paused:hover, .jshowoff-controls a.jshowoff-1-play:hover,
.jshowoff-controls a.jshowoff-1-prev:hover, .jshowoff-controls a.jshowoff-1-next:hover,
.jshowoff-controls a.jshowoff-1-prev:hover, .jshowoff-controls a.jshowoff-1-next:hover
{text-decoration: underline;}
.temp-two-about-us a:hover { text-decoration: underline;}
.custom_cat.gallery:hover { text-decoration: underline;}
.carousel-slider-wrapper .bx-controls a:hover { text-decoration: underline;}
.footermenu ul li a:hover { text-decoration: underline;}
#secondary .annoucement-arch > a:hover { text-decoration: underline;}
#secondary a:hover { text-decoration: underline;}
.fontResizer .black-bg img, .fontResizer .white-bg img {border-radius: 3px;
    border: 1px solid #ccc;}
.red .fontResizer .fontResizer_minus, .red .fontResizer .fontResizer_reset, .red .fontResizer .fontResizer_add {background:#fff;}

/*For Gallery Focus*/
/*.photogal-page .ngg-gallery-thumbnail-box:focus-within{
outline: -webkit-focus-ring-color auto 5px;
}
*/

.photogal-page .ngg-gallery-thumbnail-box a:focus img{ 
    background-color: #a9a9a9;
}
.content-sec {
    padding: 0px 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.minister {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.minister img {
    border: 2px solid #000;
    padding: 10px 0px;
    padding: 5px;
    border-radius: 5px;
    width: 112px;
}
.minister-con {
    width: 100%;
    padding: 10px 0px 10px 0px;
}
.minister-con p:first-child {
    /*font-weight: 600;*/
    margin-bottom: 0px !important;
}
#secondary .minister:last-child {
    border-bottom: 0px;
}
.custome-left-sidebar .minister:last-child {
    border-bottom: 0px;
}
.custome-left-sidebar .first-landing-page-content.about-us-block{
    padding: 0px;
    box-shadow: none;
}
.custome-left-sidebar .first-landing-page-content img{height:auto;}
.custome-left-sidebar .first-landing-page-content .minister-con p:first-child {
    font-weight: 600;
    margin-bottom: 0px !important;
}
.footermenus {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding:5px 15px;
}
.imp-link  {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding:0px 15px;
}
.others-link {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 25px 15px;
}
.contct-info {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding:0px 15px;
}
.imp-link-sec ul.menu li a{
    color: #fff;
    font-size:0.95em;
    padding: 2px 5px 2px 20px;
    display: block;
    position: relative;
    letter-spacing: 0.04em;
   
}
.imp-link-sec ul.menu li {list-style:none;}
.menu-other-links-container ul.menu li a,  .footermenu ul.menu li a{
    color: #fff;
    font-size: 0.95em;
    padding: 2px 5px 2px 20px;
    display: block;
    position: relative;
    letter-spacing: 0.04em;
   
}

.imp-link-sec ul.menu li:last-child, .footermenu ul.menu li:last-child {border-bottom:none;}

.imp-link-sec ul.menu li, .footermenu ul.menu li {list-style:none;  border-bottom: 1px solid #06626e;}
.imp-link-sec{ position:relative;float: left;margin-top: 5px;}
.imp-link-sec ul{margin: 0px;}


.imp-link-sec ul.menu li::before, .footermenu ul.menu li::before {
    content: "\f04b";
    color: #06a0b6;
    position: absolute;
    font: 0.6em/1 FontAwesome;
   /* height: 100%;
     left: 7px; */
    /* top: 21px; */
    vertical-align: top;
    margin-right: 7px;
    /* bottom: 0; */
    padding: 6px;
    margin-top:1px;
}
.imp-link-sec ul.menu li {
    display: block;
    width: 100%;
    text-align: left;
}
.imp-link-sec ul.menu li {
    display: block;
    width: 100%;
    text-align: left;
	float:left;
}
#bottom-footer h3 {
    color: #fff;
    padding-bottom: 6px;
    border-bottom: 1px solid #06626e;
    width: 100%;
    float: left;
    position: relative;
    font-weight: 400;
	font-size:1.3em;
}
#bottom-footer h3::after {
    content: "";
    width: 65%;
    height: 3px;
    left: 0px;
    margin-left: 0px;
    padding-top: 0px;
    background: #06a0b6;
    position: absolute;
    bottom: -2px;
}

/*#bottom-footer h3.txt{margin-top:10px;}*/
.contct-info p{color:#fff; font-size:1.1em;}
/*.imp-link ul{ margin:0 0 15px 0px;}*/
.first-landing-page-content.about-us-block.block-section {min-height: 250px;}

.about-pr {
    margin-top: 14px !important;
}
.about-pr.assem {
    margin-top: 2px !important;
}
p.about-pr.sidebar-minister {
    margin-top: 0 !important;
    margin-bottom: 10px;
}

#custome-secondary p.about-pr.sidebar-minister a{color: #fff;}
.copy-right {
    width: 100%;
    float: left;
    background: #7C4800;
    text-align: center;
    color: #fff;
	font-size: 0.9em;
}
.first-landing-page-content.about-us-block.middle-section ul{list-style:none; margin:0px;padding: 0px;}
.first-landing-page-content.about-us-block.middle-section ul li::before{
    content: "\f105";
    color: #000000;
    display: inline-block;
    font: 0.813em/1 FontAwesome;
    height: 100%;
    margin-right: 5px;
    padding-top: 5px;
    vertical-align: top;
}
span.wlogos img {
    width: 6%;
    vertical-align: top;
    padding-left: 10px;
}
.middle-section{position:relative;}
p.about-pr{position:absolute; bottom:20px; right:20px;}
p.about-btn {bottom:10px !important;}
.about-sec-set {
    min-height: 200px;
}

.lft-sec p{position:static;}

.heading{background:#093a40; padding:5px; color:#fff; text-align:center; display:block; box-sizing:border-box; font-size:1.3em; margin-bottom:10px; margin-top:10px;}
.data-tem {width:100%;}
table.table-sec {margin-bottom:25px;}
table.table-sec tr th{background:#093a40; color:#fff; padding:8px;}
table.table-sec tr td{padding:8px;}
table.table-sec tr:nth-child(odd){background:#e6e2e2;} 
.middle-section ul li{ border-bottom:1px dotted #c3bfbf !important; padding:5px 0 8px 0px;}
.middle-section ul li:last-child{ border-bottom:none !important;}
.middle-section ul li a{color:#005580;}
table.mla-detail tr:nth-child(odd){background:#f1efef;} 
table.mla-detail-sec tr:nth-child(odd){background:#f1efef;}
#slip-main-sticky-wrapper {height:43px !important; float:left; width:100% !important;}
.custom_cat.gallery {display:none;}
/*.carousel-slider-wrapper .bx-controls a{display:none;}*/
.gallery .bx-wrapper {max-width:100% !important;}
.gallery .execphpwidget{padding:0;}
.photogallaryhome .bx-controls-direction a.bx-prev{ float:left; position:relative; top:-80px;}
.photogallaryhome .bx-controls-direction a.bx-next{ float:right; position:relative; top:-80px;}
.gallery .widget{margin-bottom:0; border:none; box-shadow:none; height:130px;}
.back-btn {width:100%; float:left;}
.back-btn a{float: right;
    background: #064750;
    color: #fff;
    padding: 4px;
    width: 70px;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: inline-block;
	
}
.txt-cen{text-align:center;}

#site-navigation ul >li.menu-item-16987:nth-child(8)> a::before{    
    color: #fff;
    display: inline-block;
    font: 0.9em FontAwesome;
    left: -5px;
    padding: 0;
    position: absolute;
    top: 12px;
    vertical-align: top;
}
#site-navigation ul >li.menu-item-46421:nth-child(9)> a::before{    
    color: #fff;
    content: "\f156";
    display: inline-block;
    font: 0.9em FontAwesome;
    left: -2px;
    padding: 0;
    position: absolute;
    top: 14px;
    vertical-align: top;
}

header a{text-decoration: none;}

#site-navigation ul > li.menu-item-16987:nth-child(8)> a, #site-navigation ul > li.menu-item-46421:nth-child(9)> a{padding: 0px 0px 0px 14px;}
.speaker-img {border:2px solid #ddd; background:#eee; padding:5px;}
.sp-sec {text-align:center;}
.logo {position:absolute; top:55px; left:30px;}
.right-side-logo {position:absolute; top:75px; right:35px;}
.banner-cls {position:relative;}
.inner-sec {width:100%;}
#wpwrap #adminmenuwrap {width:200px !important;}
#wpcontent .wrap {float :none !important;}
.contact-left{width:60% !important;}
 .current{
	background: #08474f;
    padding: 10px;
    width: 30px;
    display: inline-block;
    margin-bottom: 5px;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 8px;
}
a.page-numbers{
	background: #08474f;
    padding: 10px;
    width: 30px;
    display: inline-block;
    margin-bottom: 5px;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 8px;
}
.next a.page-numbers{
	background: #222;
    padding: 10px;
    width: 30px;
    display: inline-block;
    margin-bottom: 5px;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 8px;
}
.search-filter {margin-bottom:20px !important; width:100%; float:left;}
.search-filter-sec{ 
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0;
    width: 282px;
}
.search-filter-sec label{font-weight:600;}
.search-filter-sec input[type="text"] {height:35px; border:1px solid #dad8d8;}

.form-select{
	 border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #999999;
    display: block;
    font-size: 1em;
    height: 35px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
	 width: 98%;
	
}
.search-btn {margin-top:20px;}
#tot_rec { float:right; font-weight:600;}
.former-sec a {
	background: #074850;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
	box-sizing:border-box;
	font-weight:500;
}
.former-sec a:hover{    
    background: #e4e6e8;
    color: #000000;
}
.custome-left-content-section.column-two .widget.widget_execphp:nth-child(2) {   
    width: 49%;
    float: left;
    margin-right: 2%;
}

.custome-left-content-section.column-two .widget.widget_execphp:nth-child(5) {
	 width: 49%;
    float: left;
    
}

/*--------------------------------- Dark Theme--------------------------------------*/
.red .custome-logo{filter:invert(100%);}


.custome-logo {display: inline-block;}
.custom-tagline {
	/*display: inline-block;*/
	padding: 0 15px;
	vertical-align: top;
}
.custom-tagline h2 {
	color: #8e0000;
	margin-bottom: 0;
	font-family: 'museo700';
	font-size: 1.55em;
	margin-top: 0.2em;
	font-weight: 400;
	letter-spacing: -0.03em;
}
.custom-tagline h3 {
	color: #000;
	margin-top: 0px;
	font-size: 1.1em;
	font-weight: 400;
}
/*
.logo a img {
	float: left;
}
*/
.first-landing-page-content {
	text-align: center;
	padding: 20px;/*background: #fbf2d7;*/
}
/*.first-landing-page-content .site-portal a {
	padding: 8px 15px;
	background: #FFC107;
	margin: 8px 10px;
	color: #000;
	font-size: 1em;
	border-radius: 3px;
	font-weight: bold;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	box-shadow: 0 2px 0px #ccc;
}*/
/*.first-landing-page-content .site-portal a:hover {
	background: #CDDC39;
	box-shadow: 0 2px 0px #333;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.first-landing-page-content h3 {
	font-weight: 700;
	margin: 20px 0;
	font-size: 1.3em;
	height: 50px;
	color: #5f0000;
	text-transform: uppercase;
}*/
.video-right-sidebar .custom_cat {
	display: none;
}
.ministers-message img {
	float: left;
	margin: 4px 10px 10px 0px;
}
.ministers-message {
	margin-bottom: 0px;
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}
.site-portal {
	display: block;
	padding: 10px;
}
.execphpwidget {
	clear: both;
	padding: 10px;
}
.first-landing-page-content img {
	background: #f9f9f9;
	border-radius: 8px;
	height: 205px;
	/*max-width: 170px;*/
	transform: scale(1, 1);
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	margin-bottom: 8px;
}
/*.first-landing-page-content:hover img {
	max-width: 170px;
	height: 175px;
	transform: scale(1.1, 1.1);
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}*/
.first-landing-page-content:hover {
	/*background: #fff;*/
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
/*.govimg img {
	max-width: 108px;
    padding: 2px;
    margin: 3px 3px;
    background: #e4e4e4;
    transition: all ease-in-out 0.22s;
}*/
.govimg img {
    width: 169px;
    padding: 3px;
    margin: 3px 3px;
    background: #e4e4e4;
    transition: all ease-in-out 0.22s;
}
.govimg img:hover {
	box-shadow: 0 0 5px 0 #ccc;
	background: #fff;
	transition: all ease-in-out 0.22s;
}
.video-right-sidebar {
	padding: 10px 0 0;
}
.photogallaryhome .bx-viewport li {
	/*width: 154px !important;*/
	border: 1px solid #dedede;
	padding: 3px;
	margin-right: 18px;
}
.carousel-slider-wrapper.gallery-slider .bx-viewport {    height: auto;}
.ministers-message:nth-child(2) img {
	border-radius: 6px;
}
#top-footer {
	display: none;
}
.custome-left-content-section {
	margin-left: 0;
	width: 100%;
}
.dummy-content {
	text-align: left;
}
.site-one-about-us {
/*
	max-height: 275px;
	overflow: auto;
*/
}
.table-responsive {
	overflow: auto;
}
.site-portal a {
	border-radius: 4px;
	color: #fff;
	font-size: 0.9em;
	padding: 9px 12px 8px;
	font-family: Roboto;
}
#secondary .site-portal a {
	color: #5d1b03;
}
.view-all-video {
	margin-top: 10px;
}
.view-all-video a {
	color: #000;
	padding: 5px 11px 5px 11px;
	background: #ff9f11;
	margin-left: 5px;
}
.site-portal a:hover {
	text-decoration: underline;
}
.visit-btn {
	background: #ff9f11;
}
.shopnow-btn {
	background: #5d1b03;
	margin-left: 10px;
}
.top-header-wrapper a:hover {
	text-decoration: underline;
}
.first-landing-page-content h3 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	font-size: 1.2em;
	padding: 0 0 6px;
	margin: 0px;
	font-family: Roboto;
	border-left: 4px solid #0b4249;
   /* border-radius: 25px 0 0;*/
}
.first-landing-page-content {
	border-bottom: 3px solid #123F60;
	box-shadow: 0 3px 5px 1px #ddd;
	clear: none;
	font-size: 0.89em;
	line-height: 1.6;
	padding: 15px 16px 9px;
	background: #fff;
	width: 100%;
	float: left;
	/*border-radius: 25px 0 0;*/
}
.red .main-search-cust .searchsubmit {    background: #999999;}
.execphpwidget .tg-column-6:nth-child(1) {padding-right: 10px;}
.execphpwidget .tg-column-6:nth-child(2) {padding-left: 10px;}
.tg-column-6 { width: 50%; display:  inline-block; float: left; }
.red .widget { border: 1px solid #3e3e3e; }

.red .photogallaryhome .bx-viewport li { border-color: #3e3e3e; }
.colum-wrap {
	clear: both;
	float: left;
	width: 100%;
}
.tg-column-wrapper {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
}
.colum-wrap .tg-column-3 {
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0 10px;
	vertical-align: top;
	width: 34.5%;
}
.colum-wrap .tg-column-3:first-child, .colum-wrap .tg-column-3:nth-child(3) {
	padding: 0px;
	width: 32.5%;
}
.multisite-logo-left {
	display: inline-block;
}
.about-us-block > p {
	float: left;
	/*min-height: 185px;*/
	padding: 0;
	width: 100%;
	margin: 0px;
	font-size: 1em;
	line-height: 1.6;
	text-align: justify;
	color: #333;
	font-family: Roboto;
}
.about-more {
	color: #fff;
	/*float: left;*/
	margin-right: 0;
	padding: 5px 11px 5px 6px;
	position: relative;
	right: 24px;
	background: #7c4800;
}


#custome-secondary .execphpwidget .about-pr a{color: #fff;}

#custome-secondary .execphpwidget .about-pr .about-more{margin-top: 5px;float: right;margin-bottom: 8px;}
.about-more:hover {
	background: #0e4f56;
}
.about-more:after {
	content: "\f04e";
	color: #fff;
	display: inline-block;
	font: 1em /1 FontAwesome;
	height: 100%;
	margin-left: 0px;
	padding: 7px 17px 7px 8px;
	vertical-align: top;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 75px;
	background: #0b4249;
}
.first-landing-page-content h3 { margin-bottom: 10px !important;     text-transform: uppercase; }
.about-us-block .about-pr {
	min-height: auto;
	/*float: right;
	width: auto;*/
	text-align: right;
	/*padding:20px;*/
}
.about-us-block h3 {
	background: #0b4249;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.4;
	margin: -15px -16px 0;
	padding: 6px 15px 5px;
	text-shadow: none;
	text-align: left;
	color: #fff;
}
.about-us-block {
	padding-top: 15px;
}
.tg-column-1 .execphpwidget .about-sec-set{min-height: 300px;}

.first-landing-page-content.video-home img {
	display: block;
	max-width: 100%;
	border-radius: 4px;
	transform: none;
	transition: none;
}

.first-landing-page-content {
	/*float: left;*/
	min-height:292px;
	text-align: left;
	/*width: 100%;*/
}


#execphp-73 .first-landing-page-content{ height:320px !important;}

/*.execphpwidget .tg-column-6:nth-child(2) .about-us-block .about-pr a.about-more, .execphpwidget .tg-column-6:nth-child(3) .about-us-block .about-pr a.about-more, .execphpwidget .tg-column-6:nth-child(4) .about-us-block .about-pr a.about-more{position: absolute; top: 123px;padding: 3px 11px 2px 6px;
}
.execphpwidget .tg-column-6:nth-child(2) .about-us-block .about-pr {
    position: relative;
}*/
#primary .execphpwidget { padding: 0px; }
.banner-cls img {
    
	height:180px;
}
.img-struct img {
	border-radius: 8px;
	height: 175px;
	transition: none;
	width: 170px;
	max-width: 100%;
	transform: none;
	margin-bottom: 6px;
}
.first-landing-page-content.img-struct:hover {
	background: #fff;
	transition: none;
}
.first-landing-page-content.img-struct:hover img {
	border-radius: 8px;
	max-width: 100%;
	transform: none;
	transition: none;
}
.first-landing-page-content.sec-sericul > h3 {
	padding: 0 23px 6px;
}
.home-slider-wrapper .wdpslider {
	margin-bottom: 10px;
}
/*
body {
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	min-width: 600px;
}
*/
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
*::-moz-placeholder {
 color: #72777c;
 opacity: 1;
}
#secondary h3 {
	background: #00424a;
	color: #fff;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 9;
	padding:4px 0;
}

#custome-secondary h3 {
	background: #00424a;
	color: #fff;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 9;
	padding:4px 0;
}
.red .bottom-header-wrapper .home-icon a {
	color: #fff;
}
.red .gallery-view {
	color: #ffffff;
	background: #000000;
}
.red #site-navigation ul > li.menu-item-has-children > a:after {
	color: #fff;
}
.red #secondary h3 {
	background: #000000;
	color: #fff;
	text-shadow: none;
}
.red #secondary .ins-news .following-post {
	border-color: rgb(153, 153, 153);
}
.red footer .execphpwidget {
	border: none;
}
.last-up {
	color: #fff;
	font-size: 0.9em;
}
.news a {
	font-weight: 600;
	color: #444;
}
.ministers-message {
	border-bottom: 1px solid #999;
}
.red .noavail {
	background: #444 none repeat scroll 0 0;
}
.default-video-image {
	margin-top: 10px;
	padding: 5px;
}
.about-section-homepage-two a {
	color: #000;
	margin-right: 0;
	padding: 5px 0px 5px 11px;
	background: #ffcc66;
}
.temp-two-about-us {
	padding-top: 20px;
	text-align: right;
	margin-bottom: 7px;
	display: block;
}
.temp-two-about-us a:after {
	content: "\f04e";
	font: 1em/1 FontAwesome;
	padding: 6px 7px 6px 7px;
	margin-left: 5px;
	color: #000;
}
.temp-two-about-us a:hover {
	background: #cddc39;
}
.red .temp-two-about-us a:hover {
	background: #222;
	text-decoration: underline;
}
#secondary .temp-two-about-us a {
	color: #000;
}
.non-use-logo {
	display: none;
}
.heading-center {
	text-align: center;
}
/*
.custome-logo {
	float: left;
}
*/
.red .multisite-logo-right img {
	filter: invert(100%);
}
.custome-left-content-section.column-two .widget.widget_execphp:nth-child(3) {
	width: 49%;
	float: left;
	/*margin-right: 2%;*/
	/*min-height: 355px;*/
}
.custome-left-content-section.column-two .widget.widget_execphp:nth-child(4) {
	width: 49%;
	float: left;
	/*min-height: 355px;*/
	margin-right: 2%;
}
.temp-two-about-us a {
	color: #000;
	margin-right: 0;
	padding: 5px 0 5px 11px;
	background: #ff9f11;
}
.temp-two-about-us a:hover {
	color: #333;
}
.two-image .custome-image img {
	padding: 5px;
	background: #adadad;
	border-radius: 6px;
	box-shadow: 6px 6px 3px #888888;
	margin: 0 auto;
	display: block;
}
.two-image .custome-image img:hover {
	background: #000;
}
.two-image {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.two-image .custome-image {
	margin-bottom: 15px;
}
/*
.department-site-link  {
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	color: #000;
}
*/
.department-site-link a {
	color: #000 !important;
	font-weight: 700;
	background: #FFC107;
	padding: 8px 15px;
	line-height: 22px;
	text-transform: uppercase;
}
#wdps_container1_0 #wdps_container2_0 .wdps_pp_btn_cont {
	font-size: 2em !important;
	height: 40px;
	padding-top: 10px;
	width: 40px;
}
.khadi-products {
	text-align: center;
}
.mahatma-gandhi-image {
	text-align: center;
}
.product-photogal-page {
	text-align: center;
}
.product-photogal-page img {
	width: 100%;
	height: 200px;
}
.tabledata {
	padding: 0 0 15px;
}
.tml {
	max-width: 320px;
	margin: 50px auto;
	border: 1px solid #efefef;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0 0 6px 3px #f7f7f7;
}
.newspress-sidebar a .viewlnk:hover {text-decoration: underline;}
.newspress-sidebar .annoucement-arch a:hover {text-decoration: underline;}
#menu-footer-menu li:last-child a {border-right: none;}
a.custom_cat.gallery:hover .gallery-view {text-decoration: underline;}
.default-video-image a .viewlnk {margin-bottom: 0;color: #000;padding: 3px 11px 3px 11px;background: #ff9f11;}
.default-video-image a .viewlnk:hover {background: #cddc39;}
.watch-video .temp-two-about-us {padding-top: 10px;}
.red #secondary a:hover {text-decoration: underline;}
.tg-inner-wrap .snippet li:first-child a {border-right: 1px solid #000;padding-right: 8px;}
.carousel-slider-wrapper .bx-controls a:hover {background: #BA2616;}
.default-video-image iframe {margin-bottom: 5px;}
.carousel-slider-wrapper .bx-controls a.bx-next:after {content: "\f105";}
#wdps_container1_0 #wdps_container2_0 .wdps_left-ico_0, #wdps_container1_0 #wdps_container2_0 .wdps_right-ico_0 {background: rgba(43, 41, 41, 0.52) !important;}
#secondary .annoucement-arch > a:hover {	color: rgba(255, 159, 17, 1);}
.footermenu ul li a:hover {	color: rgba(255, 159, 17, 1);}
.newspress-sidebar a .viewlnk:hover {text-decoration: underline;color: rgba(255, 159, 17, 1);}
.red .water-drop-image {    filter: invert(100%);}

.board-mangment li {margin-bottom: 15px !important;}
.board-mangment li h1, .board-mangment li h2, .board-mangment li h3 {margin-bottom: 5px;font-weight: normal;}
.chairperson h2 {font-size: 1.4em;margin-bottom: 5px;display: inline;}
.img-right > img {float: right;margin-left: 10px;}
.img-right {text-align: justify;}
.img-right > h3 {display: inline;}
.staff-img {display: table-cell;margin: 10px;padding: 5px;text-align: center;width: 15%;}
.staff-img img {margin-bottom: 10px;}
.staff-img p {margin: 0;font-size: 1em;text-align: center;}
a.download-here {color: #dc3522;margin-top: 5px;display: inline-block}
a.download-here img {margin-right: 5px;vertical-align: top;margin-top: 2px;}
.chairperson {text-align: justify;}
.chairperson > img {float: right;margin-left: 10px;}
/*Kanchan css*/
.content-div {width: 100%;float: left;clear: both;margin-bottom: 15px;}
.content-left {float: left;width: 28%;}
.content-img {float: right;}
.fontResizer ul {float: left;margin: 0;padding: 0px 6px 0px 0px;}
table {width: 100%;}
table.table_style {border-collapse: collapse;border-color: #00000a;border-width: 1px;color: #000000;font-size: 1em;line-height: 18px;}
table.table_style td {border: 1px solid #00000a;padding: 8px;}
table.table_style td a {color: #4264ab;/*text-decoration: none;*/}
table.table_style td a:hover {color: #333333;}
#menu-social li a:hover::before {color: #fff;}
.login-signup-wrap a:hover {color: #fff;}
.login-signup-wrap a {
display: inline-block;
font: 0px/2.4em;
padding: 5px 7px;
vertical-align: middle;
line-height: normal;
width: 25px;
height: 24px;
border-radius: 3px;
}
.annoucement-arch {position: relative;}
#secondary a {color: #000;}
#secondary a:hover {color: #000;}
#secondary .annoucement-arch > a {position: absolute;right: 5px;bottom: 5px;color: #000;}
.featured-post-wrapper p {margin-bottom: 8px;}
#secondary .custom_cat {padding-left: 5px;}
body.red #main {background: #000;}
.sitemaps h2 {display: none;}
.sitemaps li {list-style-image: url("img/black_bullet.gif");margin-bottom: 5px;}
.sitemaps .children li {list-style-image: url("img/arrow_grey.gif");}
.entry-content .ins-news li, .facoverview li {list-style-image: url("img/black_bullet.gif");margin-bottom: 5px;}
.entry-content .ins-news a, .entry-content .ins-news li p, .facoverview li p {color: #333333;font-size: 1em;}
.entry-content ul li {list-style-image: url("img/black_bullet.gif");margin-bottom: 5px;color: #333333;line-height: 24px;}
.entry-content ol li {color: #333333;line-height: 24px;}
.entry-content .ins-news li p {margin-bottom: 0px;}
.magazine-block-1 .news a:hover {color: #dc3522;}
.photo-gallery {font-size: 1.2em;font-weight: bold;}
.widget_execphp .pull-right {}
.plan-visit {padding-top: 20px;}
.plan-visit table, .plan-visit th, .plan-visit td, .plan-visit tr {border: none;background: #fff;padding: 0;}
.plan-visit td, .plan-visit th {border-right: 1px dotted #ccc;display: table-cell;font-size: 1em;margin-right: 1%;padding: 4px 20px;width: 35%;}
.contact .form-add {width: 100%;}
.our-finace p, .our-building p, .Our-Museum p, .Program-Committee p {margin-bottom: 5px;}
.our-finace h4, .our-building h4, .Our-Museum h4, .Program-Committee h4 {margin-top: 10px;margin-bottom: 5px;}
.summer-festa img {max-width: 100%;}
.quick_link li:before {font-family: FontAwesome !important;font-style: normal;font-weight: normal;line-height: 1 !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;color: #3d3d3d;position: absolute;top: 8px;left: 2px;}
ul.quick_link {margin-left: 0px;margin-bottom: 0;}
.quick_link li {list-style: none;position: relative;background: url("img/bullet-1.png") left 7px top 8px no-repeat;background-size: 11px;}

.quick_link li ul {position: absolute;right: -270px;display: none;background: #ff9f11;transition: all 0.5s ease;width: 270px;z-index: 999;}
.quick_link li ul li {border-bottom: 1px solid rgba(255, 255, 255, 0.2);float: none;background: none;}
.red .quick_link li ul li {background: none;}
.quick_link li ul li a {padding-left: 0px;}
.quick_link li ul li:hover {background: #115962;}
#execphp-52 .block-title > span {font-size: 1em;
text-transform: uppercase;}

.quick_link li ul li:hover a {color: #fff !important;}

.quick_link li:hover ul { background: #0b4249;}
.red .quick_link li:hover ul { background: #000;}
.quick_link li:hover { background-color: #115a63;}
#secondary li:hover a { color: #fff;}
#custome-secondary li:hover a { color: #fff;}
.quick_link li:hover ul { display: block;top: 0;opacity: 1;visibility: visible;}
ul.quick_link  > li.menu-item-has-children > a:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: "\f0da";
    font-family: FontAwesome;
    color: #000;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
}
.red .first-landing-page-content {border-bottom: 3px solid #444444;}
.red .about-more {    background: #444444;}
.red .about-more:after { background: #333; }
.red .quick_link li {list-style: none;position: relative;background: url("img/bullet-2.png") left 7px top 8px no-repeat;background-size: 11px;}
.quick_link li a {line-height: 24px;}
.text_content_2 {
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	line-height: 1 !important;
	text-transform: uppercase;
	clear: both;
	margin-bottom: 0px !important;
	text-align: left;
	font-size: 2.4em;
}
.text_content_1 {line-height: 23px !important;clear: both;font-family: 'Roboto', sans-serif !important;text-align: left;}
#wdps_container1_0 #wdps_container2_0 .wdps_slideshow_dots_container_0 {	bottom: 10px !important;}
.more-text div {background: none !important;position: static !important;left: auto !important;top: auto !important;width: 100%;}
.more-text {bottom: 0;padding: 25px 40px 40px;position: absolute;width: 100%;}
.innerpart {position: relative;}
.more-text span:nth-child(3) {float: right;width: auto;position: absolute !important;right: 40px;bottom: -47px;}
.text_content_4 {padding: 10px 17px 9px !important;font-family: 'Roboto', sans-serif !important;border: 1px solid #ffffff !important;}
.more-text span:nth-child(1), .more-text span:nth-child(2) {float: left;width: 80%;}
.text_content_4:hover {background: #dc3522;border: none !important;padding: 11px 18px 10px !important;}
#wdps_post_slideshow_play_pause_0 span, .wdps_right_btn_cont span, .wdps_left_btn_cont span {color: #fff; background: #222;}
.text_content_4 i {padding: 0px !important;}
.banner-content.text_content_2.text_content_2_1 {font-size: 2.4em;font-weight: 700;}
.text_content_4_1 {bottom: -47px;float: right;padding: 10px 10px 9px !important;position: absolute;right: 40px;width: auto !important;}
.text_content_4_1:hover {padding: 11px 10px 10px !important;}
.text_content_4_1:hover a {color: #ffffff;}
.text_content_2_1 {width: 80%;}
#wdps_container1_0 #wdps_container2_0 .wdps_slideshow_image_wrap_0 {max-width: 100% !important;}
#colornews_recent_post_with_image_widget-2 .ins-news {padding: 0px;}
#primary .news-press-detail, #primary .bg-col {border: none;}
.news-press-detail .following-post, .search-results .following-post {border-bottom: 1px dotted rgba(0, 0, 0, 0.1);margin: 5px 0px;padding: 0px 0 10px;}
.bg-col .following-post {border-bottom: 1px dotted rgba(0, 0, 0, 0.1);padding: 10px 0 15px;}
.news-press-release h1.entry-title {font-weight: 400;}
.news-press-release {border-bottom: 1px dotted rgba(0, 0, 0, 0.1);}
.news-press-detail ul {margin: 0px;padding: 0px;}
.single-news-press-release .nav-links a {background: #dc3522;}
.news-press-detail .single-article {padding: 0px !important;}
.news-press-detail .single-article li a {color: #3e3e3e;font-family: "Roboto", sans-serif;font-weight: bold;}
.news-press-detail .following-post .article-content {padding: 0px 10px;}
#wdps_container1_0 #wdps_container2_0 .wdps_slideshow_dots_active_0 {top: -1px;font-size: 1.4em !important;}
.news-press .following-post img, .news-press-detail .following-post img, .search-results .following-post img {border: 1px solid #a9a9a9;display: block;padding: 5px;background: #ffffff;}
.news-press .following-post img:hover, .news-press-detail .following-post img:hover {background-color: #a9a9a9;}
#primary .news-press-detail {padding: 0;box-shadow: none;}
.gallery-slider {position: relative;}
.custom_cat.gallery {color: #000000;position: absolute;right: 65px;top: -38px;background: #d8d9da;line-height: 26px;}
.gallery-view .fa.fa-forward {/*top: -2px;*/position: relative;	margin-left: 6px;}
#top-footer label span, .contact-left form span {color: #dc3522;}
#top-footer span.wpcf7-not-valid-tip, #top-footer .wpcf7-validation-errors, .contact-left .wpcf7-not-valid-tip, .contact-left .wpcf7-validation-errors {
	font-size: 1em;color: #dc3522;}
.home-search input.search-field {padding: 3px 15px;}
.fa.fa-forward {font-size: 1em;}
.tertext.bg7.padding_left03 {width: 460px !important;}
span.posted-on {font-size: 0.9em;color: #666;}
.single .bg-col .following-post {padding: 0;border: 0;}
/*.news-press-release .posted-on, .custom-background .posted-on{display: block;   margin-bottom: 10px;font-size:0.9em !important;}*/
.hidden-element {display: none;}
iframe {width: 100% !important;vertical-align: text-bottom;margin: 0;padding: 0;}
.imgbox {border: 1px solid #ddd;float: left;margin: 0 10px 10px 0;min-height: 250px;padding: 10px;text-align: center;width: 23%;}
.imgbox img {padding-bottom: 10px;}


/***************************     End My Css **********************/

.last-updated .visitor_counter h3.title-block-wrap{float: left; background: #7c4800;border-left: 4px solid #7c4800;margin-bottom: 0px;}
.last-updated .visitor_counter .block-title, .last-updated .visitor_counter .block-title:after{background: #7c4800;margin:4px 10px 0 0px;padding: 0px;}
.last-updated .visitor_counter .widget_wp_statsmechanic #mvcwid{float: left; margin: 0px; padding: 0px;width: auto}
.last-updated .visitor_counter .widget_wp_statsmechanic #mvcwid #mvccount, .last-updated .visitor_counter .widget_wp_statsmechanic #mvcwid #mvctable{margin: 0px; padding: 0px;}

.last-updated .visitor_counter .widget_wp_statsmechanic #mvcwid #mvctable{display: none;}



@media only screen and (max-width: 1200px) {
.boxed-layout #page {width: 98%;margin: 0 auto;}
.tg-container {width: 100%;margin: 0 auto;}
.tg-inner-wrap {width: 98%;margin: 0 auto;}
.home-slider .bx-pager {text-align: center;}
.home-slider .bx-pager a {display: inline-block;float: none;text-align: center;width: 18%;}
.bottom-header-wrapper > .bottom-arrow-wrap::before, .bottom-header-wrapper > .bottom-arrow-wrap::after {display: none;}
.bottom-header-wrapper::before, .bottom-header-wrapper::after {display: none;}
}

@media only screen and (min-width:768px) and (max-width:1250px) {
.logo {left: 25px;}
.right-side-logo {right: 30px;}
}

@media only screen and (min-width:1000px) and (max-width:1169px) {
#site-navigation ul > li {padding: 0 7px;font-size: 0.85em;}
#site-navigation ul > li.menu-item-has-children {padding-right: 21px;}
#site-navigation ul >li.menu-item-16988:nth-child(9)> a::before{left: 1px;}
}



@media only screen and (min-width:850px) and (max-width:999px) {
#site-navigation ul > li {padding: 0 3px;font-size: 0.81em;}
#site-navigation ul > li.menu-item-has-children {padding-right:12px;}
#site-navigation ul > li.menu-item-has-children > a:after{right: -9px;}
#site-navigation ul >li.menu-item-16987:nth-child(8)> a::before{left: 1px;}
#site-navigation ul >li.menu-item-16988:nth-child(9)> a::before{left: 1px;}
}

@media only screen and (min-width:769px) and (max-width:849px) {
.logo {left: 0px;}
.right-side-logo {right: 5px;}
.tg-inner-wrap {width: 100%;}
#site-navigation ul > li {padding: 0 3px;font-size: 0.75em;}
#site-navigation ul > li.menu-item-has-children {padding-right:9px;}
#site-navigation ul > li.menu-item-has-children > a:after{right: -7px;top: 48%;}
#site-navigation ul >li.menu-item-16987:nth-child(8)> a::before{left: 2px;top: 14px;}
#site-navigation ul >li.menu-item-16988:nth-child(9)> a::before{left:4px;top: 16px;}
.execphp-6 .first-landing-page-content{padding: 0px;}
.execphp-6 .first-landing-page-content h3{margin: 0px;}
.minister-con a.about-more{padding: 6px 8px;margin-left: 21px;}
.imp-link-sec ul.menu li::before, .footermenu ul.menu li::before{margin-top: 3px;}
.first-landing-page-content {min-height: 300px;}
}

@media only screen and (max-width: 1000px) {
.tg-inner-wrap .copy-right {font-size: 1em !important;}
#top-footer {padding: 30px 0 0;}
}

@media only screen and (max-width: 979px) {
#bottom-footer .copy-right, .footermenu {width: 100%;}
.about-sec-set{min-height:270px !important;}
}

@media only screen and (max-width: 979px) and (min-width:768px) {
.carousel-slider-wrapper .bx-controls a {height: 31px;}
.carousel-slider-wrapper .bx-controls {top: -45px;}
.bottom-header-wrapper .home-icon a, .search-icon, .share-wrap {padding: 0 8px;}
.title-block-wrap, .first-post .entry-title {font-size: 1em;}
body, button, input, select, textarea {font-size: 1em !important;}
#top-footer .title-block-wrap {font-size: 1.4em;}
#bottom-footer .copy-right {float: none;margin-bottom: 10px;text-align: center;}
#top-footer {padding: 20px 0 0;}
}

@media only screen and (min-width: 769px) and (max-width: 979px) {
.widget{margin-bottom:0px;}
#execphp-2, #execphp-3, #execphp-4, #execphp-5, #execphp-6{margin-bottom: 10px;}
.home-slider .bx-pager {text-align: center;}
.home-slider .bx-pager a {display: inline-block;float: none;text-align: center;width: 18%;}
.caption-title {font-size: 1.5em;}
.caption-content {font-size: 1.2em;line-height: 20px;}
.caption-wrapper {padding: 20px 10px;}
.first-post .below-entry-meta span a, .first-post .below-entry-meta span i {font-size: 1em;}
.following-post .below-entry-meta {margin-left: 0;}
.following-post .below-entry-meta.featured-no-image {margin-left: -15px;}
.following-post figure {width: 40%;}
.tg-block-wrapper {margin-bottom: 10px;padding: 10px;}
.carousel-slider-wrapper .entry-title {padding-top: 0;}
.show-both {text-align: center;}
.show-both .logo {display: inline-block;float: none;}
.show-both #header-text {display: inline-block;float: none;vertical-align: top;}
}
@media only screen and (min-width: 769px) and (max-width:910px) {
.department-site-link a {padding: 8px 5px;}
}

@media only screen and (max-width: 769px) {
#breaking-news #controls {top: 20px;padding: 5px 10px 3px 10px;height: 30px;line-height: inherit;right: 13px;}
.breaking-news-title {width: 100%;}
#breaking-news #ticker_container {float: left;padding: 10px;position: inherit;width: 100%;}
p {text-align: justify;}
.contact-left {float: left;width: 100%;}
.contact-right {float: left;width: 100%;}
.contact-left {float: left;width: 100% !important;}
ul.quick_link {margin-bottom: 0;}
.sub-toggle {line-height: 23px;}
article.hentry h1.entry-title {padding-left: 5px;}
#pageNavPosition {float: left;margin-top: 0;padding: 0 0 15px;text-align: center;width: 100%;}
#secondary {padding-left: 0;}
.tabledata .subdate {width: 140px;}
.ngg-gallery-thumbnail-box {width: 32%;margin-right: 1%;}
.tg-column-wrapper, .tg-footer-column-3 {margin-left: 0px;}
ul, ol {margin: 0 0 15px 14px;}
#top-footer {padding: 15px 0 0;}
.ngg-galleryoverview br {display: none;}
}

/* Landscape phone to portrait tablet */

@media only screen and (max-width: 768px) {
/*#menu-footer-menu li:last-child a {border-right: 1px solid #8c4141;}*/
.red .footermenu ul li a {border: 1px solid #fff;}
.red #menu-footer-menu li:last-child a {border-right: 1px solid #fff;}
#custome-secondary{width:100%;}
.minister-con p{text-align:center;}
/*.footermenu ul li a{border:none;}
.footermenu ul li{float:left;}*/
#skiplink {display: none;}
#site-navigation ul > li {padding: 0;}
.page-content, .entry-content, .entry-summary {margin: 5px 0 0;}
.logo {float: none;text-align: center;left: 0px;}
.header-advertise .ad-image img {max-width: 100%;height: auto;}
.show-both {text-align: center;}
.show-both .logo {display: inline-block;float: none;}
.show-both #header-text {display: inline-block;float: none;vertical-align: top;}
	

#slip-main{position: inherit !important; z-index: 99999;}
#site-navigation .menu-toggle {color: transparent;display: block;width: 50px;height: 40px;position: relative;cursor: pointer;}
#site-navigation .menu-toggle:before {
	color: #ffffff;
	content: "\f0c9";
	display: block;
	font-family: FontAwesome;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	text-align: center;
	line-height: 40px;
}
#site-navigation .menu {display: none;position: absolute;top: 100%;left: 0;width: 100%;background: #08575f;z-index: 99;}
.sub-toggle {background: #dc3522;
	color: #ffffff;
	cursor: pointer;
	display: block;
	height: 24px;
	line-height: 21px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 9px;
	width: 24px;
	}
#site-navigation ul.sub-menu, #site-navigation ul.children {
	position: static;
	min-width: 100%;
	opacity: 1;
	top: 0;
	left: 0;
	visibility: visible;
	display: block;
	background: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.main-small-navigation li.current-menu-item > .sub-toggle {background: #ffffff none repeat scroll 0 0;}
.main-small-navigation li.current-menu-item > .sub-toggle i {color: #d40234;}
#site-navigation ul > li, #site-navigation ul > li.menu-item-has-children {padding: 0;width: 100%;}
#site-navigation ul.sub-menu li > a {padding-left: 30px;}	
#site-navigation .menu a {padding:0px 10px 0 20px;}
#site-navigation ul > li.menu-item-has-children > a {border-bottom: 1px solid #33686e;}		
#breaking-news #controls {top: 20px;padding: 5px 10px 3px 10px;height: 30px;line-height: inherit;right: 13px;}
#site-navigation ul li:hover ul, #site-navigation ul li.hover>ul{position: static !important;}
.caption-title {font-size: 1.2em;}
.caption-content {font-size: 1em;line-height: 20px;}
.slider-btn a {line-height: 30px;margin: 30px auto;width: 80px;font-size: 1em;}
.caption-wrapper {padding: 20px 10px;}
.home-slider .bx-pager a {width: 17%;}
.tg-block-wrapper{margin-bottom: 10px;padding: 10px;}
#primary {float: none;width: 100%;}
#secondary {float: left;width: 100%;padding: 0px;}
.carousel-slider-wrapper .entry-title {font-size: 1.1em;padding-top: 13px;}
.random-post-hover .entry-title {font-size: 1.2em;}
#colophon .tg-footer-column-3:first-child, #colophon .tg-footer-column-3 {width: 100%;}
#top-footer .tg-block-wrapper, #top-footer .widget {border: none;}
#bottom-footer .copy-right {font-size: 1em;margin-top: 10px;}
/*.footermenu ul li a {color: #fff;display: inline-block;margin: 2px 1px;padding: 4px 12px;border-radius: 4px;border: 1px solid #8c4141;}
.footermenu ul li {display: inline-block;float: none;padding: 0;}
.footermenu ul {text-align: center;}*/
.text_content_2 {display: none;}
.middle-header-wrapper {padding: 0px;}
.header-nav-font {text-align: center;float: none;}
.page-content, .entry-content, .entry-summary {padding: 5px;}
.imp-link-sec ul.menu li::before, .footermenu ul.menu li::before{margin-top: 2px;}
.minister {text-align: center;width:32%;float: left;margin-top: 10px; margin-right: 10px; box-sizing: border-box;border-bottom: 0px solid #ccc;}
.minister figure{min-height: 119px;}
#execphp-11.widget {margin-bottom: 10px;}
.govimg {text-align: center;}
.govimg li{width: 31%;display: inline-block;margin-right: 10px;text-align: center;}
.minister:last-child, .govimg li:last-child{margin-right: 0px;}
.widget {margin-bottom: 10px;}
.right-side-logo {right: 0px;}
.main-search-cust {margin-right: 5px;}
}

@media only screen and (max-width:767px) {
#site-navigation ul > li {font-size: 1em;padding: 0;}
.copy-right .widget{margin-bottom: 0px;}
.widget {margin-bottom: 10px;}
.imp-link-sec ul.menu li::before, .footermenu ul.menu li::before{margin-top: 2px;}
#execphp-12 .execphpwidget{float: left;width: 100%;text-align: center;}
.govimg {text-align: center;}
.govimg li{width: 31%;display: inline-block;margin-right: 10px;text-align: center;}
.minister {text-align: center;width:32%;float: left;margin-top: 10px; margin-right: 10px; box-sizing: border-box;border-bottom: 0px solid #ccc;}
.minister:last-child, .govimg li:last-child{margin-right: 0px;}
.minister figure{min-height: 119px;}
#custome-secondary{padding-left: 0px;}
/*#custome-secondary .minister {min-height: 216px;text-align: center;width:23.5%;float: left;margin-top: 10px; margin-right: 10px; box-sizing: border-box;border-bottom: 0px solid #ccc;}
#custome-secondary .minister:last-child{margin-right: 0px;}*/
#custome-secondary .minister figure{min-height: 119px;}	
.minister-con a.about-more{margin-top:50px;}
#execphp-15 .first-landing-page-content{min-height: 270px;}
.custome-left-sidebar #execphp-15 .tg-column-12 .minister {text-align: center;width: 23%;float: left;margin-top: 10px;border-bottom: 1px solid #ccc;box-sizing: border-box;min-height: 220px; position: relative;}
.custome-left-sidebar #execphp-15 .tg-column-12 .minister:last-child{margin-right: 0px;}
p.about-pr.sidebar-minister {position:absolute;bottom:-40px;right: 0;}
	
.logo {float: none;text-align: center;left: 0px;}
.right-side-logo {right: 0px;}
.main-search-cust {margin-right: 5px;}
}

/* Landscape phones and down */

@media only screen and (max-width: 600px) {
.custome-search-section-mead {box-sizing: border-box;width: 330px;margin: 0 auto;}
.department-link {padding-bottom: 10px;}
.tg-inner-wrap .snippet {float: left;display: inline-block;margin:0px;padding-top: 0;font-weight: 600;}
.fontResizer {display: none;}
.category-menu ul.sub-menu {left: 104%;min-width: 150px;}
.category-menu {min-width: 150px;}
.top-menu-wrap {margin: 0 0 0;text-align: center;width: 100%;line-height: 40px;}
.login-signup-wrap {margin: 2px 0 0;padding: 0px;border-top: 1px solid rgba(255, 255, 255, 0.2);text-align: center;}

.home-search .searchform {width: 76%;}
#ticker_container #controls {/*display: none;*/}
.breaking-news-title {font-size: 1em;}
#ticker_container {padding: 10px 10px 0 120px;font-size: 1em;}
.caption-content {display: none;}
.slider-btn a {line-height: 30px;margin: 0;}
.caption-title {font-size: 1.2em;line-height: 30px;margin: 0;}
.home-slider .bx-pager a {padding: 2px;}
.tg-column-2, .tg-column-3, .tg-column-wrapper {margin-left: 0;width: 100%;}
.random-post-wrapper .tg-column-wrapper {
margin-left: -2%;width: 102%;}.random-post-wrapper .tg-column-3 {margin-left: 2%;width: 48%;margin-bottom: 2%;}
.carousel-slider-wrapper .entry-title {font-size: 1em;line-height: 16px;padding-top: 10px;}
.first-post {margin-bottom: 20px;}
.num-404 {font-size: 10em;line-height: 160px;}
.error-404 .page-header .page-title {font-size: 2em;}
article.post.hentry h1.entry-title {font-size: 2em;}
.single-related-posts {margin-bottom: 20px;}
.nav-links .nav-previous, .nav-links .nav-next, .nav-links .nav-previous a, .nav-links .nav-next a {float: none;width: 100%;}
#newscontent {margin-left: 15px;}
.login-signup-wrap ul {display: inline-block;}
.custom-tagline h2 {font-size: 1.1em !important;font-weight: 600;}
.custome-left-sidebar #execphp-15 .tg-column-12 .minister {text-align: center;width: 47%;float: left;margin-top: 10px;border-bottom: 1px solid #ccc;box-sizing: border-box;position: relative;min-height: 220px;}
.custome-left-sidebar #execphp-15 .tg-column-12 .minister:last-child{margin-right: 0px;}
p.about-pr.sidebar-minister {position:absolute;bottom:0px;right: 0;}
.custome-logo img, .multisite-logo-right img{max-height:70px;}
.banner-cls{text-align: center;}
.banner-cls img{margin: auto;text-align: center;max-height:120px;opacity: 0.6;}
.logo {float: none;text-align: center;left: 0px;top: 34px;}
.right-side-logo{top: 63px;}
.main-search-cust{margin-top: 22px;margin-right: 5px;}
.main-search-cust input {width: 100px;}

}

@media only screen and (max-width: 580px) {
.visitor_counter, .contct-info {width: 100%;}
#wp_statsmechanic-2 p {text-align: center;}
.last-up {float: left;}
.footermenus, .imp-link{width: 49%;}
span.wlogos img {width: 15%;}
.minister-con a.about-more{margin-top:50px;}
#execphp-15 .first-landing-page-content{min-height: 270px;}

}

@media only screen and (max-width:560px) {
.page-template-video #primary .allvideos article {box-sizing: border-box;margin: 0;padding: 10px;width: 100%;}
.minister {text-align: center;width:31%;display:inline-block;margin-top: 10px; margin-right: 10px; box-sizing: border-box;border-bottom: 0px solid #ccc;}
.minister:last-child{margin-right: 0px;}
.minister figure{min-height: 119px;}
}

@media only screen and (max-width: 500px) {
.custome-logo {display: block;float: none;}
.custom-tagline {float: none;max-width: 100%;margin-top:5px;}
.multisite-logo-left {float: left;}
/*.multisite-logo-right {float: right;}*/
.custom-tagline h3 {margin: 0;}
.logo {float: none;text-align: center;line-height: normal;max-width: 100%;left: 0px; top:45px;}
.custome-left-content-section.column-two .widget.widget_execphp:nth-child(2), .custome-left-content-section.column-two .widget.widget_execphp:nth-child(3) {
	width: 100% !important;float: left;margin-right: 2%;}
.header-advertise .ad-image img {max-height:70px;}
.custom-tagline h2 {font-size: 1.3em !important;margin-top: 0 !important;}
.header-advertise {float: right;width: 100%;}
.banner-cls img {margin: auto;text-align: center;max-height:120px;opacity: 0.6;}
.logo a img {float: none;}
.text_content_1 {display: none;}
.entry-content .block {display: none;}
.staff-img {display: inline-block;width: 45%;margin: 0;padding: 0;}
}

@media only screen and (max-width: 480px) {
span.wlogos img {width: 15%;}
.about-us-block .about-pr {position: inherit;}
.about-us-block {min-height: initial;}
#execphp-50 .tg-column-3 {min-height: initial;}
.last-up {float: none;width: 100%;text-align: center;}
.wlogo {margin-top: 10px;width: 100%;}
.minister-con p{text-align:center; margin:0;}
.tg-column-6, #custome-secondary{width:100%;}
.custome-left-content-section.column-two .widget.widget_execphp:nth-child(4){width:100%;}
.footermenus,  .contct-info{width:100% !important;}
.imp-link{width:100% !important;}
.custom-tagline {display: block !important;padding: 0 15px;vertical-align: top;}
.tg-inner-wrap .snippet li a {padding: 2px 8px !important;border: 1px solid #ab8c58 !important;margin: 0 5px;border-radius: 2px;}
/*.top-header-wrapper {background: #f3f0e0;padding: 0;border-bottom: double 3px #fff;border-top: double 3px #fff;}*/
.login-signup-wrap {margin: 6px 0 0 0;float: right;}
.table-screen {overflow: scroll;width: 100%;}
.ngg-gallery-thumbnail-box {display: inline;margin-right: 1%;width: 48%;}
.magazine-block-2 img, .magazine-block-1 img {width: 100%;}
.top-menu-wrap, .header-nav-font {width: 100%;}
.login-signup-wrap {margin: 0;float: left;padding: 5px 0 0px;}
.login-signup-wrap ul {display: inline-block;}
/*.main-search-cust {float: right; margin-top: 5px;}*/
.top-menu-wrap {line-height: 25px;margin-bottom:0px;}
#wdps_container1_0 #wdps_container2_0 .wdps_slideshow_dots_thumbnails_0 {height: 20px !important;}
#wdps_container1_0 #wdps_container2_0 .wdps_slideshow_dots_active_0 {font-size: 1em !important;}
#execphp-6{width: 100%;}
#custome-secondary{padding-left: 0px;}
#execphp-12 .execphpwidget{float: left;}
.govimg {text-align: center;}
.govimg li{width: 29%;display: inline-block;margin-right: 10px;text-align: center;}
.minister:last-child, .govimg li:last-child{margin-right: 0px;}

.minister, .custome-left-sidebar #execphp-15 .tg-column-12 .minister {min-height: auto;text-align: center;width: 100%;float: left;margin-top: 10px;border-bottom: 1px solid #ccc;}
#custome-secondary .minister:last-child {margin-right: 0px;padding-bottom: 28px;}
.custome-left-sidebar #execphp-15 .tg-column-12 .minister:last-child{margin-right: 0px;}
p.about-pr.sidebar-minister {position:absolute;bottom:0px;right: 0;}
.tg-inner-wrap {width:100%;}
.banner-cls img {margin: auto;text-align: center;max-height: 117px;opacity: 0.3;}
.logo{width: 100%;text-align: center;float: left;padding-top:1px;}
.header-advertise {float: left;width: 100%;background: #e0e8db;padding: 0px 10px;border-top: 1px solid #a4af9d;}
.right-side-logo{position: inherit;top: 0px;}
.banner-cls .middle-header-wrapper .tg-container .tg-inner-wrap{width: 100%; padding: 0px; margin: 0px;background: #e0e8db;}
.custom-tagline h2 a{font-size: 1.2em !important;}
.multisite-logo-left {float: right;}
.main-search-cust input {width:180px;}
}


@media only screen and (max-width: 479px) {
.show-both #header-text {border: none;margin: 0;padding: 0;}
#breaking-news #newscontent {width: 96%;margin-left: 0;}
.caption-title {font-size: 1em;line-height: 20px;margin: 0;}
.caption-wrapper {padding: 10px 10px;}
.slider-btn a {font-size: 0.8em;line-height: 20px;margin: 0;width: 100%;}
.home-slider .bx-pager a {width: 29%;}
.cat-links a {font-size: 1em;}
.random-post-wrapper .tg-column-wrapper {margin-left: 0;width: 100px;}
.random-post-wrapper .tg-column-3 {margin-left: 0;width: 100%;margin-bottom: 2%;}
.random-post-block img {width: 100%;height: auto;}
.carousel-slider-wrapper .entry-title {display: none;}
.visitor_counter {float: left;padding-left: 10px;margin-bottom: 5px;}
.last-up {text-align: left;float: left;padding-left: 10px;}
.last-updated {font-size: inherit;}

}
@media only screen and (max-width: 360px) {
.staff-img {display: inline-block;margin: 0;padding: 0;width: 100%;}
.breaking-news-title {width: 100%;}
#breaking-news #newscontent, #news, #news a {width: 100% !important;float: none !important;padding: 0;}
#breaking-news #ticker_container {padding: 10px 0 0;}
.more-text {display: none;}
}









@media print {
.bottom-header-wrapper {position: relative !important;border: none;}
#main .tg-container, .tg-container{ width: 1075px;}
body {color: #000;font-size: 0.9em;}
.about-us-block > p, #secondary a, .middle-section ul li a, .imp-link-sec ul.menu li a, .copy-right, .last-up, .visitor_counter p, .menu-other-links-container ul.menu li a, .footermenu ul.menu li a, .contct-info p, #bottom-footer h3, .about-us-block h3, .about-more, #site-navigation ul li a, #site-navigation ul li, #secondary h3, #secondary .block-title{color: #000 !important;background: #fff;}
#site-navigation{float: left; width: 1075px; margin-left: -250px;}
#site-navigation ul{float: left; margin-left: -150px;}
}




.red .bottom-header-wrapper > .bottom-arrow-wrap {border-bottom: 3px solid #3e3e3e;}
.red #secondary .title-block-wrap {border-bottom: 1px double #3e3e3e;}
.red .title-block-wrap {border-bottom: 1px solid #3e3e3e;}
.red .entry-content h2, .red .about-section-homepage-two h2 {border-bottom: 1px dashed #3e3e3e;border-top: 1px dashed #3e3e3e;}
.red article.hentry h1.entry-title {border-bottom: 4px double #3e3e3e;}
.red h1.entry-title, .red h2.entry-title {background: #3e3e3e;border-bottom: 4px double #fff;}
.red .article-desc .more-link a {background: #3e3e3e none repeat scroll 0 0;}
.red .article-desc .more-link a:hover {background: #ff9800;}
.red .ins-news .tender-archive a {color: yellow !important;}
.red .ins-news .tender-archive a:hover {color: #fff !important;}
#menu-social li a:hover::before {color: #fff;opacity: 0.9;transform: rotate(15deg);}
#secondary .newspress-sidebar .viewlnk {padding: 3px 10px 3px 10px;margin-top: 10px;position: relative;background: #d8d9da;border-radius: 2px;font-size: 1em;color: #000;}
#secondary .annoucement-arch > a {margin-top: 10px;background: #d8d9da;border-radius: 2px;font-size: 1em;color: #000;padding: 3px 10px 3px 10px;}
#secondary .annoucement-arch > a:hover {text-decoration: underline;background: #cddc39;color: #000;}
#secondary .newspress-sidebar .viewlnk:hover {text-decoration: underline;background: #cddc39;}
.red #secondary .newspress-sidebar .viewlnk {background: #3e3e3e;color: yellow;}
.red #secondary .annoucement-arch > a {background: #3e3e3e;color: #fff;}
.red #secondary .annoucement-arch > a:hover {background: #000;}
.red #secondary .newspress-sidebar .viewlnk:hover {background: #000;}
#site-navigation ul {list-style: none;margin: 0;padding: 0;}
#site-navigation ul li {float: left;position: relative;}
#site-navigation ul li:hover, #site-navigation ul li.hover {z-index: 100;}
#site-navigation ul li:hover ul, #site-navigation ul li.hover>ul {left: 0;opacity: 1;visibility: visible;position: absolute;z-index: 999;top: 100%;}
#site-navigation ul li:hover ul ul.menu, #site-navigation ul li:focus ul ul.menu, #site-navigation ul li:active ul ul.menu {opacity: 0;}
#site-navigation ul li> ul li:hover ul.menu, #site-navigation ul li> ul li:focus ul.menu, #site-navigation ul li> ul li:active ul.menu {
left: 100%;top: 0;position: absolute;opacity: 1;}
#site-navigation ul li:hover ul a, #site-navigation ul li.hover ul a {text-shadow: none;}
.hover ul li:hover ul.menu, .hover ul li:focus ul.menu {visibility: visible;position: absolute;z-index: 999;top: 100%;}
#site-navigation ul a {/*text-decoration: none;*/display: block;position: relative;}
#site-navigation ul ul {position: absolute;left: 0;visibility: hidden;transition: all 0.05s ease-in-out;z-index: -1;}
#site-navigation ul ul ul {position: absolute;top: 0;left: 100% !important;opacity: 0;width: 180px;}
#site-navigation ul ul li {float: none;position: relative;}
#site-navigation ul > ul li > ul {float: none;position: absolute;top: 0;left: 100%;}
.clearfix:before, .clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;}
@media only screen and (max-width:625px) {

.department-site-link a {    padding: 8px 5px;}



}

	
	

@media only screen and (max-width:768px) {
#site-navigation ul ul {
	position: relative;
	left: 0;
	opacity: 1;
	width: 100%;
}
#site-navigation ul ul ul {
	position: absolute;
	top: 0;
	opacity: 1 !important;
	width: 180px;
}
.region-primary-menu .clearfix.menu .menu {
	display: block;
	margin: 0px;
	position: static;
	width: 100%;
	visibility: visible;
}
}
/*---End Tabbing menu-----------*/

*:focus {
	outline-color: #000 !important;
	outline: solid 1px #000 !important;
}
.excerpt{height: 240px; overflow: hidden;}



/* Start slider css for print */

.jshowoff-controls a.jshowoff-paused, .jshowoff-controls a.jshowoff-1-play {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(54, 54, 54, 0.51);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 0;
    line-height: 40px;
}
.jshowoff-play:before {
    content: "\f04c";
}
.jshowoff-play:before, .jshowoff-play.jshowoff-paused:before {
    font-size: 1.2em;
    line-height: 25px;
    height: 25px;
}
.jshowoff-prev:before, .jshowoff-next:before, .jshowoff-play:before, .jshowoff-play.jshowoff-paused:before {
    font-family: fontawesome;
    display: inline-block;
    font-size: 1em;
    line-height: normal;
    text-align: center;
    color: #fff;
}
.jshowoff-controls a.jshowoff-1-prev {
    left: 20px;
}
.jshowoff-controls a.jshowoff-1-prev, .jshowoff-controls a.jshowoff-1-next {
    position: absolute;
    top: 43%;
    height: 40px;
    width: 40px;
    /* padding: 0px 12px; */
    background: rgba(54, 54, 54, 0.51);
    text-align: center;
    border-radius: 20px;
    border: 0px none #FFFFFF;
    border-collapse: separate;
    color: #fff;
	    font-size: 0;
}
.jshowoff-prev:before {
    content: "\f053";
}
.jshowoff-prev:before, .jshowoff-next:before {
    font-size: 1.2em;
    line-height: 43px;
}
.jshowoff-controls a.jshowoff-1-next {
    right: 20px;
}
.jshowoff-next:before {
    content: "\f054";
}
.slider_wrapper1 .displaynone { display: none; }


/* End slider css for print */
.screen-reader img {display: block;padding-top: 5px; }
@media only screen and (max-width: 375px) {
	#menu-social { float: right; }
	.main-search-cust {margin-top: 20px;}
}

/*.bottom-header-wrapper .share-search-wrap { display: none; }*/
.custom-tagline h2 a {    
	color: #194046;
	/*text-decoration: none;*/
	font-size: 1.2em;
	text-shadow: 1px 4px 5px #777;
	font-weight: bold;
	text-transform: uppercase;
	font-family: initial;}
.red .custom-tagline h2 a {color: #fff;}
/* dep205 */
.page-template-main-homepage-four-tpl #execphp-4 .excerpt,
.page-template-main-homepage-four-tpl #execphp-6 .excerpt { height: 240px;padding: 10px 10px 0 10px; }
.page-template-main-homepage-four-tpl #execphp-2 .excerpt { height: 194px; padding: 10px 10px 0 10px;}
/* dep205 */

/* dep206 */
.page-template-main-homepage-three-tpl #execphp-6 .excerpt { height: 335px;  padding: 10px 10px 0 10px;  }
.page-template-main-homepage-three-tpl #execphp-7 .excerpt { height: 335px;  padding: 10px 10px 0 10px;  }
.page-template-main-homepage-three-tpl #execphp-24 .excerpt { height: 258px; padding: 10px 10px 0 10px; }
.page-template-main-homepage-three-tpl #execphp-23 .excerpt { height: 258px; padding: 10px 10px 0 10px; }
.page-template-main-homepage-six-tpl  #execphp-4 .excerpt { height: 178px; padding: 10px 10px 0 10px; }
.page-template-main-homepage-six-tpl  #execphp-3 .excerpt { height: 178px; padding: 10px 10px 0 10px; }
/* dep206 */
/* dep208 */
.page-template-main-homepage-five-tpl #execphp-3 .excerpt { height: 200px; padding: 10px 10px 0 10px; }
.page-template-main-homepage-five-tpl #execphp-7 .excerpt {height: 244px; padding: 10px 10px 0 10px; }
.page-template-main-homepage-five-tpl #execphp-6 .excerpt {    height: 238px; padding: 10px 10px 0 10px; }
/* dep208 */




@media only screen and (max-width: 900px) {
.page-template-main-homepage-five-tpl #execphp-8 .excerpt {    height: 256px;padding: 10px 10px 0 10px; }
/* dep206 */
.page-template-main-homepage-three-tpl #execphp-6 .excerpt { height: auto; }
.page-template-main-homepage-three-tpl #execphp-7 .excerpt { height: auto; }
/* dep206 */
.page-template-main-homepage-five-tpl #execphp-4 .excerpt {    height: auto; }
}
@media only screen and (max-width: 768px) {
.page-template-main-homepage-five-tpl #execphp-3 .excerpt { height: auto; }
.page-template-main-homepage-six-tpl  #execphp-4 .excerpt { height: auto;}
.page-template-main-homepage-six-tpl  #execphp-3 .excerpt { height: auto;}
.page-template-main-homepage-six-tpl  #execphp-14 .excerpt { height: 225px;}
.page-template-main-homepage-six-tpl  #execphp-16 .excerpt { height: 225px;}
.page-template-main-homepage-six-tpl  #execphp-13 .excerpt { height: 225px;}
.page-template-main-homepage-six-tpl  #execphp-15 .excerpt { height: 225px;}
.page-template-main-homepage-five-tpl #execphp-4 .excerpt {    height: auto; }
}
@media only screen and (max-width: 500px){
.page-template-main-homepage-five-tpl #execphp-6 .excerpt { height: auto; }
.page-template-main-homepage-five-tpl #execphp-8 .excerpt {height: auto; }
	
.page-template-main-homepage-five-tpl #execphp-5 .excerpt { height: auto; }
.page-template-main-homepage-five-tpl #execphp-7 .excerpt {height: auto; }
	.page-template-main-homepage-five-tpl #execphp-4 .excerpt {    height: auto; }
	
}
@media only screen and (max-width: 480px) {
.page-template-main-homepage-six-tpl  #execphp-14 .excerpt { height: auto;}
.page-template-main-homepage-six-tpl  #execphp-16 .excerpt { height: auto;}
.page-template-main-homepage-six-tpl  #execphp-13 .excerpt { height: auto;}
.page-template-main-homepage-six-tpl  #execphp-15 .excerpt { height: auto;}
}


.hidden{
	display:none;
}


.tg-container .dataTables_wrapper .current {
    background: #08474f !important;
    color: #fff !important;
    padding: 10px;
    width: 40px;
    display: inline-block !important;
    margin-bottom: 5px;
    height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 8px;
}
.tg-container .dataTables_wrapper a.paginate_button  {
    background: #08474f !important;
    padding: 10px;
    display: inline-block;
    margin-bottom: 5px;
    height: 30px;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 8px;
}

.tg-container .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .tg-container .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
}
.mla-detail > table{margin:0px;}
.for_mobile-hide img{
	max-height: 180px !important;
	
}
.breadcrumbs a.backbtn {
	display:block;
}
@media only screen and (max-width: 768px) {
.search-filter-sec{
	margin-left: 20px;

}
}

