/*.parallax { 
    background-image: url("../img/video_wall-min.jpg");
    height: 100%; 

     Create the parallax scrolling effect 
   background-color: transparent;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}*/

/*.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #111018;
}

.caption span.border {
  color: #fff;
  padding: 2%;
  font-size: 125%;
  letter-spacing: 6px;
  background-color: rgba(17, 16, 24,0.93);
}*/


.down_arrow {
  position: absolute;
  left: 0;
  top: 90%;
  width: 100%;
  text-align: center;
  color: rgb(8,174,158);
}

.down_arrow span.go_down
{
	color: #fff;
	font-weight: 100;
	font-size: 400%;	
	top:100%;
	cursor: pointer;
}


.down_arrow span.go_down:hover
{
	-webkit-transition: all 0.3s ease;
   	-moz-transition: all 0.3s ease;
   	-o-transition: all 0.3s ease;
   	-ms-transition: all 0.3s ease;
   	transition: all 0.3s ease;
	color: rgb(8,174,158);
	
}

.section_header
{
	padding-bottom: 1%;
}

/*Client tab*/
#clients
{
	padding-bottom: 2%;
	padding-top: 0%;
	background: rgba(255,255,255,1);
}

#client_content
{
	
}

/*Services*/
#services
{
	/*background-image: url("../img/../img/prev/prev11.jpg");*/
	color: #0003;
	
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service
{
	
}

.service a
{
	text-decoration: none;
	color: #808080;
}

.service img
{
	width: 100%;
	border: 1px rgb(8,174,158) solid ;
}

#services_content
{
	/*background: #0003;*/	
	padding-bottom: 2%;
}

#services .service
{
	
}

.item div img
{
	padding-bottom: 5%;
}

@media only screen and (max-width: 926px) {
	
.caption span.border {
text-shadow: #111018 3px 1px;
  background-color: rgba(17, 16, 24,0.0);
}
	
}

@media only screen and (max-width: 767px) {
	
.service
{
	padding-bottom: 7%;
}	
}