* {
	margin: 0 auto;
	max-width: 100%; 
}

body, html {
	height: 100%;
	font-family: montserrat, sans-sefif;
	background-color: #fcfeff;
}

.montserrat {
	font-family: montserrat, sans-sefif;
	font-weight: 400;
	font-style: normal;
}

.abril {
	font-family: abril-fatface, sefif;
	font-weight: 400;
	font-style: normal;
}

/* ===== START HEADER SECTION ===== */
.header {
  background-color: rgba(0,0,0,.85); 
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: absolute;
  width: 100%;
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
}

.header-left {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  filter: drop-shadow(3px 3px 3px #efefef);
}

.header img {
  display: block;
  margin-left: 20%;
  font-size: 2em;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  max-width: 90%
}

.header ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 32px 24px;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #eaeaea;
  filter: drop-shadow(5px 5px 5px #000);
}

.header i {
  padding: 32px 24px;
  text-decoration: none;
  font-size: 24px;
  color: #eaeaea;
  filter: drop-shadow(5px 5px 5px #000);

}

.header li a:hover,
.header i:hover,
.header .menu-btn:hover {
	color: #d9d9d9;
	text-decoration: underline;
}

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 32px 24px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #eaeaea;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #eaeaea;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 100%;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 900px) {
  .header img {
    max-width: 15%;
  }
}

/* WHEN MORE THAN 1050PX SHOW THE FULL MENU BAR */
@media (min-width: 1050px) {
  .header {
    background-color: transparent;
    box-shadow: none;
    position: relative;
  }

  .header img {
    max-width: 750px;
  }

  .header-left {
    position: relative;
    float: left;
    width: 35%;
  }

  .header-right {
    position: relative;
    float: left;
    width: 65%;
  }

  .header li {
    float: left;
  }
  /* .header li a {
    padding: 20px 30px;
  } */
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .header i {
    padding: 28px 12px;
    text-decoration: none;
    font-size: 18px;
    color: #eaeaea;
  }
}
/* ===== END HEADER SECTION ===== */

/* ===== Start Main Styles ===== */
.bg-img {
	position: relative;
	min-height: 80%;
}

.bg-img img {
	object-fit: cover;
	width: 100vw;
	height: 80vh;
	position: relative;
	top: 0;
	left: 0;
	vertical-align: top;
}

.bg-img video {
	object-fit: cover;
	width: 100vw;
	height: 80vh;
	position: relative;
	top: 0;
	left: 0;
	vertical-align: top;
}

.overlay {
	position: absolute;
}

.video-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  opacity: 0.5;
}

.success {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

.centered-header {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fcfeff;
	text-align: right;
}

.centered-header h1 {
	font-size: 48px;
	font-weight: 300;
}

.centered-header h2 {
	font-size: 48px;
	font-weight: 300;
	padding-bottom: 16px;
}

.btn {
	overflow: hidden;
}

main {
	text-shadow: 2px 2px 2px rgb(0 0 0); 
}

main button {
	background: none;
	border: 1px solid #fcfeff;
	border-radius: 8px;
	padding: 24px 40px;
	color: #fcfeff;
	font-size: 16px;
	transition: all 0.4s ease 0s;
}

main button:hover {
	font-weight: 700;
	letter-spacing: 3px;
	color: rgba(0, 0, 0, 0.8);
	background-color: white;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	transition: all 0.4s ease 0s;
}

main button i {
	transform: scale(2.5, 1);
}

@media only screen and (max-width: 500px) {
	main {
		padding-bottom: 64px;
	}

	.centered-header {
		width: 90%;
	}

	.centered-header h1 {
		font-size: 42px;
		font-weight: 300;
	}

	.centered-header h2 {
		font-size: 42px;
		font-weight: 300;
		padding-bottom: 16px;
	}
}
/* ===== End Main Styles ===== */

/* ===== Start Hero Section Styles ===== */
.subheader-container {
	width: 100%;
	min-height: 500px;
	text-shadow: 1px 1px 1px rgb(0 0 0); 
}

.subheader-left {
	width: 49.5%;
	float: left;
	margin-top: 1%;
	margin-right: 1%;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../assets/envelopes.jpg');
	height: 500px;
}

.subheader-right {
	width: 49.5%;
	float: left;
	margin-top: 1%;
	background-attachment: scroll;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../assets/truck.jpg');
	height: 500px;
}

.subheader-overlay {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
	top: 0;
}

.centered-subheader {
	padding: 16px 16px;
	position: absolute;
	max-width: 30%;
	color: #fcfeff;
}

.subheader-container h1 {
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 3px;
}

.subheader-container h3 {
	font-size: 14px;
	font-weight: 300;
	max-width: 80%;
	margin-right: 20%;
	line-height: 25px;
	padding: 32px 0 16px;
}


.subheader-container button {
	background: none;
	border: 1px solid #fcfeff;
	border-radius: 8px;
	padding: 24px 40px;
	color: #fcfeff;
	font-size: 16px;
	transition: all 0.4s ease 0s;
}

.subheader-container button:hover {
	font-weight: 700;
	letter-spacing: 3px;
	color: rgba(0, 0, 0, 0.8);
	background-color: white;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	transition: all 0.4s ease 0s;
}


.subheader-container button i {
	transform: scale(2.5, 1);
}

@media only screen and (max-width: 800px) {

	.bg-img {
		min-height: 100%;
	}

	.bg-img img {
		height: 100vh;
	}

	.bg-img video {
		height: 100vh;
	}

	.subheader-container h1 {
		font-size: 36px;
	}

	.subheader-left {
		position: relative;
		width: 100%;
		margin: 0;
		height: 450px;
	}

	.subheader-right {
		width: 100%;
		margin: 0;
		height: 450px;
	}

	.centered-subheader {
		max-width: 90%;
	}
}
/* ===== End Hero Section Styles ===== */


/* ===== Start Services Section Styles ===== */
#services {
	position: relative;
	text-align: center;
	width: 1280px;
	padding-top: 32px;
	padding-bottom: 32px;
	overflow: hidden;
}

