/*-------------------Main Banner-------------------*/

.WorkMainBanner{
	display: block;
  font-size: 0;
  width:100%;
  height:96vh;
  background: url("../../links/Springdel/Main-Banner.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.Springdel-logo{
  display: block;
  position: relative;
  width: 25%;
  margin: auto;
  top: 40%;
  min-width: 150px;
  z-index: 2;
  /*transform: translateX(-50%) translateY(-50%);*/
}

.Springdel-Robots{
  display: block;
  position: absolute;
  width: 102%;
  margin: auto;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  min-width: 1200px;
}

.Springdel-Circles{
  display: block;
  position: relative;
  width: 50%;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -57%);
  z-index: 0;
  min-width: 480px;
}




@keyframes FadeInOut {
  0% {
    opacity: .4;
  }
  50%{
  	opacity: 1;
  }
  100% {
    opacity: .4;
  }
}

@keyframes MoveUPDown {
  0% {
    transform: translateY(0px);
  }
  50%{
      transform: translateY(5px);
  }
  100% {
        transform: translateY(0px);
  }
}


.Proj_Maintitle{
display: block;
}

#WorkDetails_Container{
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}



.R-Holder{
  display: block;
  position: relative;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 160px auto;
}

.R-Holder > div{
  display: block;
  position: relative;
  width: 100%;
  font-size: 0;
  margin-bottom: 160px;
}

.F1 > div:nth-child(1){
  width: 22%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.F1 > div:nth-child(2){
  width: 85%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15%;
  z-index: 1;
}

.F2 > div:nth-child(1){
  width: 85%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}

.F2 > div:nth-child(2){
  width: 22%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}


.F1 > div > video{
  width: 100%;
  border: 4px solid #ebebeb;
  border-radius: 16px;
}

.Mid-banner{
  display: block;
  width: 100%;
  height: 800px;
  background: url("../../links/Springdel/Mid-Banner.jpg") no-repeat 50%;
  background-size: cover;
  margin: 0;
}


.End-banner{
  display: block;
  width: 100%;
  height: 480px;
  background: url("../../links/Springdel/End-Banner.jpg") no-repeat 50%;
  background-size: cover;
  margin: 0;
}





/*=========================================Screens Sizes=================================================*/

@media only screen and (min-width:2400px){


}

@media only screen and (max-width: 1024px){
  
}

@media only screen and (max-width: 800px) {

  .R-Holder > div{
    margin-bottom: 80px;
  }
  
}





/*=========================================mobile=================================================*/

@media only screen and (max-width: 480px) {

  .WorkMainBanner img:nth-child(3){
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 60%;
  }

  .R-Holder{
    padding: 0 24px;
  }

}
