


.navbar-fixed {
    top: 0;    z-index: 100;
    z-index: 100;
    position: fixed;
       width: 48%;
    margin-left: 26%;
    background: #de2a1b !important;
}
nav a{
  color: #fff !important;
}

nav a:hover{
  color: #fff !important;
}

.navresponcive{
  position: absolute;z-index: 100; width: 100%;
}

.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;

}

.navimg{
  position: absolute;
  z-index: 100;
  padding: 30px;
}




.navbar-fixed a{
  color: #fff;
}
nav {
  margin: 0 auto;
    background: #3c2a9a !important;
    z-index: 1000;
   width: 48%;
    text-align: center;
    height: 40px; border-radius: 0px !important;
}
nav a{
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;

}

.dropdown-menu{
  background: #3c2a9a;
  text-align: center;
  color: #000000;
}
.dropdown-menu a:hover{
  margin-left: 0px;
  text-align: center;
}
.dropdown-menu a:hover{
   color:#000 !important;
   background-color: #fff220;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }


/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #fff220;
  color: #000000 !important;
}








/*************425px responsive*************/
@media screen and (max-width: 425px){
 
.navimg{
  position: relative !important;
  z-index: 100;
  padding: 30px;
}


}



