.netwizards{
		text-align:center;
		background-color:white;
}
.netwizards p{
	display: inline-block;
	padding:5px 150px;
}

a{
	text-decoration: none;
	color: black;
	
}

html, body {
	font-family:  "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
	height:100%;margin: 0;padding: 0;width:100%;
scroll-behavior: smooth;
}
body{

	overflow-x: hidden;
}

.social:hover{

	width:75px;

}
.social{
z-index: 6;
top:40vh;
		transition: 0.2s;
	cursor: pointer;
	position:fixed;
	left:0vw;
	height:50px;
	width:50px;
	background-color: grey;
}
.fa1{

	transition: 0.2s;
display:block;
color:white;
margin-left:15px;
margin-top:12px;
}

.social2{
	margin-top:50px;
}
.header-image{
	background-image: url("photos/stock1.jpg");
	opacity: 0.5;
	height:500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sticky{
  
  top: 0;
}

h1{

	font-weight: 300;
	text-transform: uppercase;
}
p{
font-size: 80%;

}
#myHeader2{
	transition: 0.3s;
}
#myHeader{
	box-shadow:0px 2px rgba(0,0,0,0.1);
	z-index: 1;
	width: 100%;
	position: absolute;

	height:91px;
}
header {

	position: absolute;
	z-index: 2;
	width:100%;
	height:90px;
	background-color: white;
	
}
header ul {
	animation:fadeIn 0.4s;
	margin-left:45vw;
	text-align: center;
	margin-top:-65px;
}
header ul li{
	font-weight:600;
	margin-right:2vw;
	color: black;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	list-style: none;
	
}

header ul li:hover{
	
	color: green;
	
	transition: 0.2s;
}
header ul button{

	
	padding:10px 25px;
	font-size: 20px;
	color:white;
	font-weight: bold;
	background-color:green;
	border: 2px solid green;
	cursor:pointer;
}
header ul button:hover{
	transition: 0.3s;
	background-color:white;
	color:green;
}
.logo, .business-name{
	display: inline;

	padding: 0 10px;
}
.business-name{


	text-align:center;
	position:absolute;
	margin-top: 20px;
	margin-left:3vw;
	color: green;
	font-size: 35px;
	padding: 0 10px;
}


.last-fa , .image-text{


display: inline;
}
.link{
position:absolute;
top:130%;
left:48%;
}
.image-text{

	cursor: pointer;
	user-select: none;
	display:none;
	font-size: 40px;
	width: 800px;
	font-weight: 600;
	color:black;
}

.last-fa {

	color:black;
	user-select: none;
	cursor: pointer;
	transition: 0.2s;
  padding: 5px 15px;
  font-size: 40px;
  width: 50px;
  text-align: center;
  text-decoration: none;
 
}


.rotating-image{
	opacity: 0;
	background-image: url("photos/stock3.jpg");
	background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
	display: flex;
	overflow: hidden;
	height:800px;
	width: 100%;
	margin: 0;

}

.rotating-image h1{

	text-shadow: 2px 2px rgba(0,0,0,0.5);
	position: absolute;
	top:1100px;
	font-size:3.2rem;
	left:10vw;
	font-weight: 600;
	color:white;
}
.business_name{

	height:400px;
	width: 100%;
	text-align: center;
	background-color:#eee;
	font-size: 32px;
	
}   
@keyframes enlarge {
	from{font-size: 0px;}
	to{font-size: 45px;}
}
.business_name h1{
	font-size:0px;
	font-weight: 600;
	margin-top:15vh;
		color:#444444;
}
.button{
	user-select: none;
	outline: none;
	top:750px;
	color: rgba(255,255,255,0.4);
	font-size: 120px;
	padding:5vw;
	font-weight: bold;
	border-radius: 60%;

	cursor: pointer;
	position: absolute;
	
	
}
.button:hover {
	transition: 0.4s;
	color: rgba(250,250,250,1);
}
.display-left{
	
	left: 1vw;
}
.display-right{
	
	right:1%;
}
.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;
}
.active, .dot:hover {
  background-color: #717171;
}

