body{
    margin: 0;
    padding: 0;
}
.top-header{
    padding: 5px 0 !important;
    background-color: #f7931e;
    margin: 0 !important;
    color: #ffffff;
}
.mg{
    margin: 0 !important;
   
}
.mg1{
    margin-top: 10px !important; 
}
.to-top{
    font-family: oswald;
    font-size: 15px;
    letter-spacing: 1px;
}

.txt-right{
    text-align: right;
}
.social-ico{
     background-color: #fbb03b;
    float: right;
    padding: 0 8px;
    margin-left: 1px;
}
.social-ico:hover{
    background-color: #080808;
}
.social-ico a{
    color: #ffffff;
    text-decoration: none;
}
.logo{
    padding: 5px 0;
}
.menu{
      background-color: #222222;
    border-color: #f7931e;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
.menu-font{
    font-family:oswald;
    font-size: 18px;
}
.footer-a{
    background-color: #f7931e;
    padding:5px;
}
.copyright{
    font-size: 15px;
    font-family: oswald;
    text-align: left;
    color: #ffffff;
}
.Poweredby{
     font-size: 15px !important;
    font-family: oswald !important;
    text-align: right !important;
    color: #ffffff !important;
}
@media screen and (max-width: 512px) {
  .Poweredby{
     text-align: left;
     margin: 4px 0;
} 
}
.Poweredby:hover{
    text-decoration: none !important;
    color: #ffffff !important;
}