@import url('./css/bootstrap.css');
font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

html{
  overflow-x:hidden;
}
body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    overflow-y:auto;

} 
::-webkit-scrollbar {  
    width: 8px;  
}  
::-webkit-scrollbar-track {  
    background-color: #4c4c4c;   
}  
::-webkit-scrollbar-thumb {  
    background-color: rgba(2,170,237,1);  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
.navbar-default{
  height: 60px;
  width: 100%;
  background: rgba(0,0,0,0.5);

}
.navbar .container{
  background: transparent;
}
.navbar-brand{
  padding-left: 11em;
  padding-top: 1em;
}
 .navbar-default .navbar-nav > .active{
   background: transparent;
 }
 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
  color: white;
background-color: rgba(255,102,0,0.7);
 }
.navbar-nav{
  height: 60px;
  text-align: center;
}
.navbar-toggle{
  border: 0;
  margin-top: 5px;
  height: 35px;
}
.fa-2 {
  font-size: 2em;
  color: white;
}
.fa-2:hover,.fa-2:focus{
  color: #00b6ff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background:  transparent; 
}
.navbar-header{
  height: 60px;
}
.navbar-collapse{
vertical-align: top;
border-top: 0;
height: 200%;
}
.navbar-nav li a{
  padding-top: 1.3em;
  height: 60px;
  font-size: 1.2em;
  font-family: "Open Sans";
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
}
.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: rgba(2,170,237,0.5);
}

.navbar-brand img:hover{
    -moz-transform: scale(1.01); 
    -webkit-transform: scale(1.01); 
    -o-transform: scale(1.01); 
    transform: scale(1.01); 
}

#sec{
  display: none;
  list-style: none;
}

#sec li a{
  float: left;
  font-size: 1.5em;
  text-align: center;
  color: white;
  text-decoration: none; 
  margin-left: 39%;
  margin-top: 1%;
  margin-bottom: 1%;
  font-family: "Open Sans";
  font-weight:300;
}

#sec li a:hover,
#sec li a:focus{
  color:rgba(2,170,237,1);
}
.banner {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: auto;
  
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  
  color: rgba(255,255,255,.6);
  text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
  
  background: #5b4d3d;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
  .banner ul {
    list-style: none;
    width: 300%;
  }
  .banner ul li {
    display: block;
    float: left;
    width: 33%;
    padding: 160px 0 110px;
    
    min-height: 350px;
    
/*    -webkit-background-size: 100% 100%;*/
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
/*    background-size: 100% 100%;*/
    
    box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
  }
  
  .banner h1, .banner h2 {
    font-size: 40px;
    line-height: 52px;
    
    color: #fff;
  }


#about{
	display: block;
  background: url(../img/bg.jpg) no-repeat fixed;
  background-size: 100% 100%;
  margin-top: -50px;
  vertical-align: top;
	width: 100%;
	height: 630px;
}
#about h1{
  color:white;
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  padding-top: 2em;
  margin-left: auto;
  font-size: 4em;
  line-height: 50px;
}
#about .lead{
  color:white;
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  padding-top: 30px;
  margin-left: auto;
  font-size: 2em; 
}
.line{
  float: left;
  width: 100% ;
  height:40px;
  background: rgba(2,170,237,0.6);

  }
#test{
margin-left: -4000px;
}
#about article{
    vertical-align: middle;
    float: left;
   	margin-left: 9%;
    margin-top: 4em;
    width: 100px;
    height: 97.368px;
    float:left;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    background: rgba(2,170,237,0.7);
    padding: auto;
    display: inline-block;
}
 #about article img {
   
    float:left;
    width: 90px;
    height: 87.368px;
    margin:5px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    background: #00b6ff;
    text-align: center;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
}
#about article:hover{
    background: rgba(2,170,237,0.8); 
    -moz-transform: scale(1.4); 
    -webkit-transform: scale(1.4); 
    -o-transform: scale(1.4); 
    transform: scale(1.4); 
}
#project{
	display: block;
	background: url(../img/12.jpg) fixed;
  margin-top: -20px;
	width: 100%;
  height: 670px;
  -moz-box-shadow:    0px 3px 10px 8px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 3px 10px 8px rgba(0,0,0,0.5);
  box-shadow:         0px 3px 10px 8px rgba(0,0,0,0.5);
  z-index: 1000;
}
#project h1{
  color:white;
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  padding-top: 2em;
  padding-bottom: 0.5em;
  margin-left: auto;
  font-size: 4em;
  line-height: 50px;
}


