@font-face {
    font-family: 'kapra_regularregular';
    src: url('../fonts/kapra-regular-593fa5fe7871b-webfont.woff2') format('woff2'),
         url('../fonts/kapra-regular-593fa5fe7871b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'CircularStd-Book';
  src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/CircularStd-Book.otf')  format('opentype'),
         url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf')  format('truetype'), url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd-Medium';
  src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/CircularStd-Medium.otf')  format('opentype'),
         url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.ttf')  format('truetype'), url('../fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*html{
  background-image: url('../images/desktop.png');
  background-repeat: no-repeat;
   width: 100%; 
  background-size: cover;
  background-position: center;
  position: fixed;

}*/
body {
  background-image: url("../images/desktop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size:100% 100%;
  color: #333;
  font-size: 14px;
  line-height: 1.42857;
  width: 100%;
}
body{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    height: 92vh;
    width: 100%;
    background-color: rgba(31, 31, 31, 0.2);
}

@media (max-width: 1600px){
 body{   
   height: 80vh;
 }
}
@media (min-width: 1100px){
 body{   
   height: 80vh;
 }
}
.main{
	background-color: rgba(31, 31, 31, 0.2);
	height: 100vh;
}
.display-table{
  display: table;
  table-layout: fixed;
  width: 100%;
}
.display-table-cell{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
p{
 font-family: 'CircularStd-Book';
 color:#fff; 
}
.section-one{

}

.row{
	margin:0;
}
h1{
font-family: 'kapra_regularregular';
letter-spacing: 7.68px;

}
.logo {
    padding: 3%;
    margin-top: 2%;
}
.email a{
  color:#fff;
}
.email p:hover a{
color: #D8D36D;
}
.address p{
  margin: 0;
}
.logo  img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 220px;
    float: none;
}
.sup img{
  height: 20px;
  width: 20px;
}
.header-text{margin-top:5%;}
.heading {
padding-top:4%;
}
.heading h1{
color:#fff;
font-size: 90px;
line-height: 75px;
margin: 0;
}
.rotate{
 color:#fff;
font-size: 90px;
line-height: 20px;
margin: 0;
font-family: 'kapra_regularregular';
letter-spacing: 7.68px;
box-shadow: none!important;
opacity: 1!important;
   }
.heading{
  font-size: 22px;
}
footer{
font-family: 'CircularStd-Book';
width: 100%;
bottom: 0;
background-color: #00263e;
color:#fff;
position: fixed;
bottom: 0;
}
.footer{
  padding:40px 0;

}
.border{
  width: 43px;
height: 5px;
background-color: #ffffff;
display:inline-block;
margin-bottom: 20px;
}
.border-2{
width: 6px;
height: 5px;
background-color: #ffffff;
display:inline-block;
margin-bottom: 20px;
position: relative;
top: -9px;
}
.border-3{
width: 13px;
height: 5px;
background-color: #ffffff;
display:inline-block;
margin-bottom: 20px;
position: relative;
top: -5px;
}
.social img{
	margin:15px;
  float: left;
  max-width: 100%;
}
/*
==========================
Ipad Potriat
==========================
*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
  html{
    height: 100%;
    position: relative;
    
   }


   .main{
    background-image: url('../images/ipad.png');
    background-repeat: no-repeat;
     width: 100%;
    background-position:100% 20%; 
    background-size: cover;
    background-attachment: scroll;
    height:100%; 

  }
  .logo {
    padding: 8% 0;
  }
  .heading {
    padding-top: 15%;
    padding-bottom: 50%;
  }
  .heading h1{
    color: #ffffff;
    font-size: 90px;
    font-weight: 500;
    letter-spacing: 7.68px;
    text-transform: uppercase;
  }
  .footer {
    padding-top: 5%;
 } 
  .display-table, .display-table-cell{
    display: block;
  }
  .left{
    float: left;
  }
  .right{
    float: right;
  }
  .ipad-min-height{
    min-height: 300px;
    padding:15px 25px;
  }
  .border, .border-2, .border-3 {
    margin-bottom: 10px;
  }
  footer{
    position: relative;
    height: 380px;
    font-size: 18px;
    bottom: 0;
    width: 100%;
  }
  .sm{
    padding-top: 25px;
  }
}

@media only screen and (min-device-width : 100px) and (max-device-width : 667px) and (orientation : portrait) {
  html{
    background: transparent;
    height: 100%;
    position: relative;
    
   } 

   .sm{
    width: 100%;
    padding: 10%  25px;
  }
    .display-table, .display-table-cell{
    display: block;
  }
   .main{
    background-image: url('../images/mobile.png');
    background-repeat: no-repeat;
     width: 100%;
    background-position:100% 20%; 
    background-size: cover;
        background-attachment: scroll;
    height:100vh;  
  }
   footer{
    position: relative;
    min-height: 800px;
    font-size: 26px;
    bottom: 0;
    width: 100%;
  }
  .footer p{
    font-size: 40px;
  }
  .heading {
    padding: 36% 0;
}
.logo {
    padding-top: 20%;
}
.social img {
    margin: 15px;
    width: 50px;
    float: left;
    max-width: 100%;
}
.social .fb{
  width: 30px;
}
.header-text {
    margin: 12% 25%;
    font-size: 40px;
    text-align: left;
}
  .opasity{
     width: 100%;
      background-color: rgba(31, 31, 31, 0.2); 
  }
  .main{
  padding: 0;
  }
  .logo img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 56%;
    float: none;
}
.border{
	 width: 70px;
    height: 10px;
}
.border-2 {
    width: 35px;
    height: 10px;
    }
    .border-3 {
    width: 27px;
    height: 10px;
}
}