body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6,p,ul{padding:0; margin:0;}

body{
	padding:0;
	margin:0; 
	font-family: 'Roboto Condensed', sans-serif;
	background:#a6def6 url("../img/bg.jpg") repeat-x scroll 0 0;
	font-size:1em;
}
hr{border-top: 1px solid #333; clear:both; margin:20px 0;}
.topbanner {color: #fff; text-align: center; font-size:1.5em}
.email {
	margin-top: 3em;
	text-align:right;
	}
.email a{
	color:#fff;
  font-size:1.5em;
}
.header {
color: #333;
	background: #fff;
   	border-top: 1px solid #d4d4d4;
  	border-left: 1px solid #d4d4d4;
  	border-right: 1px solid #d4d4d4;
	text-align: left;
	padding:2em;
    -o-box-shadow: 0 8px 6px -6px black;
    -ms-box-shadow: 0 8px 6px -6px black;
}

.logo{
 margin: 0 auto;
 width: 100%;
 text-align:left;
 margin-bottom:1.5em;
}
.mtitle span{
font-family: 'Merriweather', serif;
	color:#9cabbc;
	display:block;
	text-shadow: 2px 1px 2px #666;
	line-height: normal;
  font-size:2em;
	
	}
.stitle{background: url('../img/st_bg.jpg') no-repeat;background-size: cover; height:143px; display:table; width:100%;}
.stitle span{
	font-size:2em;
	color:#FFF;
	text-shadow: 2px 1px 2px #666;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	line-height: normal;
	padding:10px;
	}	

.lft_panel {padding:0; border-right:2px solid #fff;}	
	
/* Menu */
span.menu {display: none;}
.top-menu {background: url('../img/nav_bg.jpg') no-repeat;background-size: cover; padding:10px 25px; margin-bottom:2px;}
.top-menu ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
.top-menu ul li{
	display: inline-block;
	padding: 5px 0;
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
	width:100%;
	border-bottom:1px solid #f16000;
	position:relative;
}
.top-menu ul li a{
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
	text-shadow:1px 1px 1px #555;
	display: block;
	/*padding:0.8em 1.3em;*/
}
.top-menu ul li a:hover{color: #000;}
.top-menu ul ul {display: none; z-index:10; background: #e02400; border-radius: 0px; padding: 0; margin:0; position: absolute; left: 100%; width:220px; top:0;}
.top-menu ul ul li {
	float: none; 
	position: relative;
	width:220px;
	background:transparent;
	padding:0;
}

.top-menu ul ul li a {
	border-bottom: 1px solid #5e646a;
	color: #fff! important;
	padding:5px 15px;
	text-align:left;
	background: #e02400;
	margin:0;
}
.top-menu ul ul li a:hover {
	color: #fff;
	background: #1d1d1b;
}
.top-menu ul ul li a span {margin-top:10px;}
.top-menu ul ul ul {position: absolute; right: 100%; top:0;}
.top-menu ul ul ul li a {
	border-bottom: 1px solid #5e646a;
	color: #fff;
	text-align:left;
	background: #d14a30! important;
}	
.top-menu ul ul ul li a:hover {
	color: #fff;
	background: #1d1d1b! important;
}
.top-menu  > li {
    display: block;
    position: relative;
}
.top-menu ul li:hover > ul {display: block;}
.top-menu ul:after {content: ""; clear: both; display: block;}
.top-menu ul li:hover {}
.top-menu ul li:hover a  { color:#000;}
.top-menu ul ul li:hover a  {background: #1d1d1b;}

.more_menu {right:0;}


.top-menu > ul > li > a .downarror {
    background-image: url("../img/marrow_nor.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	margin:10px 5px 5px 7px;
	float:right;
}
.top-menu  > ul > li > a:hover .downarror {
    background-image: url("../img/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}
.top-menu ul li:hover .downarror {
    background-image: url("../img/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}

.top-menu ul ul li a .downarror {
    background-image: url("../img/marrow_over.png");
    background-repeat: no-repeat;
	 display: inline-block;
    height: 10px;
    width: 10px;
	float:right;
}
.top-menu ul ul li a:hover  .downarror {
    background-image: url("../img/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}

/* Menu */

/* Slider */
.banner {
	background:#418ec2;
	padding:0;
}
.banner-info {
	text-align: left;
}
.bannertext {display: table; height:490px; margin:0 auto;}
.banneralign {position:absolute; bottom:0; vertical-align: middle; width:60%; padding:0 2em; z-index:1;}
.banner-info h1 {
  font-size:  2.5em;
  color: #fff;
   text-shadow: 1px 1px 1px #333;
   line-height:normal;
}
.banner-info p {
	font-size: 2.5em;
	color: #000;
	margin-bottom: 0.5em;
	  text-shadow: 1px 1px 1px #fff;
   line-height:normal;
}

#slider3,#slider4  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 45%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 53px;
	background: transparent url("../img/arrow.png") no-repeat left top;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

/* Slider */

/* Message Area */
.content_img{
  float: right;
    margin: 0 0 10px 10px;
	border:1px solid #333;
}
.editor_img{border:1px solid #333;}
.ak_inner_con{text-align: left;}

.content-section {
   	border-top: 5px solid #9cabbc;
	margin-top: 2px;
	padding: 2em 1em;
	font-size: 15px;
}
.content-section h3{font-size: 2.5em; font-weight:600; color:#333;}
.content-section p{font-size: 15px;  color:#000;}
/* Message Area */

/* Bottom Navig Section */
.botnav-section {
   	border-top: 5px solid #9cabbc;
	margin-top: 4em;
	padding: 2em 0;
}

.botnav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.botnav ul:before,
.botnav ul:after {
  content: "";
  display: table;
}
.botnav ul:after {
  clear: both;
}
.botnav ul > li {
  float: left;
  position: relative;
  width:16.66%;
  text-align:left;
}
.botnav a {
  display: block;
  padding:10px 15px 10px 10px;
  line-height: 1.2em;
  color: #333;
  font-size:1.5em;
}
.botnav a span{
 width: 90%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	float:left;
	height:26px;
}
.botnav ul ul li a span{
float:none;
white-space: normal;
}
.botnav a:hover {
  text-decoration: none;
  background: #1d1d1b;
  color:#fff;
}
.botnav li ul {
  background: #e02400;
  color:#fff;
}
.botnav li ul li {
  width: 100%;
  
}
.botnav li ul a {
  border-bottom: 1px solid #5e646a;
  color:#fff;
  text-align:left;
  padding:10px;
  
}
.botnav li ul a:hover {
  background: #1d1d1b; color:#fff;
}

.botnav_sub ul li:hover {background-color:#1d1d1b; color:#fff! important;}
.botnav_sub ul li:hover a {color: #fff; }
.botnav_sub ul > li:hover ul li {
  max-height: 150px;
}
.botnav_sub li ul {
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 1;
  color:#fff;
  width:100%;
}
.botnav_sub li ul li {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}

.botnav ul > li a .bot_uparror {
    background-image: url("../img/uparrow_nor.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	float:right;
	margin-top: 5px;
}
.botnav  > ul > li > a:hover .bot_uparror {
    background-image: url("../img/uparrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}
.botnav_sub ul li:hover .bot_uparror {
    background-image: url("../img/uparrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}
/* Bottom Navig Section */

/* Footer Section */
.footer-top {padding: 10px 15px 0 15px; font-size: 1.5em; text-align:center;}
.footer-bottom p,.footer-bottom p a,.footer-bottom a,.footer-bottom p a:hover,.footer-bottom a:hover {font-weight: 500; color: #4F4C4C;}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../img/to-top2.png") no-repeat 0px 0px;
}

/* Footer Section */

/* sitemap */
.stm_main ul {list-style: none; margin:0; padding:0;}
.stm_main ul li a {font-weight:bold; font-size:16px; width: 98%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float:left;}
.stm_main ul ul li a {font-size:16px; font-weight:normal;}
.stm_main ul > li {display: inline-block; width: 100%; padding: 4px 0; margin-bottom: 15px;}
.stm_main ul > li > ul >li {color: red; padding: 5px 0; margin-bottom: 0px;}
.stm_main{
    -webkit-column-count:4;
    -moz-column-count:4;
    -ms-column-count:4;
    -o-column-count:4;
    column-count:4;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:4; padding:10px 30px;
}
@media screen and (max-width: 767px) {
.stm_main{
    -webkit-column-count:2;
    -moz-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
    column-count:2;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:2;
}
}
@media screen and (max-width: 480px) {
.stm_main{
    -webkit-column-count:1;
    -moz-column-count:1;
    -ms-column-count:1;
    -o-column-count:1;
    column-count:1;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:1;
}
}

@media(min-width:1024px){.content-section {min-height:400px;}}
.content-section ul,ol{margin-left:15px; padding:0;}

@media screen and (max-width: 1025px) {.botnav ul > li {width:25%;}}


@media (max-width: 992px){
	.top-menu ul li:hover a  { color:#fff;}
	.lft_panel {border-right:none; padding-bottom:5px;}
span.menu {display: block; cursor: pointer; margin: 0 0 5px; background-image: url("../img/nav.png");  background-repeat: no-repeat;  height: 32px; width: 32px;}
.stitle {height:auto; padding:5px;}

.top-menu {float:left; text-align:left; margin-top:0; background:transparent; padding:0;}
.top-menu  ul{display:none; margin:6px 0; z-index: 999; position: absolute; width: 100%; background:#e02400;text-align: center;}
.top-menu  ul li {display:block; float:none; margin: 0em; padding:0;}
.top-menu ul li a {margin:0;}
.top-menu ul li a {padding:20px 15px; text-align:left; border-bottom: 1px solid #fff;}
.top-menu ul li:hover {background:#1d1d1b; color:#fff;}
.top-menu ul li:hover a {}

.top-menu ul li.active {background:none;}	

.top-menu ul ul {width:100%; display:block! important; margin-top:0; position:relative;background:transparent; left:0;}
.top-menu ul ul li a {border-bottom: 1px solid #fff;  background:#d14a30; padding:20px 30px;}
.top-menu ul ul li a:hover {background:#1d1d1b;}
.top-menu ul ul li a .downarror {height: 20px; width: 20px;}
.top-menu ul ul li {width:100%; margin:0; padding:0;}
.top-menu ul ul ul {position: relative; background:transparent;}
.top-menu ul ul ul li a {border-bottom: 1px solid #fff;   background:#73666d;  padding:20px 40px; }
.top-menu > ul > li > a .downarror, .top-menu ul ul li a .downarror, .top-menu   > ul > li > a:hover .downarror, .top-menu ul li:hover .downarror, .top-menu  > ul > li > a:hover .downarror, .top-menu ul li:hover .downarror, .top-menu ul ul li a:hover  .downarror {float:right; height: 20px; width: 20px;margin:0; background-image: url("../img/sm_marrow_over.png"); float:right; right:0; position:absolute;}

.top-menu > ul > li > a {display: block;  color:#fff; line-height: 1.3em;}
 
.top-menu  ul li:hover .downarror {background-image: url("../img/sm_marrow_nor.png"); height: 21px; width: 36px;}
.top-menu  ul ul li a .downarror {background-image: url("../img/sm_marrow_nor.png"); height: 21px; width: 36px; }
.top-menu  ul ul li a:hover .downarror {height: 21px; width: 36px; background-image: url("../img/sm_marrow_nor.png");}

.content_img{width: 50%;}
.botnav ul > li {width:33%;}
}
@media screen and (max-width: 769px) {
	.content_img{float: none; margin: 0;  width: 100%;}
	.editor_img{width: 100%;}
}
@media screen and (max-width: 480px) {
.botnav ul > li {width:50%;}
  .banneralign {width:100%;}
}
@media screen and (max-width: 320px) {
.botnav ul > li {width:100%;}
}

.content-section h1 a, .content-section h2 a, .content-section h3 a, .content-section p a, .content-section a {cursor:pointer; text-decoration:underline;} 
.content-section h1 a:hover, .content-section h2 a:hover, .content-section h3 a:hover, .content-section p a:hover, .content-section a:hover{text-decoration:none;} 


/* Font size Styles listed below */ 
 
@media (min-width: 320px) {
  .mtitle span {font-size:2.5em;}
  .stitle span {font-size:2em;}
  .email a {font-size:1.5em;}
  .top-menu ul li a {font-size:1.5em}
  .banner-info h1 {font-size:3em;}
  .banner-info p{font-size:2em}
  .content-section h3{font-size: 1.5em;}
  .botnav a{font-size: 1.5em;}	
}
@media (min-width: 480px) {
  .mtitle span {font-size:3em;}
  .stitle span {font-size:2.3em;}
  .email a {font-size:1.5em;}
  .top-menu ul li a {font-size:1.8em}
  .banner-info h1 {font-size:3.5em;}
  .banner-info p{font-size:2.5em}
  .content-section h3{font-size: 1.5em;}
  .botnav a{font-size: 1.5em;}	
}
@media (min-width: 767px) {
  .mtitle span {font-size:3.5em;}
  .stitle span {font-size:2.3em;}
  .email a {font-size:1.5em;}
  .top-menu ul li a {font-size:2em}
  .banner-info h1 {font-size:4.5em;}
  .banner-info p{font-size:3.5em}
  .content-section h3{font-size: 2em;}
  .botnav a{font-size: 1.5em;}	
}
 
@media (min-width: 992px) {
 .top-menu {min-height:269px;}
  .mtitle span {font-size:3.3em;}
  .stitle span {font-size:2em;}
  .email a {font-size:1.5em;}
  .top-menu ul li a {font-size:1.8em}
  .banner-info h1 {font-size:3.5em;}
  .banner-info p{font-size:2.5em}
  .content-section h3{font-size: 2em;}
  .botnav a{font-size: 1.5em;}
}
@media (min-width: 1200px) {
  .top-menu {min-height:361px;}
  .mtitle span {font-size:4em;}
  .stitle span {font-size:2.5em;}
  .email a {font-size:1.5em;}
  .top-menu ul li a {font-size:1.8em}
  .banner-info h1 {font-size:4em;}
  .banner-info p{font-size:3em}
  .content-section h3{font-size: 2.5em;}
  .botnav a{font-size: 1.5em;}
}
@media (min-width: 1400px) {
  .top-menu {min-height:421px;}
  .mtitle span {font-size:4.5em;}
  .stitle span {font-size:3em;}
  .email a {font-size:1.5em;}
  .top-menu ul li a {font-size:2em}
  .banner-info h1 {font-size:4.5em;}
  .banner-info p{font-size:3em}
  .content-section h3{font-size: 2.5em;}
  .botnav a{font-size: 1.5em;}
  }


/* Design2026
/* Editor Styles listed below */
.heading {font-size: 2.5em; font-weight:600; color:#333;}
.sub-heading {font-size: 3.5em; font-weight:600; color: #e94601;}
.minor-heading {font-size: 3.5em; font-weight:600; color: #65b901;}
.content-text-style-1 {font-size: 1em; color: #000; line-height: 1.5em; }
 
@media (min-width: 1200px) {.heading, .sub-heading, .minor-heading {font-size: 2.5em;} }
@media (min-width: 767px) {.heading, .sub-heading, .minor-heading {font-size: 2em;} }
@media (min-width: 480px) {.heading, .sub-heading, .minor-heading {font-size: 1.5em;} }
@media (min-width: 320px) {.heading, .sub-heading, .minor-heading {font-size: 1.5em;} }

.home_content { 
  font-family: Arial,Helvetica,sans-serif; 
  font-size: 11px; 
  text-align: justify; 
}; 

