/*** 

====================================================================
	Footer Style Three
====================================================================

***/

.footer-style-three{
	position:relative;
	font-weight:300;
	background:#2d373f;
	background-size:100% auto;
	font-size:18px;
	
    
}
.footer-style-three .footer-top h4{
    font-size: 1.125rem;
    color: #FFFFFF;
}
.footer-style-three .footer-top{
    position: relative;
    top: -70px;
    z-index: 100;
}
.footer-style-three .footer-top p{
    font-size: 1.75rem;
    margin: 15px 0;
    color: #FFFFFF;
}
.footer-style-three .footer-top a{
    padding: 10px 40px;
    border: 1px solid;
    border-radius: 28px;
    margin-top: 15px;
	background: transparent;
}
.footer-style-three .footer-top .ftop_data {
    background: #ec1b24;
    border-radius: 16px;
    padding: 10px;
}
.footer-style-three .footer-top .row div{
    padding: 25px 0px 25px 45px;
    margin: 0;

}

.footer-style-three .footer-top a:hover {
    border: 1px solid white;
    color: #ec1b24;
	background-color: white;
  
}
.footer-style-three p,.footer-style-three .copyright{
    color: white;
}
.footer-style-three .footer-upper .links ul{
    padding: 0;
    display: flex;
    flex-direction: column;
}
.footer-style-three .footer-upper .links ul li{
    margin-left: 0;
	color: white;
    font-weight: 300;
}


.footer-style-three .footer-upper{
	position:relative;
	padding:70px 0px 0px;
}
.footer-style-three .footer-upper .info-widget .widget-inner p{
    width: 60%;

}

.footer-style-three .footer-column{
	position:relative;
	margin-bottom:30px;
	z-index:5;	
}

.footer-style-three .footer-upper .footer-widget{
	position:relative;
}

.footer-style-three .info{
	position:relative;
	margin-bottom:20px;	
}

.footer-style-three .info li{
	position:relative;
	line-height:30px;
	color:#FFFFFF;
}

.footer-style-three .info li a{
	color:#FFFFFF;
}

.footer-style-three .info li a:hover{
	color:#FFFFFF;	
}

.footer-style-three .social-links{
	position:relative;	
}

.footer-style-three .social-links li{
	position:relative;
	float:left;
	margin-right:20px;
}

.footer-style-three .social-links li a{
	position:relative;
	display:block;
	color:#FFFFFF;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.footer-style-three .social-links li a:hover{
	color:#FFFFFF;	
}

.footer-style-three .footer-upper h3{
	position:relative;
	font-size:1.313rem;
	font-weight:bold;
	text-transform:capitalize;
	color:#FFFFFF;
	margin-bottom:20px;
}

.footer-style-three .links{
	position:relative;	
}

.footer-style-three .links li{
	position:relative;
	margin-bottom:7px;
}

.footer-style-three .links li:last-child{
	margin-bottom:0px;	
}

.footer-style-three .links li a{
	position:relative;
	display:inline-block;
	line-height:1.5rem;
	color:white;
	font-weight:300;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.footer-style-three .links li a:hover{
	color:#ec1b24;	
}



.footer-style-three .footer-bottom{
	position:relative;
	padding:35px 0px 25px;
}

.footer-style-three .footer-bottom .bottom-column{
	position:relative;
	margin-bottom:20px;	
}

.footer-style-three .footer-bottom .copyright{
	position:relative;
	font-weight:300;
	line-height:30px;
    font-size: 0.875rem;
}

.footer-style-three .footer-bottom .bottom-nav{
	position:relative;
	text-align:right;
}

.footer-style-three .footer-bottom .bottom-nav li{
	position:relative;
	display:inline-block;
	margin-left:30px;
}

.footer-style-three .footer-bottom .bottom-nav li a{
	position:relative;
	color:#6f8ba4;
	line-height:30px;
}

.footer-style-three .footer-bottom .bottom-nav li a:hover{
	color:#ec1b24;	
}

.footer-style-three .footer-bottom .row{
	justify-content: center;
}
.footer_logo{
	text-align: center;
	width: 230px;
	margin: 0 auto;
}
.footer_logo img{
	width: 100%;
}	