﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: ExtraBold;
	
	src: url('public/fonts/PlusJakarta_Sans-2.5/static/PlusJakartaSans-ExtraBold.ttf');
}

@font-face {
	font-family: Regular;
	
	src: url('public/fonts/PlusJakarta_Sans-2.5/static/PlusJakartaSans-Regular.ttf');
}

@font-face {
	font-family: Bold;
	
	src: url('public/fonts/PlusJakarta_Sans-2.5/static/PlusJakartaSans-Bold.ttf');
}

@font-face {
	font-family: Medium;
	
	src: url('public/fonts/PlusJakarta_Sans-2.5/static/PlusJakartaSans-Medium.ttf');
}

@keyframes shine {
	to {
		background-position: 200% center;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


#hero-title {
/*	animation: fadeIn 1.5s;
	-webkit-animation: fadeIn 1.5s;
	-moz-animation: fadeIn 1.5s;
	-o-animation: fadeIn 1.5s;
	-ms-animation: fadeIn 1.5s;*/
}
/**/
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3f78ae;
	/*text-transform: uppercase;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h1{
	font-size:16px;
	font-weight:bold;
	color:#002b54;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
hr{
	background-color:#333333; 
	height:1px; 
	width:100%; 
	text-align:center; 
	margin:auto;
}
.main_container{
	margin:auto;
 	text-align: left;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
}

.top_container{
	width:100%;
	height:160px;
	background-color:#FFFFFF;
	background-image:url(images/background-top.gif);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.top_inner_contain{
	width:802px;
	/*height:160px;*/
	text-align:center;
	margin:auto;
	padding:0px 0px 0px 0px;
}

.nav_contain {
	clear:left;
	width:894px;
	height:30px;
	text-align:center;
	text-transform:uppercase;
	margin:-2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

a.nav_link{
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	margin:1px 0px 0px 0px;
}

a.reglink:hover{
	text-decoration:underline;
	font-size:12px;
	color:#660000;	
	margin:1px 0px 0px 0px;
}
a.reglink{
	text-decoration:none;
	font-size:12px;
	color:#660000;
	margin:1px 0px 0px 0px;
}

a.nav_link:hover{
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	color:#333333;	
	margin:1px 0px 0px 0px;
}

.content_contain{
	width:100%;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:auto;
	border-right:#333333 1px solid;
	border-left:#333333 1px solid;
	border-bottom:#333333 1px solid;	
}
.content_main{
	width:531px;
	float:left;
	background-color:#FFFFFF;
}
.content_side{
	width:205px;
	float:left;
	background-color:#FFFFFF;
}

.footer_contain{
	width:100%;
	height:70px;
	background-color:#002040;
	margin:auto;
	color:#FFFFFF;
	border:#333333 1px solid;	
	text-align:center;
	padding:5px 0px 0px 0px;
	clear:left;
}

a.footer_link{
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	margin:1px 0px 0px 0px;
}

a.footer_link:hover{
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	color:#FFFFFF;	
	margin:1px 0px 0px 0px;
}
.log{
	border:1px solid #333333;
	height:10px;
	font-size:9px;
}

.login_contain input {
	font-size: 75%;
	padding: 0 2px;
	height: 14px;
}

.navbar-brand {
	width: 73px;
}

.custom-nav {
	height: 80px;
	margin: 0px 0px;
	background-color: #BA181B;
}

.nav-item {
	padding: 0 24px;
	font-weight: 400;
	font-size: 24px;
}

a.nav-link {
	 color: #ffffff !important;
}

a.nav-link:hover {
	color: #FFC03D !important;
}

.dropdown-menu {
	background-color: #BA181B;
	border: none;
}

.dropdown-item {
	color: white;
	font-size: 24px;
	font-weight: 400;
}

.dropdown-item:hover {
	background-color: #BA181B;
	color: #FFC03D;
	cursor: pointer;
}

/* Styles for new design */
/* Main layout */
.card-header {
	font-size: 1rem;
	font-weight: 700;
	color: rgba(22,26,29,100);
	font-family: Bold, sans-serif;
	letter-spacing: -0.5px;
}
.internal-website-title {
	font-size: 2rem;
	/*32*/
	font-weight: 700;
	color: rgba(22,26,29,100);
	font-family: ExtraBold;
	letter-spacing: 0px;
	line-height: 2.5rem !important;
}
.cta-secondary {
	background: none;
	border: 2px solid #BA181B;
	color: #BA181B;
	border-radius: 1rem !important;
}

.cta-primary {
	background: #BA181B;
	color: #FAFAFA;
    border-radius: 1rem !important;
    padding: 1rem 4rem;
}

.cta-tertiary {
	background: none;
	border: 2px solid #BA181B;
	color: #BA181B;
	border-radius: 1rem !important;
	padding: 1rem 4rem;
	font-family: 'Medium', sans-serif;
}

a:hover {
	color: #660708;
}

body {
	height: 100%;
	width: 100%;
	font-family: "Regular",sans-serif;
	letter-spacing: -0.5px;
	color: rgba(22,26,29,70);
	font-size: 1.25rem;
	word-spacing: 0.15rem !important;
	overflow-x:hidden;
}

h2 {
	font-size: 1.25rem;
}

a {
	text-decoration: none !important;
}

.navbar-item {
	font-family: 'Medium', sans-serif;
	letter-spacing: -0.5px !important;
	color: rgba(22,26,29,100);
}

/* Share module */
.gradient-red {
	background: linear-gradient(138deg, rgba(186,24,27,1) 20%, rgba(168,0,0,1) 40%, rgba(134,9,12,1) 50%, rgba(168,0,0,1) 60%, rgba(186,24,27,1) 80%);
	background-size: 200% auto;
	animation: shine 2s linear infinite;
}

.module-content {
	padding-left: 10rem;
	padding-right: 10rem;
}

.module-content-left {
	padding-left: 10rem;
}

.module-content-right {
	padding-right: 10rem;
}

.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.gray-bg-light {
	background-color: #FCFBFB30;
}

.gray-bg-light2 {
	background-color: #FEFDFD;
}

.gray-bg-dark {
	background-color: rgba(248,248,248, 1);
}

#right-rect-1 {
	width: 15rem
}

