footer {
	/*width: 137%;*/
	background: #000000;
	padding: 10px;
    /*margin-top: 35%;*/
    /*margin-left: -16%;*/
}
.footer1 {
	width: 137%;
	background: #222222;
	padding: 10px;
    margin-left: -36%;
}
.footer-content {
	border-radius: 2px;
	padding: 20px;
	background-color: #F8761C;
	margin-top: 10px;
}
.footer-content h3 {
	color: #fff;
	font-style: italic;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.48px;
	margin-bottom: 20px;
}
.footer-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 0;
	color: #fff;
	font-family: play;
}
.apps-button {
	moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	line-height: 50px;
	text-align: right;
}
.apps-button a {
	margin-right: 50px;
	text-decoration: none;
}
.apps-button a:last-of-type {
	margin-right: 0;
}
.apps-button a img {
	moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.apps-button a:hover img {
	margin-top: -10px;
}
.footer-widget {
	padding-top: 0px;
	/* padding-bottom: 68px; */
}
.footer-widget-content {
	margin-top: -2%;
    /*margin-left: 13%;*/
}
.footer-widget-content a img {
    width: 67%;
    margin-bottom: 8px;
}
.footer-widget-content p {
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 16px;
	color: #fff;
	font-family: play;
	/*text-align: justify;*/
}
.footer-widget-content ul {
    margin-left: -29px;
}
.copyright {
	width: 100%;
	color: #959393;
    text-align: center;
    font-size: 14px;
}
.copyright a {
	color: #ffb400;
	padding: 10px;
	text-decoration:none !important;
}
.footer-widget-title {
	width: 100%;
	color: #fff;
	margin-bottom: -19px;
	padding: 10px;
	/*text-align: center;*/
}
.footer-widget-title h5 {
	font-size: 18px;
	font-family: play;
	font-weight: 600;
	/*line-height: 30px;*/
	color: #EFB909 !important;
    /*margin-top: 29px*/
}
.footer-widget-content ul li {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.footer-widget-content ul li a {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
	font-family: play;
	/* padding: 10px; */
	text-decoration:none;
}
.footer-widget-content ul li a:hover {
	color: #FFB400;
}
.footer-widget-content button {
	background-color: transparent;
	border: 1px solid #ffb400;
	height: 42px;
	line-height: 42px;
	color: #ffb400;
	font-size: 14px;
	font-weight: 400;
	width: 15%;
	-webkit-transition: background 0.6s linear;
	-moz-transition: background 0.6s linear;
	transition: background 0.6s linear;
}
.newsletter .form-control {
	background-color: transparent;
	border: 1px solid #474747;
	color: #474747;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 42px;
	width: 85%;
	height: 42px;
	float: left;
	margin-bottom: 0;
	padding-left: 15px;
	text-transform: capitalize;
}
.footer-widget-content button i {
	position: relative;
	line-height: 41px;
	overflow: hidden;
}
.footer-widget-content button:hover {
	background: #FFB400;
	color: #fff;
}
.form-control::placeholder {
	color: #9b9b9b;
	text-transform: capitalize;
	font-size:11px;
}
.footer-social-icon a {
	width: 20px;
	height: 20px;
	line-height: 15px;
	color: #646464;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin-right: 24px;
	text-align: center;
	overflow: hidden;
	float: left;
	display: block;
}

.footer-social-icon a i {
	position: relative;
	line-height: 20px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-social-icon a:hover i:first-child {
	margin-top: -15px;
}

.footer-social-icon a.facebook:hover {
	color: #3B5998;
}

.footer-social-icon a.twitter:hover {
	color: #00ACEE;
}

.footer-social-icon a.linkedin:hover {
	color: #0E76A8;
}

.footer-social-icon a.instagram:hover {
	color: #3f729b;
}
.footer-bar {
	border-top: 1px solid #eee;
}
.footer-copyright {
	border-top: 2px solid rgba(71, 71, 71, 0.25);
	padding: 30px 0;
}
.footer-copyright .payment-methods a {
	display: inline-block;
	opacity: 0.5;
	margin: 0 5px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}
.footer-copyright .payment-methods a:hover {
	opacity: 1;
}
.footer-widget-title img {
	width: 100%;
    margin-top: -15px;
   
}
.footer-widget-title p {
	/* width: 100%; */
	color: #fff;
	font-size: 14px;
	text-align: left !important;
	font-family: play;
	font-weight: 500;
	/*line-height: 31px;
        margin-top: 7%;*/
            margin-left: -2%;
	/*margin-top:-10px;*/
}