.services-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}

.service {
	width: 40%;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	float: left;
}

#services h1 {
	font-size: 40px;
	font-weight: 900;
	padding-top: 32px;
}

#services h3 {
	font-size: 24px;
	font-weight: 300;
	padding-top: 16px;
	padding-bottom: 32px;
}

#services ul {
	list-style-type: none;
	padding: 0;
}

#services img {
	vertical-align: top;
	border-radius: 8px;
}

#services li {
	padding: 4px;
}


#services a {
	text-decoration: none;
	color: #006ba7;
}

.img-container {
	position: relative;
	text-align: center;
	color: white;
	letter-spacing: 3px;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;

	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072);
	width: 50vw;
	margin: 40px auto;
	background: white;
	border-radius: 8px;
}

.clearfix {
	clear: both;
}

.center-img-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 2px 2px 2px rgb(0 0 0); 
}

.img-overlay {
	display: block;
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
	top: 0;
	border-radius: 8px;
}

@media only screen and (max-width: 800px) {
	.service {
		width: 90%;
	}

	.img-container {
		width: 100vw;
		font-size: 24px;
	}
}

/* ===== End Services Section Styles ===== */


/* ===== Start Contact Section Styles ===== */
#contact {
	background-color: #fcfeff;
}

#contact h2 {
	font-size: 40px;
	font-weight: 900;
}

/* ===== End Contact Section Styles ===== */


/* ===== Start Banner Section Styles ===== */
#banner {
	padding-top: 32px;
	padding-bottom: 24px;
	background-color: #006ba7;
	color: #000;
	padding-bottom: 40px;
}

#banner h4 {
	font-size: 20px;
	text-align: center;
	color: #fcfeff;
}

#banner p {
	font-size: 16px;
	text-align: center;
	color: #fcfeff;
}

#banner a {
	color: #fcfeff;
}

.banner-container {
	width: 1280px;
}
/* ===== End Banner Section Styles ===== */


/* ===== Start Testimonial Section Styles ===== */
#testimonials {
	padding-top: 32px;
	padding-bottom: 24px;
	background-color: #006ba7;
	color: #000;
	padding-bottom: 40px;
}

#testimonials h1 {
	font-size: 28px;
	text-align: center;
	color: #fcfeff;
	padding-bottom: 32px;
}

.testimonial-container {
	width: 1280px;
	display: flex;
}

.testimonial-left {
	width: 32%;
	margin-right: 1.5%;
	display: flex;
}

.testimonial-middle {
	width: 32%;
	margin-right: 1.5%;
	display: flex;
}

.testimonial-right {
	width: 32%;
	display: flex;
}

#testimonials article {
	background-color: #fcfeff;
	padding-top: 32px;
	padding-bottom: 24px;
	border-radius: 5px;
	flex: 1 1 auto;
}

#testimonials article h2 {
	font-size: 22px;
	color: #006ba7;
}

#testimonials article h3 {
	font-size: 16px;
	color: #777;
}

.testimonial-avatar {
	width: 30%;
	float: left;
	padding-left: 5%;
} 
.testimonial-avatar img {
	border-radius: 50%;
}

.testimonial-header {
	width: 65%;
	float: left;
	line-height: 28px;
} 

.testimonial-header i {
	color:  #006ba7;
	margin-right: 5px;
} 

.testimonial-description {
	width: 90%;
	padding-top: 16px;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 24px;
	clear: both;
} 

@media only screen and (max-width: 800px) {

	.testimonial-container {
		display: block;
	}

	.testimonial-left {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		padding-bottom: 3%;
	}

	.testimonial-middle {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		padding-bottom: 3%;
	}

	.testimonial-right {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		padding-bottom: 3%;
	}
}

/* ===== End Testimonial Section Styles ===== */

footer {
	padding-top: 40px;
	position: relative;
}

