﻿@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
@font-face {
	font-family: 'ralewayregular';
	src: url('../fonts/raleway-regular-webfont.eot');
	src: url('../fonts/raleway-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/raleway-regular-webfont.html') format('woff2'),  url('../fonts/raleway-regular-webfont.woff') format('woff'),  url('../fonts/raleway-regular-webfont.ttf') format('truetype'),  url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	
	background-repeat: repeat;
	color: #494949;
	font-size: 14px;
	line-height: 1.5;
	background-size: cover
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
    }
h1, h2, h3, h4, h5 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}
/* Slider css*/
.skdslider::after{padding-top:26.2%!important }


.skdslider ul li {
    height: 249px !important;
}

.skdslider {
height: 400px !important;
}

.skdslider{
 width:100%;
 position: relative;
 display: block;
 overflow:hidden;
}

.skdslider:after {
    content: '';
    padding-top: 36.2%; 
    display: block;
}

.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li
{
   display: none;
}
.skdslider ul.slides li img{
    width: 100%;
	height:auto; 
	border:0;
}

.skdslider ul.slide-navs {
    bottom: 20px;
    left: 50%;
    position: absolute;
	list-style-type: none;
    margin: 0;
    padding: 0; display:none;
}


.skdslider ul.slide-navs li {
    float: left;
	background: url("../mystylesheet/image/slide-bg.png") no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider ul.slide-navs li.current-slide {
  background: url("../mystylesheet/image/slide-bg-active.png") no-repeat scroll 0 0 transparent;
}


.skdslider .slide-desc {
    background: url("../mystylesheet/image/slide_desc.png") repeat scroll 0 0 transparent;
    left: 0px;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: -56.8%;
    width: 100%;
	display:inline-block;
	opacity: .9;
}
/*.skdslider .slide-desc {
    background: url("image/slide_desc.png") repeat scroll 0 0 transparent;
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 15%;
    max-width: 85%;
	display:inline-block;
}*/
.skdslider .slide-desc > h2 {
    color:yellow;
    font-family: 'Oswald';
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
}

.skdslider .slide-desc > p {
    color: #FFFFFF;
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 10px;
    margin-top: 5px;
}
.skdslider .slide-desc > p a.more {
    color:#990000;
	font-size:20px;
	text-decoration:none;
}
.skdslider .slide-desc > p a.more:hover {
text-decoration:underline;
}

.skdslider a.prev{
    background: url("../mystylesheet/image/left.png") no-repeat scroll 0 0 transparent;
	width:50px;
	height:45px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:2%;
	margin-top:-17px;
}

.skdslider a.next{
    background: url("../mystylesheet/image/right.png") no-repeat scroll 0 0 transparent;
	width:50px;
	height:45px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:2%;
	margin-top:-17px;
}
.skdslider a.prev:hover{
  
}
.skdslider a.next:hover
{
  
}

.skdslider a.play{
    background: url("../mystylesheet/image/play.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}

.skdslider a.pause{
    background: url("../mystylesheet/image/pause.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}
/*Some Responsive CSS */
@media screen and (max-width:767px) {
	.skdslider .slide-desc > h2 {
		font-size: 20px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.skdslider .slide-desc > p {
		font-size: 14px;
		line-height: 15px;
		margin-top: 5px;
	}
	.skdslider .slide-desc > p a.more {
		font-size:14px;
	}
}
/*Top Bar*/

.top-bar {
	margin: 0px auto;
	color:#00366C;
	font-family:"Times New Roman", Times, serif;
	height: auto;
	width: 100%;
	z-index: 99999;
	background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 5px solid #980026;
	border-image: url(../images/top-border.png) 30 30 30 30 round round;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45), 0px 1px 6px 0px rgba(0, 0, 0, 0.12) !important;
	padding: 3px 10px;
	position: relative;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	display: table;
	position: fixed;
	top: 0px;

}
.top-bar .time {
	width: 20%;
	float: left;
	font-size: 14px;
	color:#980026;
	font-weight: bolder;
	text-decoration: none;
	padding: 3px 0px;
}
.top-bar.time i {
	font-size: 14px;
}
.top-bar .colm2 {
	float: right;
	height: auto;
	width: 75%;
	text-align: right;
}
.top-bar .colm2 a{
	margin-right: 8px;
}
.top-bar .colm2 a {
	text-decoration:none;
	color:#980026;
	font-weight: bolder;
}
.top-bar ul {
	margin: 0px;
	padding: 0px;
}
.top-bar li {
	list-style-type: none;
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	display: inline-block;
}
.top-bar li a {
	color: #333;
}
.top-bar li:last-child {
	border-right-width: 0px;
}
.top-bar .search-text {
	border: 1px solid #ccc;
	height: 22px;
	padding: 0px 6px;
}

.sf-menu a {font-size:14px }
.sf-menu ul li a {font-size:12px }
.blue-theme-link {
	background-color: #000;
	color: #FFF;
	padding: 2px 5px;
	border: 1px solid #999;
	font-weight: bold;
}
.normal-theme-link {
	background-color: #fff;
	color: #000;
	padding: 2px 5px;
	border: 1px solid #999;
	font-weight: bold;
}
.text-size {
	background-color: #fff;
	color: #000 !important;
	padding: 2px 5px;
	border: 1px solid #999;
}
.top-bar .btn-warning {
	padding: 2px 5px;
	background-color: #F0AD4E;
	border: 1px solid #EEA236;
}
.top-bar .btn-warning:hover {
	color: #fff
}
/*Top Bar*/

.header {
	background:  #fbfbfb ;
	margin: 0px auto 0px auto;
	height: auto;
	overflow: hidden;
	clear: both;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-top: 35px;
}
.logo {
	height: auto;
	overflow: hidden;
	float: left;
	width: 58%;
}
.logo img {
}
.header .colm2 {
	height: auto;
	overflow: hidden;
	width: 42%;
}
.menubar {
	height: auto;
	background-color:#980026;
	
	margin: 0px auto;
}
.bg {
	background-color: #fff;
	padding-top: 10px;
	min-height: 500px;
}
.up-logo {
	width: 117px;
	height: auto;
	float: right;
	margin-top: 11px;
	text-align: center;
	margin-right: 15px;
	margin-left: 50px;
}
.header-right {
	height: auto;
	overflow: hidden;
	float: right;
	width: 378px;
	margin-right: 10px;
	margin-top: 28px;
	line-height:20px;
}
.toll-free {
	border-radius: 4px;
	background-color: #e5c42b;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	margin-top: 24px;
}
.search-box {
	width: 79%;
	padding: 0px 34px 0px 10px;
	background-color: transparent;
	border: 1px solid #666;
	border-radius: 3px;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center right;
	height: 34px;
	font: inherit;
}
.banner-main {
	height: auto;
	overflow: hidden;
	margin: 0px auto 10px auto;
}
.banner-main .colm1 {
	width: 171px;
	height: auto;
	overflow: auto;
	float: left;
}
.banner-main .colm2 {
	width: 60%;/***68.5%***/
	height: auto;
	float: left;
	margin: 0px 6px;
}
.banner-main .colm3 {
	width: 38%;
	height: auto;
	overflow: auto;
	float: left;
}
.imgsat-pic {
	height: 240px;
	
}
.imgsat-name {
	text-align: center;
	height: 66px;
	color: #000;
	background-color: #141513;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
}
.imgsat-name h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color:#FFCC00;
}
.imgsat-name p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.imgsat-name span {
	color: #FFF;
}
.left-colm {
	width: 28%;
	height: auto;
	float: left;
}
.left-colm .heading {
	padding: 6px 8px 6px 6px;
	/**border-radius: 3px 3px 0px 0px;**/
	color: #FFF;
	background-color:#980026;
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: 6px center;
	font-weight: bold;
}

.colm3 .heading {
	padding: 6px 8px 6px 4px;
	
	color: #FFF;
	background-color: #980026;
	font-size: 20px;
	/*background-image: url(../images/quicklinks.png);*/
	background-repeat: no-repeat;
	background-position: 6px center;
	font-weight: bold;
}

.left-colm ul {
	margin: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	list-style: none;
	background-color: #f4f4f4;
	border-radius: 0px 0px 4px 4px;
	position: relative;
	z-index: 2
}
.left-colm li {
	border-bottom: 1px solid #ccc;
}
.left-colm li a {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	-webkit-transition: all .3s ease-in-out 0s;
	display: block;
	padding: 7px 5px 8px 32px;
	background-image: url(../images/document.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.left-colm li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #004D71;
}
.left-colm li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #90C559;
}
.left-colm li:last-child {
	border-bottom: 0px solid #ccc;
}
.middle-colm {
	width: 69.7%;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 0px 10px;
	text-align: justify;
}
.middle-colm .heading {
	border-bottom: 1px solid #ccc;
	color: #980026;
	font-weight: bold;
}
.readmore {
	padding: 6px;
	background-color: #4f88bd;
	color: #FFF;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	display: inline-block;
}
.readmore img {
	float: left;
	margin-right: 5px;
}
.principle{
margin:2px;
border:2px solid #CCCCCC;
}
.readmore a {
	color: #FFF;
	text-decoration: none;
}
.readmore:hover {
	background-color: #c34242;
}
.right-colm {
	width: 23.5%;
	height: auto;
	float: left;
}
.right-colm .heading {
	padding: 6px 8px 6px 42px;
	/**border-radius: 3px 3px 0px 0px;**/
	color: #FFF;
	background-color: #d15c5c;
	font-size: 20px;
	background-image: url(../images/bell.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	font-weight: bold;
}
.newsheading {
	padding: 6px 8px 6px 42px;
	/**border-radius: 3px 3px 0px 0px;**/
	color: #FFF;
	background-color: #d15c5c;
	font-size: 20px;
	background-image: url(../images/bell.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	font-weight: bold;
}
#newsDiv {
}
.news-box {
	border: 1px solid #ccc;
	padding: 0px;
	height: auto;
	background-color: #f6f6f6;
	margin-bottom: 10px;
}
.news-box-inner {
	padding: 6px;
	margin: 0px 12px 0px 20px;
	list-style-position: outside;
	border-right: 1px solid #ccc;
	list-style-image: url(../images/list.png);
	list-style-type: none;
}
.news-box-inner li {
	padding: 7px 0px;
	line-height: 1.2;
	color: #000;
}
.news-box-inner li p {
	color: #e26b47;
	margin: 0px;
	padding: 0px;
}
.linkdiv {
	border-radius: 4px;
	padding: 8px;
	color: #FFF;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
}
.linkdiv a {
	text-decoration: none;
	color: #FFF;
}
.linkdiv img {
	float: left;
	margin-right: 5px;
}
.blue {
	background-color: #54b3c4;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.blue:hover {
	background-color: #3b98a8;
}
.purple {
	background-color: #bf88b1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.purple:hover {
	background-color: #ba68a5;
}
.yellow {
	background-color: #bc8c39;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.yellow:hover {
	background-color: #e4a63c;
}
.green {
	background-color: #8C0000;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.green:hover 
{
	background-color: #005959;
	color:#FFCC00;
}
.visionmission {
	height: auto;
	overflow: hidden;
	background-image: url("../images/galy.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	background-position: center top;
	padding: 60px 0px;
	margin-top: 25px;
}
.visionmission h1 {
	color: #FFCC00;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
}
.visionmission p {
	text-align: center;
}
.visionmission p a {
	color: #000;
	padding: 6px 25px;
	background-color: rgba(236, 199, 6, 0.7);
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.visionmission p a:hover {
	background-color:#844200;
	color: #FFF;
}
.bottom-strip {
	height: auto;
	background-color: #c34242;
	overflow: auto;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
.bottom-strip-container {
	width: 88%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	color: #fff;
	padding: 6px 0px;
}
.bottom-strip-container p {
	margin: 0px;
	padding: 0px;
}
.bottom-strip-container a {
	color: #fff;
	text-decoration: none;
}
.bottom-strip-container a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer {
	background-color: #980026;
	color:#FFFFFF;
	margin: 0px auto;	
	height: auto;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 5px solid #999999;
	border-top: 1px solid #999999;
}
.footer-container {
	width:100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	box-sizing: border-box;
}

.footer .colm11 {
	float: left;
	height: auto;
	color: #fff;
	width: 30%;
	
	text-align:center;
}
.footer .colm1 {
	float: left;
	height: auto;
	color: #fff;
	width: 30%;
	margin-left:55px;
	text-align:center;
}
.footer .colm2 {
	float: right;
	height: auto;
	color: #000;
	width: 35%;
	text-align: right;
}

.footer .colm2 a {
	color: #fff;
	text-decoration: none;
}
.footer .colm2 a span {
	color: #fff;
}
.footer-container p {
	margin: 0px;
	padding: 5px 0px;
}
.footerlink {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	
}
.footerlink li {
	display: inline-block;
	color: #fff;
	padding: 0px 5px;
	margin-right: -2px;
	line-height: 12px;
}
.footerlink li a {
	color: #fff;
}
.footerlink li:last-child {
	border-right: 0px solid #000;
}

.f-heading h2{
margin:2px;
text-align:left;
font-weight:600;
}
.f-heading h2 I{

float:right;
margin:2px;
}
.f-heading
{
border-bottom:1px solid #CCCCCC;
margin-bottom:5px;
}
.hh2{

font-size:24px;

}
/*inner page title*/
.inner_title {
	background-image: url("../images/int-banner.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #F0D0D0;
	padding: 4px 0.5% 6px;
	margin-right: 0px;
	margin-left: 0px;
	border-right: 1px solid #F0D0D0;
	border-left: 1px solid #F0D0D0;
	margin-bottom: 10px;
	background-size: 100% 100%;
	margin-top: -10px;
}
.inner_title h4 {
	font-weight: bold;
	margin-top: 8px;
}
.breadcrumb {
	float: right;
	width: auto;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	background: transparent none repeat scroll 0% 0%;
}
.breadcrumb li a {
	color: #E13030;
}

.tricker-nvs {
	padding:5px;
	border-bottom: 1px solid #ccc;

}
.tricker-nvs span {
	color:#666666;
}
.tricker-nvs a {
	text-decoration:none;
	color:#666666;
}
.mdl-section .well-sm {
	margin-left: -10px;
	margin-right: -10px;
}
.well-title {
	margin-top: 10px;
}
.well-title span {
	display: block;
}
.ticker li:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-left: -10px;
	padding-right: 5px;
	color: #D85F5F;
}
#carouselButtons {
	position: absolute;
	bottom: 0px;
	background-color: rgba(9, 9, 9, 0.6);
	padding: 10px 10px;
}
.pressRelease {
	padding: 12px !important;
}
.right-colm .panel-default > .panel-heading {
	color: #fff;
	background-color: #D85F5F;
	border-color: #DDD;
	font-size: 18px;
}
.right-colm .panel-heading {
	padding: 8px 8px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.right-colm .panel-default > .panel-heading .fa {
	font-size: 22px;
	margin-right: 6px;
}
/*news scroller*/
.tab-pane {
	width: 100%;
	border: 1px solid #DFDFDF;
	float: left;
	min-height:150px;
	padding:2px;
}
.ticker {
	overflow: auto;
	position: relative;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 218px
}
.ticker li {
	display: block;
}
.ticker a {
	color: #000;
	text-decoration: none;
}
.ticker a:hover {
	color: #000;
	text-decoration: underline;
}
.pressRelease ul {
	/*overflow: hidden !important;
	height:210px ;*/
	margin-bottom: 0px;
	margin-bottom: 10px;
}
.play-pause {
	float: right;
	width: auto;
	margin-top: -25px;
	padding: 0px;
	clear: right;
	font-size: 15px;
	text-decoration: none;
}
.play-pause .fa {
	font-size: 13px !important;
}
.play-pause .btn {
	border-radius: 0px;
}
.play-pause .btn-sm {
	padding: 1px 5px;
}
.play-pause a {
	margin-top: -8px;
	color: #000;
}
.play-pause a i {
	margin-top: -8px;
	padding: 6px 10px;
	font-weight: bold;
}
/*news scroller*/

.pwdFxd {
	position: fixed;
	top: 0px;
	width: 100%
}
.sitemap {
	margin: 0px 15px;
}
.sitemap ul {
	margin: 0px !important;
	padding: 0px 5px 4px 6px !important;
	background: transparent url("../images/site_map_ul.gif") repeat-y scroll 0px -5px !important;
	position: relative !important;
	list-style-type: none !important;
}
.sitemap ul li {
	background: transparent url("../images/site_map_list.gif") no-repeat scroll -5px -5px !important;
	line-height: 16px !important;
	padding: 0px 0px 0px 10px !important;
}
.sitemap ul {
	margin: 0;
	padding: 0 5px 4px 10px;
	background: url(../images/site_map_ul.gif) repeat-y 10px -5px;
	position: relative;
	list-style-type: none;
}
.sitemap ul li {
	line-height: 16px;
	font: bold 10pt arial;
	margin: 10px 0px
}
.sitemap ul li a {
	color: #0c3156;
	display: inline-block;
	transition-duration: .3s;
}
.sitemap ul li a:hover {
	color: #b62614;
	padding-left: 5px;
}
.sitemap ul li ul {
	padding-bottom: 1px;
}
.sitemap ul li ul li {
	font: normal 10pt arial
}
.org-strcture {
	margin-top: 20px;
}
.org-strcture td {
	text-align: center;
	vertical-align: middle;
}
.org-strcture .first {
	display: inline-block;
	background: rgb(252,242,151); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,242,151,1) 0%, rgba(239,212,33,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(252,242,151,1) 0%, rgba(239,212,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(252,242,151,1) 0%, rgba(239,212,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf297', endColorstr='#efd421', GradientType=0 );
	color: #6D0019;
	border: 2px solid #EDCD00;
	min-width: 50px;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
.org-strcture .second {
	display: inline-block;
	color: #000;
	border: 2px solid #ccc;
	width: 60px;
	font-size: 12px;
	text-align: center;
	padding: 3px;
	text-align: left;
	word-break: break-all;
}
.org-strcture .yellow {
	display: inline-block;
	background: rgb(229,204,91); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,204,91,1) 0%, rgba(198,163,65,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(229,204,91,1) 0%, rgba(198,163,65,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(229,204,91,1) 0%, rgba(198,163,65,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5cc5b', endColorstr='#c6a341', GradientType=0 );
	color: #fff;
	border: 2px solid #C49617;
	min-width: 100%;
	font-size: 13px;
	text-align: center;
	padding: 15px 2px;
}
.org-strcture .purple {
	display: inline-block;
	background: rgb(229,112,231); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,112,231,1) 0%, rgba(200,94,199,1) 47%, rgba(168,73,163,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(229,112,231,1) 0%, rgba(200,94,199,1) 47%, rgba(168,73,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(229,112,231,1) 0%, rgba(200,94,199,1) 47%, rgba(168,73,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3', GradientType=0 );
	color: #fff;
	border: 2px solid #A50E9B;
	min-width: 100%;
	font-size: 13px;
	text-align: center;
	padding: 15px 2px;
}
.org-strcture .blue {
	display: inline-block;
	background: rgb(122,188,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0 );
	color: #fff;
	border: 2px solid #1E85ED;
	min-width: 100%;
	font-size: 13px;
	text-align: center;
	padding: 15px 2px;
}
.border-left {
	border-left: 2px solid #000;
}
.border-right {
	border-right: 2px solid #000;
}
.border-top {
	border-top: 2px solid #000;
}
.border-bottom {
	border-bottom: 2px solid #000;
}
.ticker .arw {
	display: none;
	padding-right: 10px;
	color: #0C085F;
}
.ticker .adtext {
	display: inline-block;
	color: #333;
}
.ticker .date {
	display: block;
	color:#980026;
	font-size:10px;
	font-weight:600;
	font-style:italic;
}
.ticker li::before {
	position: absolute;
}
.news-page {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.news-page .arw {
	display: none;
	padding-right: 10px;
	color: #0C085F;
}
.news-page .adtext {
	display: inline-block;
	color: #333;
}
.news-page .ndate {
	display: block;
	color: #256E05;
}
.news-page .dtype {
	display: none;
	padding-left: 10px;
	color: #C00;
}
.news-page .fa-file-pdf-o {
	display: none;
}
.news-page .dsize {
	display: block;
}
.news-page .dsize:before {
	font-family: 'FontAwesome';
	content: "\f1c1";
	color: #C00;
	padding-right: 10px;
}
.news-page li {
	border: 1px solid #ccc;
	margin-left: 19px;
}
.news-page li:nth-child(even) {
	background: #f2f2f2
}
.news-page li:nth-child(odd) {
	background: #FFF
}
.news-page li:before {
	font-family: 'FontAwesome';
	content: "\f0a4";
	color: #C00;
	position: absolute;
	left: 0px;
	margin: 0px 15px;
}
/*----------------------------Dyanamic pages Css ---------------------------------*/

.login-wrap {
	background-color: #e7e7e7;
	padding: 15px;
}
.login-wrap .form-control, .login-wrap .btn {
	border-radius: 0px;
}
.login-wrap {
	background-color: #e7e7e7;
	padding: 15px;
}
.login-wrap h4 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 20px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #CF4545;
}
.login-wrap .form-control, .login-wrap .btn {
	border-radius: 0px;
}
.thumb a {
	background-color: #f9f9f9;
	background-image: url("../Images/thumb.jpg");
	background-size: auto 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	color: #000000;
	display: block;
	min-height: 120px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 15px;
}
.thumb a .fa {
	color: #E35757;
	margin-bottom: 6px;
}
.form-group {
	height: auto;
	overflow: hidden;
}
.form-group .form-control, .form-group .btn {
	border-radius: 0px;
}
.pdf-size {
    color: #000;
    font-size: 12px;
	display:block;
}
.pdf-size::before {
    color: #d32f2f;
    content: "";
    font-family: "FontAwesome";
    margin: 0 5px;
}
/*------------------------contact details------------------*/
.contactbox 
{
    border: 1px solid rgb(237, 237, 237);
    min-height: 200px;
    padding: 10px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.contactbox h4 {
    background-color: rgb(243, 243, 243);
    color: rgb(0, 90, 165);
    margin: -10px -10px 15px;
    padding: 10px;
    text-transform: uppercase;
}
.contactbox td {
    padding: 5px;
}
.contactbox tr {
    border-bottom: 1px solid rgb(237, 237, 237);
}
.contactbox tr:last-child {
    border-bottom: 0 solid rgb(237, 237, 237);
}
.map {
    border: 1px solid rgb(204, 204, 204);
    margin-bottom: 15px;
}

.heading2 {
    border-bottom: 3px solid #127a9c;
    color: #127a9c;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    padding-bottom: 10px !important;
}
.heading3 {
    background: rgba(180, 180, 180, 0.38) none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #980909;
    font-family: inherit;
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 5px !important;
    padding: 6px 10px !important;
}
.heading4 {
    color: #295981;
    font-weight: normal;
    text-transform: uppercase;
}
.links{text-align:center;}
.heading-sk{
margin:0px;
padding:2px;
font-size:18px;
color:#800000;
font-weight:600;
border-bottom:1px solid #CC3300;
}
.bottom-brd{
background:url(border.png) no-repeat;
background-size:100%;
height:5px;
}