#right-rect-3 {
	width: 18rem;
	height: 12rem;
}

.double-panel {
	display: flex;
}

#left-panel-1 {
	float: left;
	min-width: 40%;
	max-width: 45%;
}

.header2 { /* FACTS, SOLUTIONS */
	font-family: Bold, sans-serif;
	font-size: 56px;
	letter-spacing: -2.33px;
	color: #161A1D;
	text-align: left;
	padding-bottom: 80px;
}

.desc-title-1 {
	font-family: Medium, sans-serif;
	font-size: 16px;
	letter-spacing: 5px;
	color: #161A1D;
	text-align: left;
}

.desc-title-2 {
	font-family: Medium, sans-serif;
	font-size: 16px;
	letter-spacing: 5px;
	color: #161A1D;
	text-align: left;
}

.desc-title-3 {
	font-family: Medium, sans-serif;
	font-size: 16px;
	letter-spacing: 5px;
	color: #161A1D;
	text-align: left;
}

.desc-text-1 {
	font-family: Regular, sans-serif;
	font-size: 20px;
	letter-spacing: -0.5px;
	line-height: 28px;
	color: rgba(22, 26, 29, 0.7);
	text-align: left;
}

/* NAVIGATION */
#nav-container {
	position: fixed;
	height: min-content;
}

#mobile-menu-space {
	display: none;
}

#mobile-menu {
	display: none;
}

/* INTRO */
#left-rect-1 {
	z-index: -1;
}

.herotext {
	padding-top: 6rem;
	padding-bottom: 120px;
	margin: 0%;
	color: #161A1D;
	z-index: 2;
}

.header1 {
	font-family: Bold, sans-serif;
	font-size: 64px;
	line-height: 80px;
	color: #161A1D;
	text-align: left;
}

#hero-desc {
	/*transition-delay: 20s;*/
	font-family: Regular, sans-serif;
	font-size: 20px;
	letter-spacing: -0.63px;
	line-height: 28px;
	color: rgba(22, 26, 29, 0.7);
/*	animation: fadeIn 1.5s;
	-webkit-animation: fadeIn 1.5s;
	-moz-animation: fadeIn 1.5s;
	-o-animation: fadeIn 1.5s;
	-ms-animation: fadeIn 1.5s;*/
}

