/*=======================================Footer  Section css Start  Here================================================*/
.bgfooter {
    background: #000;
    font-size: 14px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

ul.footerlist li {
    margin-bottom: 8px;
}

ul.footerlist li a {
    color: #c9c9ce;
}

.copy-footer {
    border-top: 1px solid #41484e;
    color: #c9c9ce;
}
.copy-footer a{
    color: #c9c9ce;
}
.mrmm{margin-top:-5px}
.copy-footer a:hover, ul.footerlist li a:hover{color:#fff; text-decoration: underline;}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c9c9ce !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c9c9ce !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c9c9ce !important;
}
.form-control:focus {
    box-shadow: none;
}

/*=======================================Footer  Section css Start  Here================================================*/