@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
}
/* Mozilla based browsers */
::-moz-selection {
  background-color: #bde3f2;
  color: #000;
}

/* Works in Safari */
::selection {
  background-color: #bde3f2;
  color: #000;
}

a:hover,
a:active,
a:focus {
  outline: none;
}
.last {
  border: 0;
}
.clear {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.sss {
  margin: 285px 0 0px 0;
}

.submenu {
  position: relative;
}
.submenu ul {
  position: absolute;
  width: 100%;
  right: -100%;
  top: 0px;
  display: none;
}
.submenu ul li:first-child {
  border-top: none !important;
}

li.submenu:hover > ul {
  display: block;
}

/*@font-face {
 font-family:"Kruti Dev 046";
 src: url( "../fonts/Kruti_Dev_010.eot" )  EOT file for IE 
}*/

/*@font-face {
 font-family:"Kruti Dev 046";
 src: url( "../fonts/Kruti_Dev_010.ttf" ) format("opentype");  non-IE   TTF file for CSS3 browsers 
}*/

body {
  /*font:62.5%/1.5 "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
  /*background:url(../images/textured_background.jpg)  repeat-x scroll center top #FFFFFF;*/
  background-attachment: fixed;
  /*background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;*/
}

#feedback {
  background: url(../images/feedback.png) no-repeat;
  top: 40%;
  left: 0;
  width: 42px;
  height: 102px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  z-index: 100000;
  margin-left: 0px;
  overflow: visible;
}
/*#bodypat{
	background:url(images/bg_pattern.png) repeat;
}*/
#wrap {
  max-width: 113.4em;
  text-align: center;
  margin: 0 auto;
}

.clearfix:after {
  content: " ";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.centered {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  padding: 5px 0;
}
h1 {
  font-size: 2.8em;
}
h2 {
  font-size: 2.6em;
}
h3 {
  font-size: 2.4em;
}
h4 {
  font-size: 2.2em;
}
h5 {
  font-size: 2em;
}

.break {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  margin: 10px 0;
}
/*p{
    font-size:1.3em;
	line-height:1.5em;
	padding-bottom:20px;
	font-family:"Helvetica Neue", Arial, Tahoma, sans-serif;
}*/
/*----------------------------------------------------------------------------
Header
----------------------------------------------------------------------------*/

#header {
  margin: 0px;
  /*background:url(../images/header.png) top no-repeat;	width:113.4em;
	height:13.4em;
*/
}

li span.NewsTitle a {
  color: #d24726;
  font-weight: normal;
}
/*----------------------------------------------------------------------------
Ticker
----------------------------------------------------------------------------*/
#ticker {
  background: #494949;
  /*width:113.4em;*/
  height: 2.9em;
  line-height: 2.9em;
  border-top: #fff 1px solid;
}
.breaking {
  /*width:9.072em;*/
  width: 5%;
  float: left;
}
.breaking p {
  font-size: 1.5em;
  color: #ffffff;
}
/*Example CSS for demo ticker*/

#ajaxticker1 {
  /*width: 95em;*/
  height: 2.2em;
  padding: 0px;
}

#ajaxticker1 div {
  /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
  background-color: transparent;
}

.someclass {
  font-size: 1.3em;
  line-height: 2.2em;
  color: #ffffff;
  //class to apply to your scroller(s) if desired
}

.ticker_info {
  width: 75%;
  float: left;
}
.ticker_info p {
  font-size: 1.2em;
  color: #ffffff;
}
#last-updated {
  /*width:21em;*/
  width: 19%;
  float: left;
}
#last-updated p {
  font-size: 1.3em;
  color: #ffffff;
}
#last-updated p span {
  font-size: 1.3em;
  color: #ffcc00;
}

#color-option {
  height: 3.8em;
  line-height: 4em;
  margin-left: 5em;
}
#color-option a {
  padding-right: 1.3em;
}

/*----------------------------------------------------------------------------
Navigation
----------------------------------------------------------------------------*/
#nav_sec {
  width: 113.4em;
  height: 3.8em;
  background: #2b2b2b;
  border-top: 1px solid #fff;
}
/*nav{
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:600;
	display:inline-block;
	float:right;
	margin-right:20px;
	margin-top:40px;
}*/

/*
.menu { height:3.8em; margin:0; float:left;}
#nav, .nav, #nav .nav li { margin:0px; padding:0px;   }
#nav li {float:left; display:inline; cursor:pointer; list-style:none; padding:0px 1.5em 0px 1.5em; border-right:1px solid #fff; position:relative; font-size:1.3em; line-height:2.95em;  text-align:left;}
#nav li ul.first {left:-1px; top:100%; }
.first li a{ color:#000; font-size:11.5px; }
.menu li, li a {color:#fff; text-decoration:none;}
#nav .nav li { width:100%; text-indent:0.5em;  height:1.5em; line-height:1.5em; margin-right:0.5em; border-top:1px #fff solid;
border-left:none; border-right:none; background:#f1f1f1;}
#nav li a {display:block; width:inherit; height:inherit;}

#nav li:hover > a, #nav li:hover { color:#fff; background:#043a69; }
li:hover > .nav { display:block; position:absolute; width:21em; top:-2px; left:100%; z-index:1000; border:1px #1b1b1b solid;   } 
li:hover { position:relative; z-index:2000;} 
*/

#lang {
  width: 10.206em;
  float: left;
  height: 2.8em;
  padding-top: 1em;
}
#lang a {
  color: #ffffff;
  margin: 0 5px; /*font-family: 'Montserrat'; font-size:12px; display:inline; text-align:left; */
}
#lang a:hover {
  color: #f6ff00;
}
#lang a.lang-current {
  color: #f6ff00;
}

#text-resize {
  width: 10.206em;
  float: left;
  height: 2.8em;
  padding-top: 1em;
}
#text-resize a {
  color: #ffffff;
  margin: 0 5px; /*font-family: 'Montserrat'; font-size:12px; display:inline; text-align:left;*/
}
#text-resize a:hover {
  color: #f6ff00;
}

