@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
body {
	padding-top: 90px;
	font-family: 'Montserrat', sans-serif;
}
* {
	transition: all 0.6s ease-out;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
.navbar-brand img {
	max-width: 182px;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.navbar-nav {
	font-size: 13px !important;
 --bs-nav-link-padding-x: 0.75rem !important;
	line-height: 42px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
#LayoutDiv1 h2 {
	display: block;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	font-weight: 600;
	margin-top: 1.75rem;
	letter-spacing: 2px;
	margin-bottom: 1.75rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}
#LayoutDiv1 h3 {
	display: block;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	font-weight: 400;
	margin-top: 0.5rem;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}
#page-back {
	background-image: url(../img/OTR-Solutions_header-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-about {
	background-image: url(../img/About-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-services {
	background-image: url(../img/Services-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-web-development {
	background-image: url(../img/Web-Development-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-graphic-design {
	background-image: url(../img/graphic_design-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-hosting {
	background-image: url(../img/Hosting-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-marketing {
	background-image: url(../img/effective-marketing-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-social-marketing {
	background-image: url(../img/Social-Marketing-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-trucking-websites {
	background-image: url(../img/TruckingWebsites-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-trade-contractor {
	background-image: url(../img/Trade-Contractors-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-driver {
	background-image: url(../img/Driver_recruiting-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-work {
	background-image: url(../img/Work-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-contact {
	background-image: url(../img/Contact-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#page-back-blog {
	background-image: url(../img/Blog-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#trucking {
	background-image: url(../img/Truck-on-the-road-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-bottom: 60px;
	padding-bottom: 2.5%;
}
#trucking h3 {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	padding-top: 8%;
	padding-bottom: 20px;
}
#trucking p {
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 0;
}
#trucking img {
	padding-top: 50px;
}
#building {
	background-image: url(../img/Building-a-website-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-bottom: 60px;
	padding-bottom: 0;
	margin-top: 120px;
}
#building-boxes {
	top: -80px;
	position: relative;
	width: 100%;
}
#building-boxes h4 {
	font-weight: 700;
	padding-top: 20px;
}
#building-boxes h5 {
	font-weight: 200;
	padding-bottom: 12px;
}
#WM {
	background-image: url(../img/WM-1200.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #FFFFFF;
}
.white-line {
	position: absolute;
	background-color: #FFFFFF;
	left: 0px;
	right: 0px;
	height: 2px;
}
.building-box-1 {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
	background-color: #a3d9d8;
	color: #000000;
	padding: 36px;
	position: relative;
	}
.building-box-2 {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
	background-color: #179a98;
	color: #FFFFFF;
	padding: 36px;
	position: relative;
}
.building-box-3 {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 10%;
	background-color: #19365e;
	color: #FFFFFF;
	padding: 36px;
	position: relative;
}
#offers {
	background-image: url(../img/offers.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-bottom: 60px;
}
.offers-box {
	display: block;
	border: 1px solid #00A0A4;
	text-align: center;
	text-transform: uppercase;
	background-color: #FFFFFF;
	font-weight: 600;
	padding: 42px 22px 22px;
	margin-top: 0;
	min-height: 240px;
}
#trust {
	background-image: url(../img/trust.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-bottom: 60px;
	padding-bottom: 4%;
}
#trust h4 {
	font-weight: 700;
 letter-spacing: 2px;
 font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 6%;
	padding-bottom: 4%;
	}
.trust-box {
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	font-weight: 500;
	padding: 42px 32px 32px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #000000;
	min-height: 220px;
	}
	.trust-box h5 {
	display: block;
	text-align: center;
	font-weight: 700;
	color: #000000;
	}
	.trust-box-line {
	display: block;
	margin-bottom: 18px;
	border-bottom: 4px solid #08d5dc;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	height: 6px;
	}
#banner-heading {
	display: block;
	color: #FFF;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 2rem;
	padding-right: 0%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
#banner-heading-tw {
	display: block;
	color: #FFF;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 2rem;
	padding-right: 0%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.videoWrapper-C {
 position: relative;
 padding-bottom: 56.24%;
 padding-top: 0;
 height: 0;
}
.videoWrapper-C iframe {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
}
.ChatBtn a {
	clear: both;
	float: none;
	margin-left: auto;
	display: block;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	margin-right: auto;
	border: 2px solid #00A0A4;
	padding-top: 6px;
	padding-bottom: 8px;
	text-align: center;
	width: 220px;
	background-color: rgba(0,0,0,0.25);
	text-decoration: none;
	margin-bottom: 12%;
	text-transform: none;
}
.ChatBtn a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: rgba(4,90,176,0.5);
}
.ChatBtn-empty {
	clear: both;
	float: none;
	margin-left: auto;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	margin-right: auto;
	border: 2px solid transparent;
	padding-top: 6px;
	padding-bottom: 8px;
	text-align: center;
	width: 220px;
	background-color: transparent;
	text-decoration: none;
	margin-bottom: 12%;
}
.WorkWithUsBtn a {
	clear: both;
	float: none;
	margin-left: auto;
	display: block;
	color: #00A0A4;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	margin-right: auto;
	border: 3px solid #000000;
	padding-top: 6px;
	padding-bottom: 8px;
	text-align: center;
	min-width: 244px;
	text-decoration: none;
	margin-bottom: 40px;
	background-color: #FFFFFF;
}
.WorkWithUsBtn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1B335F;
}
.WorkWithUsBtn-B a {
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #1B335F;
	position: absolute;
	left: 0;
	bottom: -120px;
	margin-right: auto;
	margin-left: auto;
	right: 0;
}
.WorkWithUsBtn-B a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2E5695;
}
.cleaner {
	height: 0;
	line-height: 0;
	clear: both;
}
#page-content {
	display: block;
	padding-top: 5%;
	padding-bottom: 4%;
}
#page-content h2 {
	display: block;
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
	color: #09294c;
	font-family: 'Montserrat', sans-serif;
	margin-top: 1.5%;
}
#page-content p {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 22px;
	padding-top: 2.5%;
	margin-bottom: 7px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 h3 {
	display: block;
	color: #00A0A4;
	font-size: 46px;
	font-weight: 800;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	line-height: 56px;
	padding-top: 10%;
}
#LayoutDiv3 h4 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	padding-right: 20px;
	padding-left: 30px;
}
#LayoutDiv3 p {
	display: block;
	font-size: 24px;
	margin-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.LayoutBlue {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10%;
	padding-bottom: 2.5%;
}
.LayoutBlue p {
	font-size: 24px;
}
.LayoutBlue p span {
	font-size: 32px;
	font-weight: 700;
}
.LayoutWhite {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 0%;
	padding-bottom: 10%;
	background-color: #1B335F;
	color: #FFF;
	padding-right: 5%;
	padding-left: 5%;
}
#WM-L {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 60px;
	padding-bottom: 40px;
}
#WM-L h3 {
	display: block;
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	word-spacing: 6px;
	font-weight: 600;
}
#WM-R {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top: 6px solid #00A0A4;
	padding-top: 40px;
	padding-bottom: 60px;
}
.gray-box {
	display: block;
	background-color: #F3F7F8;
	margin-top: 4.75%;
	padding-top: 4%;
	padding-right: 6%;
	padding-bottom: 4%;
	padding-left: 6%;
	border-left-width: 10px;
	border-left-style: solid;
	color: #000000;
	float: none;
	width: 100%;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left-color: #24BEC7;
}
.gray-box:hover h4 {
	border-bottom: 0px;
	color: #fff;
	text-shadow: 3px 3px #000000;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.gray-box:after {
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 0px;
	position: absolute;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	z-index: -1;
	background: #24BEC7;
}
.gray-box:hover:after {
	width: 100%;
}
.gray-box p {
	text-align: left !important;
	padding-right: 10px;
	padding-left: 30px;
	font-size: 18px !important;
}
.gray-box:hover p {
	text-shadow: none;
	color: #fff;
}
.graybox {
	display: block;
	background-color: #F3F7F8;
	margin-top: 4.75%;
	padding-top: 4%;
	padding-right: 6%;
	padding-bottom: 3.4%;
	padding-left: 6%;
	border-left-width: 10px;
	border-left-style: solid;
	color: #000000;
	float: none;
	width: 100%;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left-color: #109B99;
	min-height: 160px;
}
.graybox:hover h4 {
	border-bottom: 0px;
	color: #fff;
	text-shadow: 3px 3px #000000;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.graybox:after {
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 0px;
	position: absolute;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	z-index: -1;
	background-color: #0B6664;
}
.graybox:hover:after {
	width: 100%;
}
.graybox p {
	text-align: left !important;
	padding-right: 10px;
	padding-left: 30px;
	font-size: 18px !important;
}
.graybox:hover p {
	text-shadow: none;
	color: #fff;
}
.gridContainer h2 {
	display: block;
	font-size: 36px;
	font-weight: 800;
	color: #179A98;
	text-align: center;
	margin-top: 4.5%;
	margin-bottom: 4.5%;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}

#LayoutDiv4b {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}
#LayoutDiv5b {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}
#LayoutDiv6b {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}
#LayoutDiv7b {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}
#LayoutDiv7c {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	height: 1px;
	font-size: 1px;
	display: block;
	margin-right: 5%;
}
#LayoutDiv8b {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}
#LayoutDiv9b {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}
#LayoutDiv10b {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-bottom: 5%;
	margin-right: 5%;
}
#LayoutDiv10c {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 89%;
	display: block;
	margin-right: 5%;
}
#LayoutDiv10b a {
	text-decoration: none;
	color: #00A0A4;
}

.home-boxes {
	display: block;
	padding-top: 20%;
	padding-right: 9%;
	padding-bottom: 20%;
	padding-left: 9%;
	text-align: center;
	position: relative;
	transition: all 1s;
	z-index: 3;
	background-color: #FFFFFF;
	border: 2px solid #DCE8EB;
	min-height: inherit;
}
.home-boxes:after, .home-boxes:before {
	content: " ";
	width: 50px;
	height: 50px;
	position: absolute;
	border: 3px solid #FFFFFF;
	transition: all 1s;
	z-index: 3;
}
.home-boxes:after {
	top: -1px;
	left: -1px;
	border-top: 3px solid #3765AD;
	border-left: 3px solid #3765AD;
}
.home-boxes:before {
	bottom: -1px;
	right: -1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3765AD;
	border-bottom-color: #3765AD;
}
.home-boxes:hover {
	background-color: #FFFFFF;
}
.home-boxes:hover:before, .home-boxes:hover:after {
	width: 100%;
	height: 100%;
}
.home-boxes h3 {
	display: block;
	font-weight: 600;
	position: absolute;
	z-index: 5;
	text-align: center;
	white-space: nowrap;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	top: 50px;
	font-size: 1.25rem;
}
.home-boxes-underline {
	display: table;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3765AD;
	transition: all 1s;
	z-index: 4;
	position: relative;
	top: 50px;
}
.home-boxes:hover > .home-boxes-underline {
	width: 180px;
	transition: all .5s ease 0s;
}
.home-boxes p {
	display: block;
	font-size: 22px;
	min-height: 230px;
	position: relative;
	z-index: 5;
	padding-top: 60px;
}
.learn-more-button a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	padding: 16px;
	text-decoration: none;
	position: relative;
	z-index: 5;
	top: 20px;
}
.learn-more-button a span {
	color: #DCE8EB;
}
.learn-more-button a:hover {
	color: #FFFFFF;
	background-color: #3765AD;
	text-decoration: none;
}

.work-box {
	display: block;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 0;
	padding-left: 4%;
	text-align: center;
	position: relative;
	transition: all 1s;
	z-index: 3;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
.work-box:after, .work-box:before {
	content: " ";
	width: 50px;
	height: 50px;
	position: absolute;
	border: 5px solid #FFFFFF;
	transition: all 1s;
	z-index: 3;
}
.work-box:after {
	top: -5px;
	left: -5px;
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #00A0A4;
	border-left-color: #00A0A4;
}
.work-box:before {
	bottom: -1px;
	right: -1px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #00A0A4;
	border-bottom-color: #00A0A4;
}
.work-box:hover {
	background-color: #FFFFFF;
}
.work-box:hover:before, .work-box:hover:after {
	width: 100%;
	height: 100%;
}
.work-box h2 {
	display: block;
	font-weight: 800 !important;
	position: relative;
	z-index: 5;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	font-size: 2.4rem;
	text-transform: none !important;
	clear: none;
	float: none;
	padding: 4%;
}


#opportunities {
	display: block;
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px !important;
	margin-bottom: 8%;
	background-color: #00A0A4;
	margin-top: 6%;
}
#WD-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WD-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WD-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WD-4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WDs-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WDs-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WDs-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WDs-4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WDs-5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WDs-6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.WD-box {
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00A0A4;
	border-right-color: #00A0A4;
	border-bottom-color: #000000;
	border-left-color: #00A0A4;
	position: relative;
	min-height: 240px;
	padding: 20px;
}
.WD-box h4 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
#number-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#number-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#number-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.standard-blocks {
	display: block;
	margin-bottom: 6%;
}
.standard-blocks h3, .standard-blocks h4 {
	display: block;
	text-align: center;
	color: #09294c;
}
.standard-blocks h3 {
	font-weight: 800;
	font-size: 34px;
}
.standard-blocks h4 {
	font-weight: 400;
	font-size: 24px;
}
.text-end {
	margin-bottom: 20px;
}
#contact-box {
	display: block;
	border-radius: 12px;
	box-shadow: 0px 0px 12px rgba(102,102,102,0.5);
}
#SharpSprinForm {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ContactInfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 120%;
	line-height: 130%;
}
#ContactInfo h5 {
	font-size: 120%;
	line-height: 120%;
	margin-bottom: 24px;
}
#ContactInfo a {
	font-weight: 600;
	color: #179A98;
}
#ContactInfo a:hover {
	font-weight: 600;
	color: #FF6633;
}
#FooterInfo {
	display: block;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin-top: 2.5%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
}
#FooterInfo a {
	color: #FFFFFF;
	font-weight: 600;
}
#FooterInfo img {
	max-width: 180px !important;
}
#LayoutDivServices {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../img/man-driver-lorry-logistic-company.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	margin-bottom: 40px;
}
#LayoutDivServices h3 {
	display: block;
	color: #FFFFFF;
	font-size: 46px;
	padding-top: 120px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	font-weight: 700;
	margin-top: 25%;
}
#LayoutDivServices p {
	display: block;
	color: #FFFFFF;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	text-align: left;
	text-shadow: 2px 2px #000000;
}
.LayoutDivS-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDivS-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDivS-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.card-container .cardx a .card--display h4 {
	font-size: 24px;
	margin-top: 12%;
	text-align: center !important;
	font-weight: 700;
}
.card-container .cardx a .card--hover h4 {
	font-size: 24px;
	margin-top: 12%;
	text-align: center !important;
	font-weight: 700;
}
.green-border {
	display: block;
	line-height: 0;
	clear: both;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #179a98;
	width: 50%;
	margin-top: 6%;
	margin-right: auto;
	margin-bottom: 4%;
	margin-left: auto;
}
#services-box-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../img/Truck-Drivers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	margin-bottom: 40px;
}
#services-box-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../img/Owner-Operators.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	margin-bottom: 40px;
}
#services-box-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../img/woman-storage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-bottom: 40px;
}
.services-box {
	display: block;
	font-size: 8vw;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	margin-top: 25%;
	margin-bottom: 25%;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	white-space: nowrap;
}
#ProcessImg {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-top: 50px;
	margin-bottom: 20px;
	max-width: 500px;
	margin-right: auto;
}
#ProcessContent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0;
	margin-bottom: 50px;
}
#ProcessContent h4 {
	display: block;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 20px;
	text-align: center;
}
#ProcessContent p {
	display: block;
	padding: 20px;
	text-align: center;
}
.ProcessSeparator {
	display: block;
	padding: 20px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #179a98;
	clear: both;
	float: none;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
#deep-blue {
	display: block;
	width: 100%;
	background-color: #001e91;
	padding-top: 8%;
	padding-bottom: 8%;
	margin-bottom: 6%;
}
#blue-20 {
	display: block;
	width: 280px;
	background-color: #015C95;
	clear: both;
	float: left;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#blue-20 p {
	display: block;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 86px;
	font-weight: 800;
	line-height: normal;
}
#blue-20 p span {
	display: block;
	color: #FFFFFF;
	font-size: 22px;
	white-space: nowrap;
}
#WhyOTR-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 1px solid #09294c;
	text-align: center;
	margin-bottom: 24px;
}
#WhyOTR-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 1px solid #09294c;
	text-align: center;
	margin-bottom: 24px;
}
#WhyOTR-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 1px solid #09294c;
	text-align: center;
	margin-bottom: 24px;
}
.WhyOTR-box {
	min-height: 240px;
	overflow: hidden;
	transition: all 0.5s ease-in;
	box-sizing: border-box;
	box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.WhyOTR-box:hover {
	color: #f2f2f2;
	box-shadow: 0px 50px 80px rgba(0, 0, 0, 0.4);
}
.WhyOTR-box h4 {
	font-size: 32px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}
.WhyOTR-box p {
	font-size: 22px;
	font-weight: 500;
}
.WhyOTR-box:hover > h4 {
	color: #f2f2f2;
}
.WhyOTR-box:hover {
	opacity: 1;
	background: #1B335F;
	background: -moz-linear-gradient(-45deg, #1B335F 15%, #24BEC7 100%);
	background: -webkit-linear-gradient(-45deg, #1B335F 15%, #24BEC7 100%);
	background: linear-gradient(135deg, #1B335F 15%, #24BEC7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B335F', endColorstr='#24BEC7', GradientType=1 );
}
#clients {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-color: #15305F;
	padding-top: 4.5%;
	padding-bottom: 6%;
	margin-bottom: -60px;
}
#Companies {
	display: block;
	text-align: center;
	color: #FFFFFF;
}
#Companies h3 {
	display: block;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 54px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 260%;
}
#Brands {
	display: block;
	text-align: center;
	color: #FFFFFF;
}
#Brands h4 {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-weight: 600;
}
#Companies h4 {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 200%;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-color: #15305F;
}
#recent {
	display: block;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/clients/line.png);
	background-repeat: repeat-x;
}
#Companies img {
	display: inline-block;
	width: 200px;
}
#Brands img {
	display: inline-block;
	width: 192px;
}
.green-L {
	display: block;
	width: 100%;
	background-color: #00A0A4;
}
.green-content {
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 2.5%;
	padding-right: 10%;
	padding-left: 10%;
}
.green-content h3 {
	display: block;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5%;
	margin-top: -25%;
	padding-left: 10%;
	padding-right: 10%;
}
.green-content p {
	display: block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
}
.green-arrow {
	display: block;
	width: 100%;
	background-image: url(../img/green-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 300px;
	margin-bottom: 5%;
	margin-top: -2px;
}
.green-arrow-up {
	display: block;
	width: 100%;
	background-image: url(../img/green-arrow-up.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 240px;
	margin-bottom: -2px;
}
.SMM-block {
	display: block;
	border: 1px solid #333333;
	padding: 10%;
	margin-bottom: 32px;
	margin-left: 2px;
}
.SMM-block h3 {
	display: block;
	font-weight: 600;
	color: #159C9A;
	font-size: 2rem;
}
.SMM-block p {
	text-align: left !important;
}
.Work-L {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.Work-L-text {
	display: none;
}
.Work-L-text p {
	display: block;
	font-size: 22px !important;
	padding-top: 0 !important;
	color: #666;
}
.Work-L-text h3 {
	display: block;
	font-size: 32px !important;
	font-weight: 800;
}
.Work-LL {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.Work-LL-text {
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
}
.Work-LL-text p {
	display: block;
	font-size: 22px !important;
	padding-top: 0 !important;
}
.Work-LL-text h3 {
	display: block;
	font-size: 32px !important;
	font-weight: 800;
}
.Work-R {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.Work-R-text {
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
}
.Work-R-text p {
	display: block;
	font-size: 22px !important;
	padding-top: 0 !important;
	color: #666;
}
.Work-R-text h3 {
	display: block;
	font-size: 32px !important;
	font-weight: 800;
}
.special-offer-L {
	text-align: center;
	border-right: 5px solid #08d5dc;
	padding-bottom: 20%;
	padding-top: 20%;
	margin-right: 5.0408%;
}
.special-offer-LR {
	text-align: center;
	border-right: 5px solid #08d5dc;
	padding-bottom: 30%;
	padding-top: 30%;
	margin-right: 5.0408%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.special-offer-R {
 display: block;
}
.special-offer-R ul {
	display: block;
	font-size: 120%;
	padding-left: 3rem;
	list-style: url(../img/check-list.jpg);
	margin-top: 2rem;
}
.waf-RL {
display: block;
font-size: 18px;
font-weight: 700;
vertical-align: top;
}
.waf-RR {
display: block;
font-size: 18px;
}
#laptops {
display: block;
width: 100%;
padding-top: 80px;
padding-bottom: 40px;
}
#laptops img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto;
float: none;
}

@media (max-width: 991px) {
.special-offer-L {
	text-align: center;
	border-bottom: 4px solid #00A0A4;
	border-right: none;
	padding-bottom: 5%;
	margin-bottom: 5%;
	padding-top: 0;
	margin-right: 0;
}
.special-offer-LR {
	text-align: center;
	border-bottom: 4px solid #00A0A4;
	border-right: none;
	padding-bottom: 5%;
	margin-bottom: 5%;
	padding-top: 0;
	margin-right: 0;
	position: relative;
}
.special-offer-R {
 display: block;
}
.special-offer-R ul {
	display: block;
	font-size: 120%;
	padding-left: 3rem;
	list-style: url(../img/check-list.jpg);
	margin-top: 2rem;
}

}


 @media only screen and (min-width: 414px) {
#banner-heading {
	display: block;
	color: #FFF;
	padding-top: 50px;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2rem;
	padding-right: 0%;
}
#banner-heading-tw {
	display: block;
	color: #FFF;
	padding-top: 50px;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2rem;
	padding-right: 0%;
}
.navbar-brand img {
	max-width: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-nav {
	font-size: 15px !important;
 --bs-nav-link-padding-x: 0.5rem !important;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 h3 {
	display: block;
	color: #00A0A4;
	font-weight: 800;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	line-height: 56px;
	padding-top: 10%;
}
#LayoutDiv3 p {
	display: block;
	font-size: 28px;
	margin-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#WM-L {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WM-R {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
 @media only screen and (min-width: 492px) {
.navbar-nav {
	font-size: 15px !important;
 --bs-nav-link-padding-x: 1rem !important;
}
.home-boxes h3 {
	display: block;
	font-weight: 600;
	position: absolute;
	z-index: 5;
	text-align: center;
	white-space: nowrap;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	top: 50px;
	font-size: 1.75rem;
}
}
 @media only screen and (min-width: 680px) {
.green-content h3 {
	display: block;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 5%;
	margin-top: 0;
}
}
@media only screen and (min-width: 768px) {
#banner-heading {
	padding-top: 90px;
}
#banner-heading-tw {
	padding-top: 90px;
}
.text-end {
	margin-bottom: 0;
}
}

/* Tablet Layout: 1034px to 1200px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 1024px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
.navbar-nav {
	font-size: 18px !important;
 --bs-nav-link-padding-x: 1rem !important;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv1 h2 {
	font-size: 1em;
}
#LayoutDiv1 h3 {
	font-size: 0.8em;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 45.9795%;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 5.0408%;
	width: 48.9795%;
	display: block;
}
#LayoutDiv3 h3 {
	font-size: 56px;
	font-weight: 800;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 56px;
	padding-top: 10%;
}
#LayoutDiv3 p {
	display: block;
	font-size: 50px;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30.5714%;
	display: block;
	margin-right: 0;
}
#LayoutDiv5 {
	clear: none;
	float: left;
	margin-left: 4.0408%;
	width: 30.5714%;
	display: block;
	margin-right: 0;
}
#LayoutDiv6 {
	clear: none;
	float: left;
	margin-left: 4.0408%;
	width: 30.5714%;
	display: block;
	margin-right: 0;
}

#LayoutDiv4b {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.45%;
	display: block;
	margin-right: 0;
}
#LayoutDiv5b {
	clear: none;
	float: left;
	margin-left: 2.054%;
	width: 23.45%;
	display: block;
	margin-right: 0;
}
#LayoutDiv6b {
	clear: none;
	float: left;
	margin-left: 2.054%;
	width: 23.45%;
	display: block;
	margin-right: 0;
}
#LayoutDiv7b {
	clear: none;
	float: left;
	margin-left: 2.054%;
	width: 23.45%;
	display: block;
	margin-right: 0;
}
#LayoutDiv7c {
	clear: both;
	float: left;
	margin-left: 0;
	width: 12.77%;
	display: block;
	margin-right: 0;
}
#LayoutDiv8b {
	clear: none;
	float: left;
	width: 23.45%;
	display: block;
	margin-right: 0;
	margin-left: 0;
}
#LayoutDiv9b {
	clear: none;
	float: left;
	margin-left: 2.054%;
	width: 23.45%;
	display: block;
	margin-right: 0;
}
#LayoutDiv10b {
	clear: none;
	float: left;
	margin-left: 2.054%;
	width: 23.45%;
	display: block;
	margin-right: 0;
}
#LayoutDiv10c {
	clear: none;
	float: left;
	width: 12.77%;
	display: block;
	margin-right: 0;
	margin-left: 0;
}
#WM-L {
	clear: both;
	float: left;
	margin-left: 0;
	width: 45.9795%;
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}
#WM-R {
	clear: none;
	float: left;
	margin-left: 5.0408%;
	width: 40.9795%;
	display: block;
	border-left: 6px solid #00A0A4;
	padding-left: 4%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: none;
}
#laptops {
display: block;
width: 100%;
padding-top: 120px;
padding-bottom: 80px;
float: left;
clear: both;
text-align: center;
}
#laptops img {
display: inline-block;
max-width: 296px;
}
.home-boxes {
	display: block;
	padding-top: 20%;
	padding-right: 9%;
	padding-bottom: 20%;
	padding-left: 9%;
	text-align: center;
	position: relative;
	transition: all 1s;
	z-index: 3;
	background-color: #FFFFFF;
	border: 2px solid #DCE8EB;
	min-height: 620px;
}


#clients {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-color: #15305F;
	padding-top: 4.5%;
	padding-bottom: 6%;
	margin-bottom: 0;
}
#WD-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 22.7%;
	display: block;
}
#WD-2 {
	clear: none;
	float: left;
	margin-left: 2.8%;
	width: 22.7%;
	display: block;
}
#WD-3 {
	clear: none;
	float: left;
	margin-left: 2.8%;
	width: 22.7%;
	display: block;
}
#WD-4 {
	clear: none;
	float: left;
	margin-left: 2.8%;
	width: 22.7%;
	display: block;
}
#WDs-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 31.4%;
	display: block;
}
#WDs-2 {
	clear: none;
	float: left;
	margin-left: 2.8%;
	width: 31.4%;
	display: block;
}
#WDs-3 {
	clear: none;
	float: left;
	margin-left: 2.8%;
	width: 31.4%;
	display: block;
}
#WDs-4 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 31.4%;
	display: block;
}
#WDs-5 {
	clear: none;
	float: left;
	margin-left: 2.8%;
	width: 31.4%;
	display: block;
}
#WDs-6 {
	clear: none;
	float: left;
	margin-left: 2.8%;
	width: 31.4%;
	display: block;
}
.LayoutBlue {
	clear: both;
	float: left;
	margin-left: 0;
	width: 45.9795%;
	display: block;
	height: auto;
}
.LayoutWhite {
	clear: none;
	float: left;
	width: 48.9795%;
	display: block;
	padding-top: 9.2%;
	padding-bottom: 5%;
	margin-left: 1.0408%;
	padding-right: 0%;
	padding-left: 0%;
}
#number-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32%;
	display: block;
}
#number-2 {
	clear: none;
	float: left;
	margin-left: 1.6%;
	width: 32%;
	display: block;
}
#number-3 {
	clear: none;
	float: left;
	margin-left: 1.6%;
	width: 32%;
	display: block;
}
#page-back {
	background-image: url(../img/OTR-Solutions_header-1200.jpg);
	background-position: center top;
}
#page-back-about {
	background-image: url(../img/About-1200.jpg);
	background-position: center top;
}
#page-back-solutions {
	background-image: url(../img/Solutions-1200.jpg);
	background-position: center top;
}
#page-back-process {
	background-image: url(../img/Process-1200.jpg);
	background-position: center top;
}
#page-back-work {
	background-image: url(../img/Work-1200.jpg);
	background-position: center top;
}
#page-back-contact {
	background-image: url(../img/Contact-1200.jpg);
	background-position: center top;
}
#page-back-blog {
	background-image: url(../img/Blog-1200.jpg);
	background-position: center top;
}
#banner-heading {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.2rem;
	padding-right: 0%;
	padding-top: 60px;
	text-align: center;
}
.ChatBtn a {
	clear: both;
	float: none;
	margin-left: auto;
	display: block;
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	margin-top: 40px;
	margin-right: auto;
	border: 3px solid #00A0A4;
	padding-top: 6px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 32px;
	width: 320px;
	margin-bottom: 12%;
}
.ChatBtn-empty {
	clear: both;
	float: left;
	margin-left: auto;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	margin-top: 40px;
	margin-right: auto;
	border: 3px solid transparent;
	padding-top: 6px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 32px;
	width: auto;
	margin-bottom: 25%;
}
.WorkWithUsBtn a {
	clear: both;
	float: none;
	margin-left: auto;
	display: block;
	color: #00A0A4;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	margin-top: 55px;
	margin-right: auto;
	border: 4px solid #000000;
	padding-top: 6px;
	padding-bottom: 8px;
	text-align: center;
	width: 360px;
	text-decoration: none;
	margin-bottom: 60px !important;
}
.WorkWithUsBtn-B a {
	position: absolute;
	bottom: -100px;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	right: 0;
}
#ContactInfo {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 38.7755%;
	display: block;
}
#SharpSprinForm {
	clear: both;
	float: left;
	margin-left: 0;
	width: 59.1836%;
	display: block;
}
#LayoutDivServices {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
}
.LayoutDivS-1 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
}
.LayoutDivS-2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
}
.LayoutDivS-3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
}
.card-container .cardx a .card--display h4 {
	margin-top: 25%;
}
.card-container .cardx a .card--hover h4 {
	margin-top: 25%;
}
#services-box-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30.5714%;
	display: block;
}
#services-box-2 {
	clear: none;
	float: left;
	margin-left: 4.0408%;
	width: 30.5714%;
	display: block;
}
#services-box-3 {
	clear: none;
	float: left;
	margin-left: 4.0408%;
	width: 30.5714%;
	display: block;
}
.services-box {
	font-size: 2vw;
}
#ProcessImg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
#ProcessContent {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 59.1836%;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
#ProcessContent h4 {
	text-align: left;
}
#ProcessContent p {
	text-align: left;
}
.ProcessSeparator {
	display: none;
}
#WhyOTR-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30.5714%;
	display: block;
}
#WhyOTR-2 {
	clear: none;
	float: left;
	margin-left: 4.0408%;
	width: 30.5714%;
	display: block;
}
#WhyOTR-3 {
	clear: none;
	float: left;
	margin-left: 4.0408%;
	width: 30.5714%;
	display: block;
}
.WhyOTR-box {
	min-height: 450px;
}
.home-boxes h3 {
	width: 240px;
	font-size: 1.25rem;
}
.Work-L {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
.Work-L-text {
	display: block;
	padding-top: 10%;
	padding-right: 20%;
	padding-bottom: 20%;
	padding-left: 5%;
}
.Work-L-text p {
	display: block;
	text-align: right !important;
	font-size: 26px !important;
}
.Work-L-text h3 {
	display: block;
	text-align: right !important;
	font-size: 40px !important;
	font-weight: 800;
}
.Work-LL-text {
	display: none;
}
.Work-R {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
.Work-R-text {
	display: block;
	padding-top: 10%;
	padding-right: 5%;
	padding-bottom: 20%;
	padding-left: 20%;
}
.Work-R-text p {
	display: block;
	text-align: left !important;
	font-size: 26px !important;
}
.Work-R-text h3 {
	display: block;
	text-align: left !important;
	font-size: 40px !important;
	font-weight: 800;
}
.waf-RL {
display: inline-block;
width: 32%;
padding-right: 8%;
}
.waf-RR {
display: inline-block;
width: 66%;
}
}

/* Desktop Layout: 1200px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1200px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px !important;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 580px;
}
#LayoutDiv1 h2 {
	font-size: 1.24em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-weight: 600;
}
#LayoutDiv1 h3 {
	font-size: 1.12em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#page-content h2 {
	display: block;
	margin-top: 1.5%;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
}
.standard-blocks h3 {
	font-weight: 700;
	font-size: 54px;
}
.standard-blocks h4 {
	font-weight: 400;
	font-size: 42px;
}
#page-back {
	background-image: url(../img/OTR-Solutions_header.jpg);
	background-position: center top;
}
#page-back-about {
	background-image: url(../img/About.jpg);
	background-position: center top;
}
#page-back-services {
	background-image: url(../img/Services.jpg);
	background-position: center bottom;
}
#page-back-hosting {
	background-image: url(../img/Hosting.jpg);
	background-position: center top;
}
#page-back-web-development {
	background-image: url(../img/Web-Development.jpg);
	background-position: center top;
}
#page-back-graphic-design {
	background-image: url(../img/graphic_design.jpg);
	background-position: center center;
}
#page-back-marketing {
	background-image: url(../img/effective-marketing.jpg);
	background-position: center center;
}
#page-back-social-marketing {
	background-image: url(../img/Social-Marketing.jpg);
	background-position: center center;
}
#page-back-trucking-websites {
	background-image: url(../img/TruckingWebsites.jpg);
	background-position: center bottom;
}
#page-back-trade-contractor {
	background-image: url(../img/Trade-Contractors.jpg);
	background-position: center bottom;
}
#page-back-driver {
	background-image: url(../img/Driver_recruiting.jpg);
	background-position: center bottom;
}
#page-back-work {
	background-image: url(../img/Work.jpg);
	background-position: center top;
}
#page-back-contact {
	background-image: url(../img/Contact.jpg);
	background-position: center top;
}
#page-back-blog {
	background-image: url(../img/Blog.jpg);
	background-position: center top;
}
#trucking {
	background-image: url(../img/Truck-on-the-road.jpg);
	background-position: center bottom;
}
#trucking img {
padding-top: 0;
}
#building {
	background-image: url(../img/Building-a-website.jpg);
	background-position: center bottom;
	margin-top: 300px;
	max-height: 880px;
	margin-bottom: 0;
}
#building-boxes {
top: -300px;
}
.building-box-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30.5714%;
	display: block;
	margin-right: 0;
	min-height: 900px;
}
.building-box-2 {
	clear: none;
	float: left;
	margin-left: 4.0408%;
	width: 30.5714%;
	display: block;
	margin-right: 0;
	min-height: 900px;
}
.building-box-3 {
	clear: none;
	float: left;
	margin-left: 4.0408%;
	width: 30.5714%;
	display: block;
	margin-right: 0;
	min-height: 900px;
	margin-bottom: auto;
}
#add-ons {
	display: block;
	position: relative;
}
#WM {
	background-image: url(../img/WM.jpg);
	background-position: center bottom;
	padding: 60px;
}
#offers {
	background-image: url("../img/offers.jpg");
	background-position: center bottom;
	margin-bottom: 100px;
}
.offers-box {
	text-align: center;
	margin-top: -80px;
}
#trust {
	background-position: center bottom;
	margin-bottom: 100px;
}
.trust-box {
	text-align: center;
	min-height: 300px;
}
#banner-heading {
	padding-top: 6%;
	text-transform: uppercase;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 5rem;
	padding-right: 20%;
	padding-left: 20%;
}
#banner-heading-tw {
	padding-top: 15%;
	text-transform: uppercase;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 5rem;
	padding-right: 20%;
	padding-left: 20%;
}
.ChatBtn a {
	clear: both;
	float: none;
	margin-left: auto;
	display: block;
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	margin-top: 40px;
	margin-right: auto;
	border: 3px solid #00A0A4;
	padding-top: 6px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 32px;
	margin-bottom: 150px;
	width: 320px;
}
.ChatBtn-empty {
	clear: both;
	float: left;
	margin-left: auto;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	margin-top: 40px;
	margin-right: auto;
	border: 3px solid transparent;
	padding-top: 6px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 32px;
	margin-bottom: 150px;
}
.WhyOTR-box {
	min-height: 360px;
}
.home-boxes h3 {
	width: 320px;
	font-size: 1.5rem;
}
.SMM-block {
	display: block;
	border: 1px solid #333333;
	padding: 5%;
}
#Companies img {
	display: inline-block;
	height: 149px;
	width: 296px;
}
.gridContainer h2 {
	display: block;
	font-size: 46px;
	font-weight: 800;
	color: #179A98;
	text-align: center;
	margin-top: 4.5%;
	margin-bottom: 4.5%;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
}
}
 @media only screen and (min-width: 1400px) {
#banner-heading {
	padding-top: 6%;
	text-transform: uppercase;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 5rem;
	padding-right: 20%;
	padding-left: 20%;
}
#banner-heading-tw {
	padding-top: 15%;
	text-transform: uppercase;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 5rem;
	padding-right: 20%;
	padding-left: 20%;
}
.ChatBtn a {
	margin-bottom: 120px;
}
.ChatBtn-empty {
	margin-bottom: 220px;
}
.services-box {
	font-size: 1.6vw;
}
}
@media only screen and (min-width: 1920px) {
#banner-heading {
	padding-top: 8%;
}
#banner-heading-tw {
	padding-top: 15%;
}
.ChatBtn a {
	margin-bottom: 120px;
}
#opportunities {
	padding-bottom: 120px;
	margin-bottom: 6%;
}
}
