.fab{
    padding: 0px 8px;
}
.bg-img{
background-color: #191970;
}

.nav-color{
    color: #FFA500;
    font-weight: bold;
}

.banner-text{
      left: 20%;
  }

  @media (max-width: 768px) {
   .banner-img{
       padding-bottom:0px;
   }

    .banner-text{
        left: 0%;
    }

    .banner-left-img{
      max-height: 300px;
    }
  
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; 
    height: 100%;
    top:0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
  }
  
 .nav-bar-group:hover > .nav-br-div{
    width: 10px;
    animation-name: progress-bar;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
 
    
}

@keyframes progress-bar{
 from{
  
   width: 0px;
   height: 5px;
 }
 to{
   width: 100%;
   height: 5px;
 }
}


.nav-bar-item{
display: none;
}
.nav-bar-group:hover > .nav-bar-item {
animation-name: nav-bar-item;
animation-duration: 0.5s;
animation-fill-mode: forwards;
display: inline;


}

@keyframes nav-bar-item{
from{
position: relative;
left:40px;
}
to{
left:0px
}
}

.nav-bar-group{
height:30px;
width: 70px;
cursor: pointer;
}

.nav-item:hover > .nav-link-bar{
animation-name: nav-link-bar;
animation-duration: 0.3s;
animation-fill-mode: forwards;
}

@keyframes nav-link-bar{
from{
width: 0%;
background-color: green;

}
to{
width: 100%;
background-color: #000;
}
}
.active-bar{
background-color: #000;
}

.fab,.fas{
font-size: 18px;
color: #fff;
cursor: pointer;
}

.fab,.fas:hover{
color: #3f729b;
transform: scale(1.5);
}
.fa-instagram:hover{
color: #3b5998;
}

.fa-twitter:hover{
color: #00acee ;
}

.fa-youtube:hover{
color: #c4302b ;
}


/* fixed social*/
#fixed-social {
position: fixed;

}

#fixed-social a {
color: #fff;
display: block;
height: 40px;
position: relative;
text-align: center;
line-height: 40px;
width: 40px;
margin-bottom: 1px;
z-index: 2;
}
#fixed-social a:hover>span{
visibility: visible;
left: 41px;
opacity: 1;
} 
#fixed-social a span {
line-height: 40px;
left: 60px;
position: absolute;
text-align: center;
width: 120px;
visibility: hidden;
transition-duration: 0.5s;
z-index: 1;
opacity: 0;
}

#fixed-social .active-now >span{
visibility: visible;
left: 41px;
opacity: 1;
} 
.fixed-facebook{
background-color: #fff;
}
.fixed-facebook span{
background-color: #fff;
}

.banner-left-img{
  opacity: 0;
 
}


#fixed-social {
  position: fixed;
  top: 150px;
  cursor:pointer;

}

@media screen and (min-width : 768px) and (max-width : 1450px) {

 #fixed-social {

  top: 100px;
  

}
}
/*end fixed social*/




