@charset "utf-8";
/* CSS Document */
@import "bootstrap.min.css";
@import "css.css";
@import "jetmenu.css";
@import "font-awesome.css";
@import "responsive.css";
@import "prettyPhoto.css";
@import "animate.min.css";
.top-banr{
    margin-top: 34px;
    color: #bd1b8c;
    margin-left: 132px;
    font-weight: bold;
    min-width: 400px;
   
}
@media only screen and (max-width: 1144px){
    .top-banr{
      
        margin-left:190px;
        font-weight: bold;
        min-width: 470px;
       
    }
}
@media only screen and (max-width:768px){
    .top-banr{
        margin-top: 4px;
        margin-left:120px;
        font-weight: bold;
        min-width: 250px;
       
    }
    .logo {
        width:100px;
        padding-left:5px;
    }
    .header1{
        font-size:25px;
        min-height: 100px;
    }
}