@charset "utf-8";
/* CSS Document */
*{margin:0;
}
body {
	font-size: 16px;
	line-height: 1.7;
	color: #2D2D2D;
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
}

h2{ padding:3px;
}

#header-img{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	width:1200px;
	height:500px;
	padding:0;
}
img{ max-width:100%;
    max-height:40%;
	width:auto;
	margin-bottom:0%;
	border-radius:3px;
	margin-top:0;

}

header{ background-color:#fff;
        width:100%;
		height:80px;
		opacity:0.8;
		top:0;
		position:fixed;
		
} 

#header-inner{ display:table;
              margin:0 auto;
			  float:right;
			  top:0;
			  
			  
}

#logo{ margin:10px;
       float:left;
	   width:200px;
	   height:200px;
	   position:absolute;
	   left:0;
	   top:80px;
	   padding:5px;
	   background:url(../images/logo-new.png)  center no-repeat;
	   
	}
 .pp-img{ margin:10px;
          padding:5px;
		  position:absolute;
		  right:0;
		  top:80px;
 }
	nav{ float:left;
	   /* padding: 10px 20px 0 0;*/
		top:0px;
		color:#fff;
		}
		
	#menu-icon { display:hidden;
	            width:40px;
				height:40px;
				background:url(../images/html-tag.PNG) no-repeat;
		}
	a:hover#menu-icon{ border-radius: 4px 4px 0 0;
	}
	
	nav ul{ list-style-type:none;
	        text-align:center;
			top:0;
	     
	}
	
	nav ul li{ font-size:18px;
	           display:inline-block;
			   float:left;
			   padding:9px;
			   width:fit-content;
	}
	
	nav ul li a{ color:#00F;
	             text-decoration:none;
	}
	nav ul li a:hover{ color:#000;
	}
	.current { color:#009;
	}
	/*--end of  nav style--*/
	
	.banner{ width:100%;
	         background-color:#FFF;
			 
			 
	}
	.banner-inner{ width:100%;
	               margin: 0 auto;
				   
	}
	
	.header-img { display:block;
	              margin-left:auto;
				  margin-right:auto;
				  margin-top:0;
				  text-align:center;
				  background-size:cover;
	}
	button.sign-up{
		padding:10px;
		background-color:transparent;
		border-style:solid;
		border-color:#000;
		border-radius:3px;
		margin:5px;
		right:0;
		float:right;
	}
	
	button.sign-in{
		padding:10px;
		background-color:transparent;
		border-style:solid;
		border-color:#000;
		border-radius:3px;
		margin:5px;
		right:0;
		float:right;
	}
		
		/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position:absolute;
  margin-right:auto;
  margin-left:auto;
  margin: auto;
  top:30px;
  right:155px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.column {
  float: left;
  width: 20%;
  padding: 10px;
  margin:10px;
  border-radius:4px;
  margin-left:50px;
  margin-top:70px;
  margin-bottom:60px;
  text-align:center;
  background-color:#F4F4F4;
  box-shadow: 1px 1px 3px #999 ;
  border:none;
  
  
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.container-1 { background-color:#006;
            height:350px;
             
	
}

.container-2{
	background-color:#006;
	height:350px;
	bottom:0;
}

/*--start footer--*/
footer{
	background-color:#F3F3F3;
	opacity:0.7;
	margin:0px;
	padding:0px;
}
 
 
 
 .social {list-style-type:none;
          text-align:center;
		           
 }
 
 .social li { display:inline;
             
 }
 
 .social i { font-size: 160%;
             margin:1%;
			 padding: 0% 4% 0% 4%;
			 color:#BCBCBC;
 }
 
 .social i :hover{ color:#f5f5f5;
 }
 
 footer.second {border-top: 1px solid #919191;
                background-color: #fff;
				max-height: 55px;
				margin:0;
 }
 
 footer.second p { padding: 5px 0 9px 0;
                   text-align:center;
				   color:#919191;
 }
 