/*--------------------------body-content--------------------------------*/
#content_holder {
  width: 113.2em;
  height: auto;
  margin: 0.6em auto;
  padding: 0;
  background: #ffffff;
  border: #c7c7c7 1px solid;
  float: left;
  text-align: left;
}
#content_holder_Login {
  width: 113.2em;
  height: auto;
  margin: 0.6em auto;
  padding: 0;
  background: url(/images/login_bg.jpg) repeat-x left center;
  border: #c7c7c7 1px solid; /*float:left;*/
  text-align: left;
}
.content_txt li a {
  color: #1122cc;
}
.content_txt li a:hover {
  color: #007eae;
}
.content_txt li a:visited {
  color: #660099;
}

#color-option {
  display: none;
}

/*--------------------------body-contentLeft------------------------*/
.body-contentLeft {
  float: left;
  width: 48.4em;
  height: auto;
  margin: 0 10px 0 10px;
}
.left {
  float: left;
  width: 34.5em;
  height: auto;
  margin: 0;
}
.right {
  float: left;
  width: 25em;
  height: auto;
  margin: 0;
}

.body-contentRight {
  float: left;
  width: 62.2em;
  height: auto;
  margin: 0;
}

/*--------------------------Toggle and Accordion------------------------*/
.accordion {
  margin-bottom: 10px;
}
.toggle-button {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.4em;
  line-height: 50px;
  text-indent: 20px;
  text-align: left;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  margin-top: 10px;
  background: #22b800;
}

.ac-tab {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.4em;
  line-height: 43px;
  text-indent: 20px;
  text-align: left;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  margin-top: 10px;
  background: #00b8ff;
}
.heading-new {
  font-size: 2.2em;
  text-align: left;
  background-color: #00b8ff;
}

.toggle-button:hover,
.ac-tab:hover {
  background-color: #094ab2;
  cursor: pointer;
}
.high {
  margin-top: 0;
}
.mainpage .toggle-button {
  height: 20px;
  line-height: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.toggle-content {
  display: block;
  border: #00b8ff 1px solid;
}
.toggle-content p {
  font-size: 1.4em;
  color: #000000;
  /*font-family: 'Montserrat';*/
  text-align: left;
  padding: 0.85em 1em;
}

.mainpage .toggle-content {
  margin-top: 10px;
}
#content .toggle-content {
  border: 1px solid;
  border-top: 0;
  padding: 20px 20px 0 20px;
}
.toggle-indicator {
  float: right;
  margin-right: 20px;
}
.mainpage .toggle-indicator {
  float: none;
}
.close {
  display: none;
}
.table-details {
  display: none;
  padding: 20px 40px;
  font-size: 0.857em;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  color: #fff;
}
.mainslide {
  margin-bottom: 10px;
}
.postslide {
  overflow: hidden;
  position: relative;
}
article ul.slides li {
  padding: 0;
  margin: 0;
}
article ul.flex-direction-nav {
  height: 0;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.flex-title {
  position: absolute;
  top: 55px;
  right: 25px;
  padding: 0 20px;
  font-size: 4.8em;
  line-height: 1.4em;
}
/* Direction Nav */
.flex-direction-nav a {
  width: 30px;
  height: 40px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px 10px 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 20px;
  height: 10px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #fff;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.flex-control-paging li a:hover {
  background: #fff;
  border: 1px solid;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  border: 1px solid;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .active {
  opacity: 1;
  cursor: default;
}

.quote-bg1,
.testimonial-1 {
  padding: 20px 20px 0 20px;
  margin-bottom: 10px;
  color: #fff;
}
.quote,
.quote-w,
.lb-quote {
  background: url(images/quote.png) no-repeat top left;
  padding: 10px 0 30px 50px;
  font-size: 1.8em;
  font-style: italic;
}
.quote-w {
  background: url(images/quote-w.png) no-repeat top left;
}

/*----------------------------------------------------------------------------
Sidebar
----------------------------------------------------------------------------*/
#sidebar {
  float: right;
  width: 26em;
  height: 100%;
  text-align: left;
  overflow: hidden;
  margin-right: 5px;
}
.widget h5 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  text-transform: uppercase;
  text-indent: 15px;
  font-weight: 200;
}
.widget {
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 10px;
  position: relative;
}
.widget ul {
  list-style: none;
}
.widget p {
  font-size: 0.93em;
  color: #000;
  padding: 0 20px;
}
.news-heading {
  font-size: 1.4em;
  text-align: left;
  background: #494949;
  border: solid 1px #494949;
  line-height: 1.4em;
}
.news p {
  padding: 0.85em 1em;
  text-align: left;
  border: solid 1px #494949;
}
/*-----------------------------Text Widget------------------------------*/
.text-widget p {
  padding: 0.85em 1em;
  text-align: left;
  border: solid 1px #00b8ff;
}

/*---------------------------------Buttons------------------------------*/
span.button-met {
  width: 213px;
  line-height: 41px;
  height: 41px;
  padding: 2px 10px;
  /*font-weight:bold;
	text-transform:lowercase;*/
  font-size: 16px;
  transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0.4em;
}
span.button-met:hover {
  text-decoration: none;
}
span.dark-blue {
  background: #823418;
  color: #fff;
  /*border:3px solid #fff;*/
}
span.dark-blue:hover {
  background: #4d4c4c;
  color: #fff;
}
span.light-blue {
  background: #d24726;
  color: #fff;
  /*border:3px solid #fff;*/
}
span.light-blue:hover {
  background: #4d4c4c;
  color: #fff;
}
/*-----------------------------------Tabs--------------------------------*/
.orgTab ul {
  list-style: none;
}
.orgTab .tab-nav {
  overflow: hidden;
  margin: 0;
  font-size: 1.4em;
}
.orgTab .tab-nav li {
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
  list-style: none;
}
.orgTab .tab-nav li.last {
  margin-right: 0;
}
.orgTab .tab-nav li a {
  display: block;
  padding: 5px 18px;
  text-align: center;
  border: 0;
  background-color: #9f9f9f;
}
.orgTab .tab-nav li a:hover {
  background-color: #707070;
  color: #fff;
}
#content .orgTab .tab-nav li a:hover {
  text-decoration: none;
}
/*.list-wrap{
	background-color:#fff;
	border:solid 1px #00b8ff;
}*/
.list-wrap .p-tab p {
  padding: 0 20px 20px 20px;
}
.list-wrap .p-tab p:first-child {
  padding: 20px;
}
.list-wrap .list-item-tab ul li {
  /*list-style:square;*/
  margin-left: 18px;
  padding-left: 0;
}
.list-wrap .list-item-tab ul li:first-child {
  padding-top: 20px;
}
.list-wrap .list-item-tab ul li:last-child {
  padding-bottom: 20px;
}
.list-wrap .link-tab li:first-child {
  padding-top: 20px;
}
.list-wrap .link-tab li:last-child {
  padding-bottom: 20px;
}

