@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Tenor+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

html, body {
	height: 100% !important;
}
body {padding:0px; margin:0px; font-family: 'Roboto Condensed', sans-serif; font-size:15px; color:#4E4E4E !important; font-weight:normal;}
a {
	background-color: transparent; color:#E80000;
}
a:active, a:hover {
	outline: 0; text-decoration:underline;
} 
/*SECTION TOP NAV*/
.top-nav {
	background-color:#E7E7E7;
	border-top: 5px solid transparent;
	border-image: url(../images/top-border.png) 30 30 30 30 round round;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14) !important;
	padding: 5px 0px 6px 0px;
	z-index: 999999 !important;
	position: relative;
	border-bottom: 0px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}
.top-nav .time {
	float: left;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
}
.top-nav .time i {
	font-size: 14px;
}
.top-nav ul {
	margin: 0px;
	padding: 0px;
}
.top-nav li {
	list-style-type: none;
	text-align: right;
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block !important;
}
.top-nav li:nth-child(1) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(2) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(3) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(4) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(5) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(6) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(7) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(8) {
	padding-left: 5px;
	padding-right: 10px; 
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(9) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
	padding-left: 5px;
	padding-right: 5px;
}
.top-nav li:nth-child(10) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
	padding-left: 5px;
	padding-right: 5px;
}
.top-nav li:nth-child(11) {
	padding-left: 5px;
	padding-right: 0px;
}
.top-nav li a {
	color: #000;}
.top-nav li a:hover {
	text-decoration: none;
}
.top-nav .btn-xs {
	padding: 3px 4px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px;
	background-color: #fff;
	color: #444;
}
.top-nav .btn-black {
	padding: 3px 6px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px #fff;
	background-color:rgba(0, 0, 0, 0.64);
	color: #fff;
}
.top-nav .btn-blue {
	padding: 3px 6px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px #000;
	background-color:#4fc3f7;
	color: #fff;
}
.top-nav .btn-yellow {
	padding: 1px 6px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px rgb(216, 71, 14);
	background-color:#E1953D;
	color: #fff; cursor:pointer;
}
.search ul{ left:inherit !important; right:0px !important; top:23px; width:100% !important;}
.search ul li{ padding:15px 0px !important; border:0px !important; width:100% !important; text-align:left;  }
.search .form-control{ border:0px; height:35px; background-color:rgba(0,0,0,.05); border-radius:0px; font-size:22px; color:#000;}
.skiper{cursor:pointer;}
.top-nav .input-sm {
    height: 21px; margin:0px; padding:0px 10px; border-radius:0px;
}
.top-nav .navbar-right{ float: right !important;
    margin-bottom: 0;
    margin-right: -15px;
    margin-top: -1px;}
/*LOGO SECTION*/
.logo-section {
	background: #fff;
	position: relative;
	padding: 5px 0px;
	margin-bottom: 0px;
	border-bottom: solid 1px #ddd;
}
.logo-section .logo {
	padding: 0px 0px;
}
.logo-section .custom-search-form {
	padding: 5px;
	margin-top: 10px;
}
/*MENU SECTION*/

header {
	z-index: 9999 !important;
	position: relative;
}
.dropdown > a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-left: 6px;
}
.home > a::after {
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 15px;
}
.dropdown-menu .has-submenu:after {font-family: "FontAwesome"; content: "\f0da"; position:absolute; right:8px;}
.navbar{ border-radius:0px !important;}
.navbar-inverse {
	background-color:#9F2055;
	border-color:#9F2055;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase; font-size:14px; padding:15px 10px;
}
.navbar-nav > li {
	border-right: solid 1px RGBA(0, 0, 0, 0.21);
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #9F2055 !important;
	background-color: #fff !important;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #0b033e !important;
	background-color: #fff !important;
}
.navbar-nav > li > a {
	padding: 15px 17px;
}
.dropdown-menu{ min-width:230px !important; border-radius:0px !important;}
.dropdown-menu li{ border-bottom:1px solid rgba(0,0,0,.1);}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #9F2055 !important;
    color: #ffffff !important;
    text-decoration: none;
}
/*SLIDER SECTION*/
.slider {
	position: relative;
	display: block;
	z-index: 500; background-color:#EAEAEA; padding-bottom:15px;
}
.slider .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .slider .carousel-control .icon-prev{top:65%;}
.slider .carousel-control {
    background-color: rgba(0, 0, 0, 0.62);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    position:absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 0;
}
.slider .carousel-control .glyphicon-chevron-left {
	margin-left: 5px;
	background-color:#9F2055;
	width: 40px;
	height: 48px;
	left:0%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.slider .carousel-control .glyphicon-chevron-right {
	margin-right: 0px;
	background-color:#9F2055;
	width: 40px;
	height: 48px;
	right: 0%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
}
.sliderborder {
	z-index: 11;
}
.sliderborder {
	height: 5px;
	background-color:#499ED7;
	width: 100%;
	margin: -5px 0px 0px 0px;
	border: none;
	z-index: 11;
	position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
	-webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}
.carousel-inner{ margin:0px; padding:0px;}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.dir {
  border-radius: 50%;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 100;
}
.carousel-caption{ background-color:rgba(0,0,0,.5); right:0px; left:70%; top:0px; height:100%; padding-right:15px; font-family: 'Oswald', sans-serif; font-size:35px;}
.carousel-caption:after{right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: rgba(0,0,0,.5);
	border-width: 150px;
	margin-top: -150px;}
.carousel-caption h3{font-family: 'Oswald', sans-serif; font-size:30px;}
.carousel-caption p{font-family: 'Lato', sans-serif; font-size:16px; text-align:justify;}

.carousel-control.right, .carousel-control.left{background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.0) 100%) !important;}
.carousel-control.left {
    left: 90%;
}
.carousel-control.right {
    right: 2%;
}
/* ============================== CM Thumbnail ============================== */
.mrg-l {
	margin-left: -6px
}
.mrg-r {
	margin-right: -6px
}
.mrg-c {
	margin-right: -3px;
	margin-left: -3px;
}
.cm .panel-body {
	padding: 15px 0px;
}
.cm .panel {
	margin-bottom: 0px; border-radius:0px;
	background-color:rgba(0,0,0,.1);
}
.cm .panel-default {
	border-color: rgba(221, 221, 221, 0.39);
}
.cm {
	position: relative;
	margin-top: -45px;
	z-index: 1000; 
}
.cm .thumbnail {
	margin-bottom: 0px;  border-radius:0px; padding:8px; border:0px;  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.cm .thumbnail .caption {
	padding: 0px;
	color: #333;
}
.cm .thumbnail h3 {
	text-align: center;
	font-size: 18px;
	font-weight:normal;
	text-transform: uppercase;
	color:#950B2F;
	margin-bottom: 5px;
	margin-top: 5px;
}
.cm .thumbnail p {
	text-align: center;
	font-size: 15px;
	color: #000;
	margin: 0 0 0px;
}
.cm .middle-btn{ margin: 0 -6px;
    padding-bottom: 27px;
    padding-top: 63px;}
	
.online-btn{cursor:default; font-size:20px; position: relative; background-color:#044efd; color:#fff; padding:5px; text-align:center;}	
.online-btn:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color:#044efd;
	border-width: 10px;
	margin-top: -10px;
}	
	
	
.gallery {
	
}
.gallery ul {
	margin: 0px;
	padding: 0px;
}
.gallery ul li{ list-style:none; padding:0px 10px;}
.gallery ul li div {
	background-color: #dadada;
	border: 1px solid #dadada;
	box-shadow: 0 0 3px #a3a3a3;
	list-style: outside none none;
    padding: 2px;
	position: relative; overflow:hidden;
 
}
.gallery ul li a {
	overflow: hidden;
	display: list-item;
}
.gallery ul li img {
	background-size: cover;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.gallery ul li:hover img {
	transform: scale(1.3);
	transition: all 0.3s ease 0s;
}
.gallery ul li h5 {
	background-color: rgba(0, 0, 0, 0.63);
	bottom:0px;
	color: #fff;
	display: block;
	font-size: 19px;
	margin: 0;
	padding: 5px;
	position: absolute;
	width: 100%; text-align:center; min-height:50px; font-weight:normal;
}

.gallery ul li h5 a {color: #fff;}
.gallery ul li:hover h5 a {
	color: #FBA714;
}
.gallery ul li i {
	bottom: 0;
	color: #FBA714;
	padding: 10px 17px;
	position: absolute;
	right: 0;
}
.gallery ul li:hover i {
	color: #fff;
}

.advertisement {
	position: relative;
	 
}
.advertisement h4 {
	color: #950b2f;
	font-weight: 300;
	font-size:17px !important;
	border-bottom: solid 1px #eee;
	padding: 0 5px 5px 5px;
	margin-bottom: 5px;
	margin-top: 0px;  text-align:left !important;
}
.advertisement p {
	margin: 0 0 0px;  text-align:left !important; font-size:14px !important; 
}
.advertisement p small a {
	color: rgb(255, 76, 5);
	font-weight: normal; 
}
.advertisement .thumbnail {
	position: relative;
	background-color: #fff;
	transition: box-shadow .25s;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 0px;
	border: transparent;
}
.advertisement .owl-prev {
	position: absolute;
	bottom: 0;
	right: 20px;
	background: transparent url(../images/left-arrowblack.png) no-repeat 0 0;
	background-size: auto 15px;
	width: 10px;
	height: 15px;
	text-indent: -99999px;
	opacity: .2
}
.advertisement .owl-next {
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url(../images/right-arrowblack.png) no-repeat 0 0;
	background-size: auto 15px;
	width: 10px;
	height: 15px;
	text-indent: -99999px;
	opacity: .2
}
.advertisement .owl-item {
	min-height: 190px; padding:10px;
}
 

/*NEWS SECTION*/


.news {
	position: relative;
	background-color: #fff;
	padding: 15px 0px;
}
.news h4 {
	color:#3993CF;
	font-weight:Normal;
	font-size: 26px;
	border-bottom: solid 2px #3993CF; text-transform:uppercase;	padding: 0 5px 5px 5px;
	margin-bottom: 1px;
	margin-top: 10px;
}
.news img{ margin-bottom:10px;}
.news p {
	margin: 0px 0px 8px 0px;
}
 
.news .thumbnail {
	position: relative;
	background-color: #fff;
	transition: box-shadow .25s;
	border-radius: 2px;
	padding: 0px;
	border: transparent; min-height:410px;
}
.news .owl-theme .owl-controls .owl-buttons div {
    top: -30px;
}
.news .owl-prev {
	position: absolute;
	bottom: 0;
	right: 20px;
	background: transparent url(../images/left-arrow.png) no-repeat 0 0;
	background-size: auto 15px;
	width: 10px;
	height: 15px;
	text-indent: -99999px;
	opacity: .2
}
.news .owl-next {
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url(../images/right-arrow.png) no-repeat 0 0;
	background-size: auto 15px;
	width: 10px;
	height: 15px;
	text-indent: -99999px;
	opacity: .2
}
.news .owl-item {
	min-height: 150px;
}
.notice{ background-color:#001739; padding:10px; min-height:410px;}
.notice h4 {
	color:#fff;
	font-weight:Normal;
	font-size: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23); text-transform:uppercase;	padding: 0 5px 5px 5px;
	margin-bottom: 1px;
	margin-top: 0px;
}
.play-pause{ position:absolute; right:20px; top:0px;}
.play-pause .btn{ background-color:#fff; box-shadow:0px 0px 0px rgba(0,0,0,.0); color:#5B6A81;}
.notice .pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 3px 6px;
    position: relative;
    text-decoration: none; border-radius:50%;
}
.notice .pagination .prev{ margin-right:5px;}
.notice ul
{
    padding:0px;
    margin:0px;
    list-style:none; height:344px !important; overflow:hidden !important;
}

.news-item
{
    padding:4px 4px 4px 4px;
    margin:0px;
    border-bottom:1px dotted rgba(0,0,0,.2);  color:rgba(255,255,255,.9);
}
.news-item:before{content: "\f0da"; font-family: 'FontAwesome'; position:absolute; z-index:0;}
.arw,.dtype{ display:none;}
.news-item a{ color:rgba(255,255,255,.9);}
.news-item a:hover{ text-decoration:underline;}
.ndate{ color:#FFCE41; padding-left:10px;}
.adtext{ display:inline-block; padding-left:10px;}
.dsize{color:rgba(169, 255, 251, 1);}
.event {
	padding: 8px 0px;
	border-bottom: solid 1px #DEDBDB;
	color: #115740;
	display: table;
	clear: both;
	min-height: 65px;
	overflow: hidden;
	text-decoration: none !important;
	position: relative;
	width: 100%;
}
.event-item:last-child {
	margin-bottom: 0px !important;
}
.icon {
	width: 65px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	text-align: center;
	margin: 5px 0;
	background-color: #fff;
}
.icon i {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	border: solid 1px #ccc;
	padding: 6px;
	color: #4184ff;
}
.event-name {
	position: relative;
	z-index: 0;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #eee;
	padding: 0px 8px;
}
.event-name span {
	display: block;
	font-size: 15px;
	line-height: 1.4em;
	color: #707070;
}
.event-name strong {
	display: block;
	font-size: 13px;
	color: #4184ff;
	font-family: 'Poppins', sans-serif;
}
.event-name strong i {
	color: #ccc;
	font-style: normal;
}
.tab {
	text-align: center;
	padding: 30px 10px;
	margin-bottom: 28px;
	width: 100%;
	height: 150px;
	border-left: 2px solid #04b2fb;
	border-right: 2px solid #6351f4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 2px;
	-moz-background-size: 100% 2px;
	background-size: 100% 2px;
	background-image: -webkit-linear-gradient(left, #04b2fb 0%, #6351f4 100%), -webkit-linear-gradient(left, #04b2fb 0%, #6351f4 100%);
	background-image: -moz-linear-gradient(left, #04b2fb 0%, #6351f4 100%), -moz-linear-gradient(left, #04b2fb 0%, #6351f4 100%);
	background-image: -o-linear-gradient(left, #04b2fb 0%, #6351f4 100%), -o-linear-gradient(left, #04b2fb 0%, #6351f4 100%);
	background-image: linear-gradient(to right, #04b2fb 0%, #6351f4 100%), linear-gradient(to right, #04b2fb 0%, #6351f4 100%);
}
.tab:hover {
	background-color: #eee;
}
.tab :nth-child(7) {
	margin-bottom: 0px;
}
.tab :nth-child(8) {
	margin-bottom: 0px;
}
.tab :nth-child(9) {
	margin-bottom: 0px;
}
.tab a:hover {
	text-decoration: none;
}
.tab i {
	display: block;
	font-size: 3.5em;
	padding-bottom: 20px;
	color: #07A0E7;
}
.tab span {
	color: #094066;
	font-size: 17px;
}
.address {
	background: url(../images/helpline.html) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px 0px 10px 0px;
	border-top: 5px solid rgba(255,255,255,.6); border-bottom: 5px solid rgba(255,255,255,.6);
}
.contact-item {
	text-align: center;
	border: 1px dotted rgba(255, 255, 255, 0.51);
	padding: 12px 0px;
	margin-bottom: 10px;
	background-color: rgba(6, 6, 6, 0.34);
}
.contact-item i {
	color: #fff;
	font-size: 30px;
	padding-bottom: 10px;
}
.contact-item span {
	font-size: 20px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: 700;
}
.contact-item span i {
	font-size: 20px;
	color: #fff;
	padding-right: 5px;
}
.contact-item p {
	color: #FBA714;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 300;
}
.important-link {
	background-color: #ebebeb;
	padding: 35px 0px;
	font-family: 'Poppins', sans-serif;
}
.important-link .img-thumbnail {
	padding: 0px;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.important-link .col-sm-2 {
	padding-left: 0px;
	padding-right: 0px;
}

/* ============================== MAIN COLOR ============================== */
body ::-moz-selection {
 background: #ff4c05;
}
body *::-moz-selection {
 background: rgb(0, 178, 202) none repeat scroll 0 0;
 color: rgb(255, 255, 255);
}
.progress-box .progress-bar {
	background-color: #ff4c05;
}
.service-item i {
	color: #fff;
}
.service-item:hover {
	border-color: #ff4c05;
}
.service-item .btn{ width:80px; border-radius:0px;}
.green {
	background-color:#6BBD08;
}
.teal {
	background-color:#0F97F0;
}
.orange {
	background-color:#C26623;
}
.yellow {
	background-color:#DC9712;
}
.red {
	background-color: #D32F2F;
}
.blue {
	background-color: #FF7D1F;
}
.pink {
	background-color: #CE2069
}
.prpl {
	background-color:#2B0F48
}
.brown{background-color:#EE8E03}
/* ============================== Service ============================== */
.service {
	position: relative;
	background:#EAEAEA;
	padding: 15px 0px;
	overflow: hidden;
}
.service h3 {
	color: #07A0E7;
	margin-top: 0px;
	font-size: 32px;
	text-transform: uppercase;
	border-bottom: solid 1px RGBA(0, 0, 0, 0.18);
	padding-bottom: 10px;
	font-family: 'Glegoo', serif;
	font-weight: 400;
}
.service p {
	font-size: 15px;
}
.service-item {
	width: 100%;
	min-height: 129px;
	margin: 0px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease; opacity:1;
}
.service-item i {
	position: relative;
	top: 15px;
	display: inline-block;
	margin-bottom:5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size:40px;  margin-top:15px;
	 
}
.service-item:hover i{margin-top:0px;}
.service-item h5 {
	color: #fff;
	font-weight:normal;
	font-size: 16px;
	position: relative;
	top:8px;
	-webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.service-item h5 a{color: #fff;}
.service-item .service-desc {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.service-item:hover {
	border-color: #00b2ca; opacity:.7;
}
 
/*.service-item:hover h5 {
	top: -30px; opacity:0;
}*/
.service-item:hover .service-desc {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin-top: -10px;
}
 
/* ============================== SMS BOX SEction ============================== */
.sms {
	background-color: #fff;
	padding: 50px 0px;
}
.sms-service {
	background-color: rgba(255, 255, 255, 0.65);
	box-shadow: 0 0 10px RGBA(0, 0, 0, 0.17);
	margin-bottom: 10px;
	padding: 15px 0;
	text-align: center;
}
.sms-service i {
	font-size: 60px;
	padding-bottom: 10px;
}
.text-1 {
	color: #00BED5;
}
.text-2 {
	color: #2DA408;
}
.text-3 {
	color: #B560DB;
}
.text-4 {
	color: #F88505;
}
.sms-service span {
	font-size: 20px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: 700;
}
.sms-service p {
	color: #000000;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 300;
}
/* ============================== Important Link SEction ============================== */
.important-link {
	background-color: #fff;
	padding: 30px 0px;
}
.important-link .thumbnail {
	margin-bottom: 0px;
}
.important-link .carousel {
	margin-bottom: 0;
	padding: 0px 50px;
}
.important-link .carousel-control {
	height: 40px;
	width: 40px;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	margin-top: 25px;
}
.important-link .carousel-control.right {
	right: -5px;
}
.important-link .carousel-control.left {
	left: -5px;
}
.important-link .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
.important-link .carousel-indicators li {
	background: #cecece;
}
.important-link .carousel-indicators .active {
	background: #428bca;
}
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
	position: relative;
	top: 22px;
	float: right;
}
ul.social-network li {
	display: inline;
	margin: 0 1px;
}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
}
.social-circle li i {
	margin: 0;
	line-height: 40px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.icoFacebook {
	background-color: #2f4c88;
}
.icoTwitter {
	background-color: #22bcef;
}
.icoRss {
	background-color: #e05b03;
}
.icoGoogle {
	background-color: #bf0404;
}
.icoLinkedin {
	background-color: #036da1;
}
/* ==============================Footer============================== */
.footer {
	background: #9F2055;
	border-top: 5px solid #252525;
	margin: 0;
	padding-top: 5px;
	font-family: 'Lato', sans-serif;
}
.footer p {
	color:rgba(255,255,255,.5);
	margin-bottom: 0px;
	font-size: 12px;
}
.footer .powered {
	color: #fff;
}
.footer .omni {
	/*color: #DA4343;*/
	font-weight: bold;
	/*font-style: italic;*/
}
.footer .net {
	color: #1873FC;
	font-weight: bold;
}
.footer a {
	color: #fff;
	font-size: 13px;
}
.footer a:hover {
	text-decoration: none;
	color: rgb(255, 76, 5);
}
.footer h4 {
	color: #fcab0e;
	font-family: roboto;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.footer ul {
	list-style: outside none none;
	margin-bottom: 15px;
	padding: 0; text-align:center;
	 
}
.footer ul li {
	display:inline-block;
	color: #f1f2f2;
	padding: 1px 5px; border-right:1px solid rgba(0,0,0,.3);
}
.footer ul li:last-child{border-right:0px solid rgba(0,0,0,.5);}
.footer p {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0px;
}
.mrg10 {
	margin-top: 10px;
}

/* font resizer styles */

.fontresize {
margin: 0 0.5em 0 0;
}

.decreaseFont {
font-size: 1.1em ;
}

.normalizeFont {
font-size: 1.3em;
}

.increaseFont {
font-size: 1.5em;
}

#fontResizer {
margin: 0 0 1em 0;
font-size: 1.1em;
font-weight: bold;	

}

#fontResizer a:link {
	text-decoration: none;
	color: #000000;
}
#fontResizer a:visited {
	text-decoration: none;
	color: #000000;
}
#fontResizer a:hover {
	text-decoration: none;
	color: #000000;
}	

#fontResize, .block-fontResizer {
float: right;
margin: 0;
}
.pwdFxd {position:fixed; top:0px; width:100%}

/* inner page */
.pagebody{ background-image:url(../images/bg.jpg); background-repeat:repeat; background-position:center bottom;}
.inner-head {
    /*background: rgba(0, 0, 0, 0) url("../images/inner-banner.jpg") no-repeat scroll 0 center / 100% auto;*/
	background-image:url(../images/headbg.jpg); background-repeat:repeat-x; background-size:40% auto;
	background-color:rgba(244, 244, 244, 0.83) none repeat scroll center top;
    padding: 0px 0 0px;
    position: relative;
	background-position:top;
	 
} 

.inner-head h1{
    color:#AD2917;
   font-weight:normal; text-transform:uppercase;
    margin: 0px 0;
  /*  text-shadow: 1px 1px 5px #000;*/
	font-size:22px; letter-spacing:1px;
	
} 
.inner-head h1 span{ background-color:#fff; padding:10px 10px; display:inline-block; margin-top:20px;}
 

.inner-container {
    box-shadow : 0 2px 5px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
	min-height:605px;
    padding: 15px;
	
}
.rightside{
  
    margin-top:-15px;
}

.rightside .panel{ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07); margin-bottom:0px; border-radius:0px;   background-color: rgba(255, 255, 255, 0.48);}
.rightside .panel-body{ min-height:298px;}

.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
	padding: 10px 0;
	text-align:right; color: #fff;
}
.breadcrumb li a{ color :#FC0 !important; }

.breadcrumb > .active {
    color: #fff;
}
.rightside .advertisement .thumbnail {  
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.03);
     }
.rightside .gallery ul li div {
	height:80px; margin-bottom:15px; border:1px;
}
.rightside .gallery ul li h5 {
    background-color: rgba(251, 251, 251, 0.59);
    border: 1px solid #fcfcfc;
    bottom: 20px;
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: normal;
    left: 0;
    margin: 0 auto;
    min-height: 34px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    width: 91%;
}
.rightside .gallery ul li h5 a{ color:#fff;}
.inner-container h4{ background-color:#f3f3f3; padding:5px 10px; border-left:4px solid #AD2917; color:#3488BF;}
.inner-container h5{ color:#000;}
.table > tbody > tr.pink > td, .table > tbody > tr.pink > th, .table > tbody > tr > td.pink, .table > tbody > tr > th.pink, .table > tfoot > tr.pink > td, .table > tfoot > tr.pink > th, .table > tfoot > tr > td.pink, .table > tfoot > tr > th.pink, .table > thead > tr.pink > td, .table > thead > tr.pink > th, .table > thead > tr > td.pink, .table > thead > tr > th.pink
{ background-color:#f06292; color:#fff; font-weight:normal;}

.table > tbody > tr.cyan > td, .table > tbody > tr.cyan > th, .table > tbody > tr > td.cyan, .table > tbody > tr > th.cyan, .table > tfoot > tr.cyan > td, .table > tfoot > tr.cyan > th, .table > tfoot > tr > td.cyan, .table > tfoot > tr > th.cyan, .table > thead > tr.cyan > td, .table > thead > tr.cyan > th, .table > thead > tr > td.cyan, .table > thead > tr > th.cyan
{ background-color:#14B3B9; color:#fff; font-weight:normal;}

.table > tbody > tr.blue > td, .table > tbody > tr.blue > th, .table > tbody > tr > td.blue, .table > tbody > tr > th.blue, .table > tfoot > tr.blue > td, .table > tfoot > tr.blue > th, .table > tfoot > tr > td.blue, .table > tfoot > tr > th.blue, .table > thead > tr.blue > td, .table > thead > tr.blue > th, .table > thead > tr > td.blue, .table > thead > tr > th.blue
{ background-color:#1565C0; color:#fff; font-weight:normal;}

.table > tbody > tr.red > td, .table > tbody > tr.red > th, .table > tbody > tr > td.red, .table > tbody > tr > th.red, .table > tfoot > tr.red > td, .table > tfoot > tr.red > th, .table > tfoot > tr > td.red, .table > tfoot > tr > th.red, .table > thead > tr.red > td, .table > thead > tr.red > th, .table > thead > tr > td.red, .table > thead > tr > th.red
{ background-color:#D32F2F; color:#fff; font-weight:normal;}

.heading1{ color:#000; border-bottom:1px solid #ccc; padding-bottom:8px;}
.heading2 {
    border-bottom: 2px solid #AD2917;
    color: #000;
    margin: 5px 0 10px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left !important;
}

.heading2:before {
        padding: 6px 10px;
        content: "\f105";
        font-family: 'FontAwesome';
        background-color: #AD2917;
        color:#fff;
        display: inline-block;
        margin-left: 0;
        margin-right: 10px;
        padding: 3px 10px;
        position: relative;
    }
.list{ margin:0px; padding:0px; list-style:none; }
.list li{padding-left:15px; margin-bottom:8px;}
.list li:before{content: "\f101"; font-family: 'FontAwesome'; color:#D32F2F; font-size:19px; margin-left: -15px;
margin-right: 6px;}

.sitemap {
	margin: 0 15px;
}
.sitemap ul {
	background: transparent url("../images/site_map_ul.gif") repeat-y scroll 0 -5px !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 5px 4px 6px !important;
	position: relative !important;
}
.sitemap ul li {
	background: transparent url("../images/site_map_list.gif") no-repeat scroll -5px -5px !important;
	line-height: 16px !important;
	padding: 0 0 0 10px !important;
}
.sitemap ul {
	background: rgba(0, 0, 0, 0) url("../images/site_map_ul.gif") repeat-y scroll 10px -5px;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 4px 10px;
	position: relative;
}
.sitemap ul li {
	font: bold 10pt arial;
	margin: 10px 0;
}
.sitemap ul li a {
	color: #0c3156;
	display: inline-block;
	transition-duration: 0.3s;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: antiquewhite;
}
.sitemap ul li a:hover {
	color: #fff;
	padding-left: 5px;
	background-color: #C30;
	text-decoration: none;
}
.sitemap ul li ul {
	padding-bottom: 1px;
}
.sitemap ul li ul li {
	font: 10pt arial;
}
.filter-box {
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 5px;
    width: 100%;
}
.filter-box td {
    padding: 10px;
}
.filter-box input[type="submit"] {
    background: #177ebe none repeat scroll 0 0;
    border: 0 solid red;
    color: white;
    padding: 7px 10px;
    width: 100%;
}
.filter-box input[type="text"]:focus {
    border: 1px solid #177ebe;
    color: #177ebe;
}
.filter-box input[type="text"] {
    border: 1px solid #b3b3b3;
    padding: 5px;
    width: 300px;
}
.filter-box select {
    border: 1px solid #abaaaa;
    padding: 5px;
}
.btn{ border-radius:0px !important;}
.caption .btn{ margin-top:6px;}
.contact .panel{ border-radius:0px;}
.contact .panel-heading{border-radius:0px;}
.contact .panel-heading h4{ margin:0px; padding:0px 0px 0px 0px; border:0px; background-color:transparent;}
.contact strong{ font-weight:normal; color:#000;}
.contact .map{ margin:-15px;}
.height{ min-height:255px;}
.contact .time{cursor:default; font-size:20px; position: relative; background-color:#dd710c; color:#fff; padding:5px; text-align:center; margin-bottom:10px;}	
.contact .time:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color:#dd710c;
	border-width: 10px;
	margin-top: -10px;
}	
.contact .panel span{ font-size:14px;}
.gridheader{ background-color:#14B3B9; color:#fff; font-weight:normal; font-size:16px;}
.gridrow{ font-weight:normal;}

.org-strcture {
    margin-top: 20px;
}

.org-strcture td {
        text-align: center;
        vertical-align: middle;
    }
 .org-strcture .yellow{
        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 #4499EF;
        min-width:100%;
        font-size: 13px;
        text-align: center; padding:5px 2px; min-height:62px;
    }
	
.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;
}
.form-control{ border-radius:0px !important;}
label{font-weight:normal !important; color:#000;}

 
.owl-wrapper-outer h2 {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #cf1500;
    margin-top: 0;
    padding: 10px !important;
}