#join_button {
/*	animation: fadeIn 1.5s;
	-webkit-animation: fadeIn 1.5s;
	-moz-animation: fadeIn 1.5s;
	-o-animation: fadeIn 1.5s;
	-ms-animation: fadeIn 1.5s;*/
}





#csr-component {
	padding-bottom: 8rem;
	/*animation: fadeIn 1.5s;
	-webkit-animation: fadeIn 1.5s;
	-moz-animation: fadeIn 1.5s;
	-o-animation: fadeIn 1.5s;
	-ms-animation: fadeIn 1.5s;*/
}

.header3 {
	text-align: left;
	font-family: Medium, sans-serif;
	font-size: 16px;
	color: #D3D3D3;
	letter-spacing: 5px;
}

#truck-container {
	float: right;
	margin-left: auto;
}

#truck-pic {
	width: auto;
	height: fit-content;
}

#truck-pic-large {
	width: auto;
	height: fit-content;
	/*transform: translate(50%, -50%);*/
	/*transform: translate(50%, -50%);
	-webkit-transform: translate3d(50, 0, 0);*/
}

#truck-pic-mobile {
	display: none;
}

.customers-1 {
	margin: 0 16px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 20%;
}

.customers-2{
	margin-right: 16px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 20%;
}

.logos {
	margin-top: 21px;
	margin-bottom: 21px;
	max-height: 48px;
	width: 9rem;
}

/* FACTS */
.fact-header {
	font-family: Bold, sans-serif;
	font-size: 120px;
	letter-spacing: -5px;
	text-align: left;
}

.linear-wipe {
	/* Version 1 */
	background: linear-gradient(138deg, rgba(186,24,27,1) 20%, rgba(168,0,0,1) 40%, rgba(134,9,12,1) 50%, rgba(168,0,0,1) 60%, rgba(186,24,27,1) 80%);
	/* Version 2 (Eric) */
	/*
	background: rgb(168,0,0);
	background: linear-gradient(138deg, rgba(168,0,0,1) 16%, rgba(186,24,27,1) 51%, rgba(168,0,0,1) 78%);
	*/
	/* Version 3 (Design) */
	/*
	background: #161A1D;
	background-image: linear-gradient(156deg, #B9171A 0%, #660708 57%, #C7474A 100%);
	*/
	/* Version 4 () */
	/*
	background: linear-gradient(138deg, rgba(186,24,27,1) 20%, rgba(168,0,0,1) 40%, rgba(168,0,0,1) 50%, rgba(186,24,27,1) 60%, rgba(134,9,12,1) 80%);
	*/

	background-size: 200% auto;
	color: #000;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 3s linear infinite;
}

.fact-desc {
	font-family: Regular, sans-serif;
	font-size: 32px;
	letter-spacing: -0.5px;
	line-height: 40px;
	text-align: left;
	color: rgba(22, 26, 29, 0.7);
}

/* SOLUTIONS */
.solutions {
	padding: 80px 0;
	background: #FFC03D;
	background-attachment: fixed;
	color: rgba(22, 26, 29, 70);
}

.solution-container {
	width: 200px;
	height: 80px;
}

.box1 {
	-webkit-mask: url('public/images/Service.svg') no-repeat;
	-webkit-mask-size: contain;
	mask: url('public/images/Service.svg');
	mask-size: contain;
}

.box2 {
	-webkit-mask: url('public/images/truck.svg') no-repeat;
	-webkit-mask-size: contain;
	mask: url('public/images/truck.svg');
	mask-size: contain;
}

.box3 {
	-webkit-mask: url('public/images/consumer.svg') no-repeat;
	-webkit-mask-size: contain;
	mask: url('public/images/consumer.svg');
	mask-size: contain;
}

.learn-more-link {
	margin-top: 35px;
}

a.learn-more {
	font-family: Regular, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #BA181B;
	margin-top: 35px;
}

/* FEATURES */
.header4 {
	font-family: Bold, sans-serif;
	font-size: 56px;
	letter-spacing: -2.33px;
	color: #161A1D;
	text-align: left;
}

.feature-img {
	width: 65px;
	height: 65px;
	background: linear-gradient(138deg, rgba(168,0,0,1) 20%, rgba(168,0,0,1) 40%, rgba(134,9,12,1) 50%, rgba(168,0,0,1) 60%, rgba(168,0,0,1) 80%);
	/* linear-gradient(138deg, rgba(186,24,27,1) 20%, rgba(168,0,0,1) 40%, rgba(134,9,12,1) 50%, rgba(168,0,0,1) 60%, rgba(186,24,27,1) 80%); */
	background-size: 200% auto;
	/*color: #000;*/
	border-radius: 8px;
	animation: shine 2s linear infinite;
}

