:root {
    --text-color1:#a1a1a1;
}
#headder1 div a {
    text-decoration: none;
    color: gray;
}
#headder2 {
    background-image: url('../image/logo/logo-dark.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 350px;
    height: 150px;  
}
#f_navbar #nav-logo-name {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    color: aliceblue;
    pointer-events: none;
}
#f_navbar .nav-logo {
    background-image: url('../image/logo/favicon.png');
    background-position: center;
    height: 36px;
    width: 36px;
    background-size: cover;
}
.form-group .form-control:focus {
    box-shadow: none;
    background-color: #ffffff00;
    color: #d3d3d3;
}
.form-group .form-control {
    color: #d3d3d3;
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0); 
}
.form-group .form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}
.form-group .serbtn {
    background-color: #00000000;
    border: none;
    translate: -2em;
}
.form-group img {
    scale: 0.8;
}
.footer {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
    display: block;
    text-align: left;
}

.footer-heading {
    color: var(--text-color1);
    font-size: 18px;
    /* margin-bottom: 30px; */
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.footer-heading .logo , p , .list-unstyled a, .tag-cloud-link{
    text-decoration: none;
    color: var(--text-color1);
}


.d-block {
    margin-left: 10px;
}

.d-block:hover {
    color: antiquewhite;
    
}

.text-success:hover {
    color: rgb(80, 255, 57);
    text-shadow: 0px 0px 16px #97ff7d;
    transition: 400ms;

}

/* #footer-col-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
} */

#btn_sub:hover {
    transform: scale(1.02);
    transition: 500ms;
}


