

a, address, cite, dfn, em, i, li, ol, ul, var {
    font-size: 14px;
}

form.search-form input{
    border: 2px solid black;
}

form.search-form input:focus{
        border-color: #000000;
}

nav.nupur_menu {
    width: 75%;
    min-width: 75%;
    margin-right:10px;
}
.logo {
    padding: 12px 0;
}

form.search-form button {
    background: black;
    color: white;
}

.qrCodeimage {
    margin: 50px 0;
    padding: 15px;
}

.social-icons a{
    color: white;
    display: inline-block;
    padding: 5px 6px;
}

.social-icons a:hover {
    color: #bbbbbb;
}
.footer-menu.text-right p{
    color: white;
    margin: 0;
}


.subscribeFrom button {
    background: black;
    color: white;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
}


.titleHead {
    text-align: center;
    margin-bottom:50px;
}

.titleHead h1 {
    font-size: 35px;
    color: #40775e;
}

.titleHead p {
    color: black;
}

@media (max-width: 768px){
nav.nupur_menu {
     margin-right: 0px; 
}
}