.feature-icon {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.feature-desc {
	padding-left: 30px;
}

#mobile-section {
	float: right;
	margin-left: auto;
	margin-right: auto;
	place-self: center;
}

#mobile-pic {
	height: auto;
}

#desktop-pic {
	height: auto;
}

#app-link {
	margin-top: 0px;
	text-align: left;
}

#left-panel-2 {
	float: left;
	max-width: 45%;
	order: 2;
}

#web-section {
	float: right;
	margin-right: auto;
	max-width: 50%;
	order: 1;
	place-self: center;
}

.mobile-app {
	height: 780px;
	width: 780px;
}

.app-stores {
	width: 188px;
	height: 62px;
	display: inline;
	margin-right: 24px;
}

/* GET IN TOUCH */
.header5 {
	font-family: Bold, sans-serif;
	font-size: 56px;
	letter-spacing: -2.33px;
	color: #161A1D;
	text-align: left;
}

/* solutions.asp */
.desc-text-2 {
	font-family: Regular, sans-serif;
	font-size: 20px;
	letter-spacing: -0.63px;
	line-height: 28px;
	color: rgba(22, 26, 29, 0.7);
	text-align: left;
}

#solution-mobile {
	width: 596px;
	height: 484px;
}

#desktop-app-link {
	margin-top: 40px;
	text-align: left;
}

#mobile-app-link {
	display: none;
	margin-top: 0px;
	text-align: left;
}

.header6 {
	font-family: Bold, sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	color: #161A1D;
	text-align: left;
}

.header7 {
	font-family: Bold, sans-serif;
	font-size: 56px;
	letter-spacing: -2.33px;
	color: #161A1D;
	text-align: left;
}

.border-gradient {
	border-bottom: 8px solid;
	border-image-slice: 1;
	border-bottom-width: 8px;
}

.border-gradient-red {
  border-image-source: linear-gradient(138deg, rgba(186,24,27,1) 20%, rgba(168,0,0,1) 40%, rgba(134,9,12,1) 50%, rgba(168,0,0,1) 60%, rgba(186,24,27,1) 80%);	
}
  
.gradient-element {
	height: auto;
	width: min-content;
}
  
.gradient-border {
	height: 0px;
	width: auto;
}
  
/* FOOTER */
.footer {
	padding: 40px 0px;
	color: rgba(22, 26, 29, 70);
	font-size: 16px;
}

#footer-detail {
	padding-bottom: 40px;
}

#footer-logo {
	width: 112px;
	height: 98px;
}

.footer-title {
	font-family: Bold, sans-serif;
	font-size: 16px;
	color: #161A1D;
	text-align: left;
}

.footer-text {
	font-family: Medium, sans-serif;
	font-size: 16px;
	color: rgba(22, 26, 29, 0.7);
	text-align: left;
}

.footer-link {
	font-family: Regular, sans-serif;
	font-size: 16px;
	color: rgba(22, 26, 29, 0.7);
	text-align: left;
}

.logo-text {
	width: 125px;
	height: 41px;
}

.privacy {
	font-family: Regular, sans-serif;
	font-size: 16px;
	color: rgba(22, 26, 29, 0.5);
	text-align: left;
}

#privacy-left {
	float: left;
}

#privacy-right{
	float: right;
}

a.privacy:hover {
	color: #BA181B;
}

