.data{
    display: none;
}
.header{
    height: 100px;
    background:rgba(255, 255, 255, 0.8); 
    z-index: 1;
    top: 0px;
    position: relative;
}
.home{
    position: absolute;
    top: 0px;
    z-index: 0;
}
.navigation{
    display: flex;
    margin: 37px 0px;
    list-style: none;
    font-size: 12px;
}
.nav-link{
    color: black;    
}
.navigation > li > .dropdown-menu { 
    background:rgba(255, 255, 255, 0.8);     
}
.dropdown-menu>a{
    font-size: 12px;
    padding: 5px;
}
.active{
    color: #0eb0ee;
}
.carousel-caption{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.carousel-caption>div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    height: 20%;
    background: rgba(169,169,169,0.5);
}
.space{
    width: 100%;
    height: calc(100% - 100px);
    z-index: 1;
}
/* about */
.about{
    width: 100%;
    background: #f7fafd;
}
.content{
    width: calc(100% - 30%);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 65px;
    margin: auto;
}
.content>h1{
    padding: 50px 0px;
    font-size: 40px;
}
.content>p{
    font-size: 20px;
    padding: 15px 0px;
}
/* contactus */
#map {
    height: 100%; 
    width: 100%;
    z-index: 0;
}
.contactus{
    z-index: 1;
    background: white;
    opacity: 0.8;
    border-radius: 10px;
    position: absolute;
    top:-500px;
    width: 70%;
    padding-bottom: 20px;
}
.contactus>input, .contactus>p, .contactus>textarea{
    width: 80%;
    margin-left: 20px;
}
.contactus>h1{
    text-align: center;
    padding: 20px 0px;
}
.submit>button{
    width: 75px;
    height: 25px;
    right: -175;
    position: relative;
}
/* loading */
.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    margin: auto;
    position: relative;
    top: 250;
}
  
.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
  
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
  
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
  
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
  
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
  
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}
  
@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
}
.footer{
    background: gray;
    padding: 10px 0;
}
.footer-items{
    margin: 10px auto;
    color: white;
}
.footer-icon{
    padding-bottom: 10px;
}
.footer-items>div{
    margin: 20px auto;
    color: white;
    width: calc(100% - 150px);
    font-size: 15px;    
}
.footer-items>div>p{
    color: white;
    font-size: 15px;
    text-align: center;
    margin-top:10px;
}
.footer-items>h3, .footer-items>.row{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.icon{
    cursor: pointer;
}
/* login */
.modal{
    position: absolute;
    height: 600px;
    width: 400px;
    margin: auto;
}
.btn-outline-primary{
    position: absolute;
    right: -10%;
}
.loginn{
    font-size: 17px;
    font-weight: bold;
    color: rgb(7, 7, 94);
}
.loggo{
    position: absolute;
    top:20px;
}
#login1{
    width: 100%;
    height: 30px;
    margin: 5px 0px;
}