﻿/*==========================
        13.FOOTER
============================*/

.footer {
    background-image: linear-gradient(to right top, #042552, #052c60, #07336e, #0a3b7c, #0d428b);
}

    .footer .foot_logo img {
        height: 45px;
    }

    .footer .footer_menu_list li a {
        color: #94989a !important;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 14px;
        transition: all 0.5s;
    }

        .footer .footer_menu_list li a:hover {
            color: #d75855 !important;
        }

    .footer .subcribe-newslatter form {
        max-width: 450px;
    }

        .footer .subcribe-newslatter form input {
            padding: 14px 15px;
            width: 100%;
            font-size: 14px;
            color: #4c5667 !important;
            outline: none !important;
            padding-right: 50px;
            padding-left: 20px;
            border-radius: 30px;
            border: 1px solid #e7e7e7;
        }

        .footer .subcribe-newslatter form button {
            position: absolute;
            top: 4px;
            right: 4px;
            outline: none !important;
            border-radius: 5px;
            padding: 9px 20px;
            color: #000 !important;
        }

    .footer .fot_social .social-icon {
        border-radius: 50%;
        background-color: #5945b3;
        transition: all 0.5s;
        width: 38px;
        color: rgb(255, 255, 255);
        height: 38px;
        display: block;
        font-size: 18px;
        line-height: 38px;
        text-align: center;
    }

    .footer h5 {
        color: #ccc
    }

    .footer .fot_social .social-icon:hover {
        color: #fff !important;
        background: #36c2e6 !important
    }

.bottom_footer {
    background: #031e44;
    height: 50px;
    line-height: 40px;
}
	
	.bfooter 
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}
		
	
	.bfooter  li
	{
		display:inline-block;
		margin:5px;
		
	}
	
	.bfooter  li a
	{
		color:#94989a;
		font-size:13px;
	}
