@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #222222; }

a {
  text-decoration: none;
  transition: all 0.2s ease-in; }
  a:hover {
    text-decoration: none;
    color: #002778; }
  a:focus {
    outline: none;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6, a, p, section, aside, address, header, footer, ul {
  padding: 0px;
  margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300; }

p {
  font-size: 15px; }

.spacing {
  padding: 50px 0px; }

header {
  background-color: #fff;
  padding: 15px 0px 15px 0px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5); }
  header.affix {
    width: 100%;
    z-index: 102;
    -webkit-transition: all 2s ease-in;
    transition: all 1s ease-in; }
  header .contact {
    text-align: right;
    padding-top: 20px; }
  header a {
    color: #333333;
    position: relative; }
    header a i {
      color: #002778;
      font-size: 16px; }
    header a p {
      color: #333333;
      font-size: 12px;
      position: absolute;
      bottom: -34px;
      right: 0; }
      header a p strong {
        color: #000; }

.affix {
  transition: all 1s ease-in; }

.navbar {
  margin-bottom: 0px; }
  .navbar .navbar-nav {
    float: right; }
    .navbar .navbar-nav a {
      text-transform: uppercase; }
    .navbar .navbar-nav .active a {
      background-color: transparent;
      color: #000;
      font-weight: 700; }
      .navbar .navbar-nav .active a:focus {
        background-color: transparent; }
      .navbar .navbar-nav .active a:hover {
        background-color: transparent; }

.navbar-default {
  background-color: transparent;
  border: none; }

.navbar-brand {
  display: none; }

@media only screen and (max-width: 767px) {
  .navbar .navbar-nav {
    float: left; }
    .navbar .navbar-nav li a {
      text-align: left; } }
.banner-area {
  position: relative;
  border-bottom: 20px solid #ab9349; }
  .banner-area img {
    width: 100%; }
  .banner-area h3 {
    margin-bottom: 15px;
    font-size: 30px; }
  .banner-area p {
    font-size: 18px; }
  .banner-area .ban-content {
    width: 50%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    text-align: center; }
    .banner-area .ban-content h1 {
      font-weight: 300;
      border-bottom: 1px dotted #ededed;
      padding-bottom: 10px;
      margin-bottom: 30px; }
  .banner-area .carousel-caption {
    top: 20px; }
  .banner-area .btn-default {
    width: 30%;
    color: #b39e2f;
    background-color: #fef4d2;
    margin-bottom: 5px;
    border-radius: 10px; }
    .banner-area .btn-default:first-child {
      margin-right: 10px; }

.content-area h2 {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
  padding: 15px 0px; }
.content-area .container {
  padding-bottom: 50px; }

.first-bg {
  background-color: #8faadc; }
  .first-bg h2 {
    background-color: #546c98;
    color: #fff; }
  .first-bg h3 {
    background-color: #778fbd;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    color: white; }

.second-bg {
  background-color: #a9d18e; }
  .second-bg h2 {
    background-color: #658550;
    color: #fff; }

.trouths {
  text-align: center; }
  .trouths li {
    list-style: none;
    display: inline-block;
    width: 45%; }

.thumb-area {
  background-color: #90b776;
  padding: 20px;
  border-radius: 5px;
  min-height: 510px; }
  .thumb-area h4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px; }
    .thumb-area h4 i {
      font-size: 10px;
      color: green; }
  .thumb-area p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 19px; }
    .thumb-area p.underline {
      text-decoration: underline; }
    .thumb-area p.italicks {
      font-style: italic; }
    .thumb-area p span {
      display: block;
      text-align: center; }
    .thumb-area p .green {
      font-size: 10px;
      color: green; }
  .thumb-area ul {
    margin-left: 20px; }
    .thumb-area ul li {
      margin-bottom: 10px; }

.who-are-we {
  background-color: #778fbd;
  padding: 20px 20px 20px 35px;
  border-radius: 5px; }
  .who-are-we li {
    margin-bottom: 20px; }

.what-we-do {
  background-color: #90b776;
  padding: 20px 20px 20px 35px;
  border-radius: 5px; }
  .what-we-do li {
    margin-bottom: 20px; }

.contact-text {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  margin-bottom: 27px; }

.con-text-area {
  background-color: #778fbd;
  padding: 15px;
  border-radius: 5px; }
  .con-text-area strong {
    font-size: 16px; }
  .con-text-area a {
    color: #202836; }

address {
  margin-bottom: 5px; }

.banner-area {
  position: relative; }
  .banner-area .button-area {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 50%;
    top: 60%;
    left: 50%;
    margin-left: -25%; }

@media only screen and (max-width: 420px) {
  .banner-area .button-area {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0; }
    .banner-area .button-area .btn {
      width: 100%; } }
footer {
  background-color: #292929;
  padding: 15px 0px;
  font-size: 13px; }
  footer ul {
    margin-top: 7px;
    text-align: center;
    color: #8e8f90; }
    footer ul li {
      display: inline-block;
      margin-right: 50px; }
      footer ul li a {
        color: #8e8f90; }
        footer ul li a:hover {
          color: #fff; }
      footer ul li:last-child {
        margin-right: 0px; }
  footer p {
    text-align: right;
    color: #8e8f90; }
    footer p img {
      margin-left: 10px; }

@media only screen and (max-width: 1199px) {
  .container {
    width: 100%; }

  .spacing {
    padding: 50px 20px; } }
@media only screen and (max-width: 991px) {
  .banner-area .ban-content {
    width: 80%;
    left: 10%; } }
@media only screen and (max-width: 767px) {
  .banner-area .ban-content {
    padding: 10px; }
    .banner-area .ban-content h1 {
      font-size: 28px;
      margin-bottom: 0px; }
    .banner-area .ban-content .options i {
      font-size: 38px; }

  header {
    text-align: center; }
    header .contact {
      text-align: center;
      margin-top: 15px; }
    header a {
      width: 100%; }
      header a img {
        max-width: 100%; }

  .content-area {
    padding: 20px 0px; }

  h2 {
    font-size: 25px; }

  .content h1 {
    font-size: 28px; }
  .content p {
    margin-bottom: 20px; }
    .content p.date {
      color: #515151; }
  .content h3 {
    font-size: 18px;
    margin-bottom: 8px; }

  .banner-area .ban-content .btn {
    margin-top: 15px; } }
@media only screen and (max-width: 600px) {
  .spacing {
    padding: 20px; }

  p {
    font-size: 13px; }

  .content-area h2 {
    margin-bottom: 20px; }
  .content-area .thumbnails-area h3 {
    font-size: 20px; }
  .content-area .thumbnails-area p {
    font-size: 13px; }

  header {
    padding: 5px 15px; }
    header .contact {
      margin-top: 5px; }

  .banner-area .ban-content h1 {
    font-size: 25px; }
  .banner-area .ban-content .options {
    padding-bottom: 0px; }
    .banner-area .ban-content .options h4 {
      font-size: 14px; }

  .banner-area .ban-content .btn {
    margin-top: 10px; } }
@media only screen and (max-width: 480px) {
  .banner-area .ban-content {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    background-color: #002778;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff; }
    .banner-area .ban-content h1 {
      border-bottom: 0px;
      margin-bottom: 10px; }
    .banner-area .ban-content .options i {
      color: #fff; }
    .banner-area .ban-content .options h4 {
      color: #fff; }

  .content-area h2 {
    font-size: 18px; }
  .content-area .broker-text {
    margin-top: 20px; }
  .content-area .best-part h3 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600; }
  .content-area .thumbnails-area h3 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600; }
  .content-area .content h1 {
    font-size: 25px; }
  .content-area .content h3 {
    font-size: 16px; }

  footer {
    font-size: 12px; }
    footer ul li {
      margin-right: 20px; }

  .banner-area .ban-content {
    left: 5%;
    width: 90%;
    opacity: 0.9; }
    .banner-area .ban-content h1 {
      font-size: 20px;
      padding-bottom: 5px; }
    .banner-area .ban-content .options h4 {
      font-size: 12px;
      font-weight: 600; }
    .banner-area .ban-content .options i {
      font-size: 27px;
      margin-bottom: 10px; }

  .banner-area .ban-content .btn {
    margin-top: 5px; }

  .modal-body p {
    font-size: 16px;
    line-height: 28px; }

  .modal-header h2 {
    font-size: 20px; }
  .modal-header .close {
    margin-top: 3px; } }

/*# sourceMappingURL=stylesheet.css.map */
