/* Base CSS */
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: 'Source Serif Pro', serif;
}
html,
body { height: 100% }
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #454545;
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.heading-primary {
    font-size: 45px;
    font-weight: 400;
}
.heading-primary span {
    color: #dd8f5d;
}
.heading-primary-small {
    font-size: 40px;
    font-weight: 400;
}
.bg-light-orange {
    background: #dd8f5d;
}
.list-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 24px;
}
.list-primary li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.list-primary li i {
    font-size: 8px;
    position: absolute;
    top: 20px;
    left: 5px;
    margin-top: -2px;
    color: #dd8f5d;
}
.list-secondary {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 24px;
}
.list-secondary li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.list-secondary li i {
    font-size: 8px;
    position: absolute;
    top: 20px;
    left: 5px;
    margin-top: -2px;
    color: #ffffff;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}


/* VIDEO BOX SECTION */
#video-box-section {
    position: relative;
}
#video-box-section #myVideo {
    width: 100%;
    display: block;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.logo {
    margin-top: 30px;
}
.main-menu {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.main-menu li {
    display: inline-block;
}
.main-menu li a {
    padding: 5px 15px;
    font-style: 24px;
    color: #454545;
    font-weight: 600;
}
.main-menu li.active a {
    color: #dd8f5d;
    border: 2px solid #dd8f5d;
}
header .heading-primary {
    margin-top: 20%;
}
.quotes {
    display: none;
}
header .down-arrow {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -61px;
    cursor: pointer;
}
.slicknav_menu {
    display:none;
}


/* BANNER SECTION */
#banner-section {
    background: #454545;
    padding: 50px 0;
}
#banner-section p {
    background: #454545;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    line-height: 1.2em;
    z-index: 1;
    position: relative;
}


/* TEXT SECTION ONE */
#text-section-one {
    padding: 100px;
    position: relative;
}
#text-section-one p {
    font-size: 24px;
    margin: 0;
    line-height: 1.2em;
}
#text-section-one .one-right-facing {
    position: absolute;
    bottom: 100%;
    left: 0;
}
#text-section-one .one-left-facing {
    position: absolute;
    bottom: 100%;
    right: 0;
}


/* OFFER SECTION */
#offer-section {
    padding: 70px 0 80px;
    position: relative;
}
#offer-section .heading-primary {
    margin-bottom: 60px;
}
#offer-section .one-right-facing {
    position: absolute;
    bottom: 100%;
    left: 0;
}
#offer-section .one-left-facing {
    position: absolute;
    bottom: 100%;
    right: 0;
}


/* COMPETENCY SECTION */
#competency-section {
    padding: 70px 0;
    position: relative;
}
#competency-section .heading-primary {
    margin-bottom: 40px;
}
#competency-section .double-i {
    position: absolute;
    bottom: 100%;
    right: 0;
}


/* OPPORTUNITY SECTION */
#opportunity-section {
    padding: 70px 0 80px;
    font-size: 24px;
}
#opportunity-section .heading-primary {
    margin-bottom: 60px;
}


/* CONTACT SECTION */
#contact-section {
    background: #454545;
    padding: 70px 0 30px;
}
#contact-section .heading-primary-small {
    color: #ffffff;
    margin-bottom: 50px;
}
#contact-section .contact-item {
    background: #ffffff;
    padding: 25px;
    position: relative;
    margin: 0 auto 30px;
    max-width: 350px;
    width: 100%;
}
#contact-section .contact-item:before {
    content: '';
    position: absolute;
    top: 0;
    width: 70%;
    height: 10px;
    background: #dd8f5d;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#contact-section .contact-item h3 {
    font-weight: 700;
    font-size: 22px;
    color: #dd8f5d;
    margin-bottom: 10px;
}
#contact-section .contact-item .position {
    font-weight: 600;
    font-size: 18px;
    color: #8c8c8c;
    font-style: italic;
    margin-bottom: 5px;
}
#contact-section .contact-item a, #contact-section .contact-item .number {
    color: #454545;
    font-size: 18px;
    margin-bottom: 0;
}


/* CONTACT FORM SECTION */
#contact-form-section {
    background: #acacac;
    padding: 60px 0;
    position: relative;
}
#contact-form-section input.form-control {
    line-height: 45px;
    height: 45px;
    background: transparent;
    border-radius: 0;
    border: 2px solid #fff;
}
#contact-form-section textarea.form-control {
    background: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    min-height: 120px;
    resize: none;
}
#contact-form-section .button-primary {
    background: #dd8f5d;
    display: block;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-style: 20px;
    border-radius: 0;
    padding: 10px;
}
#contact-form-section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}
#contact-form-section .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
#contact-form-section .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}
#contact-form-section .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}
#contact-form-section .one-right-facing {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: -10px;
}
#contact-form-section .one-left-facing {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: -10px;
}

.text-white a {
	color:#fff;
	text-decoration:underline;
	
}
/* FOOTER AREA */
footer {
    padding: 15px 0;
}
footer p {
    font-size: 12px;
    color: #454545;
    margin: 0;
}