.buttons{
	z-index: 2;
	margin-top: 10vh;
}
.accordion .plus{
	display: inline;
}
.plus{
float:right;
}

.accordion {

  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 30%;
  margin-left: 60%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
	background-color: #ccc;
}
.panel {
height:60px;
  padding: 0 18px;
  margin-top:-9px;
  padding-bottom:9px;
  width: 30vw;
  margin-left: 60%;
  display: none;
  background-color: white;
  overflow: hidden;
  font-size:20px;
}
#service-container{
	opacity:0;
}
.services{

	position: absolute;
	z-index: -1;
	top:1700px;
}
.services-image, .service-heading{
	position: absolute;
	top:0vh;
}
.service-heading{
	width:200px;
	color:#444444;
	font-weight: 600;
	text-align: center;
	margin-top:190px;
}

.image1, .heading1{

	left:5vw;

}
.heading1{
	padding-left:3rem;

}

.image2, .heading2{
	left:40vw;
}

.heading2{
	padding-left:25px;
	padding-top:30px;


}
.image3, .heading3{
		left:5vw;
		top:450px;
	
}

.image4, .heading4{
left:40vw;
top:450px;

}
.heading4{
	text-align: center;
	margin-left:-2.4rem;
	
	width:300px;
}

#forumContainer{
text-align:center;
	background-color: rgba(0,0,0,0.9);
	color:white;
	width: 100%;
	margin-top:500px;
}
#forumContainer div, #forumContainer form{
	display:inline-block;
}
form h1{
	padding-top: 5vh;
	margin-left:3vw;
	font-size:70px;
	

}
form section{
float:left;
}
form{
	text-align: center;
	padding-bottom: 100px;
	font-weight:600;
	font-size: 150%;
	margin-left:5%;
}


textarea{
	margin:0.5rem;
	vertical-align: top;
  width: 520px;
  height: 100px;
  padding: 12px 20px;
  font-size: 16px;
  resize: none;
}
input{
	margin:1rem;
	width:250px;
	font-size:20px;
}

#email{
width:620px;
}

#form-images{

display:block;
width:800px;

text-align:center;
margin-left:2vw;
}
.forum-image{
	width:350px;
	padding: 12px;

}


input[type=submit]{
	background-color:green;
	border:solid green;
	padding: 1% 5%;
	color:white;
	font-weight:600;
	font-size:110%;
	margin-top:10px;
}
input[type=submit]:hover{
	background-color: white;
	color:green;
	cursor: pointer;
	transition: 0.2s;
	
}
section .lastContainer{
position:absolute;
width: 100%;
top:180vh;
}
.lastContainer{
width:100%;
background-color: #eee;
height: 400px;
}
hr{
	width:15vw;
	margin-top:-2vh;
	margin-bottom:2vh;
}
.contactUs, .connectUs, .About-Us{
margin-top:80px;
text-align:center;
position: absolute;
font-size: 20px;
}

.About-Us{
	left:10vw;
	width:25vw;
}

.contactUs {
	width:25vw;
	left:36vw;
}
.contactUs h1, .contactUs button{
display:block;
}
.contactUs button{
	cursor: pointer;
	font-size:1.5rem;
	margin-left:8.5vw;
	margin-bottom:25px;
	padding:10px 25px;
	background-color:green;
	border:solid green;
	color:white;
	font-weight: bold;
}
.contactUs button:hover{
	transition: 0.2s;
	background-color: white;
	color:green;
}
.connectUs {
	width:25vw;
	right:10vw;
}
.connectUs a{

	display: block;
	padding-top:10px;

}
.show-image-background{
	z-index: 2;
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.5);
}

.show-image-background h1{

	font-weight:1;
	font-size:50px;
	padding:50px;
	width:5vw;
	margin:130px 150px;
	cursor:pointer;
	color:white;
	}

