/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
}
.btn-xl {
  color: white;
  background-color: transparent;
  border:2px solid #fff;
  font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;

  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 40px;
}
.btn-xl:hover, .btn-xl:focus{
  color:#f6ff00;
  border-color: #f6ff00;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: 'Open Sans', sans-serif, Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #20409a;
  border-color: #20409a;
  font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #20409a;
}
.navbar-custom .nav li a {
  font-family:  'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  /*letter-spacing: 1px;*/
      font-size: 12pt;
  line-height: 20px
  color: #20409a;
  cursor: pointer;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #20409a;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #20409a;
  outline: none;
  font-weight: 600;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #20409a;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #252688;
    padding: 10px 0;
    box-shadow: 2px 5px 11px -5px #7374c7;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header{
  background-image: url('bg-home.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  font-family: 'Open Sans', sans-serif !important;
}
header.page{
     background-image: url('bg-page.jpg');
     height: 179px !important;
}
header .intro-text {
  padding-top: 150px;
  padding-bottom: 15px;
}
header .intro-text .intro-lead-in {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
}
header .intro-text .intro-heading {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

header .intro-text-1 {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
 

  header .intro-text-1 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Roboto";
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  header .intro-text .intro-heading {
    /*font-family: "Libre Baskerville";*/
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}


::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}