/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
/*---------- Small footer -------------------*/
footer{
	z-index:1;
	position:relative;
}
footer.dark-footer{
	background:#191f2b;
}
footer.light-footer {
    background: #ffffff;
}
.footer-logo {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeef3;
    border-bottom: 1px solid #eaeef3;
}
footer.footer-small {
    padding: 50px 0 0 0;
}
.ft-itext {
    font-weight: 500;
	font-size:16px;
	text-align: center !important;
    margin: 10px;
}
.ft-itext i {
    margin-right:5px;
}
ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    display:inline-block;
	list-style:none;
	margin:5px;
}
ul.social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
   -webkit-box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
	box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
    line-height: 40px;
    text-align: center;
}

.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}
.ft-copyright p{
	margin-bottom:0;
}
.footer-logo img {
    max-width: 185px;
}

.footer-widget {
    padding: 50px 0;
}

h4.widget-title {
    margin-bottom: 20px;
    font-weight:600;
    font-size: 15px;
    letter-spacing:1px;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top:18px;
    display: block;
}
.footer-widget ul li a{
	color:#626a70;
	font-size:14px;
}

footer.skin-dark-footer h4 {
    color: #ffffff;
    text-transform: uppercase;
}
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a{
    color:rgba(245,255,255,0.6);
	font-size: 14px;
	transition:all ease 0.4s;
}
footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus{
    color:#ffffff;
}
.img-fluid.f-logo {
    max-width:160px;
    margin-bottom: 1rem;
}
.widget_media_image {
    margin-top: 3rem;
}
.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #e9edf3;
}
.skin-dark-footer .footer-bottom {
    border-top:1px solid rgba(255, 255, 255, 0.06);
}
ul.footer-bottom-social {
    margin: 0;
    padding: 0;
}
ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
	margin-top: 0;
}
ul.footer-bottom-social li a {
    color:#546e7a;
}
ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus{
	color:#007bff;
}
ul.footer-bottom-social li i {
    margin-right: 5px;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
    color: rgba(255,255,255,0.6);
    font-size: 17px;
}
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;
}
.fw {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
	padding-left: 28px;
	width: 100%;
}
.fw:last-child {
    margin: 0;
}
.fw:before {
    font-family: 'themify';
    vertical-align: initial;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.fw.fw-location:before {
    content: "\e693";
}
.fw.fw-mail:before {
    content: "\e75a";
}
.fw.fw-call:before {
    content:"\e621";
}
.fw.fw-skype:before {
    content:"\e72d";
}
.fw.fw-web:before {
    content:"\e665";
}

.other-store-link {
    width: auto;
	margin-bottom:20px;
    display: inline-block;
}
.other-store-link:last-child{
	margin-bottom:0;
}
.other-store-app {
    width:200px;
    height:66px;
    border: 2px solid #9ea6ba;
    border-radius: 4px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:#9ea6ba;
}

.os-app-icon {
    margin-right: 13px;
}
.os-app-icon i {
    font-size: 32px;
}
.os-app-caps {
    font-size: 18px;
    font-weight: 600;
}

.f-newsletter {
    max-width: 510px;
    margin-top: 15px;
    display: block;
    position: relative;
}

.f-newsletter .form-control {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
	color:#7f8ca2;
    background-color: transparent;
    border: 2px solid #a5aebf;
    padding:18px 20px 18px;
    border-radius: 3px;
    height: 60px;
}
.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}
.f-newsletter .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 12px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color:#9ea6ba;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
	background:transparent;
}
.skin-dark-footer .form-control::-webkit-input-placeholder{color:#9ea6ba;}
.skin-dark-footer .form-control:-ms-input-placeholder{color:#9ea6ba;}
.skin-dark-footer .form-control::placeholder{color:#9ea6ba;}

.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder{color:#879ac3;}
.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder{color:#879ac3;}
.form-control::placeholder, textarea.form-control::placeholder{color:#879ac3;}
.btn.btn-counter-light {
    background: #ffffff;
    border-radius: 5px;
    padding: 17px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #333c56;
    transition: all ease 0.4s;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
}
.btn.btn-counter-light:hover, .btn.btn-counter-light:focus {
    background:#e4074e;
    color: #ffffff;
}





@media screen and (max-width: 767px) {
	.footer-mobile-hidden {
		display: none;
	}
}