.header {
    height: 225px;
    text-align: center;
 
}

.header .logo-holder {
    height: 300px;
    top: 25px;
}

.header .logo-holder .logo {
    width: 85%;
}

.header .title-holder {
    height: 300px;
    
}

.header .title-holder .title {
    font-size: 46px;
    font-weight: 400;
    top: 100px;  
    left: 0;
}

.header .title-holder .tag-line {
    font-size: 26px;
    font-weight: 300;
    top: 110px;
   
}

.header .title-holder a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
    top: 125px; 
}

.header .title-holder a:hover {
    color: #e16036;
}


.section {
    top: 50px;
}

.code {
    left: 420px;
}

.mouse-holder {
    height: 350px;
    top: 20px;
    left: 150px;
    float: left;

    
}

 .mouse-scroll {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 50px;
  border-radius: 20px;
  border: 4px solid #e16036;
top: 120px; 
}
.mouse-scroll .mouse_scroll {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: scroll;
  display: block;
  font-style: normal;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-right: 4px solid #e16036;;
  border-top: 4px solid #e16036;;    
  left: 0px;
  top: 5px;    
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: rotate(135deg) translateY(0);     
  }
  100% {
    opacity: 0;
       transform:translateY(20px) rotate(135deg);
  }
}
     
.info {
    height: 400px;
    top: 20px;
    left: 100px;
}

.info p {
    font-size: 22px;
    font-weight: 300;
    width: 100%;
    top: 75px;  
}

.info b {
    color: #e16036;
    text-transform: uppercase;
}

.arrow-holder {
    height: 350px;
    top: 75px;
    left: 150px;
    float: left;

}

 .arrow {
    display: inline-block;
    font-style: normal;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-right: 6px solid #e16036;
    border-top: 6px solid #e16036;    
    left: 150px;
     top: 90px;
    transform: rotate(135deg);
       animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

@keyframes pulse {
  0% {
    opacity: 1;
     
  }
  100% {
    opacity: 0;
      
  }
}

.circle_indecators  {
    height: 350px;
    top: 50px;
    left: 150px;
    float: left;
}

.circle {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    border: 4px solid #e16036;
    top: 50px;
    margin-top: 10px;
    transition-duration: .25s;
    cursor: pointer;
}

.circle1 {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    
}   
.circle2:hover {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    transition-duration: .25s  
}

.circle3:hover {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    transition-duration: .25s  
}

.circle4:hover {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    transition-duration: .25s  
}

.image-holder {
    height: 400px;
    top: 100px;
    left: 100px;
    text-align: center;
    
}

.image-holder h1 {
    font-size: 26px;
    font-weight: 300;
}

.image-holder p {
    font-size: 20px;
    font-weight: 300;
}

.image-holder img {
    width: 400px;
    top: 50px;
}