@keyframes blink {  
    0% { opacity:0.1; }
    25% { opacity:0.5; }
    50% { opacity:1; }
    75% { opacity:0.5; }
    100% { opacity:0.1; }
}
@-webkit-keyframes blink {
    0% { opacity:0.1; }
    25% { opacity:0.5; }
    50% { opacity:1; }
    75% { opacity:0.5; }
    100% { opacity:0.1; }
}
.blink {
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    -ms-animation: blink 2s linear infinite;
    -o-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
    bottom: 20px;
    height: 36px;
    position: absolute;
    right: 25px;
    width: 113px;
} 
    @font-face {
    font-family: 'horatio_dregular';
    src: url('../font/horatio_d_light-webfont.eot');
    src: url('../font/horatio_d_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/horatio_d_light-webfont.woff') format('woff'),
         url('../font/horatio_d_light-webfont.ttf') format('truetype'),
         url('../font/horatio_d_light-webfont.svg#horatio_dregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


    html {
      height: 100%;
    }
    body {
      background: #E2E4E7;
      padding: 0;
      text-align: center;
      font-family: 'horatio_dregular';
      position: relative;
      margin: 0;
      height: 100%;
      -webkit-font-smoothing: antialiased;
    }
    
    .wrapper {
    	height: 100% !important;
    	height: 100%;
    	margin: 0 auto; 
    	overflow: hidden;
    }
    
    a {
      text-decoration: none;
    }
    
    
    h1, h2 {
      width: 100%;
      float: left;
    }
    h1 {
      margin-top: 100px;
      color: #000;
      margin-bottom: 5px;
      font-size: 70px;
      letter-spacing: -4px;
      font-weight: 100;
    }
  /*  h1 span {
      font-size: 26px;
      margin: 0 5px;
      text-transform: capitalize;
      background: rgba(0,0,0,0.85);
      display: inline-block;
      color: #6D461D;
      border-radius: 5px 5px;
      -webkit-border-radius: 5px 5px;
      -moz-border-radius: 5px 5px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
      padding: 3px 10px;
    } */
    h2 {
      color: #6D461D;
      font-weight: 100;
      margin-top: 0;
      margin-bottom: 10px;
    }
    
    .pointer {
      color: #9b59b6;
      font-family: 'Pacifico', cursive;
      font-size: 30px;
      margin-top: 15px;
    }
    code {
      margin: 20px 1%;
      float: left;
      width: 48%;
      height: 105px;
      background: rgba(0,0,0,0.1);
      border: rgba(0,0,0,0.05) 5px solid;
      border-radius: 5px;
      padding:5px;
      color: white;
      text-align: center;
      font-size: 15px;
      margin-top: 25px;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    }
    code.html {
      color: #7EC9E6;
    }
    code.js {
      color: #FFAD00;
    }

    .main {
      float: left;
      width: 100%;
      margin: 0 auto;
    }
    
    .main h1 {
      padding:150px 50px;
      float: left;
      width: 100%;
      font-size: 45px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-weight: 100;
      color: white;
      margin: 0;
    }
   
    .main h1.demo1 {
      background: #1ABC9C;
    }
    
    .reload.bell {
      font-size: 12px;
      padding: 20px;
      width: 45px;
      text-align: center;
      height: 47px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    }
    
    .reload.bell #notification {
      font-size: 25px;
      line-height: 140%;
    }
    
    .reload, .btn{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 17px;
      font-family: open sans;
      font-weight: bold;
    }
    .reload:hover{
      background: #444;
    }
    .btn {
      width: 200px;
      color: rgb(255, 255, 255);
      border: 4px solid rgb(0, 0, 0);
      background: rgba(3, 3, 3, 0.75);
    }
    .clear {
      width: auto;
    }
    .btn:hover, .btn:hover {
      background: #444;
    }
    .btns {
      width: 410px;
      margin: 50px auto;
    }
    .credit {
      text-align: center;
      color: rgba(0,0,0,0.5);
      padding: 10px;
      width: 410px;
      clear: both;
    }
    .credit a {
      color: rgba(0,0,0,0.85);
      text-decoration: none;
      font-weight: bold;
      text-align: center;
    }
    
    .back {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      display: block;
      padding: 7px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: rgba(255, 255, 255, 0.25);
      font-weight: bold;
      font-size: 13px;
      color: #000;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
    }
    .back:hover {
      color: black;
      background: rgba(255, 255, 255, 0.5);
    }
    
    header {
      position: relative;
      z-index: 10;
    }
    .main section .page_container {
      position: relative;
      top: 25%;
      margin: 0 auto 0;
      max-width: 950px;
      z-index: 3;
    }
    .main section  {
      overflow: hidden;
    }
    
  /*  .main section > img {
      position: absolute;
      max-width: 100%;
      z-index: 1;
    } */
    
    .main section.page1 {
      background:#13acd9;
    }
    .main section.page1 h1 {
      text-align: center;
      padding: 0;
      margin-bottom: 15px;
      font-size: 70px;
      color: #fff;
    }
        .main section.page1 h1 span {
      color: #a6e8f5;
    }
    .main section.page1 h2 {
      color: rgba(0,0,0,0.85);
      text-align: center;
      width: 435px;
      line-height: 160%;
    }
    .main section .page_container .btns {
      clear: both;
      float: left;
      text-align: center;
      width: 435px;
    }
    .main section .page_container .btns a{
      text-align: center;
    }
    .main section.page2 {
      background: #554574 ;
    }
   /* .main section.page2 > img {
      position: absolute;
      top: -300px;
      left: 50%;
      margin-left: -1095px;
    } */
 
    .main section.page2 h1 {
      text-align: center;
      padding: 0;
      font-size: 50px;
      letter-spacing: -1px;
      color: white;
    }
  .main section.page2 .word1, .word2, .word4{
    color: #997797;
  }
    .p2color{
    color: #997797;
  }
  
    .viewing-page-2 .back{
      background: rgba(0, 0, 0, 0.25);
      color: #FFF;
      }
    .main section.page3 {
      background:#256f6e;
    }

    .main section.page3 h1 {
      text-align: center;
      padding: 0;
      font-size: 50px;
      letter-spacing: -1px;
      color: white;
    }
        .main section.page3 h1 span{
      color: #5fb4b2;
    }
      
    .main section.page4 {
      background:#e7a425;
    }
    .main section.page4 h1 {
      text-align: center;
      padding: 0;
      margin-bottom: 15px;
      font-size: 70px;
      color: #fff;
    }
        .main section.page4 h1 span {
      color: #fed439;
    }
        .main section.page5 {
      background:#eb7124;
    }
 
.page5 form {
  width: 50%;
 }
  .page5 form input label{
  text-align: center;
 }

   
    
.page5 form input {
    height: 35px;
    padding: 0 10px;
}
.page5 form label {
    text-align: center;
      padding: 0;
      font-size: 30px;
      letter-spacing: -1px;
      color: white;
}
.page5 form input, .page5 form textarea {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    border-radius: 4px;
    color: #707070;
    font: 300 15px 'Source Sans Pro',sans-serif;
}
.page5 form input{
    width: 100%;
}
    .page5 form button {
      color: #fff;
        
    padding: 5px 40px;
    border: 1px solid #ffae2d;
    border-radius: 4px;
    background: #ffae2d;
    font-family: 'horatio_dregular';
    font-size: 20px;
    
}
    .page5 form textarea {
    width: 102%;
}
        .page5 form label span {
      color: #ffae2d;
    }
    .main section.page5 h1 {
      text-align: center;
      padding: 0;
      margin-bottom: 15px;
      font-size: 70px;
      color: #fff;
    }
        .main section.page5 h1 span {
      color: #ffae2d;
    }
    body.disabled-onepage-scroll .onepage-wrapper  section {
      min-height: 100%;
      height: auto;
    }
    
    body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container  {
      padding: 20px;
      margin-top: 150px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    body.disabled-onepage-scroll  section .page_container h1{
      text-align: center;
      font-size: 50px;
    }
    body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns{
      text-align: center;
      width: 100%;
    }
    
    body.disabled-onepage-scroll .main section.page1 > img {
      
    }
    
  /*  body.disabled-onepage-scroll .main section > img {
      position: relative;
      max-width: 80%;
      bottom: 0;
    } */
    body.disabled-onepage-scroll code {
      width: 95%;
      margin: 0 auto 25px;
      float: none;
      overflow: hidden;
    }
    
    body.disabled-onepage-scroll .main section.page3 .page_container {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      right: 0;
    }
    
    
    
      #wajid {
   -webkit-animation-delay: 3s; 
    animation-delay: 3s; 
}
    .current{
        color: #000;
    }
    
    .get {
    display:none;
}
 
#diagram {
    text-align: center;
    width: 600px;
    height: 600px;
  border-radius: 50%;
  background: #e8f2f2;
}


#elaborate ul li{
    display: inline-block;
}
#elaborate li{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 2px 10px;
    border: 1px #fff solid; border-radius: 4px; padding: 3px 4px;
}
.php{
    background: #f16745;
}
.codeig{
    background: #ffc65d;
}
.wordpress{
    background: #7bc8a4;
}
.html{
    background: #4cc3d9;
}
.java{
    background: #93648d;
}
.photoshop{
    background: #4383c4;
}
.mobileapp{
    background: #404040;
}
.page1-inner{
    position: relative; top: 40%; transform: translateY(-40%);
}
    