html,
body {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 30px;
}
section {
  padding: 100px 0;
}
.bg-gray {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
input.form-control {
  border-radius: 0 !important;
}
input.form-control:focus {
  border-color: #2293d2;
  box-shadow: none;
}
.btn,
.input-group-btn {
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary {
  color: #ffffff;
  background-color: #2293d2;
  border-color: #2293d2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #097fbd;
  border-color: #0878b3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2293d2;
  border-color: #2293d2;
}
.btn-primary .badge {
  color: #2293d2;
  background-color: #ffffff;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
a {
  color: #2293d2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  p {
  font-size: 16px;
}
}
p.lead {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  text-transform: uppercase;
}
h4 {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  h4 {
    margin-top: 52px;
    margin-bottom: 30px;
  }
  h3 {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (min-width: 481px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 46px;
  }
  h3 {
    margin-top: 48px;
    margin-bottom: 28px;
  }
  h4 {
    font-size: 30px;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #2293d2;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
}
.navbar-fixed-top {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #2293d2;
  border-radius: 0;
}
.navbar-default {
  background-color: #2293d2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  color: white;
  opacity: 1;
  text-decoration: none;
  height: 63px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-nav {
  margin-top: 8px;
}
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }
  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: transparent;
    border: none;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #222222;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  border-bottom: 15px solid #2293d2;
}
header .intro-content {
  color: white;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header .intro-content {
    margin-bottom: 50px;
  }
}
header .brand-name {
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
}
header .brand-name-subtext {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
header img {
  max-width: 150px;
  max-height: 150px;
}
header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 65px;
  text-align: center;
}
header .scroll-down .btn {
  position: relative;
  height: 50px;
  width: 50px;
  border: 3px solid white;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }
  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name {
    font-size: 80px;
    line-height: 80px;
  }
  header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
  }
  header img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}
aside.neca_section {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
  border-bottom: 15px solid #2293d2;
}
aside.neca_section span.quote {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 768px) {
  aside.neca_section {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.neca_section span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  aside.neca_section {
    padding: 200px 0;
  }
  aside.neca_section span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  aside.neca_section {
    background-attachment: fixed;
  }
}


.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
@media only screen and (max-width: 767px) {
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 18px;
  }
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  -moz-transition: top 0.5s ease,opacity 0.5s ease;
  -ms-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .floating-label-form-group label {
    font-size: 13px;
    font-weight: 400;
  }
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #2293d2;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}
footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 0 20px;
}
footer.footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer a:hover {
  color: white;
}
footer.footer p {
  font-size: 22px;
}
footer.footer .contact-details {
  margin: 75px 0;
}
footer.footer .social {
  margin-bottom: 75px;
}
footer.footer .copyright p.small {
  font-size: 14px;
}
@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }
}
.btn {
  border-radius: 0;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.navbar-header {
  opacity: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-expanded .navbar-brand {
  opacity: 0;
  z-index: -1;
}
.banner-title {
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-title {
    font-size: 20px;
  }
}
.banner-subtext {
  font-size: 51px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .banner-subtext {
    font-size: 36px;
  }
}
.img-banner {
  margin-bottom: 30px;
}
.arrow-down.arrow-white {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #ffffff;
  position: absolute;
  top: 18px;
  left: 12px;
}
.arrow-down.arrow-blue {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #2293d2;
  position: absolute;
  top: 18px;
  left: 12px;
}
.scroll-down .btn {
  position: relative;
  height: 50px;
  width: 50px;
  border: 3px solid #2293d2;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: rgba(34, 147, 210, 0.5);
  border-color: rgba(34, 147, 210, 0.5);
  outline: none;
}
#services ul {
  text-align: left;
}
.neca_logo {
  width: 200px;
}
#contact {
  background: url(../images/contact-bg.jpg) repeat;
}
#contact h2,
#contact h4,
#contact p,
#contact a,
.banner-subtext a {
  color: white;
}
h1,
h2 {
  border-bottom: 7px solid #2293d2;
  display: inline;
}
.navbar-toggle {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  margin-top: 13px;
}
.navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 3px;
    width: 30px;
}
@media only screen and (max-width: 767px) {
  .navbar-brand > img {
    width: 100px;
    margin-top: 10px;
  }
}
#about .scroll-down,
#services .scroll-down {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #about .scroll-down,
  #services .scroll-down {
    margin-top: 30px;
  }
}
#services ul {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #services ul {
    margin-bottom: 36px;
  }
}
#services ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  padding-left: 16px;
}
#services ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #2293D2;
  left: 0;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  #services ul li:before {
    top: 7px;
  }
}
#contactForm {
  margin-top: 142px;
}
@media only screen and (max-width: 767px) {
  #contactForm {
    margin-top: 64px;
    padding: 0 15px;
  }
}
.form-control::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1 !important; /* for chrome */
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #FFFFFF;
}
.form-control:-ms-input-placeholder {
   color: #FFFFFF;
}
.form-control {
  color: #FFFFFF;
}
label {
  color: #2293D2;
}
.floating-label-form-group textarea {
  height: 100px;
}
#contact p {
  font-size: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #contact h4 {
    display: none;
  }
  #contact p {
  font-size: 18px;
  margin-bottom: 16px;
}
}
.submit-btn {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .submit-btn {
    font-size: 18px;
    background: #ffffff;
  }
}
#contact .copyrights {
  font-size: 20px;
  font-weight: 400;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #contact .copyrights {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