/*#timeline-content {
	display: block;
	font-family: 'Product Sans';
	margin: 80px auto;
	text-align: center;
}*/
/* Timeline */
.timeline {
	border-left: 4px solid #BA181B;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	/* background: rgba(255, 255, 255, 0.03); */
	color: rgba(22, 26, 29, 70);
	margin: 40px 140px;
	margin-right: 0px;
	letter-spacing: 0px;
	position: relative;
	
	font-size: 15px;
	padding: 50px;
	list-style: none;
	text-align: left;
	font-weight: 100;
	max-width: 70%;
}

	.timeline p {
		padding-top: 1rem;
		font-family: "Regular", sans-serif;
		letter-spacing: -0.5px;
		color: rgba(22,26,29,70);
		font-size: 1.25rem;
		word-spacing: 0.15rem !important;
	}

	.timeline h3 {
		letter-spacing: 0px;
		font-family: Bold, sans-serif;
		color: rgba(22, 26, 29, 70);
		font-size: 32px;
	}

	.timeline .event {
		/*border-bottom: 1px dotted #BA181B;*/
		padding-bottom: 25px;
		margin-bottom: 40px;
		position: relative;
	}

		.timeline .event:last-of-type {
			padding-bottom: 0;
			margin-bottom: 0;
			border: none;
		}

		.timeline .event:before,
		.timeline .event:after {
			position: absolute;
			display: block;
			top: 0;
		}

		.timeline .event:before {
			left: -217.5px;
			top: -4px;
			color: rgba(22, 26, 29, 70);
			content: attr(data-date);
			text-align: right;
			font-weight: 900;
			font-size: 32px;
			min-width: 120px;
		}

		.timeline .event:after {
			box-shadow: 0 0 0 4px #BA181B;
			left: -57.85px;
			background: #F9FBFE;
			border-radius: 50%;
			height: 11px;
			width: 11px;
			content: "";
			top: 15px;
		}



/* mobile */
@media screen and (max-width: 428px) {
	#mobile-menu-space {
		display: flex;
		flex: 1 1 0%;
	}
	
	#mobile-menu {
		display: block;
	}
	
	.module-content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.module-content-left {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.module-content-right {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#navbar  {
		display: none;
	}

	#left-rect-1 {
		display: none ;
	}

	#right-rect-1 {
		display: none;
	}

	.double-panel {
		display: inline-block;
	}

	#left-panel-1 {
		max-width: 100%;
	}

	.herotext {
		padding-top: 2.5rem;
		padding-bottom: 1rem;
		color: #161A1D;
	}

	.header1 {
		font-family: Bold, sans-serif;
		font-size: 40px;
		line-height: 56px;
		color: #161A1D;
		text-align: left;
	}

	#hero-desc {
		font-family: Regular, sans-serif;
		font-size: 16px;
		letter-spacing: -0.5px;
		line-height: 24px;
		color: rgba(22, 26, 29, 0.7);
	}

	#truck-container {
		position: relative;
		padding-top: 30px;
	}

	#truck-pic {
		width: 100%;
		height: auto;
	}

	#truck-pic-large {
		display: none;
	}
	
	#truck-pic-mobile {
		margin-bottom: -5rem;
		width: 100%;
		height: auto;
		display: none;
	}

	#csr-component {
		padding-bottom: 3.5rem;
	}

	.header3 {
		text-align: left;
		font-family: Medium, sans-serif;
		font-size: 12px;
		color: #D3D3D3;
		letter-spacing: 3.75px;
	}

	.customers-1 {
		margin: 0 5px;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 20%;
	}
	/*.anime{
		opacity:0;
	}
	.anime2 {
		opacity: 0;
	}*/


	.customers-2{
		margin-right: 5px;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 20%;
	}

	.logos {
		margin-top: 14px;
		margin-bottom: 14px;
		max-height: 28.8px;
		width: 5rem;
	}

	.header2 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
		padding-bottom: 40px;
	}

	.fact-header {
		font-family: Bold, sans-serif;
		font-size: 80px;
		letter-spacing: -3.33px;
		text-align: left;
	}

	.fact-desc {
		font-family: Regular, sans-serif;
		font-size: 16px;
		letter-spacing: -0.25px;
		line-height: 24px;
		text-align: left;
		color: rgba(22, 26, 29, 0.7);
	}

	.solution-container {
		width: 200px;
		height: 64px;
	}

	
	#truck-icon {
    	width: 100px;
	}
	.desc-title-1 {
		font-family: Medium, sans-serif;
		font-size: 12px;
		letter-spacing: 3.75px;
		line-height: 18px;
		color: #161A1D;
		text-align: left;
	}

	.desc-text-1 {
		font-family: Regular, sans-serif;
		font-size: 16px;
		letter-spacing: -0.4px;
		line-height: 24px;
		color: rgba(22, 26, 29, 0.7);
		text-align: left;
	}

	.learn-more-link {
		margin-top: 24px;
	}

	a.learn-more {
		font-family: Regular, sans-serif;
		font-size: 16px;
		text-align: left;
		color: #BA181B;
	}

	.header4 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
	}

	.feature-img {
		width: 52px;
		height: 52px;
	}

	.feature-icon {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.desc-title-3 {
		font-family: Medium, sans-serif;
		font-size: 12px;
		letter-spacing: 3.75px;
		color: #161A1D;
		text-align: left;
	}

	#mobile-section {
		position: relative;
		right: 0;
	}

	#mobile-pic {
		width: 100%;
		height: auto;
		margin-top: -10rem;
		margin-bottom: -15rem;
	}

	#app-link {
		margin-top: 40px;
		text-align: center;
	}

	#desktop-app-link {
		display: none;
	}
	
	#mobile-app-link {
		display: block;
		margin-top: 40px;
		text-align: center;
	}

	.app-stores {
		width: 150px;
		height: 50px;
		display: inline;
		margin-right: 20px;
		margin-bottom: 1rem;
	}

	#left-panel-2 {
		max-width: 100%;
		order: 1;
	}
	
	#web-section {
		max-width: 100%;
		order: 2;
		position: relative;
		padding-top: 40px;
	}
	
	.header5 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
	}

	.desc-title-2 {
		text-align: left;
		font-family: Medium, sans-serif;
		font-size: 16px;
		color: #161A1D;
		letter-spacing: 5px;
	}

	.desc-text-1 {
		font-family: Regular, sans-serif;
		font-size:  20px;
		letter-spacing: -0.5px;
		line-height: 28px;
		color: rgba(22, 26, 29, 0.7);
		text-align: left;
	}

	/* solutions.asp */
	#right-rect-3 {
		display: none;
	}

	#solution-mobile {
		width: 100%;
		height: auto;
		margin-top: 2rem;
	}

	.header7 {
		font-family: Bold, sans-serif;
		font-size: 1.5rem;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
	}

	.header6 {
		font-family: Bold, sans-serif;
		font-size: 1.5rem;
		letter-spacing: -1px;
		color: #161A1D;
		text-align: left;
	}

	/* about.asp */
	.timeline {
		border-left: 4px solid #BA181B;
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
		color: rgba(22, 26, 29, 70);
		margin: 40px 10px;
		margin-right: 0px;
		letter-spacing: 0px;
		position: relative;
		font-size: 15px;
		padding: 50px;
		list-style: none;
		text-align: left;
		max-width: 100%;
	}

	.timeline .event:before {
		left: -80px;
		top: -20px;
		color: rgba(22, 26, 29, 70);
		content: attr(data-date);
		text-align: right;
		font-weight: 900;
		font-size: 16px;
	}

	#footer-detail {
		padding-bottom: 48px;
	}

	#footer-logo {
		width: 112px;
		height: 98px;
	}

	#privacy-left {
		float: none;
		display: block;
	}
	
	#privacy-right{
		float: none;
		display: block;
		padding-top: 24px;
	}
}