.list-wrap ul.link-tab.no-mar_padding li {
  margin: 0;
  padding: 0;
}
.list-wrap ul li {
  font-size: 1.4em;
  padding: 2px 20px;
}
.list-wrap ul li a {
  color: #00b8ff;
}
.list-wrap ul li a:hover {
  color: #094ab2;
  text-decoration: underline;
  list-style: disc;
}
.orgTab .current {
  background-color: #00b8ff !important;
  /*font-weight:bold;*/
}
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.list-wrap h2 {
  font-size: 2.2em;
  text-align: center;
  color: #1e395b;
  margin: 0;
}
.list-wrap p.email {
  font-size: 1.2em;
  text-align: center;
  color: #0359a4;
  padding: 0 0 10px 0;
}

.linkUs h1 {
  padding-left: 10px;
  font-size: 2.3em;
  line-height: 1.2em;
}
.underline {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  margin: 0 0 10px 0;
  background: #00b8ff;
}

.quote-author {
  text-align: right;
  color: #7d7d7d;
}
.lb-quote {
  color: #fbfbfb;
  margin: 50px 20px 20px 20px;
}
.lb-article,
.lb-portfolio {
  width: auto;
}
.tile-pre {
  display: none;
}
.live-back {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.live-front {
  width: 100%;
  height: 100%;
  z-index: 20;
}
.live-img {
  display: block;
  height: 100%;
  width: 100%;
}
.small {
  width: 473px;
  height: 234px;
}
.tile {
  margin: 0 5px 10px 5px;
  float: left;
  overflow: hidden;
  position: relative;
  transition: opacity 0.5s ease 0.1s;
  -moz-transition: opacity 0.5s ease 0.1s;
  -o-transition: opacity 0.5s ease 0.1s;
  -webkit-transition: opacity 0.5s ease 0.1s;
}
.tilehover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  display: none;
}
.tile:hover {
  border: 5px solid #fff;
  margin: -5px 0 0 0;
  box-shadow: 0 0 5px 0 #000;
  -moz-box-shadow: 0 0 5px 0 #000;
  -webkit-box-shadow: 0 0 5px 0 #000;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("images/fancybox/fancybox.png");
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #404040;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: 10px;
  left: 45px;
  width: 32px;
  height: 32px;
  background: transparent url("images/fancybox/fancy_options.png") 0px -32px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-close:hover {
  background-position: -32px -32px;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px 'OpenSans';;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left,
#fancybox-right {
  position: absolute;
  top: 10px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  outline: none;
  background: transparent url("images/fancybox/blank.gif");
  z-index: 1102;
  display: none;
  border: none;
}

#fancybox-left {
  left: 10px;
}

#fancybox-right {
  left: 80px;
}

#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url("images/fancybox/fancy_options.png");
  background-position: 0 0;
}

#fancybox-left-ico:hover {
  background-position: -32px 0;
}

#fancybox-right-ico {
  background-image: url("images/fancybox/fancy_options.png");
  background-position: 0 -64px;
}

#fancybox-right-ico:hover {
  background-position: -32px -64px;
}

#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 0;
}

#fancybox-right:hover span {
  left: 0;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("images/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("images/fancybox/fancybox.png");
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("images/fancybox/fancybox-y.png");
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("images/fancybox/fancybox.png");
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("images/fancybox/fancybox-x.png");
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("images/fancybox/fancybox.png");
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("images/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("images/fancybox/fancybox.png");
  background-position: -40px -122px;
}

#fancybox-title {
  /*font-family: 'Montserrat';*/
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url("images/fancybox/fancy_title_over.png");
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("images/fancybox/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #fff;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("images/fancybox/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("images/fancybox/fancybox.png") -55px -90px no-repeat;
}

/************* About Us**************/
/*********************************Sub Page Left Menu*****
*********************************************************/
#sub_leftpanel {
  height: auto;
  margin-top: 1em;
  margin-bottom: 1.6em;
  margin-left: 1.2em;
  margin-right: 0.6em;
  width: 20em;
  border: 0px solid red;
  float: left;
  text-align: left;
  overflow: hidden;
  /*margin-right:5px;*/
}
#sub_content {
  min-height: 32em;
  height: auto;
  margin-top: 1em;
  margin-bottom: 0.6em;
  margin-left: 1em;
  margin-right: 0.6em;
  width: 89em;
  /*border:1px solid red;*/
  float: left;
  padding-bottom: 2em;
}
.text {
  /*font-family: 'Montserrat';*/
  font-size: 1.1em;
  color: #082d4c;
}
.content_txt {
  /*font-family: 'Montserrat';*/
  font-size: 1.4em;
  color: #282727;
  line-height: 1.7em;
  padding: 0.4em 0.6em 0 0.3em;
}
.content_txt_table {
  /*font-family: 'Montserrat';*/
  color: #082d4c;
  padding: 0.4em 0.6em 0 0.3em;
}
.content_txt_table p {
  margin-bottom: 0.6em;
}
.co .content_txt p {
  margin-bottom: 0.6em;
}
.content_txt ul {
  margin: 0.6em 0 0.6em 2em;
  /*font-family: 'Montserrat';*/
  font-size: 1em;
  color: #082d4c;
}
.errorMessage {
  color: #f00 !important;
  list-style: none;
}
.content_txt ol {
  margin: 0.6em 0 0.6em 2em;
  /*font-family: 'Montserrat';*/
  font-size: 1em;
  color: #082d4c;
}
#sub_content h3 {
  /*font-family: 'Montserrat';*/
  font-size: 2.4em;
  /*font-weight:bold;*/
  color: #d24726;

  padding-left: 0.2em;
  border-bottom: 1px solid #d24726;
  /*padding-top:10px;*/
  margin-top: 1.1em;
  line-height: 2.2em;
  height: 1.8em;
  /*background:#ffffff url(../images/content_hd_bg.gif) left repeat-x;*/
}
#sub_content_iframe h3 {
  /*font-family: 'Montserrat';*/
  font-size: 2.4em;
  color: #d24726;
  border-bottom: 1px solid #d24726;
  line-height: 1.1em;
}
hr {
  color: #000;
  margin-top: 0em;
  height: 0.1em;
  z-index: 100000;
}
.sub_ltnav {
  float: left;
  width: 20em;
  height: auto;
  margin-right: 0.6em;
}
.topadj {
  margin-top: 1em;
}
.sub_ltnav .ltnv_header {
  /*background:url(../images/lt_menu_hd.jpg) left no-repeat;*/
  background-color: #00b8ff;
  float: left;
  width: 20em;
  height: 2em;
  /*font-family: 'Montserrat';*/
  font-size: 1.8em;
  font-weight: 200;
  line-height: 2em;
  text-align: left;
  color: #fff;
  padding: 0 0 0 0.3em;
  text-indent: 15px;
  /* text-transform: uppercase;*/
}

