/*----------------------------------------*/
/* 11. Footer CSS
/*----------------------------------------*/
.allfooter{
    margin-top: 50px;
    text-align: justify;
    background:#151414;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    margin: 0px 0px;
    padding: 20px 10px;
}


.single-footer h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 300px;

}

.footer-content p {
    color: #fff;
}
#flink{
    text-decoration:none;
    color:#fff;
}

.footer-content span {
    color: hsl(216, 15%, 65%);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 15px 0;
}

.footer-content ul li:not(:last-child) {
    line-height: 30px;
}

.footer-content ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.footer-content2 ul li a {
    color: #fff;
}

.footer-content ul li:hover a {
    padding-left: 10px;
}
.footer-content2 ul li:hover a {
    color: red;
    font-weight: 700: 
}

.footer-bottom p,
.footer-bottom p a {
    color: #fff;
}

.footer-link-list li {
    color: #5b697b;
    margin-bottom: 8px;
}

.footer-middle-content {
    border-top: 1px solid #2d3846;
    border-bottom: 1px solid #2d3846;
}
/*.our{
    margin-left: 40px;
}

.contact{
    margin-left: 0px;
}

.service{
    margin-left: 50px;
}*/

.footer-link-list li span.title {
    background: #37475a none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    padding: 10px 32px 10px 17px;
}

.footer-link-list li a {
    color: hsl(216, 15%, 65%);
    font-size: 13px;
    text-decoration: none;
}

.footer-link-list li a:hover {
    color: #fff;
}

.footer-bottom-content p a:hover {
    color: #4380db;
}

.footer-social-content li {
    display: inline-block;
}

.footer-social-content li a {
   /* background: #37475a none repeat scroll 0 0;*/
    border-radius: 5px;
    color: #ddd;
    display: block;
    height: 40px;
    line-height: 43px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

.footer-social-content li a:hover {
    background: #4380db;
    color: #fff;
}