/* tablet */
@media screen and (min-width: 429px) and (max-width: 768px) {
	
	#mobile-menu-space {
		display: flex;
		flex: 1 1 0%;
	}
	
	#mobile-menu {
		display: block;
	}

	#login-btn {
		display: none;
	}

	.module-content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.module-content-left {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.module-content-right {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#navbar  {
		display: none;
	}

	#left-rect-1 {
		display: none ;
	}

	#right-rect-1 {
		display: none;
	}

	.double-panel {
		display: inline-block;
	}

	#left-panel-1 {
		max-width: 28.5rem;
	}

	.herotext {
		padding-top: 2.5rem;
		padding-bottom: 1rem;
		color: #161A1D;
	}

	.header1 {
		font-family: Bold, sans-serif;
		font-size: 40px;
		line-height: 56px;
		color: #161A1D;
		text-align: left;
	}

	#hero-desc {
		font-family: Regular, sans-serif;
		font-size: 16px;
		letter-spacing: -0.5px;
		line-height: 24px;
		color: rgba(22, 26, 29, 0.7);
	}

	#truck-container {
		position: relative;
		padding-top: 30px;
	}

	#truck-pic {
		width: 100%;
		height: auto;
	}

	#truck-pic-large {
		display: none !important;
	}
	
	#truck-pic-mobile {
		width: 100%;
		height: auto;
		display: block;
	}

	#csr-component {
		padding-bottom: 3.5rem;
		
	}

	.header3 {
		text-align: left;
		font-family: Medium, sans-serif;
		font-size: 12px;
		color: #D3D3D3;
		letter-spacing: 3.75px;
		margin-top: 3.5rem;
	}

	.customers-1 {
		margin: 0 5px;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 20%;
	}
	
	.customers-2{
		margin-right: 5px;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 20%;
	}
	
	.logos {
		margin-top: 14px;
		margin-bottom: 14px;
		max-height: 28.8px;
		width: 5rem;
	}
	
	.header2 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
		padding-bottom: 40px;
	}
	
	.fact-header {
		font-family: Bold, sans-serif;
		font-size: 96px;
		letter-spacing: -4px;
		text-align: left;
	}

	.fact-desc {
		font-family: Regular, sans-serif;
		font-size: 16px;
		letter-spacing: -0.25px;
		line-height: 24px;
		text-align: left;
		color: rgba(22, 26, 29, 0.7);
	}

	.solution-container {
		width: 200px;
		height: 64px;
	}

	#truck-icon {
    	width: 100px;
	}

	.desc-title-1 {
		font-family: Medium, sans-serif;
		font-size: 12px;
		letter-spacing: 3.75px;
		line-height: 18px;
		color: #161A1D;
		text-align: left;
	}

	.desc-text-1 {
		font-family: Regular, sans-serif;
		font-size: 16px;
		letter-spacing: -0.4px;
		line-height: 24px;
		color: rgba(22, 26, 29, 0.7);
		text-align: left;
	}

	.solution {
		max-width: 28.5rem;
	}

	.learn-more-link {
		margin-top: 24px;
	}

	a.learn-more {
		font-family: Regular, sans-serif;
		font-size: 16px;
		text-align: left;
		color: #BA181B;
	}

	.header4 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		line-height: 40px;
		color: #161A1D;
		text-align: left;
	}

	.feature-img {
		width: 52px;
		height: 52px;
	}

	.feature-icon {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.desc-title-3 {
		font-family: Medium, sans-serif;
		font-size: 12px;
		letter-spacing: 3.75px;
		color: #161A1D;
		text-align: left;
	}

	#mobile-section {
		position: relative, sans-serif;
		right: 0;
	}

	#mobile-pic {
		width: 100%;
		height: auto;
	}

	#app-link {
		margin-top: 40px;
		text-align: center;
	}

	#desktop-app-link {
		display: none;
	}
	
	#mobile-app-link {
		display: block;
		margin-top: 40px;
		text-align: center;
	}

	.app-stores {
		width: 150px;
		height: 50px;
		display: inline;
		margin-right: 20px;
	}

	#left-panel-2 {
		max-width: 28.5rem;
		order: 1;
	}
	
	#web-section {
		max-width: 100%;
		order: 2;
		position: relative;
		padding-top: 40px;
	}
	
	.header5 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
	}

	.desc-title-2 {
		text-align: left;
		font-family: Medium, sans-serif;
		font-size: 12px;
		color: #161A1D;
		letter-spacing: 3.75px;
	}

	.desc-text-1 {
		font-family: Regular, sans-serif;
		font-size:  16px;
		letter-spacing: -0.4px;
		line-height: 24px;
		color: rgba(22, 26, 29, 0.7);
		text-align: left;
	}

	/* solutions.asp */
	#right-rect-3 {
		display: none;
	}

	#solution-mobile {
		width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.header7 {
		font-family: Bold, sans-serif;
		font-size: 1.5rem;
		letter-spacing: -1.5px;
		line-height: 40px;
		color: #161A1D;
		text-align: left;
	}

	.header6 {
		font-family: Bold, sans-serif;
		font-size: 1.5rem;
		letter-spacing: -1px;
		color: #161A1D;
		text-align: left;
	}

	#footer-detail {
		padding-bottom: 24px;
	}

	#footer-logo {
		width: 90px;
		height: 78px;
	}

	#privacy-left {
		float: none;
		display: block;
	}
	
	#privacy-right{
		float: none;
		display: block;
		padding-top: 24px;
	}
}