.first{
  padding-bottom: 2em; 
}
#Table_02{
  display: none;
}
#Table_03{
  display: none;
}
#Table_04{
  display: none;
}
.light{
  display: none;
}
 .arrow-down {
  margin: auto; 
  margin-top: 20%;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}
.arrow-down.style1 {
   border-top: 20px solid rgba(255,255,255,0.5);

}
.arrow-down.style1:hover {
   border-top: 20px solid rgba(255,255,255,0.3);

}

.arrow-down.style2 {
   border-top: 20px solid rgba(255,219,92,0.8);

}
.arrow-down.style2:hover {
   border-top: 20px solid rgba(255,219,92,0.4);

}
.arrow-down.style3 {
   border-top: 20px solid rgba(123,223,253,0.8);

}
.arrow-down.style3:hover {
   border-top: 20px solid rgba(123,223,253,0.4);

}
.button
    {
      margin-right: 1.6%; 
      position: relative;
      display: inline-block;
      background: #35b88f;
      color: #fff;
      text-shadow: 0 0 0.5px rgba(255,255,255,0.25);
      cursor: pointer;
      text-decoration: none;
      border: 1px solid white;
      padding: 0.8em 3em 2em 3em;
      text-align: center;
      border-radius: 5px;
      width: 18.8em;
      height:1em;
      font-weight: 400;
      -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
      -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
      -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
      -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
      transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    }

      .button:hover
      {
        background: #45c89f;
      }
     .button.style1
      {
        color: #fff;
        background: rgba(0,0,0,0.6);

      }
         .button.style1:hover
        {
         

          text-shadow: 0 0 0.5px rgba(255,255,255,0.25) !important;
          background: rgba(0,0,0,0.1);
        }
      .button.style2
      {
        color: #fff;
       background: rgba(0,0,0,0.6);

      }

        .button.style2:hover
        {
          
          color: #ffdb5c!important;
          text-shadow: 0 0 0.5px rgba(255,255,255,0.25) !important;
          background: rgba(0,0,0,0.1);
        }

      .button.style3
      {
       background: rgba(0,0,0,0.6);
        color: #fff;
      }
      
        .button.style3:hover
        {
         background: rgba(0,0,0,0.1);
           color: #66e0ff !important;
          text-shadow: 0 0 0.5px rgba(255,255,255,0.25) !important;
        }
#facilities{
	display: block;
  background: url(../img/bg.jpg) repeat fixed;
  background-size: 100% 100%;
	width: 100%;
	height: 580px;
  -moz-box-shadow:    inset 0 3px 10px #000000;
  -webkit-box-shadow: inset 0 3px 10px #000000;
  box-shadow:         inset 0 3px 10px #000000;
}
#facilities h1{
  color:white;
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  padding-top: 2em;
  padding-bottom: 5em;
  margin-left: auto;
  font-size: 4em;
  line-height: 50px;
}
.box{
  float: left;
  width: 100%;
  height:220px;
  margin-bottom: 1.5em;
  background: rgba(2,170,237,0.5);
}
.fac img{
  display: inline;
  width: 20%;
  height: auto;
  margin-left: 20px;
  opacity: 0.6;
}
.fac img:hover{
  opacity: 1;
}
.box1{
  float: left;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5em;
  background: rgba(2,170,237,0.5);
}
#work{
	display: block;
  background: url(../img/bg.jpg) repeat fixed; 
  background-size: 100% 100%;
  margin-top: 0px;
	width: 100%;
	height: 530px;
  -moz-box-shadow:    0px 3px 10px 8px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 3px 10px 8px rgba(0,0,0,0.5);
  box-shadow:         0px 3px 10px 8px rgba(0,0,0,0.5);

}
.line1{
  float: left;
  border-bottom: 1px solid white;
  background: transparent;
  width: 30%;
  margin-left: 35%;
}
#work a{
  text-decoration: none;
}
#work h1{
  color:white;
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  padding-top: 2em;
  margin-left: auto;
  font-size: 4em;
  line-height: 50px;

}
#work h2{
  color:white;
  font-family:"Open Sans";
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  vertical-align: top;
  margin-left: auto;
  font-size: 2em;
}

