@import url(https://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);
body {
  overflow-x: hidden;
  font-family: 'Muli', sans-serif;
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*					Header					*/
.fixed {
  width: 100%;
  position: fixed;
  z-index: 1000;
  border-color: #fa6400;
}
nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
.offset:before {
  display: block;
  content: " ";
  height: 0px;
  /* Give height of your fixed element */
  margin-top: 50px;
  /* Give negative margin of your fixed element */
  visibility: hidden;
}
/*					End Header					*/
.logo {
  margin-top: -15px;
}
.center {
  margin-left: auto;
  margin-right: auto;
  padding: none;
}
/*					Content					*/
.navbar-default {
  border: none;
  border-bottom: solid 3px black;
  background-color: #207cca;
  background-image: -webkit-linear-gradient(top, #207cca, #1e5799);
  background-image: -moz-linear-gradient(top, #207cca, #1e5799);
  background-image: -o-linear-gradient(top, #207cca, #1e5799);
  background-image: -ms-linear-gradient(top, #207cca, #1e5799);
  background-image: linear-gradient(top, #207cca, #1e5799);
}
.navbar-default a {
  color: white !important;
}
.navbar-default a:hover {
  color: black;
}
.navbar-default .navbar-brand {
  color: white;
}
.navbar-default .navbar-brand a,
.navbar-default .navbar-brand a:hover {
  color: white!important;
}
.header-text {
  margin-top: 10px;
}
.header-text h2 {
  margin: 0px;
  font-size: 48px;
}
.header-text h3 {
  margin: 0px;
  font-size: 41px;
}
@media (min-width: 240px) and (max-width: 1200px) {
  .header-text {
    margin-top: 10px;
  }
  .header-text h2 {
    margin: 0px;
    font-size: 48px;
    text-align: center;
  }
  .header-text h3 {
    margin: 0px;
    font-size: 41px;
    text-align: center;
  }
}
h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -10px;
}
.container {
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
}
.container .header-right {
  text-align: center;
}
.container .header-right i {
  font-size: 10px;
  text-align: center;
}
.container .header-right a {
  color: black;
}
.container .header-right .fa {
  color: black;
  margin-top: 10px;
  font-size: 100px;
}
.container .header-right .fa,
.container .header-right i {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle;
}
.container .header-right .fa:hover,
.container .header-right i:hover {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  /* IE 9 */
  -moz-transform: scale(1.5);
  /* Firefox */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
}
.container .fas {
  text-align: center;
  padding: 20px;
  background-color: #1e599b;
  margin-top: 20px;
  color: white;
}
.container .fas i {
  font-size: 30px;
  text-align: center;
}
.container .fas .fa {
  font-size: 30px;
}
.container .fas .fa,
.container .fas i {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle;
}
.container .fas .fa:hover,
.container .fas i:hover {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  /* IE 9 */
  -moz-transform: scale(1.5);
  /* Firefox */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
}
.container hr {
  border: solid 1px black;
  margin-bottom: 0px;
}
.container .dual-paras {
  background-color: #1e599b;
  color: white;
  border: solid 2px #448bdb;
  margin: 20px;
  margin-top: 40px;
  padding: 20px;
}
.container .dual-paras h2 {
  margin: 0px;
}
.container .ad-box-constraint {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.container .ad-box-constraint .ad-box {
  border: solid 1px rgba(0, 0, 0, 0.3);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
  padding: 20px;
  margin-bottom: 20px;
}
.container .ad-box-constraint .ad-box h4 {
  margin: 0px;
}
.container .footer {
  background-color: #1e599b;
  padding: 20px;
  color: white;
  margin-top: 20px;
  text-align: center;
}
.container .footer p {
  text-align: left;
}
.container .footer .copy {
  text-align: center;
}
.container .features {
  background-color: #1e599b;
  color: white;
  border: solid 2px #448bdb;
  margin: 20px;
  margin-top: 40px;
  padding: 20px;
}
.container .features h2 {
  text-align: center;
  margin: 0px;
  margin-bottom: 20px;
}
.container .features hr {
  margin-top: -20px;
  margin-bottom: 20px;
  border-bottom: solid 1px white;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
/*					End Content					*/
.modal-dialog {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
