footer .container-fluid{
	padding: 0px 148px;
}
footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e0e16+0,4e4e50+100 */
    background: #0e0e16; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0e0e16 0%, #4e4e50 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0e0e16 0%,#4e4e50 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0e0e16 0%,#4e4e50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e16', endColorstr='#4e4e50',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding: 10px 0px;
	
}


	footer h5 {
		font-size: 16px;
		font-weight: 500;
        color: #7A7A7A;
	}
	footer h4 {
		font-size: 24px;
		font-weight: 500;
        color: #7A7A7A;
	}
	footer p {
        color: #FBFBFB;
        font-size: 16px;
        font-weight: 300;
	}
footer ul{
	list-style-type: none;
	padding-left: 0px;
	margin: 0;
}
.footer-left-menu ul li{
	margin: 0;
	padding: 2px 10px;
}
.footer-right-menu li{
	margin: 0;
	padding: 0px 22px;
}
footer ul li a{
	font-size: 14px;
	line-height: 34px;
	font-weight: 300;
	margin: 0;
	padding: 0px;
	text-decoration: none;
}
footer a:hover {
	color: #F23041 !important;
}
.footer-left-menu .dropdown-menu.show {
	position: absolute;
	inset: auto auto 0px 0px;
	margin: 0px;
	transform: translate3d(0px, -24px, 0px);
}
.footer-copyright {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #7A7A7A;
	padding-left: 40px;
	margin-left: 20px;
}

footer a {
	text-decoration: none;
	color: #FBFBFB;
    font-weight: 300;
}

footer .border-top {
    padding-top: 40px;
    margin-top: 40px;
}

footer .subscription_area p {
    max-width: 350px;
}

.subscribe_form {
    max-width: 400px;
    width: 100%;
    
    box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
}

.subscribe_form:focus {
    outline: none;
}

.subscribe_form .form-control {
    border: none;
    border-radius: 0;
}

.subscribe_form .form-control:focus {
    box-shadow: none;
}

.subscribe_form input {
    height: 44px;
}

	.subscribe_form button {
		border: none;
		height: 44px;
		background-color: #F23041;
		color: #fff;
		/*margin: -1px;*/
		border-radius: 0;
		width: 135px;
		position: relative;
		transition: all ease 0.3s;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
	}

.subscribe_form button:hover, .subscribe_form button:focus, .subscribe_form button:active, .subscribe_form button:visited {
    color: #fff;
    background-color: rgba(242, 48, 65, 0.77);
    outline: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

	.subscribe_form button:hover:before, .subscribe_form button:focus:before, .subscribe_form button:active:before, .subscribe_form button:visited:before {
		background-color: rgba(242, 48, 65, 0.77);
		transition: all ease 0.3s;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
	}

		/*.subscribe_form button:before {
			content: "";
			position: absolute;
			top: 100%;
			left: 0;
			height: 1px;
			background-color: #F23041;
			width: 100%;
			transition: all ease 0.3s;
			-webkit-transition: all ease 0.3s;
			-moz-transition: all ease 0.3s;
			-o-transition: all ease 0.3s;
			-ms-transition: all ease 0.3s;
		}*/

.subscribe_form .input-group-btn:last-child > .btn, .subscribe_form .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 0px;
}

footer .social-media-links {
	text-align: right;
}

	footer .social-media-links a {
		margin: 15px 0 0px 30px;
		display: inline-block;
		font-size: 22px;
	}

.mobile-menu-footer .social-media-links a {
    margin: 15px 15px 0px 15px;
    display: inline-block;
    font-size: 22px;
    color: #0e0e16;
}
.mobile-menu-footer .social-media-links a:hover {
    color: #f23041;
}

	footer .container-fluid {
		padding-top: 30px;
		padding-bottom: 30px;
	}

@media screen and (max-width: 1400px){
	footer .container-fluid {
	    padding: 30px 100px;
	}
}



@media screen and (max-width: 1200px){
	footer .container-fluid {
	    padding: 0px 20px;
	}
}



@media screen and (max-width: 767px){
	footer .container-fluid {
	    padding: 0px 20px;
	}

	footer{
		position: relative;
		padding: 20px 0 50px;
		display: none;
	}
	#footerDropdownMenuLink {
	    font-size: 14px;
	    line-height: 22px;
	    padding: 0px 14px 0 0;
	}
	.footer-right-menu li {
	    margin: 0;
	    padding: 0px 8px;
	}
	footer ul li a {
	    font-size: 14px;
	    line-height: 22px;
	}
	.footer-copyright {
	    font-size: 14px;
	    line-height: 22px;
	    padding-left: 0px;
    	margin-left: 0px;
    	border-left: 0px;
    	bottom: 10px;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
	    text-align: center;
	}
}