.sub_ltnav .ltnv_body {
  /*background:url(../images/lt_menu_footer.jpg) bottom no-repeat;*/
  background: #fff;
  float: left;
  width: 19.8em;
  height: auto;
  padding-bottom: 1em;
  border: 1px solid #00b8ff;
}
.ltnv_body ul {
  /*list-style-image:url(../images/ltnv_arrow.png);*/
  vertical-align: middle;
  padding: 6px;
  margin-left: 1em;
  text-indent: 0.1em;
}

.ltnv_body li {
  /*font-family: 'Montserrat';*/
  border-bottom: 0.1em solid #686868;
  margin: 0;
  text-align: left;
  list-style: none;
  padding: 0 0 10px 0;
}
.ltnv_body li:hover {
  background: #fcf5f0;
  color: #fff !important;
}
.ltnv_body li a {
  /*font-family: 'Montserrat';*/
  font-size: 1.5em;
  line-height: 1.8em;
  /*font-weight:500;*/
  color: #363737;
  text-decoration: none;

  text-align: left;
  cursor: pointer;
}
.ltnv_body li a:hover {
  color: #094ab2;

  text-decoration: none;
}
.home_servicebox .srv_body p {
  /*font-family: 'Montserrat';*/
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 0.4em 0.6em 0.4em 0.6em;
}
/*********************************Sub Page Left Menu*****
*************************************************End****/
.rel_link {
  float: left;
  width: 19.8em;
  border: 1px solid #dbdbdb;
}
.rel_link span {
  font-size: 1.6em;
  color: #000;
  line-height: 1.8em;
  width: 100%;

  margin-left: 1.1em;
  border-bottom: 1px solid #3d3d3d;
  margin-bottom: 0;
  /*font-weight:bold;*/
}
.rel_link ul {
  /*	list-style:none;
	vertical-align:middle;
	padding:.0em .5em .5em .5em;
	margin-left: .1em;
	margin-top:0em;*/
  vertical-align: middle;
  padding: 6px;
  /*margin-left: 1em;*/
  text-indent: 0.1em;
}
.rel_link ul:hover {
  background: #fcf5f0;
  color: #fff !important;
}
.rel_link li {
  /*	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.5em;
	margin:0;
	text-align:left;*/

  /*font-family: 'Montserrat';*/
  border-bottom: 0.1em solid #686868;
  margin: 0;
  text-align: left;
}
.rel_link li a {
  /*	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.5em;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	text-align:left;*/

  /*font-family: 'Montserrat';*/
  font-size: 1.6em;
  line-height: 1.8em;
  /*font-weight:500;*/
  color: #363737;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
.rel_link li a:hover {
  /*font-weight:bold;*/
  color: #094ab2;
  /*text-decoration:underline;*/
}

/****************** Breadcrump*************/

.breadcrump {
  width: 100%;
  /*height:2.6em;
	color:#999897;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; 
	font-size:1.4em;
	margin-left:10px;
	margin-left:10px;
	line-height:1em;*/
  border-bottom: 1px dotted #939393;
  float: left;
  font-size: 1.6em;
  margin-top: 5px;
}
.breadcrump strong {
  color: #000000;
  /*font-family: 'Montserrat';*/
  font-size: 1.1em;
}
.breadcrump a {
  color: #999897;
  /*font-family: 'Montserrat';*/

  line-height: 1.8em;
  text-align: left !important;
  cursor: pointer;
}
.breadcrump p {
  display: inline;
  font-size: 1.6em;
}
.breadcrump a:hover {
  color: #00b8ff;
}

#footer {
  position: relative;
  bottom: 0px;
  clear: both;
  margin: 0px auto;
  width: 113.2em;

  height: auto;
  top: 0.5em;
  color: #fff;
  text-align: center;
}
.footer_one {
  width: 100%;
  float: left;
}
.footer_one li {
  list-style: none;
  display: inline;
  float: right;
}
/****************Footer Menu***************
**********************************************Start****/
.footer_ali {
  width: 100%;
  float: left;
}
.footer_menuList {
  color: #156db5;
  /*font-family: 'Montserrat';*/
  font-size: 10px;
  margin: 0px auto;
  padding: 0.1em 0em 0em 1em;
  width: 56em;
  text-align: center;
}
.footer_menuList li {
  float: left;
  list-style: none;
  padding: 0.2em 0.2em 0.2em 0.2em;
}
.footer_menuList li a {
  padding: 0.2em 0.2em 0.2em 0.2em;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: bold;
  color: #156db5;
  border-right: 0px solid white;
  white-space: nowrap;
  cursor: pointer;
}
.footer_menuList li a:hover {
  text-decoration: underline;
}
.copyright_txt {
  text-align: center;

  color: #333333;
  clear: both;
  list-style: none;
  /*font-family: 'Montserrat';*/
  font-size: 1.1em;
}
.copyright_txt li {
  margin: 0;
  line-height: 0.5em;
  padding: 0;
  height: 1.5em;
}
/****************Footer Menu***************
**********************************************End****/

