/*--------------------------------------------------------------
# 1.0 - Normalize
--------------------------------------------------------------*/

html {
	overflow-x: hidden;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# 2.0 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #a6a7aa;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #3B8BF0;
    line-height: 1.4;
    margin: 0 0 15px;
}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 22px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 3.0 - Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f5f5f5; /* Fallback for when there is no custom background color defined. */
	border-top: 3px solid #3B8BF0;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

hr {
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #ccc;
}

ul,
ol {
	margin: 0 0 1.5em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.25em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid #ddd;
}

th {
	background: #eee;
}

em,
li,
li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #0413B4;
	text-decoration: none;
}
a {
    font-family: 'Open Sans', sans-serif;
    color: #17bed2;
    outline: 0;
	text-decoration: none;
	cursor: pointer;
}
a:focus,
a:hover,
a:active {
    outline: 0;
    color: #999caa;
    text-decoration: none;
	cursor: pointer;
}

/*--------------------------------------------------------------
# 4.0 - Quick Styles
--------------------------------------------------------------*/
/* Color */
.color-blue {
	color: #3B8BF0;
}
.color-grey {
	color: #a6a6a6;
}
/* Margin */
.margin-b-10 {
	margin-bottom: 10px;
}
.margin-b-20 {
	margin-bottom: 20px;
}.margin-b-40 {
	margin-bottom: 40px;
}.margin-b-60 {
	margin-bottom: 60px;
}.margin-b-80 {
	margin-bottom: 80px;
}
.margin-t-10 {
	margin-top: 10px;
}
.margin-t-20 {
	margin-top: 20px;
}.margin-t-40 {
	margin-top: 40px;
}.margin-t-60 {
	margin-top: 60px;
}.margin-t-80 {
	margin-top: 80px;
}
/*--------------------------------------------------------------
# 5.0 - Header
--------------------------------------------------------------*/
/* Pre-Nav */
.pre-nav {
	padding: 10px 0 10px 55px;
	font-family: 'Open Sans', sans-serif;
}
/* Nav */
.nav-logo {
	max-height: 100px;
	padding-left: 20px;
	padding-top: 10px;
}

.nav {
	background-color: #fff;	
}

.fixed-top {
	border-bottom: 3px solid #888;
}

.nav #collapsibleNavbar {
	float: right !important;
}

.nav #collapsibleNavbar .navbar-nav .nav-item .nav-link{
	font-weight: 700;
	color: #888;
	padding: 30px;
	margin: 0 10px;
}

.nav #collapsibleNavbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
	font-weight: 700;
	color: #888;
	padding: 10px;
	margin: 0 10px;
}

.nav #collapsibleNavbar .navbar-nav .nav-item .active,
.nav #collapsibleNavbar .navbar-nav .nav-item .nav-link:hover {
	background-color: transparent;
	color: #3B8BF0;
	border-top: 2px solid #3B8BF0;
}

.nav #collapsibleNavbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
	color: #3B8BF0;
}
/*--------------------------------------------------------------
# 6.0 - Main
--------------------------------------------------------------*/
/* Parallax */
.parallax {
    background-image: url('../img/hero.jpg');
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-caption {
	width: auto;
	text-align: center;
    padding-top: 250px;
	padding-bottom: 150px;
}

.parallax h1 {
	color: #fff;
	padding: 0 5px;
	font-size: 38px;
	line-height: 45px;
	font-weight: 700;
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
}

.parallax h3 {
    color: #fff;
	padding: 0 5px;
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
}

.body {
    background-color: #fff;
}

.body-heading {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

.body-text {
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
}


.heading {
	font-weight: 700;
	line-height: 1.21;
	font-size: 28px;
    display: inline;
	margin-bottom: 20px;
}

 .heading:after {
     background: none repeat scroll 0 0 #3B8BF0;
     bottom: -10px;
     content: "";
     display: block;
     height: 2.5px;
     position: relative;
     width: 100px;
	 margin-bottom: 20px;
 }

.band {
	background-color: #3B8BF0;
}

.band-header {
	color: #fff;
	padding: 30px 0 25px 50px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}

.bread-crumb {
	color: #fff;
	padding: 30px 50px 25px 50px;
}

.services {
	border-top: 4px solid #3B8BF0;
	margin: 40px;
	padding: 40px;
	background-color: #fff;
}
.service-row {
	margin-top: 100px;
	margin-bottom: 150px;
}

 .services-text {
	 padding-left: 100px;
 }
 
 .services-image {
	 width: 100%
 }

.services-heading {
	color: #888;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 15px;
}

.services-list {
	list-style-type: none;
	color: #888;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 15px;
}

.services-list li {
	color: #3B8BF0;
}


hr { 
	overflow: visible; 
	/* For IE */ 
	padding: 0; 
	border: none; 
	border-top: medium double #3B8BF0; 
	text-align: center; 
} 

hr:after {
	content: "§";
	color: #3B8BF0; 
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.5em; 
	padding: 0 0.25em; 
	background: white; 
}


.contacts {
	border-top: 4px solid #3B8BF0;
	margin: 40px;
	background-color: #fff;
}

.contact-icon {
	padding: 40px 0 10px 0;
	color: #3B8BF0;
	font-size: 35px;
	background-color: transparent;
	border-color: transparent;
	height: auto;
	width: 35px;
	line-height: normal;
}

.contact-heading {
	color: #888;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 15px;
}

.contact-text {
	padding-bottom: 40px;
}

.form {
    background-image: url('../img/form.jpg');
    padding: 40px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-btn {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom:60px;
	margin-top:40px;
}

label {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 20px;
}

.form-header {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0px;
}

.form-header-success {
	color: #3B8BF0;
	font-size: 20px;
}

/* Anchor */
.anchor{
  display: block;
  height: 200px; /*same height as header*/
  margin-top: -200px; /*same height as header*/
  visibility: hidden;
}
/*--------------------------------------------------------------
# 7.0 - Footer
--------------------------------------------------------------*/
footer{
	padding: 20px 50px;
	background-color: #eae9e9;
}
/*--------------------------------------------------------------
# 8.0 - Responsiveness
--------------------------------------------------------------*/
@media (max-width: 768px) {    
	 .services-text {
	 padding-left: 5px;
	 padding-top: 30px;
	}
}

/* -----------------------------------------------------------------------
Animations
-------------------------------------------------------------------------- */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
