/*-------------------------------------------------
  Footer Design Start
--------------------------------------------------*/
/*---------- Call To Action -------------------*/
.call_action_wrap-wrap {
    padding: 50px 0;
}
.call_action_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	color:#ffffff;
    align-items: center;
}
.call_action_wrap-head {
    flex: 1;
}
.call_action_wrap h3 {
    color:#ffffff;
	margin-bottom:5px;
}
.btn.btn-call_action_wrap {
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    color: #333640;
    font-weight: 600;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
a.btn_aps {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0;
}
.aps_wrapb {
    background: #21242b;
    padding:0.8rem 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 0.3rem;
}
.aps_ico {
    position: relative;
    margin-right: 7px;
    display: inline-block;
}
.aps_ico img {
    max-width: 35px;
}
.aps_capt span {
    line-height: 1;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}
.aps_capt h4 {
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}
.btn_aps.light .aps_wrapb {
    background: #ffffff;
}
.btn_aps.light .aps_capt span{
    color:#006cff;
}
.btn_aps.light .aps_capt h4 {
    color:#21242b;
}

/*---------- Small footer -------------------*/
footer{
	z-index:99;
	font-size:14px;
	color:#565656;
	position:relative;
}
footer.light-footer {
	background: #ddd;
}
footer.dark-footer{
	background:#2a2c2e;
}
footer.footer-small {
    padding: 50px 0 0 0;
}
img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}
img.img-footer.small {
    margin: 0;
    max-width:150px;
    position: relative;
    top: 2px;
}
.ft-copyright {
    padding:0px 0 12px 0;
}
.ft-copyright p{
	margin-bottom:0;
}

.footer_widget {

}


h4.widget_title {
    margin-bottom: 10px;
    font-size:15px;
	font-weight:500;
    text-transform:capitalize;
}
.footer_widget ul {
    padding: 0;
    margin: 0;
}

.footer_widget ul li {
	list-style: none;
	margin-top: 12px;
	display: block;
	padding-bottom: 10px;
}


.footer_widget ul.list-inline li, ul.list-inline li {
    display: inline-block;
    margin-right: 15px;
}



.footer_widget ul li a{
	color:#60626a;
	font-size:14px;
}
.light-footer .footer-bottom {
    background:#ffffff;
    border-top:1px solid #edeff1;
}
footer.skin-dark-footer .extream, footer.skin-light-footer .extream {
    letter-spacing: 1px;
	line-height:1.4;
}
footer.skin-dark-footer h4, footer.skin-blue-footer h4{
    color: #ffffff;
}

footer.skin-dark-footer .footer_widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
    color:#C4c4c4;
    transition: all ease 0.4s;
    font-size:14px;
}
footer.skin-dark-footer .footer_widget ul li a:hover, footer.skin-dark-footer .footer_widget ul li a:focus{
    color:#ffffff;
}
.footer-bottom {
    padding:10px 0;
    border-top:1px solid #273246;
}
.blue-footer .footer-bottom {
    background: #192538;
    border-color: #192538;
}
.skin-dark-footer .footer-bottom {
	border-top:1px solid #343638;
}

footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus{
	color:#ffffff;
	opacity:1;
}
.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}

.footer_widget.align-right li {
	float: right;
}