.epayment_table {
  margin: 10px auto;
  width: 74em;
  padding: 5px;
  border: 1px solid #5a9ad1;
  background: transparent;
  min-height: 15em;
  /*font-family: 'Montserrat';*/
  font-size: 1.2em;
}
.ch_minheight {
  min-height: 38em;
}

/*********************************Inside Page Table*****
*************************************************Start****/

.tdText {
  /*font-family: 'Montserrat'; font-size: 12px;*/
}
.thText {
  /*font-family: 'Montserrat'; font-size: 12px; background-color: #56A0DF; color:#ffffff;*/
}
.headText {
  /*font-family: 'Montserrat'; font-size: 15px; font-weight: bold;*/
}
.dtext {
  /*font-family: 'Montserrat'; font-size: 14px; font-weight: bold; margin-bottom: 5%;*/
}
.ltnv_headeradj {
  width: 180px;
}

#pagetable {
  width: auto;
  padding: 0;
  margin: 0;
}
caption {
  padding: 0 0 5px 0;
  width: 700px;
  font: italic 11px 'OpenSans';
  text-align: right;
}
#pagetable th {
  /*font-family: 'Montserrat';*/
  color: #fff;
  font-weight: normal;
  font-size: 1.2em;
  border-right: 1px solid #043a69;
  border-bottom: 1px solid #043a69;
  border-top: 1px solid #043a69;
  text-align: center;
  padding: 6px 6px 6px 6px;
  background: #043a69;
}
#pagetable th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 11px solid #3087d1;
  background: none;
}
#pagetable td {
  border-right: 1px solid #c9d9e6;
  border-bottom: 1px solid #c9d9e6;
  border-left: 1px solid #c9d9e6;
  padding: 2px 4px 2px 4px;
  color: #082d4c;
  /*font-family: 'Montserrat';*/
  font-size: 1em;
}
#pagetable td.alt {
  background: #f5f8fa;
  color: #082d4c;
}
#pagetable th.spec {
  border-left: 1px solid #b2e2f7;
  border-top: 0;
  background: #fff url(images/bullet1.gif) no-repeat;
  font: bold 11px 'OpenSans';
}
#pagetable th.specalt {
  border-left: 1px solid #3087d1;
  border-top: 0;
  background: #f5fafa url(images/bullet2.gif) no-repeat;
  font: bold 11px 'OpenSans';
  color: #797268;
}

th.pagetable_borderZero {
  border: 0 !important;
}

td.pagetable_borderZero {
  border: 0 !important;
}

#pagetable_form {
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
}

#pagetable_form th {
  /*font-family: 'Montserrat';*/
  color: #fff;
  text-align: center;
  padding: 4px;
  background: #56a0df;
}

#pagetable_form td {
  padding: 2px 4px 2px 4px;
  color: #082d4c;
  /*font-family: 'Montserrat';*/
  font-size: 0.9em;
}
.downloadlink a {
  color: #0e6ab7;
  text-decoration: none;
  cursor: pointer;
}
.downloadlink a:hover {
  color: #52718b;
  text-decoration: underline;
}
.ltborder {
  border-left: 1px solid #c9d9e6;
  font-weight: normal;
  font-size: 1.1em;
}
.noborder {
  border: 0;
}
.adjfont {
  font-size: 1em;
}

/****************Master Form Elements*********S#******
**********************************************Start****/

label {
  font: bold 10px 'OpenSans';
}
input {
  font: 1em 'OpenSans';
  background: #fff;
  height: 1.4em;
  border: 1px solid #3087d1;
}

select {
  background: #fff;
  border: 0.1em solid #666666;
  font: 1em 'OpenSans';
  /*height: 1.5em;*/
}
textarea {
  background: #fff;
  border: 0.1em solid #666666;
  font: 1em 'OpenSans';
  height: 5em;
  width: 10em;
}
.direct {
  width: 16em;
  height: 1.8em;
  background: #f0f0f0;
  border: 1px solid #3087d1;
  font: 1em 'OpenSans';
}
/****************Master Form Elements***************
**********************************************End****/

