@import url("https://qctest.techgig.com/hari/files/contest_upload_files/texta-black-font.css");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

#fixedNavigation{box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); z-index: 3; position: absolute; top: 0; left: 0; right: 0; background: #000000;}
#fixedNavigation a{color: #fff; padding-left: 0; padding-right: 0;}
#fixedNavigation .headernav .nav-item{padding: 18px 12px; position: relative; font-family: "Texta"; text-transform: uppercase;}
#fixedNavigation .headernav .nav-item:last-child{display: flex; align-items: center;}

.footer{padding: 36px 0; background: #000; color: #fff; position: relative; z-index: 6;}
.footer .lnk a{color: #000000;}
.footer .lnk a:hover{color:#ea4335}
.footer .followbar{border-top: solid 1px #eeeeee; margin-top: 16px; padding-top: 16px;}

/****######  Footer Section  #############***/
.social-link-inline{display:flex;}
.social-link-inline a{width:32px; height:32px; background:rgba(41,181,232,0.1); border-radius:50%; margin-right:8px;}


.mobileham{display: none;}
@media (max-width: 768px) {
    .brnadlinks .mobileham {
        color: #fff;
        cursor: pointer;
        font-family: 'Material Icons';
        position: relative;
        display: block;
        font-size: 32px;
        line-height: 24px;
        margin-bottom: 0;
        float: right;
    }
}