/* medium */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.module-content {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.module-content-left {
		padding-left: 2.5rem;
	}
	
	.module-content-right {
		padding-right: 2.5rem;
	}

	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#right-rect-1 {
		display: none;
	}

	.herotext {
		padding-top: 4rem;
		padding-bottom: 0px;
		margin: 0%;
		color: #161A1D;
		z-index: 2;
	}

	.header1 {
		font-family: Bold, sans-serif;
		font-size: 40px;
		line-height: 56px;
		color: #161A1D;
		text-align: left;
		z-index: 3;
	}
	
	#hero-desc {
		font-family: Regular, sans-serif;
		font-size: 16px;
		letter-spacing: -0.63px;
		line-height: 24px;
		color: rgba(22, 26, 29, 0.7);
	}

	#truck-pic {
		width: auto;
		height: fit-content;
	}

	#truck-pic-large {
		width: auto;
		height: fit-content;
	}
	
	#truck-pic-mobile {
		display: none;
	}

	#csr-component {
		padding-bottom: 6rem;
	}

	.customers-1 {
		margin: 0 5px;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 20%;
	}
	
	.customers-2{
		margin-right: 5px;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 20%;
	}
	
	.logos {
		margin-top: 17px;
		margin-bottom: 17px;
		max-height: 38.4px;
		width: 6rem;
	}
	
	.header2 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
		padding-bottom: 40px;
	}

	.fact-header {
		font-family: Bold, sans-serif;
		font-size: 96px;
		letter-spacing: -4px;
		text-align: left;
	}

	.fact-desc {
		font-family: Regular, sans-serif;
		font-size: 24px;
		letter-spacing: -0.38px;
		line-height: 32px;
		text-align: left;
		color: rgba(22, 26, 29, 0.7);
	}

	.solution-container {
		width: 200px;
		height: 64px;
	}

	.desc-title-1 {
		font-family: Medium, sans-serif;
		font-size: 12px;
		letter-spacing: 3.75px;
		line-height: 18px;
		color: #161A1D;
		text-align: left;
	}

	.desc-text-1 {
		font-family: Regular, sans-serif;
		font-size: 16px;
		letter-spacing: -0.4px;
		line-height: 24px;
		color: rgba(22, 26, 29, 0.7);
		text-align: left;
	}

	.learn-more-link {
		margin-top: 24px;
	}

	a.learn-more {
		font-family: Regular, sans-serif;
		font-size: 16px;
		text-align: left;
		color: #BA181B;
	}

	.header4 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
		line-height:  40px;
	}

	.feature-img {
		width: 52px;
		height: 52px;
	}

	.feature-icon {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.desc-title-3 {
		font-family: Medium, sans-serif;
		font-size: 12px;
		letter-spacing: 3.75px;
		color: #161A1D;
		text-align: left;
	}

	.app-stores {
		width: 150px;
		height: 50px;
		display: inline;
		margin-right: 20px;
	}
	
	#mobile-section {
		float: right;
		margin-left: auto;
	}

	#mobile-pic {
		width: fit-content;
		height: auto;
	}

	#app-link {
		margin-top: 40px;
		text-align: left;
	}

	#desktop-app-link {
		margin-top: 40px;
		text-align: left;
	}
	
	#mobile-app-link {
		display: none;
		margin-top: 0px;
		text-align: left;
	}

	.desc-title-2 {
		text-align: left;
		font-family: Medium, sans-serif;
		font-size: 12px;
		color: #161A1D;
		letter-spacing: 3.75px;
	}
	
	.header5 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
	}

	/* solutions.asp */
	#right-rect-3 {
		display: none;
	}

	#solution-mobile {
		width: 80%;
		height: auto;
		margin-left: auto;
	}

	.header7 {
		font-family: Bold, sans-serif;
		font-size: 36px;
		letter-spacing: -1.5px;
		color: #161A1D;
		text-align: left;
		line-height:  40px;
	}

	.header6 {
		font-family: Bold, sans-serif;
		font-size: 1.5rem;
		letter-spacing: -1px;
		color: #161A1D;
		text-align: left;
	}

	#footer-logo {
		width: 90px;
		height: 78px;
	}

	.logo-text {
		width: 100px;
		height: 33px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1750px) {
	.logos {
		margin-top: 21px;
		margin-bottom: 21px;
		max-height: 48px;
		width: 6rem;
	}

	.herotext {		
		padding-top: 6rem;
		padding-bottom: 0px;
		margin: 0%;
		color: #161A1D;
		z-index: 2;
	}
}