.header-top{
    background-color:  rgb(9 20 65);
}
.heading-new{
    font-size: 20px;
    color: #FFF;
    margin-top: 10px;
}
.float-left {
    float: left !important;
}
.social ul {
        margin: 0;
        padding: 5px;
        padding-left: 935px;
}
.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

   .social i {
    width: 36px;
    height: 36px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-brands {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social .fa-facebook {
    background: #4060A5;
}
.social .fa-twitter {
    background: #00ABE3;
}
.social .fa-youtube {
    background: #FF1F25;
}
.float-right{
right: 20px;
}