/* -CSS Reset */
/* -Responsive */
/* -Generic Classes */
/* -Header */
/* -Pre-Content */
/* -Content */
/* -Post-Content */
/* -Footer */

/********** -CSS Reset ***********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
/********** EO CSS Reset **********/

/********** EO FONT FACE **********/
@font-face {
  font-family: "lato-black";
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "lato-reg";
  src: url(../fonts/Lato-Thin.ttf);
}

/********** EO FONT FACE **********/

/********** Base Classes **********/
body {
  box-sizing: border-box;
  font-family: Trebuchet Ms, Georgia;
  color: #666;
  background-color: #f8f8fc;
  min-width:  984px;
}

img {
  max-width: 100%;
  user-drag: none; 
  -moz-user-select: none;
  -webkit-user-drag: none;
}

h1 {
  font-size: 28px;
  font-family: "lato-black";
  color: #fff;
  display: inline;
}
h1.black {
  color: #333;
}


h2 {
  font-size: 30px;
  font-family: "lato-black";
  color: #6cbec9;
  letter-spacing: -1px;
  display: inline;
}

h3 {
  font-size: 20px;
  color: #f63914;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-family: "lato-black";
}

h4 {
  font-size: 28px;
  font-family: "lato-reg";
  color: #fff;
  display: inline;
}

p {
  line-height:  1.5;
}

div,
header,
section,
footer {
  box-sizing: border-box;
}
/********** EO Generic Classes **********/

/********** Objects ***********/
.inner-wrap {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.left,
.col {
  float: left;
}

.right {
  float: right;
}

.clearfix:after,
header:after,
section:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.section-head {
  margin-bottom: 25px;
}

.padding-btm-clear {
    padding-bottom:  0;
}

.bordered {
  border-radius: 10px;
  border: 5px solid #66adbb;
}
.pad50 {
	padding: 50px;
}

/* Bottom Space Every Section */
section {
  padding-bottom: 40px;
}

/********** HEADER ***********/
.header {
  width: 100%;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.main-top {
    background-image: url(../img/bg-top.jpg);
    background-repeat: repeat;
}

/****** SECTION: CONTACT ******/
#contact-section {

}
  #contact-section .col.first{
    width: 65%;
    padding-right: 5px;
  }
  #contact-section .col.second{
    width: 35%;
    padding-left: 5px;
  }

.customer-preferred {
  position: relative;
}
  .customer-preferred p {
    position: absolute;
    max-width: 300px;
    right: 0;
    top: 10px;
  }

.arrow-container {
  position: relative;
  bottom: 25px;
  margin-bottom: -25px;
}
  .arrow-container span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
  }

.we-offer {
  padding-top: 10px;
}
  .we-offer li {
    margin-bottom: 5px;
  }
  .we-offer li:before {
    content: url('../img/icons/check-bullet.png');
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    top: 5px;
  }

/* Contact Form */
form.contact-form {
  padding: 10px 10px;
}
select {
	font-size: 16px;;
	font-family: lato-reg;
	color: #333;
	font-size: 16px;
}

input[type="submit"] {
  border-radius: 100px;
}

.field {
  margin-bottom: 8px;
  text-align: right;
}

.agreement {
  margin: 5px 5px;
  font-size: 14px;
}

input[type="text"] {
  line-height: 1.5;
  width: 90%;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #999;
  padding:2px;
  margin: 4px;
  color:#333;
}
input[type="text2"]{
  line-height: 1.5;
  width: 40%;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #999;
  padding:2px;
  margin: 5px;
  color:#333;
}

input[type="submit"] {
  margin-bottom: 10px;
  background-color: #dc2c36;
  width: 100%;
  height: 75px;
  border: none;
  color: #fff;
  font-size: 20px;
  font-family: "lato-black";
  font-weight: bold;
  cursor: pointer;
  transition: .5s;
}
  input[type="submit"]:hover {
    background-color: #333;
  }
input[type="checkbox"] {
  width: 90%;
  border-radius: 4px;
}
.certifications div {
  width: 33.3333%;
  float: left;
}

/********* SECTION: How it works? *********/
#how-section {
  
}
  #how-section .col.first {
    width: 60%;
  }
  #how-section .col.second {
    width: 40%;
  }

/************* FOOTER **************/
footer {
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
}

.footer-border {
  margin-top:   40px;
  padding-top: 40px;
  border-top : 5px solid #333;
}

.footer-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap span {
  display: block;
}

.footer-wrap span,
.links {
  margin-bottom: 5px;
  line-height: 1.5;
}

.links a:after{
  content: " | ";
  display: inline-block;
}

.links a:last-child:after{
  content: "";
}

/********* Thank You *********/
#thankyou-section .col.first {
  width:  40%;
}
#thankyou-section .col.second {
  width:  60%;
  padding-left: 90px;
}

#thankyou-section .bordered {
    padding: 60px 50px;
    background-color: #fff;
}

#thankyou-section h3 {
  text-align: left; 
}

/********* columns *********/
.col10 { width: 10%; }
.col20 { width: 20%; }
.col30 { width: 30%; }
.col33 { width: 33%; }
.col40 { width: 40%; }
.col50 { width: 50%; }
.col60 { width: 60%; }
.col70 { width: 70%; }
.col80 { width: 80%; }
.col90 { width: 90%; }
.col100 { width: 100%; }
.form-row {
	padding-top: 4px;
	padding-bottom: 4px;
}
.form-row .col-2 {
	width: 25%);
	margin-right: 10px;
	float: left;
}
	.form-row .col-2:last-child {
		margin-right: 0;
	}

.center {text-align:center;}