@charset "utf-8";
/* CSS Document */
.nopadding{padding:0px !important; margin:0px !important;}
.nopadding_left{padding:0px !important;}

body{
   padding:0;
   margin:0;
   /*background: url(../images/bg.jpg) no-repeat center #FFFFFF;*/
   font-family:Arial, Helvetica, sans-serif;
   font-size:18px;
   color:#6d6d6d;
   
}
.header-main{
  width:100%;
  background:#333333;
  padding:0.799em;
}
.logo
{
  width:100%;
  border-top:5px #99262B solid;
}
.header-logo
{
  width:100%;
  background:#184f9b;
}
.banner
{
 width:100%;
}
.wel-area 
{
  width:100%;
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#0066FF;
}
.left-area
 { 
  width:300px;
  max-width:100%;
  background:#FFFFFF;
 }
 .left-area ul
 { 
  padding:0;
  margin:0;
  list-style:none;
 }
 

 .left-area ul li a
 { 
    display: block;
    color:#184f9b;
	font-size:14px;
    padding: 8px 0 8px 16px;
    text-decoration: none;
	border-bottom:1px #184f9b dashed;
 }
 .left-area ul li a:hover
 { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#3366CC;
  background: url(../images/aro.png) no-repeat left #fafafa;
 }

.red-button
{
 width:117px;
 height:32px;
 background:url(../images/red-butt.jpg) no-repeat;
 float:right;
 font-size:14px;
 color:#ffffff;
 text-align:center;
 line-height:30px;
 margin:5px 0 10px 0;
}
.red-button a{
  color:#ffffff;
  
}
.marquee-vert {
        width: 300px;
        overflow: hidden;
		max-width:100%;
		margin-bottom:20px;
      }
.container-area {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:justify;
	}
/*.heading-top {
    
    width: 100%;
    background:#C40300;
	color:#ffffff;
	padding:1em;
	border-radius:8px 8px 0 0;
	}*/
.heading-top {
    width: 100%;
    background: #E91E63;
	color:#ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom: 18px;
	}
.cl-bodr {
    border: 1px solid #E91E63;
    padding-top: 4px;
    padding-left: 0px;
    padding-bottom: 10px;
    border-radius: 4px;
    border-bottom-width: 4px;
    border-bottom-color: #E91E63;
	margin-bottom: 11px;
	background-color:#f3f3f3;
}
.heading {
    
    width: 100%;
    background: #252121;
	padding:2px;
	text-align:center;
	color:#ffffff;
	}       
.h-com
  {
   width:740px;
   max-width:100%;
   height:auto;
   background:#750000;
   float:left;
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   margin-bottom:20px;
   padding-left:10px;
  }
 .hanna
  {
   width:200px;
   max-width:100%;
   font-size:20px;
   color:#FFFFFF;
   font-family:Georgia, "Times New Roman", Times, serif;
   padding-top:10px;
  }
 a.bbg {
    background-color: #E41209;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #00365b;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
    padding: 6px 10px 4px;
    text-decoration: none;
    text-transform: capitalize;
}
a.bbg span {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #FFF;
    display: inline-block;
    float: right;
    margin: 1px 0 0 10px;
} 



.footer-columns {
    background:#252121;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-align:justify;
	}
	
.footer-pro
 { 
  width:300px;
  max-width:100%;
  background:#FFFFFF;
 }
 
 .footer-pro ul
 { 
  padding:0;
  margin:0;
  list-style:none;
 }
 

 .footer-pro ul li a
 { 
    display: block;
    color:#fff;
	font-size:14px;
    padding: 8px 0 8px 16px;
    text-decoration: none;
	border-bottom:1px #184f9b dashed;
 }
	
	
.footer {
    background:#99262B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-align:justify;
	padding:10px;
	}
	
	
/*=============sidbar=============*/

.h3{background:#16649b; border-bottom:1px solid #05608f; padding:0 0 0 10px; color:#fff; font-size:16px;}


.submenu {
	width:250px;
	max-width:100%;
	height:270px;
  background: #990000;
  font-size: 16px;
}
.submenu ul { list-style-type: none; padding:0; margin:0; }
.submenu li { border-bottom: 1px solid #fff; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
 a:active {
  background: #003366;
  color: #FFF;
}
.submenu a:hover {
  background: #003366;
  color: #FFF;
}


/*-- BacktoTop---*/

#backtotop.visible {
    visibility: visible;
    opacity: .5;
}


#backtotop, #footer button {
    color: #FFF;
    background-color: #e91e63;
}
/*#backtotop, #mainav *, .faico a, .icon {
    transition: all .3s ease-in-out;
}*/

#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    bottom: 45px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}

#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}
.fa-chevron-up:before {
    content: "\00FE3F";
}

/*-- END BacktoTop---*/

	
	
	