.navbar-nav>li {
	padding-left: 20px;
	padding-right: 20px;
}

.exit-btn {
	border-color: #0056B3 !important;
	color: #0056B3 !important;
}

html,
body {
	font-family: 'Open Sans', sans-serif;
	scroll-behavior: smooth;
	padding-top: 25px;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 600;
}

h1 {
	font-size: 50px;
	font-weight: 800;
}

h2 {
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 25px;
}

h3 {
	font-size: 24px;
	font-weight: 300;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #0056B3;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

p {
	color: #1e1e1e;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*
*
* ==========================================
* NAV
* ==========================================
*
*/
.navbar-nav {
	max-height: 400px;
	overflow-y: auto;
}

.navbar {
	font-size: 18px !important;
}

/*---------------------
Helper CSS
-----------------------*/
.img-fluid {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.bg-gray-lighter {
	background-color: #f2f3f9;
	fill: #f2f3f9;
}

.payment-btn {
	background-color: #0056B3 !important;
	border-color: #0056B3 !important;
	color: #ffffff !important;
	font-size: 18px;
	padding: 20px 60px;
}

.payment-btn:hover {
	background-color: #007bff !important;
	border-color: #0056B3 !important;
	color: #fff !important;
}

/*---------------------
prevent aos horizontal scroll
-----------------------*/
section {
	overflow: hidden;
}

/*---------------------
Commom elements
-----------------------*/

/* background colors*/
.bg-dark {
	background-color: #1e1e1e;
}

/*------------------
Header section
---------------------*/
.header-top {
	padding: 10px 0 10px;
}

/* ----------------
Hero section
---------------------*/
.hero {
	background-color: #000000;
	min-height: 50vh;
	padding: 1em;
	box-sizing: border-box;
	color: #fff;
}

.hero p {
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}

/*---------------------
media queries
-----------------------*/
@media only screen and (max-width:1278px) {
	.hero {
		height: auto !important;
	}
}

/*---------------------
footer 
-----------------------*/
.mba-footer-area {
	position: relative;
	z-index: 1;
}

.mba-footer-part a {
	color: #ffffff;
	text-decoration: underline;
}

.mba-footer-part a:hover {
	color: #ffffff;
	text-decoration: none;
}

.mba-footer-part img {
	max-width: 220px;
	width: 100%;
	height: auto;
}

.mba-footer-bottom-header-one {
	background-color: #212529;
}

.mba-footer-bottom-header-one p {
	color: #ffffff;
}

.mba-footer-bottom-header-one a {
	color: #ffffff !important;
	text-decoration: none !important;
	
	font-weight: 500;
	white-space: nowrap;
}

.mba-footer-bottom-header-one a:hover {
	color: rgba(255, 255, 255, .5) !important;
	text-decoration: underline !important;
}

.foo-top-header-one {
	background-color: #15151e;
	border-top: 5px solid #BA2031;
	color: #fff;
}

.foo-top-header-one .mba-footer-part>p {
	color: rgba(255, 255, 255, .5);
}

.foo-top-header-one .mba-footer-part>h5 {
	color: #fff;
}

.foo-top-header-one {
	color: #fff;
}

.mba-footer-part {
	margin-bottom: 30px;
}

.mba-footer-part h4,
.mba-footer-part h5 {
	margin-bottom: 30px;
}

.mba-footer-part li {
	font-weight: 300 !important;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.mba-footer-links a {
	border-bottom: none;
	color: #ffffff;
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.mba-footer-links li a:hover {
	color: rgba(255, 255, 255, .5);
}

.mba-footer-links a i {
	padding-right: 10px;
}

.foo-top-header-one .mba-footer-part>h5 {
	color: #fff;
}

.mba-footer-part h4,
.mba-footer-part h5 {
	margin-bottom: 30px;
}

/* ----------------
Responsive
---------------------*/
@media (min-width:1200px) {
	.container {
		max-width: 1175px;
	}

}

/* Tablet :768px. */
@media only screen and (min-width:768px) and (max-width:991px) {
	.mba-logo {
		max-width: 50% !important;
	}
}

/* Small Mobile :320px. */
@media only screen and (max-width:479px) {
	.section-title h2 {
		font-size: 28px;
	}
}

.bg-one {
	background-image: url("../img/jeep-btn.png");
}

@media only screen and (max-width:1000px) {
	ul li {
		margin-left: 0;
	}
}

/* ========================================
   Footer Layout Improvements
======================================== */

.footer-logo {
	max-width: 178px;
	margin-bottom: 20px;
}

.footer-tagline {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 8px;
	line-height: 1.4;
}

.footer-home-link {
	font-size: 15px;
	display: inline-block;
}

.footer-home-link a {
	color: #ffffff;
}

.footer-title {
	margin-bottom: 8px;
	font-size: 17px;
}

.footer-address {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 1.4;
}

.footer-contact {
	margin: 0;
	font-size: 15px;
}

.footer-contact a {
	white-space: nowrap;
	font-weight: 500;
}

.footer-divider {
	margin: 0 8px;
	opacity: .6;	
}

.footer-row {
	align-items: center;
}

.footer-col {
	margin-bottom: 10px;
}

/* Force footer colors */
.foo-top-header-one p,
.foo-top-header-one .footer-address,
.foo-top-header-one .footer-contact {
    color: rgba(255,255,255,0.75);
}

.foo-top-header-one a {
    color: #ffffff !important;
}

.foo-top-header-one a:hover {
    color: rgba(255,255,255,0.7) !important;
}

.mba-footer-part {
	margin-bottom: 30px;
}

.mba-footer-links li {
	margin-bottom: 8px;
}

.mba-footer-links a {
	border-bottom: none;
	padding-bottom: 0;
}

/* Improve spacing in footer */
.foo-top-header-one .row>div {
	margin-bottom: 25px;
}

/* Mobile footer layout */
@media (max-width: 768px) {

	.mba-footer-part {
		text-align: center;
	}

	.footer-logo {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 200px;
		margin-bottom: 8px;
	}



}