

#fourth {border:15px solid #ff6600;
		background-color:#ff6600;
		border-top-right-radius:15px;
		border-top-left-radius:15px;
		color:white;
		position:absolute;
		top:720px;
		left:280px;
		width:700px;
		box-sizing: border-box;	}
		
#fifth {border:15px solid #ff6600;
		background-color:#ff6600;		
		color:white;
		position:absolute;
		top:1075px;
		left:280px;
		width:700px;
		 box-sizing: border-box;	}

#sixth {border:15px solid #ff6600;
		background-color:#ff6600;
		color:white;
		position:absolute;
		top:1450px;
		left:280px;
		width:700px;
		 box-sizing: border-box;	}	
		
#seventh {border:15px solid #ff6600;
		background-color:#ff6600;
		color:white;
		position:absolute;
		top:1805px;
		left:280px;
		width:700px;
		box-sizing: border-box;}
		
#eighth {border:15px solid #ff6600;
		background-color:#ff6600;
		color:white;
		position:absolute;
		top:2181px;
		left:280px;
		width:700px;
		 box-sizing: border-box;	}

#ninth {border:15px solid #ff6600;
		background-color:#ff6600;
		border-bottom-right-radius:15px;
		border-bottom-left-radius:15px;
		color:white;
		position:absolute;
		top:2537px;
		left:280px;
		width:700px;
		 box-sizing: border-box;}			
		
#bottom {position:absolute;
		top:3670px;
		left:99px;
		background-color:black;
		color:white;
		border:3px solid black;
		width: 1133px;
		padding-top:100px;}
		
.clients{position:absolute;
		 top:2880px;
		 left:340px;

	
}
		


		
.mySlides {display:none;
	 box-sizing: border-box;}

/* Slideshow container */
.slideshow-container {
 
  position: absolute;
	 box-sizing: border-box;}


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

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

.active {
  background-color: #717171;
	 box-sizing: border-box;}

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

@-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) {
  .text {font-size: 11px}
}
#dd1 {position:relative;
	top:110px;
	left:120px;
		 box-sizing: border-box;}

#dd2 {position:relative;
	top:110px;
	left:180px;
	 box-sizing: border-box;	}
	
#dd-2 {position:relative;
	top:110px;
	left:180px;
	 box-sizing: border-box;	}
	
.dropbtn {
    background-color: #ff6600;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	 box-sizing: border-box;}

.dropbtn:hover, .dropbtn:focus {
    background-color: #ff6600;
	 box-sizing: border-box;}

.dropdown {
    position: relative;
    display: inline-block;
	color:#ff6600;
	 box-sizing: border-box;}

.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	 box-sizing: border-box;}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	 box-sizing: border-box;}

.dropdown a:hover {background-color: #3e8e41
	 box-sizing: border-box;}

.show {display:block;
	 box-sizing: border-box;}		