footer h2 {
	color: #006ba7;
}

footer a {
	text-decoration: none;
	color: inherit;
}

footer ul {
	list-style-type: none;
	padding: 8px 16px;
}

footer li {
	line-height: 32px;
}

.footer-head {
	display: flex;
	width: 1280px;
	padding-bottom: 24px;
}

.footer-logo {
	width: 32%;
	margin-right: 1%;
	text-align: center;
}

.footer-middle {
	width: 32%;
	margin-right: 1%;
	text-align: center;
	font-size: 18px;
}

.footer-middle a:hover {
	font-weight: bold;
	color:  #006ba7;
	text-decoration: underline;
}

.newsletter {
	width: 33%;

}

.newsletter p {
	font-size: 16px;
	padding: 24px 8px;
}

.newsletter form {
	display: flex;
	
}

.newsletter input {
	border: 0;
	border-bottom: 1px solid #006ba7;
	width: 80%;
	min-height: 50px; 
	font-size: 16px;
	background-color: inherit;
}

.newsletter button {
	padding: 16px 24px;
	width: 20%;
	border: 1px solid #006ba7;
	min-height: 50px; 
	cursor: pointer;
	background-color: #eee;
}
.newsletter button i {
	transform: scale(2, 1);
	color: #006ba7;
}
.footer-foot-container {
	padding-top: 32px;
	display: flex;
	background-color: #006ba7;
	padding-bottom: 24px;
	color: #fcfeff;
}

.footer-foot {
	width: 1280px;
}

.footer-social {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 8px;
}

.footer-copyright {
	font-size: 11px;
	text-align: center;
}

.footer-catcher {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: inherit;
	width: 50px;
	height: 50px;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #fcfeff;
}

@media only screen and (max-width: 800px) {
	.footer-head {
		display: block;
	}

	.footer-logo {
		width: 100%;
		padding-bottom: 24px;
	}

	.footer-middle {
		width: 100%;
		padding-bottom: 24px;
	}

	.newsletter {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		padding-bottom: 24px;
	}

}


/* Start back to top button (3/3) */
#return-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
/* End back to top button */

/* START FORM STYLES */
#quote-form {
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	margin: 25px auto;
	background-color:  #ffffff;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072);
	font-family: 'Muli', sans-serif;
	text-align: center;
}

#quote-form .form-row {
	display: inline-block;
	text-align: left;
	max-width: 315px;
	margin: 25px auto 0;

}

#quote-form .form-row > label span {
	display: block;
	box-sizing: border-box;
	color:  #5f5f5f;
	padding: 0 0 12px;
	font-weight: 600;
	min-width: 305px;
	font-size: 16px;
	font-family: 'Muli', sans-serif;
}

#quote-form input {
	color:  #5f5f5f;
	box-sizing: border-box;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	padding: 12px 18px;
	border: 1px solid #dbdbdb;
	
}

#quote-form input[type=text],
#quote-form input[type=tel],
#quote-form input[type=email],
#quote-form input[type=password],
#quote-form textarea {
	max-width: 400px;
	width: 100%;
}

#quote-form input[type=number] {
	max-width: 100px;
}

#quote-form input[type=radio],
#quote-form input[type=checkbox] {
	box-shadow: none;
	width: auto;
	margin-top: 12px;
}

#quote-form textarea {
	color:  #5f5f5f;
	box-sizing: border-box;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	padding: 12px 18px;
	border: 1px solid #dbdbdb;
	resize: none;
	min-height: 80px;
}

#quote-form select {
	background-color: #ffffff;
	color:  #5f5f5f;
	font-family: 'Muli', sans-serif;
	box-sizing: border-box;
	max-width: 400px;
	width: 100%;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	padding: 12px 18px;
	border: 1px solid #dbdbdb;
}

#quote-form .form-row-radio-buttons > div {
	margin-bottom: 10px;
}

#quote-form .form-row-radio-buttons label span {
	margin-left: 8px;
	color:  #5f5f5f;
}

#quote-form .form-row-radio-buttons input {
	width: auto;
}

textarea:focus, input:focus{
	outline: 0;
}

input:focus:invalid,
textarea:focus:invalid{
	border:1px solid #F5192F;
	box-shadow:0 0 4px #F5192F;
}

input:focus:valid,
textarea:focus:valid{
	border: 1px solid #64C364;
	box-shadow: 0 0 4px #64C364;
}

#quote-form button {
	border-radius: 2px;
	background-color:  #006ba7;
	color: #ffffff;
	font-weight: bold;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	padding: 14px 22px;
	border: 0;
	margin-top: 15px;
	margin-bottom: 30px;
	border-radius: 5px;
}

#quote-form button:hover {
	background-color: #117cb8;
}

@media only screen and (max-width: 800px) {
	.form-row {
		min-width: 90%;
		display: inline-block;
	}

	#quote-form .form-row > label span {
		min-width: 100%;
		display: inline-block;
	}
}
/* END FORM STYLES */