header {
    width: 100%;
    height: 40px;
    background: #004c66;
    
}


.logo{
    width: 70% !important;
    background-size: 100%;
    display: block;
}

.logo img {
      height:100%;
      width: 100%;
}



#locator{
    position: absolute;
    top: 44.5%;
    left: 67%;    
    animation: move 5s infinite;

}

.locator{  
    height: 100px;
}


@-webkit-keyframes move{
    0%{margin-top: -70px;}
    10%{margin-top: -100px;}
    20%{margin-top: -70px;}
    30%{margin-top: -100px;}
    40%{margin-top: -70px;}
    50%{margin-top: -100px;
    transform: rotateY(360deg);
    }
    60%{margin-top: -70px;}
    70%{margin-top: -100px;}
    80%{margin-top: -70px;}
    90%{margin-top: -100px;}
    100%{margin-top: -70px;}
}

.btn{
    margin-top: 20px;
    width: 100%;
    height: 80%;
    text-align: center;
    line-height: 300%;
    margin-bottom: 15px;
    font-size: 17px;
}

footer {
  background-color: #004c66;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 250%;
  color: white;
}

#glob{
    position: absolute;
    top: 22%;
    left: 60%;
    animation: blink 2s linear 2s infinite;
}

.glob{  
    height: 180px;
}

#map1{
margin-top: 0%;
}

@media screen and (max-width: 450px) {
 .locator{  
    height: 30px;
} 
    #locator{
    top: 58%; 
    left: 71%;
   
}
    #glob{
    position: absolute!important;
    top: 20%!important;
    left: 58%!important;
        
}
 #map1{
        margin-top: 0% !important;
}

.glob{  
    height: 70px!important;;
}
.logo{
    width: 60% !important;
}
   .header {

    height: 30px !important;
} 
}


.blink {
	opacity: 0;
	animation: blink 1s infinite ease;
}
@keyframes blink {

    0% { opacity: 1; }
    20% { opacity: 20; }
    40% { opacity: 0; }
    60% { opacity: 0; }
    80% { opacity: 0; }
    100% { opacity: 50; }
    
}


@media (max-height:700px)
{
    #map1{
        margin-top: 0%;
    }
    .logo{
        width: 60% !important;
    }
    .glob{  
    height: 145px;
}
}

@media (max-width:1024px)
{

        #map1{
        margin-top: 0%;
    }
    .logo{
        width: 100% !important;
    }
    .glob{  
    height: 180px;
        margin-left: 20px
}
}

@media (max-width:768px)
{

        #map1{
        margin-top: 0%;
    }
    .logo{
        width: 100% !important;
    }
    .glob{  
    height: 150px;
        margin-left: 20px
}
}
@media (max-width:375px)
{

        #map1{
        margin-top: 0%;
    }
    .logo{
        width: 70% !important;
    }
    .glob{  
    height: 150px;
        margin-left: 20px
}
.header {

    height: 30px !important;
}
}

@media (min-width:1500px)
{
     #map1{
        margin-top: 0%;
    }
    .logo{
        width: 80% !important;
    }
    .glob{  
    height: 150px;
        margin-left: 20px
}
}