.modal-content{
background: rgba(0,0,0,0);
margin-top: 150px;
box-shadow: 0;
border: 0;
}
.modal-content button{
  position: relative;
  top:-30px;
  left: -20px;
  padding: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vid1{
  float: left;
  background: url('../img/viddum.jpg') 50% no-repeat;
  background-size: 100% 100%;
  width: 250px;
  height: 200px;
  border-radius: 0px;
}
.vid1 img{
  width: 100%;
  height: 100%;
  opacity:0.7
}
.vid1 img:hover{

  opacity:1;
}

.vid2{
  float: left;
  background: url('../img/vid1.jpg') 50% no-repeat;
  background-size: 100% 100%;
  width: 250px;
  height: 200px;
  border-radius: 0px;
}
.vid2 img{
  width: 100%;
  height: 100%;
  opacity:0.7
}
.vid2 img:hover{

  opacity:1;
}

.vid3{
  float: left;
  background: url('../img/viddum.jpg') 50% no-repeat;
  background-size: 100% 100%;
  width: 250px;
  height: 200px;
  border-radius: 0px;
}
.vid3 img{
  width: 100%;
  height: 100%;
  opacity:0.7
}
.vid3 img:hover{

  opacity:1;
}


.allvids{
  display: inline-block;
  margin-left: 00px;
  margin-top: 50px; 
}
footer{
  height:312px;
  background: url(../img/bg.jpg) repeat fixed; 
  background-size: 100% 100%;
  margin-top: -20px;
  -moz-box-shadow:    inset 0 1px 10px #000000;
  -webkit-box-shadow: inset 0 1px 10px #000000;
  box-shadow:         inset 0 1px 10px #000000;
}
#contact h2{
  color:white;
  font-family:"Open Sans";
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  padding-top: 0.50em;
  margin-left: auto;
  font-size: 2em;
  line-height: 50px;
}
.big ul{
  display: inline-block;
  list-style: none;
  position: relative;
  left: -18px;
  margin-left: 60px;
}
.big ul li img{
  width: 100px;
  height: 100px;
}
.big ul li a{
  text-decoration: none;
  color: rgba(255,255,255,0.8);
}
.big ul li a:hover{
color: rgba(2,170,237,0.8);
}
.small{
  display: none;
  list-style: none;
}
.small ul li a{
  list-style: none;
  text-decoration: none;
  color: rgba(255,255,255,0.8);
}
.small ul li a:hover{
color: rgba(2,170,237,0.8);
}
.small ul li img{
  list-style: none;
  width: 60px;
  height: 60px;
}
.copy{
  background: rgba(2,170,237,0.5);
  text-align: center;
  color: white;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.copy a{
  text-decoration: none;
  color: black;
}

#icontag{
  float: left;
  width: 20%;
}

.containertag{
  width: 55%;
  margin: 0 auto;
}

#abouttag{
  position: relative;
  top: 100px;
  float: left;
  width: 60%;
}

#abouttag h2{
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 5em;
  position: relative;
  top: -18px;
  left: 20px; 
}

#abouttag p{
    font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
}

#tagimg{

  position: relative;
  top: -550px;
  float: right;
}
#tagimg img{
  float: right;
  width: 40%;

}

#userguide{
  background: #4b4b4b;
  width: 100%;
  position: relative;
  top: -300px;  
}

#userguide h2{
  font-family:"Open Sans";
  font-style: normal;
  color: white;
  font-weight: 300;
  font-size: 5em;
}

#userguide p{
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  color: white;
}

#userguide ul{
  list-style: none;
  color: white;
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
}
 
#userguide ul li img{
  width:30%;
  margin:0 auto;

}

#userimg li{
  list-style: none;
  float: left;
  width: 225px;
  margin-left: 10px;
}

#userimg li img{
  width: 90%;
}

#privacy{
  position: relative;
  top:100px;
  height:600px;
}
#privacylink{
  position: relative;
  top: -280px;
  height: 100px;
  text-align:centre;
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  
}

#privacy p{
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 1em;

}

#privacy h2{
  font-family:"Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 5em;
}


@media only screen and (min-width: 1024px) and (max-width: 1200px){
  .navbar-collapse{
    display: none;
  }
  .navbar-brand{
    padding-left: 4em;
  }

  #Table_01{

  }
  #facilities{
    height:530px;
  }
  .allvids{
  display: inline-block;
  margin-left: 175px;
 
}
}
@media only screen and (min-width: 989px) and (max-width: 1024px){
    .navbar-collapse{
    display: none;
  }
  .navbar-brand{
    padding-left: 0.1em;
  }
 
  #facilities{
    height:460px;
  }
    .allvids{
  display: inline-block;
  margin-left: 75px;
 
}
}

