body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #ffffff;
	color: #343940;
	overflow-x: hidden;
	counter-reset: section;
}
.logo-holder{
	width: 180px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}
.logo-sm .logo-holder{
	width: 120px;
}
.nav-menu .nav-item .nav-link{
	letter-spacing: 1px;
	color: #023e8a;
}
.nav-menu .nav-item.active .nav-link{
	color: rgba(243, 101, 35, 1.0);
}
.page-title{
	font-size: 2.2rem;
	letter-spacing: 1px;
}
.page-head{
	font-size: 1.8rem;
	letter-spacing: 1px;
}
.page-sub-head{
	font-size: 1.6rem;
	letter-spacing: 1px;
}
.page-head-sm{
	font-size: 1rem;
	letter-spacing: 1px;
}
.app-btn{
	width: 130px;
}
.app-btn-sm{
	width: 80px;
}
.body-copy{
	font-size: .95rem;
}
.body-copy-sm{
	font-size: .8rem;
}
.feature-icon{
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	margin: auto;
	padding: 5px;
}
.feature-icon-lg{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: auto;
	padding: 5px;
}
.working-steps li{
	position: relative;
}
.working-steps li div{
	margin-left: 50px;
}
.working-steps li:before{
	position: absolute;
	left: 0px;
	counter-increment: section;
	content: counter(section);
	width: 30px;
	height: 30px;
	background-color: rgba(243, 101, 35, 1);
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
}
.serve-bg{
	background-image: url('/assets/images/joshfuels-serves.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 300px;
}
.faq-card .faq-button{
	border: none;
	outline: none;
	background-color: transparent;
	text-align: left;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 0px;
}
.faq-card .card-body{
	border-left: 1px solid rgba(243, 101, 35, 1.0) !important;
}
.faq-card .card-body p, .faq-card .card-body{
	font-size: .9rem;
	line-height: 1.6;
}
.faq-card .card-body p:last-child{
	margin-bottom: 0px;
}
.footer-contact{
	position: relative;
	top: -40px;
}
.footer-contact .footer-icons{
	font-size: 1.7rem;
}
.footer-contact .footer-icons a{
	font-size: 1.2rem;
}
.navbar-light .navbar-toggler{
	border: none;
	outline: none;
}
.location-list{
	position: relative;
}
.location-list li{
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	cursor: pointer;
}
.location-list li::before{
	font-family: bootstrap-icons !important;
	content: "\f3e7";
	padding-right: 10px;
	font-size: .8rem;
}
.active-location path{
	fill: rgba(243, 101, 35, 1.0);
}
#india path{
	fill: rgba(2, 62, 138, 0.1);
}
.custom-list li{
	padding-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
.custom-list li::before{
	font-family: bootstrap-icons !important;
	position: absolute;
	content: '\2014';
	font-weight: bolder;
	left: 0px;
	line-height: 1;
	color: rgba(243, 101, 35, 1.0);
}
.nav-menu .dropdown-menu a.dropdown-item{
	font-size: 0.8rem;
	padding: .45rem 0.75rem;
}
.client-card img{
	max-width: 120px;
}