#gallary{
position: relative;
top:20vh;
left:20vw;
width: 70%;
}
.show-image{

	box-shadow: 2px 2px 6px black;
	z-index:3;
	display:none;
	position: fixed;
	left:35%;
	top:5vw;
}
.galary-images{
	cursor: zoom-in;
	transition: 0.4s;
	margin:8px;
}

/*media screen width change*/
@media screen and (max-width: 1600px){


.plus{
	margin-left: 60%;
}


.show-image{
	left:15%;
	top:20%;
	width:70%;
}
.show-image-background h1{

	
	margin:0px 150px;

	}


}
@media screen and (max-width:1300px){

#form-images{
	
	text-align:center;
	margin-top:0vh;
	position: relative;
	width:100%;
	margin-left:0;
}
.forum-image{

width:70vw;

}
#forumContainer{
		
	margin-top:200px;
	height:auto;
}

form h1{
	font-size: 45px;
	
	text-align:center;
}
form section{
	float:none;
}
form{

	position: relative;
	margin-left:-0px;
	text-align: center;
}
input {
	margin:0.5rem;
	width:60vw;
}

#email{
	margin-top:-1rem;
	width:60vw;
}
textarea{
	width:50vw;
}
body{
zoom:80%;
}
.rotating-image{
	height:700px;
}
.rotating-image h1{
	
	font-size: 2rem;
	width:60vw;
	top:750px;
	margin-left:1rem;
}

	header ul {
		margin-left:0;
		
		width:100%;
		text-align: center;
		margin-top:2vh;
		display: none;
		
	}

	header ul li{
	padding:8px;
	margin:0;
	
	display:block;
	font-size: 25px;
	
	}
header ul button{
	margin-left:-10px;
	padding:9px 18px;
	width:180px;
	font-size:21px;
}
.business-name{

	
	font-size:35px;
	width:75vw;
	margin:auto;
}
.business_name{
	
	height:30vh;
}
.business_name h1{
    font-size:40px;
	margin-top:0;
}
#list{

	transition: 2s;
	width:100%;
}
.About-Us p{
	font-size: 22px;
}
.lastContainer{
	
	height:500px;
}
.lastContainer h1{
font-size:25px;
}
section .lastContainer{
position:relative;
top:20vh;
}

.About-Us{
width:90vw;
}
.contactUs {
	width:35vw;
	margin-top:300px;
	left:10vw;
}
.contactUs button{
padding:5px 10px;
margin-left:5vw;
}
.connectUs {
	width:35vw;
	margin-top:300px;
	right:10vw;
}
hr{
	width:30vw;
}




.panel{
width: 85vw;
margin-left:10%;
}
.plus{
	margin-left: 35%;
}
.plus2{
	margin-left:68%;
}
.plus3{
	margin-left: 59%;
}
.accordion{

margin-left:10%;
width:70%;
}

#image{

	height: 400px;
}
.image-text{
left: 5%;
top:90%;
font-size: 20px;
width: 500px
}

	.button {
		top:650px;
		padding: 50px;
		font-size:70px;
	}



.menu {

  width: 35px;
  height: 5px;
  background-color: green;
  margin: 6px 0;

  margin-left: 92%;

}
.menu-icon{
	position:relative;
	z-index:5;
	margin-top: -55px;
	
}
.menu-icon  ul { 
	text-align: center;
	margin-top: 20px;

font-size: 20px;


padding-right: 40px;
border-style:solid white;
background-color:white;
}

.bar1, .bar2, .bar3{
	transition: 0.4s;
}
.change .bar1 {
	
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.services-image, .service-heading{

	position: relative;
	margin:0;padding:0;left:0;top:0;


}
.service-heading{
	width:100%;
}
.services{

	position: relative;
	top:50px;
	text-align:center;
}
.services h1{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:30%;
}

#gallary{
	position: relative;
	text-align:center;
	
	width: 100%;
	left:0;
}
.galary-images{
	
width: 50vw;
margin:0;
margin-top:6px;

}

}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@media screen and (max-width:500px){
.business-name{
	margin-left:-20px;
	}
}
