﻿/*==========================
        13.FOOTER
============================*/

.footer {
    background-color: #4f082b;
    /*  border-top: 1px solid #e0ebf2;*/
}

    .footer .foot_logo img {
        height: 90px;
    }

    .foot_desc p
{
	font-size: 14px;
	color: #fff;
}

    .footer .footer_menu_list li a {
        color: #94989a !important;
        margin-bottom: 5px;
        display: inline-block;
        font-size: 12px;
        transition: all 0.5s;
    }

        .footer .footer_menu_list li a:hover {
            color: #d8bc61 !important;
			text-decoration: none;
        }

    .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: #dbc063;
        transition: all 0.5s;
        width: 38px;
        color: #4f082b;
        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: #af912a !important
    }
	
	.bottom_footer
	{
		background:#7d1146;
		height:50px;
		line-height:30px;
	}
	
	.bfooter 
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}
		
	
	.bfooter  li
	{
		display:inline-block;
		margin:5px;
		
	}
	
	.bfooter  li a
	{
		color:#94989a;
		font-size:13px;
	}