@media only screen and (min-width: 767px) and (max-width: 989px) {
  .navbar-collapse{
    display: none;
  }
	.navbar-brand{
	padding-left: 0em;

}
.navbar-nav li a{

  font-size: 1em;
}

#about{
	padding: 0;
	width: 100%;
}
#about article{
  margin-left: 60px;
}
.button{
  width: 16em;
}
#Table_01{
  display: none;
}
#Table_02{
display: block;
}
#facilities{
    height:450px;
  }
   .allvids{
  display: inline-block;
  margin-left: 130px;
}
.vid1{
  width: 200px;
  height: 160px;
}
.vid2{
  width: 200px;
  height: 160px;
}
.vid3{
  width: 200px;
  height: 160px;
}
}
@media only screen and (min-width: 600px) and (max-width : 767px) {

  body {
    padding-right: 0px;
    padding-left: 0px;
  }
   .navbar-collapse{
  background: rgba(0,0,0,0.8);
  }
  #sec{
    display: block;
  }
  .navbar-nav{
    display: none;
  }
    .navbar-brand{
  padding-left: 1em;

}
.navbar-nav li a{

  font-size: 1em;
}

  #about article{
  margin-left: 90px;

}
#project{

  height: 600px;
}
#Table_01{
  display: none;
}
#Table_02{
  display: none;
}
#Table_03{
  display: block;
}
.button{
  width: 12em;
  margin-left: -0px;
}
#facilities{
    height:430px;
  } 
 #work{
  height: 430px;
 } 
  #work h2{
    font-size: 1.5em;
  }        
 .allvids{
  display: inline-block;
  margin-left: 100px;
}
.vid1{
  width: 150px;
  height: 120px;
}
.vid2{
  width: 150px;
  height: 120px;
}
.vid3{
  width: 150px;
  height: 120px;
}
footer{
  height: 482px;
}
#contact.big ul{
  margin-left: 70px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 600px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-collapse{
 background: rgba(0,0,0,0.8);
}
 #sec{
    display: block;
  }
  .navbar-nav{
    display: none;
  } 
    .navbar-brand{
  padding-left: 1em;

}
#about{
  max-height: 1200px;
}

  #about article{
  margin-left: 50px;
}
#project{

  height: 500px;
}
#Table_01{
  display: none;
}
#Table_04{
  display: block;
  margin-left: -10px;
}
.button{
  width: 10em;
  margin-left: -0px;
}
 .arrow-down {
  margin: auto; 
  margin-top: 20%;
  margin-bottom: 0;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent; 
  border-top: 15px solid #f00;
}
.arrow-down.style1 {
   border-top: 14px solid rgba(255,255,255,0.5);

}
.arrow-down.style2 {
   border-top: 15px solid rgba(255,219,92,0.8);

}
.arrow-down.style3 {
   border-top: 15px solid rgba(123,223,253,0.8);

}
.first{
  padding-bottom:-1em;
}
#facilities{
    height:400px;
  }
.fac img{
  opacity: 1;
}
 #work{
  height: 380px;
 } 
  #work h2{
    font-size: 1.3em;
  } 
.allvids{
  display: inline-block;
  margin-left: 40px;
}
.vid1{
  width: 120px;
  height: 96px;
}
.vid2{
  width: 120px;
  height: 96px;
}
.vid3{
  width: 120px;
  height: 96px;
}
footer{
  height: 482px;
}
  }

@media only screen and (min-width : 320px) and (max-width : 500px) {

body {
    padding-right: 0px;
    padding-left: 0px;
  }
#overlay{
    width: 100%;
    height: 100%;
    background: white;
  }
.navbar-collapse{
  background: rgba(0,0,0,0.6);
}
 #sec{
  display: block;
  }
#sec li a{
  margin-left: 25%;
}
 .navbar-nav{
    display: none;
  }
    .navbar-brand{
  padding-left: 1em;

}

#about{
  max-height: 900px;
  background: url(../img/bg-1.jpg);
  background-size: 100% 100%;
}
#about article{
  margin-left: 10px;
  width: 80px;
  height:77.8944px;
}
#about article img{
  width: 70px;
  height: 67.8944px;
}
#project{
  background-size: 200% 100%;
  height: 400px;
}
#Table_01{
  display: none;
}
.light{
  display: block;
}
#facilities{
    background-size: 100% 100%;
    background: url(../img/bg-1.jpg);
}
.fac img{
  width:30%;
  margin-top: 1em;
  opacity: 1;
}
 #work{
  background: url(../img/bg-1.jpg);
  height: 360px;
 } 
  #work h2{
    font-size: 0.8em;
  } 
.allvids{
  display: inline-block;
  margin-left: 5px;
}
.vid1{
  width: 80px;
  height: 64px;
}
.vid2{
  width: 80px;
  height: 64px;
}
.vid3{
  width: 80px;
  height: 64px;
}
footer{
  background: url(../img/bg-1.jpg);
  background-size: 100% ;
  height: 442px;
}
.big{
  display:none;
}
.small{
  display: inline-block;
  list-style: none;
}
  }