/****************Master Button**********S#*****
**********************************************Start****/
a.com_button span {
  background: transparent url("../images/button_left_blue.png") no-repeat 0 0;
  color: #fff;
  display: block;
  line-height: 8px;
  padding: 7px 0 6px 5px;
}
a.com_button {
  background: transparent url("../images/button_right_blue.png") no-repeat top
    right;
  display: block;
  float: left;
  /*font-family: 'Montserrat';*/
  font-size: 12px;
  font-weight: bold;
  height: 21px;
  margin-right: 5px;
  padding-right: 5px;
  text-decoration: none;
}
a.com_button:hover span {
  background-position: 0 -21px;
}
a.com_button:hover {
  background-position: right -21px;
}
.noltborder {
  border-left: 0;
}
.nortborder {
  border-right: 0;
}
/******************************2nd************/
#SubButton {
  height: 24px;
  width: 50%;
  margin: 0 auto;
  float: right;
}
a.page_button span {
  /*background: transparent url(../images/btn_bluelt.gif) no-repeat 0 0;
	background:#f00;
	color: #fff;
	display: block;
	line-height: 8px;
	padding: 6px 0 6px 9px;*/
}
a.page_button {
  /*background: transparent url(../images/btn_bluert.gif) no-repeat top right;*/
  background: #d24726;
  color: #fff;
  display: block;
  /*font-family: 'Montserrat';*/
  font-size: 14px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  padding: 0px 9px 0px 9px;
  text-decoration: none;
  cursor: pointer;
  float: left;
}
a.page_button:hover {
  background: #4d4c4c;
}
input[type="button"] {
  /*background: transparent url(../images/btn_bluert.gif) no-repeat top right;*/
  background: #d24726;
  color: #fff;
  display: block;

  /*font-family: 'Montserrat';*/
  font-size: 14px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  padding: 0px 9px 0px 9px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  float: left;
}
input[type="button"]:hover {
  background: 4d4c4c;
}
input[type="submit"] {
  /*background: transparent url(../images/btn_bluert.gif) no-repeat top right;*/
  background: #d24726;
  color: #fff;
  display: block;

  /*font-family: 'Montserrat';*/
  font-size: 14px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  padding: 0px 9px 0px 9px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  float: left;
}
input[type="submit"]:hover {
  background: 4d4c4c;
}
input[type="reset"] {
  /*background: transparent url(../images/btn_bluert.gif) no-repeat top right;*/
  background: #d24726;
  color: #fff;
  display: block;

  /*font-family: 'Montserrat';*/
  font-size: 14px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  padding: 0px 9px 0px 9px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  float: left;
}
input[type="reset"]:hover {
  background: 4d4c4c;
}

/*a.page_button:hover span {
	background-position: 0 -20px;
}
a.page_button:hover {
	background-position: right -20px;
}*/

/*DL, DT, DD TAGS LIST DATA*/
dl {
  margin-bottom: 0px;
}
dl dt {
  float: left;
  /*font-family: 'Montserrat';*/
  padding: 6px;
  width: auto;

  font-size: 1.1em;
  color: #082d4c;
}
dl dd {
  margin: 2px 0;
  padding: 5px 0;
}
/****************Master Button***************
**********************************************End****/

/*---------------------------Information Boxes-------------------------------*/
.infobox-msg {
  padding-left: 40px;
  font-size: 1.2em;
}
.infobox-red {
  background: url(images/info-red.png) no-repeat #cc0033;
}
.infobox-red .infobox-msg {
  color: #fff;
}
.infobox-yellow {
  background: url(images/info-yellow.png) no-repeat #ffff66;
}
.infobox-yellow .infobox-msg {
  color: #505020;
}
.infobox-green {
  background: url(images/info-green.png) no-repeat #c4fc1e;
}
.infobox-green .infobox-msg {
  color: #3d4f09;
}
.infobox-blue {
  background: url(images/info-blue.png) no-repeat #1300cc;
}
.infobox-blue .infobox-msg {
  color: #fff;
}
.infobox-red,
.infobox-yellow,
.infobox-green,
.infobox-blue {
  background-position: 5px 5px;
  padding: 20px;
  margin: 0 0 20px 0;
}

/*---------------------------Information Boxes-------------------------------*/
.infobox-msg {
  padding-left: 40px;
  font-size: 1.6em;
}
.infobox-red {
  background: url(../images/info-red.png) no-repeat #cc0033;
}
.infobox-red .infobox-msg {
  color: #fff;
}
.infobox-yellow {
  background: url(../images/info-yellow.png) no-repeat #ffff66;
}
.infobox-yellow .infobox-msg {
  color: #505020;
}
.infobox-green {
  background: url(../images/info-green.png) no-repeat #c4fc1e;
}
.infobox-green .infobox-msg {
  color: #3d4f09;
}
.infobox-blue {
  background: url(../images/info-blue.png) no-repeat #1300cc;
}
.infobox-blue .infobox-msg {
  color: #fff;
}
.infobox-red,
.infobox-yellow,
.infobox-green,
.infobox-blue {
  background-position: 5px 9px;
  padding: 20px;
  margin: 0 0 20px 0;
}

.maintanence {
  height: 88px;
  width: 100%;
  background: #333333;
  padding-top: 25px;
}

iframe {
  background: transparent #fff;
  height: 415px !important;
}

/*********************************Inside Page Table*****
*************************************************End****/
#login-box {
  width: 333px;
  height: 352px;
  padding: 58px 76px 0 76px;
  color: #043e7d;
  /*font-family: 'Montserrat';*/
  font-size: 12px;
  background: transparent;
  margin: 0 auto;
}

#login-box img {
  border: none;
}

#login-box h2 {
  padding: 0;
  margin: 0;
  color: #fff;
  font: bold 44px 'OpenSans';
}

#login-box-name {
  float: left;
  display: inline;
  width: 80px;
  text-align: right;
  padding: 14px 10px 0 0;
  margin: 0 0 7px 0;
}

#login-box-field {
  float: left;
  display: inline;
  width: 230px;
  margin: 0;
  margin: 0 0 7px 0;
}

.form-login {
  width: 205px;
  padding: 10px 4px 6px 3px;
  border: 1px solid #c0eefd;
  background-color: Transparent;
  font-size: 16px;
  color: #04607d;
}

.login-box-options {
  clear: both;
  padding-left: 87px;
  font-size: 11px;
}

.login-box-options a {
  color: #04607d;
  font-size: 11px;
}

/********** STQC and W3c validator**********/

.validation {
  float: right;
}

/********** pop up page**********/
.popup {
  background: url(/images/custom_Logo.png) no-repeat center top; /*font-family: 'Montserrat'; font-size:16px; color:#494949; line-height:24px; padding:15px; */
}

/*Registration Page
.warning { color:#FF0000; }*/

#nav .nav li {
  line-height: normal;
  height: auto;
  padding: 8px 10px;
  white-space: normal;
  text-indent: 0;
}

#sidebar span.dark-blue,
#sidebar span.light-blue {
  font-size: 16px;
}

