.main-footer {
	background: #222;
	padding: 80px 0 0;
}
.footer-widget-title {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-widget-content p{
	color: #fff
}
.footer-bottom {
	padding: 18px 0;
	margin-top: 70px;
    background: #191919;
}
.footer-logo {
	margin-bottom: 34px;
	display: block;
	text-align: left;
}
.footer-logo img {
	width: auto;
	height: 70px;
}
.footer-social {
	margin-top: 22px;
}
.footer-social li {
    float: left;
    margin-right: 6px;
}
.footer-social li a {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    color: #fff;
    border-radius: 2px;
}
.footer-list li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
}
.footer-list li:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 11px;
    transition: all 200ms linear;
}
.footer-list li:hover:before {
	left: 4px;
}
.footer-list li a {
	color: #B6B6B6;
	transition: all 200ms linear;
}
.footer-list li a:hover {
	color: #fff
}
#subscribe {
	margin-top: 20px;
}
.subcribe-form input.enteremail {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 70%;
    outline: none;
    float: left;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.subcribe-form input.enteremail::-webkit-input-placeholder,
.subcribe-form input.enteremail::-webkit-input-placeholder  {
	color: #fff;
	font-weight: 500;
	font-size: 11px;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.subcribe-form .subscribe-button {
    float: right;
    width: 28%;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	border-radius: 2px;
}
.copyright {
    font-weight: 500;
    font-size: 12px;
    color: #999;
	text-align: left;
	float: left;
	line-height: 36px;
}
.subfooter-nav {
	float: right;
}
.subfooter-nav li {
	float: left;
	margin-left: 10px;
	line-height: 36px;
}
.subfooter-nav li a {
	color: #fff;
}
.to-top {
	float: right;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 2px;
	color: #fff;
	margin-left: 20px;
	cursor: pointer;
	transition: all 200ms linear;
}
.to-top i {
	transition: all 200ms linear;
	transform: translateY(0px);
	position: relative;
}
.to-top:hover  i{
	transform: translateY(-6px)
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    vertical-align: middle;
    padding: 14px;
    z-index: 99;
}

.my-float{
	margin-top:22px;
}

.my-float i {
    font-size: 23pt !important;
    color: #FFF;
}
