﻿@media (min-width: 320px) and (max-width: 480px) {
  
 h1.title{
 font-size:19pt;
 }
 
 h3.title{
 font-size:15pt;
 }
  
}
 
    body{
        overflow-x: hidden;
    }
    .top_margin{
     margin-top:30px;
     }

#btnright {
    position: absolute;
    right: 0;
    height: 70px;
    width: 100px;
    background: url(../images/menu-nav-black.png) 35px 28px no-repeat #fff !important;
    border: none;
}
#btnright :hover {
    position: absolute;
    right: 0;
    height: 70px;
    width: 100px;
    background: url(../images/menu-nav-black.png) 35px 28px no-repeat #fff !important;
    border: none;
}

         /****************************/

          div.icon{
     position:fixed;
     z-index:9;
     background:rgba(2,44,67,0);
     margin-top:209px;
     margin-left:1140px;
     }
     .spe{
     border: 2px solid #000000;
     padding:5px;
     }
     
     .spe:hover{
     transform:scale(1.5,1.5);
     
     }
     @mixin clearfix() {
   &::after {
     display: block;
     content: "";
     clear: both;
   }
 }
 
 
     //loading pagemain {
   margin: 0 auto;
   width: 200px;
   padding-top: 100px;
 }
 
 div.content p {
   margin-top: 50px;
   font-family: monospace;
   font-size: 0.99em;
   color: #898989;
   letter-spacing: 0.2em;
   /*animation-name: loading-text;*/
   /*animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-timing-function: ease;*/
   position: relative;
   left: 0;
 }
 
 @keyframes loading-text {
   0% {
     left: 0;
   }
   
   50% {
     left: 50px;
     opacity: 0.1;
   }
   
   100% {
     left: 0;
   }
 }
 
 
 
 .circle {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   display: inline-block;
   margin-right: 1.5em;
   position: relative;
   top: 0;
   animation-duration: 3s;
   animation-iteration-count: infinite;
 }
 
 .left-circle {
   animation-name: left-circle;
   animation-timing-function: ease-in;
   background: #ffac36;
 }
 
 @keyframes left-circle {
   0% {
     top: 0px;
   }
   50% {
     top: 50px;
   }
   60% {
     transform: scale(1.15);
   }
 
   100% {
     top: 0px;
   }
 }
 
 .middle-circle {
   animation-name: middle-circle;
   animation-timing-function: linear;
   background: #fd625e;
 }
 
 @keyframes middle-circle {
   0% {
     top: 0px;
   }
   50% {
     top: 50px;
   }
 
   70% {
     transform: scale(1.2);
   }
 
   100% {
     top: 0px;
   }
 }
 
 .right-circle {
   animation-name: right-circle;
   animation-timing-function: ease-out;
   background: #00b4ff;
 }
 
 @keyframes right-circle {
   0% {
     top: 0px;
   }
   50% {
     top: 50px;
     transform: scale(1.2);
   }
 
   100% {
     top: 0px;
   }
 }
 .sectionimg{
   background-color: #fff;
   padding: 20px;
   height: 120px;
   margin: 10px;
   border-radius: 2%;
 }
 .stretched-link{
   display: block;
 }


 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0!important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 227px!important;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
   
}

 .navbar-right .active{
    background-color: #fff;
    color: #16728f;
   
}

.nav-item:hover
{
    background:#fff;
    cursor:pointer;
    

}

.nav-item:hover .nav-link 
{
  color:#31859f;
 cursor:pointer;


}