/* ====================================== Style 22 Aug 2019 ====================================== */
#wrap {
  max-width: 100%;
}
.container-center {
  width: 113.2em;
  margin: 0 auto;
}
.clearfix {
  clear: both;
}
#header {
  /*height: 12em;*/
  border-top: 3px solid #e67817;
  width: 100%;
}
#ticker {
  background: #043a69;
  width: 100%;
}
#nav_sec {
  background: #080b41;
  width: 100%;
}
#lang {
  float: right;
}
#lang a.lang-current {
  color: #fff;
}
#lang a.lang-current.active {
  color: #f6ff00;
}
.heading-title {
  font-size: 26px;
  color: #133053;
  font-weight: bold;
  position: relative;
  line-height: normal;
  line-height: normal;
  display: inline-block;
  padding: 0;
  margin-bottom: 15px;
}
/* .heading-title:before, .heading-title:after {  content: ''; width: 72px; height: 12px; position: absolute; top: 14px; } */
/* .heading-title:before { background: url(../img/heading_left.png) no-repeat; left: -82px; }
.heading-title:after { background: url(../img/heading_right.png) no-repeat; right: -82px; } */

#ser-container {
  height: 512px;
  overflow: hidden;
}
.ser-box {
  width: 250px;
  height: 200px;
  overflow: hidden;
  box-shadow: 2px 2px 6px #ccc;
  border-radius: 5px;
  margin: 13px;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  color: #133054;
  padding-top: 50px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s;
}
.ser-overlay {
  background: rgba(4, 58, 105, 0.9);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  transition: all 0.5s ease-out;
  bottom: -200px;
}
.ser-mid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.heading-overlay {
  font-size: 18px;
  font-weight: 600;
}
.btn-Overlay {
  background: #fff;
  padding: 5px 10px;
  color: #043a69;
  border: 1px solid #0c2645;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 10px 0 0;
  background: linear-gradient(to left, #fff 50%, #e67817 50%);
  background-size: 202% 99%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.btn-Overlay:hover {
  color: #fff;
  background-position: left bottom;
}
.ser-box:hover .ser-overlay {
  bottom: 0;
}

.btn-default-sz {
  border: 2px solid #093e6c;
  padding: 7px 15px;
  font-size: 14px;
  background: #fff;
  color: #093e6c;
  margin-top: 15px;
  display: inline-block;
  border-radius: 2px;
  background: linear-gradient(to left, #fff 50%, #093e6c 50%);
  background-size: 202% 99%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.btn-default-sz:hover {
  color: #fff;
  background-position: left bottom;
  cursor: pointer;
}

.prod {
  background: #fff;
  font-size: 0;
}
.prod-box {
  display: inline-block;
  width: 215px;
  height: 132px;
  border-right: 1px solid #e6e6e6;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
.prod-box:hover .ser-overlay {
  bottom: 0;
}
.prod-box:last-child {
  border-right: none;
}

.contact-bg {
  background: url(../img/conatct_bg.png);
  width: 100%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 25px 15px;
}
.contact-bg h3 {
  font-size: 28px;
  font-weight: 600;
}
.contact-bg h3,
.contact-bg h5 {
  padding: 0;
  line-height: normal;
}
.support-sz {
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  margin-right: 25px;
  padding-right: 25px;
}
.support-sz img {
  margin-right: 7px;
  top: 3px;
  position: relative;
}
.support-sz:last-child {
  padding-right: 0;
  margin-right: 0;
}
.get-touch a {
  color: #fff;
}
.contact-bg a:hover {
  color: #ff9932;
}

.ftr_sz {
  padding: 10px 0;
  background: #e6e6e6;
}
.ftr_sz ul li {
  margin: 0 30px;
  float: none;
  display: inline-block;
}
.ft_award {
  background: #d0cece;
}

.copyright {
  background: #c3c3c3;
  text-align: center;
  font-size: 15px;
  padding: 10px 5px 5px;
  clear: both;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  position: relative;
}
.ft-menu {
  margin: 0;
  padding: 0;
}
.ft-menu li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #333;
  line-height: normal;
}
.ft-menu li a {
  color: #333;
}
.ft-menu li:last-child {
  border-right: none;
}

.w3c-verified {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.sec-performance .tabs {
  position: relative;
  min-height: 470px; /* This part sucks */
  clear: both;
}
.sec-performance .tab {
  float: left;
  /*display: inline-block; */
}
.sec-performance .tab label {
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 10px;
  z-index: 2;
}
.sec-performance .tab label:hover {
  border-bottom: 2px solid #ff9932;
  cursor: pointer;
}
.sec-performance .tab [type="radio"] {
  display: none;
}
.sec-performance .content {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.sec-performance [type="radio"]:checked ~ label {
  background: none;
  border-bottom: 2px solid #ff9932;
  color: #ff9932;
  z-index: 2;
}
.sec-performance [type="radio"]:checked ~ label ~ .content {
  z-index: 1;
}
.sec-performance,
.tabs,
.content {
  background: #f2eeed;
}

.highcharts-button-box {
  background: #ff0;
}

.graph-opt-btn {
  position: absolute;
  top: 0;
  right: 20px;
}
.btn-gr-bar,
.btn-gr-line {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 7px;
  outline: none;
}
.btn-gr-bar {
  background: url(../img/ic_bar_graph.png) no-repeat;
}
.btn-gr-line {
  background: url(../img/ic_line_graph.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.btn-gr-bar:hover,
.btn-gr-line:hover {
  background-position: 0 -23px;
  cursor: pointer;
}
.btn-gr-bar.active,
.btn-gr-line.active {
  background-position: 0 -23px;
}

.disclaimer {
  position: absolute;
  top: 390px;
  right: 20px;
  font-size: 14px;
  color: #666;
}

.home-banner .slick-prev,
.home-banner .slick-next {
  width: 30px;
  height: 35px;
  position: absolute;
  background: url(../img/banner-arrow.png) no-repeat;
  z-index: 99;
  top: 50%;
  font-size: 0;
  opacity: 0.5;
  margin-top: -30px;
  outline: none;
}
.home-banner .slick-prev {
  left: 0;
  background-position: 0 -35px;
}
.home-banner .slick-next {
  right: 0;
  background-position: 0 0px;
}
.home-banner .slick-prev:hover,
.home-banner .slick-next:hover {
  opacity: 1;
  cursor: pointer;
}
.home-banner img {
  width: 100%;
}

.scroll_To_Top {
  color: black;
  text-decoration: none;
  position: fixed;
  padding: 13px 15px;
  text-align: center;
  background: white;
  font-weight: bold;
  bottom: 40px;
  right: 40px;
  display: none;
  background: #133054;
  z-index: 99;
  border-radius: 3px;
  text-align: center;
}

.scroll_To_Top:hover {
  text-decoration: none;
  background: #e67817;
}

.graph-opt-btn button {
  padding: 5px;
  color: #133054;
  border-radius: 3px;
}
.graph-opt-btn button:hover,
.graph-opt-btn button.active {
  background: #ff9932;
  color: #fff;
  outline: none;
  cursor: pointer;
}

/*.highcharts-data-label text, .highcharts-data-label text tspan  { text-decoration: none !important; fill: #e67817 !important; outline: none !important; stroke: #fff !important; text-shadow: none !important; }*/

.highcharts-series-group rect,
.highcharts-xaxis-labels text {
  fill: #133054 !important;
  text-decoration: none !important;
}
.highcharts-tooltip text tspan:nth-child(2) {
  fill: #e67817 !important;
  font-weight: bold !important;
}

.highcharts-drillup-button rect {
  fill: #133054 !important;
  border: none !important;
}
.highcharts-drillup-button rect:hover {
  fill: #e67817 !important;
}
.highcharts-drillup-button text tspan {
  fill: #fff !important;
}
#nav li {
  float: left;
  display: inline;
  cursor: pointer;
  list-style: none;
  padding: 0px 15px;
  border-right: 1px solid #fff;
  position: relative;
  font-size: 16px;
  line-height: 38px;
  /*font-family: 'Montserrat';*/
  text-align: left;
}

#content_holder {
  float: none;
  display: inline-block;
  border: none;
}
.sub_ltnav .ltnv_header {
  background: #043a69;
}
.sub_ltnav .ltnv_body {
  border-color: #043a69;
}
#sub_content h3 {
  color: #133053;
  border-color: #133053;
}

#nav li:hover > .nav {
  width: 210px;
}
#nav .nav li {
  box-sizing: border-box;
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Counter */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.counter-sec {
  background: url(../img/counter_bg.png);
  background-size: cover;
  font-size: 0;
}

.col_half {
  width: 49%;
}
.col_third {
  width: 32%;
}
.col_fourth {
  width: 23.5%;
}
.col_fifth {
  width: 18.4%;
}
.col_sixth {
  width: 15%;
}
.col_three_fourth {
  width: 74.5%;
}
.col_twothird {
  width: 66%;
}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.end {
  margin-right: 0 !important;
}
/* Column Grids End */

.wrapper-counter {
  width: 980px;
  position: relative;
  display: inline-block;
}
.counter {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 5px;
}
.count-title {
  font-size: 26px;
  color: #133053;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.count-text {
  font-size: 16px;
  color: #133053;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}
.heading-title.white {
  color: #fff;
}

.heading-title.white:before,
.heading-title.white:after {
  filter: invert(100%);
}

.small-text {
  font-size: 18px;
  font-weight: 500;
}

.flt-left {
  float: left;
}
.flt-right {
  float: right;
}
.circle-ic {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #e2e2e2;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.rel_link {
  display: none;
}

.scroll-down {
  display: flex;
  justify-content: center;
  width: 40px;
  height: 60px;
  /*border: 2px solid #043a69;*/
  border-radius: 36px;
  left: 50%;
  margin: -20px;
  bottom: 50px;
  position: fixed;
  background: #043a69;
  /*box-shadow: 0 0 10px 3px #908d8d;*/
  padding-top: 6px;
  box-sizing: border-box;
  z-index: 999;
}

.scroll-down:hover {
  background: #e67817;
  cursor: pointer;
}

.chevron {
  position: absolute;
  width: 15px;
  height: 25px;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(10px);
  }
  66.6% {
    opacity: 1;
    transform: translateY(25px);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}

.new-link {
  color: #ff0202;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  top: -7px;
  background: #fff;
  padding: 0px 3px;
  line-height: normal;
  border-radius: 3px;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

#nav li {
  padding: 0px 8px;
  font-size: 15px;
}
.subUl {
  display: none;
}
.titledUl {
  cursor: pointer;
}

.cursorf {
  cursor: pointer;
}

#left-style {
  float: left;
  width: 50%;
}
#right-style {
  float: right;
  width: 50%;
}
#filing {
  border: 2px solid #888;
  margin: 10px;
  z-index: 1;
  background-color: #f8f8f8;
  height: max-content;
}
.mainlink {
  margin: 20px 0 20px 10px;
}
.mainlink a b {
  color: black;
  font-size: 13px;
}
.desc {
  margin: 5px 0;
}

#fin {
  border: 2px solid #888;
  margin: 10px;
  z-index: 1;
  background-color: #f8f8f8;
  height: max-content;
}

#enq {
  border: 2px solid #888;
  margin: 10px;
  z-index: 1;
  background-color: #f8f8f8;
  height: max-content;
}

#reg {
  border: 2px solid #888;
  margin: 10px;
  z-index: 1;
  background-color: #f8f8f8;
  height: max-content;
}

#acc {
  border: 2px solid #888;
  margin: 10px;
  z-index: 1;
  background-color: #f8f8f8;
  height: max-content;
}
#lftpanel {
  background-color: #d8d8d8;
}
.cursorf {
  cursor: pointer;
}
#lftpanel li a {
  font-size: xx-small;
  font-weight: 900;
  color: black;
}
