body {
	background:#ffffff;
	font-size: 14px;
	font-family: Arial;
	margin: 0px 0px 70px;
	padding-top: 40px;
	overflow-x: hidden; 
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-top {
	background-color: #f5f5f5;
}
.footer-inner {
	padding: 20px 0px;
}
/*sticky footer*/

section{
	/*min-height: 100vh;*/
}
/*#section1{
	
	height: 650px;
}
#section2{
	
	height: 700px;
}
#section3{
	
	height: 850px;
}
#section4{
	
	height: 800px;
}
#section5{
	
	height: 900px;
}
#section6{
	
	height: 1000px;
}*/

#sticky {
    /*padding: 0.5ex;*/
   position: absolute;
   width: 100%;
   top: 0;
    background: #999;
    margin: 0px;
    /*background-color: hsl(76, 59%, 46%);*/
    /*color: #fff;*/
    /*font-size: 2em;
    border-radius: 0.5ex;
    transform: translateY(-100%);*/
   transition: all 0.5s ease-in-out 0s;
   z-index: 100;
}
#sticky.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
   	width: 100%;
    z-index: 999;
    /*border-radius: 0 0 0.5em 0.5em;
    transform: translateY(0%);*/
    transition: all 0.5s ease-in-out 0s;
    box-shadow: 0 2px 5px hsl(0, 0%, 0%);
    background: rgba(0,0,0,0.5);
}
.logo {
  height: auto;
  padding: 10px 15px;
  color: #fff !important;
}


.menu-sec-outer {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none;
  margin-bottom: 0;
  /*padding-bottom: 14px;
  padding-top: 14px;*/
  min-height: auto;
}



.menu-inner > li > a {
  
  font-size: 14px;
  padding: 10px 20px !important;
  text-transform: uppercase;
}
.menu-inner > li {
  background: rgba(0, 0, 0, 0) url("../images/menu-bor.png") no-repeat scroll left center;
  padding-left: 2px;
}
.menu-inner > li:first-child {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding-left: 0;
}

.menu-sec-outer{
	background: #fff !important;
}
.navbar-sec-outr{
	background: #fff !important;
	height: 86px;
	padding: 5px 0px;
}
.carousel-caption{
	text-align: left !important;
}
.eseal-body{
	padding-top: 38px !important;
}
.eseal-banner-inr{
	padding-top: 35px;
}
.carousel-caption h3{
	margin-top: 10px !important;
}
.logo img{
	height: 77px;
}
.eseal-text-inr p{
	text-align: justify;
}
#section2{
	height: 570px;
}
.errordivspan, .successdivspan {
	font-weight:700;
	display:none;
	font-size:12px
}
.errordivspan {
	color:red
}
.successdivspan {
	color:#090;
	padding-left:10px
}
