/***
 *                            $$\                             $$\               $$ *                            \__|                            $$ |              $$ |
 *    $$$$$$\$$$$\   $$$$$$\  $$\ $$$$$$$\         $$$$$$$\ $$$$$$\   $$\   $$\ $$ | $$$$$$\   $$$$$$$ *    $$  _$$  _$$\  \____$$\ $$ |$$  __$$\       $$  _____|\_$$  _|  $$ |  $$ |$$ |$$  __$$\ $$  _____|
 *    $$ / $$ / $$ | $$$$$$$ |$$ |$$ |  $$ |      \$$$$$$\    $$ |    $$ |  $$ |$$ |$$$$$$$$ |\$$$$$$ *    $$ | $$ | $$ |$$  __$$ |$$ |$$ |  $$ |       \____$$\   $$ |$$\ $$ |  $$ |$$ |$$   ____| \____$$ *    $$ | $$ | $$ |\$$$$$$$ |$$ |$$ |  $$ |      $$$$$$$  |  \$$$$  |\$$$$$$$ |$$ |\$$$$$$$\ $$$$$$$  |
 *    \__| \__| \__| \_______|\__|\__|  \__|      \_______/    \____/  \____$$ |\__| \_______|\_______/
 *                                                                    $$\   $$ |
 *                                                                    \$$$$$$  |
 *                                                                     \______/
 */
*, h1, h2, h3, h4, p, li {
  font-family: Roboto Condensed; }

body {
  max-width: 1920px;
  margin: auto;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

h1, h2 {
  font-weight: 600;
  position: relative; }

h2 {
  font-size: 40px;
  color: #627ca3; }

p {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #676767; }

/*HEADER AND HERO STYLES*/
.header-info-wrapper {
  padding: 20px 0; }

.main-hero-area {
  height: 600px;
  position: relative;
  background: white; }

h1.hero-title {
  text-align: left;
  margin-top: 280px;
  max-width: 670px;
  color: white; }

.hero-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#184574), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #184574 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 600px;
  position: absolute; }

ul.dropdown-menu.show {
  border: none;
  background: #184574; }

.logo-banner {
  max-width: 400px; }

.header-right-info {
  color: white;
  text-align: right;
  display: inline-block;
  width: 100%; }

/*nav styles*/
.navbar-expand-md .navbar-nav .dropdown-menu {
  min-width: 250px; }

a.nav-link {
  text-transform: uppercase;
  color: white;
  padding: 0;
  margin: 10px 0; }
  @media (max-width: 992px) {
    a.nav-link {
      border: none; } }

#navbarNavDropdown {
  padding: 5px 20px;
  background: #184574;
  width: 100%;
  border-radius: 3px; }

.phone-wrapper a {
  font-size: 26px;
  color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.phone-wrapper a:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 26px;
  margin-right: 10px; }

/*NAV AFFIX*/
.navbar {
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* fixed to top styles */
.affix .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background: #184574; }

.affix.navbar .nav-item > a,
.affix.navbar .navbar-brand {
  color: #fff; }

/* navbar collapsing */
@media (max-width: 34em) {
  .navbar .navbar-nav > .nav-item {
    float: none;
    margin-left: .1rem; }
  .navbar .navbar-nav {
    float: none !important; }
  .navbar .collapse.in, .navbar .collapsing {
    clear: both; } }

/*section styling*/
section {
  padding: 60px 0; }

/*icon columns section*/
.icon-columns {
  background: #f5f5f5; }
  .icon-columns h2 {
    padding-top: 10px; }
  .icon-columns .icon-wrapper {
    text-align: left; }
    .icon-columns .icon-wrapper i {
      font-size: 60px;
      color: #038192; }

/*card styling*/
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: .25rem;
  box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
  -moz-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
  -webkit-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06); }
  .card .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(24, 69, 116, 0.4);
    border-top: none; }

.card-block {
  padding: 20px; }

/*our services and custom headings*/
h2 {
  position: relative; }

h2.latestnews:before {
  content: 'Latest News';
  position: absolute;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  top: 0;
  left: 0;
  font-size: calc( 70px + (140 - 70)*(100vw - 400px)/(1920 - 400));
  z-index: -1;
  color: whitesmoke;
  text-transform: uppercase; }

h2.ourservices:before {
  content: 'Our Services';
  position: absolute;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  top: 0;
  left: 0;
  font-size: calc( 66px + (140 - 66)*(100vw - 400px)/(1920 - 400));
  line-height: 1;
  z-index: -1;
  color: whitesmoke;
  text-transform: uppercase; }

h2.contactus:before {
  content: 'Contact Us';
  position: absolute;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  top: 0;
  left: 0;
  font-size: calc( 70px + (140 - 70)*(100vw - 400px)/(1920 - 400));
  z-index: -1;
  color: whitesmoke;
  text-transform: uppercase; }

@media (max-width: 475px) {
  .latestnews:before,
  .ourservices:before,
  .contactus:before {
    display: none; } }

/*contact us section*/
.contact-wrapper {
  font-size: 20px; }
  .contact-wrapper i {
    padding-right: 10px; }

.address-wrapper {
  padding: 0 20px; }

/* quote */
section.motto-banner {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: White; }
  section.motto-banner h2, section.motto-banner p {
    color: white; }
  section.motto-banner .quote {
    text-align: center;
    font-weight: 600;
    padding: 40px 0;
    color: White; }
    section.motto-banner .quote span {
      color: White;
      display: block;
      margin-left: 200px;
      font-weight: 300; }

/*service styles*/
.service-icon {
  padding-bottom: 10px; }

section#section-four {
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/* shadows */
.shadow-box {
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: .25rem;
  box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
  -moz-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
  -webkit-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
  background-color: #ffffff; }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

.blog article,
.single article {
  margin-bottom: 3rem; }
  .blog article .entry-title a,
  .single article .entry-title a {
    color: #627ca3; }
  .blog article .entry-meta,
  .single article .entry-meta {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; }

/* POD Pages */
.pod-document h1 {
  display: none; }

/* Footer Styles */
#wrapper-footer {
  background: #1f4374;
  text-align: center; }
  #wrapper-footer .site-info {
    color: rgba(255, 255, 255, 0.75); }
  #wrapper-footer a {
    color: rgba(255, 255, 255, 0.75); }

/* Navbar */
.navbar-nav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

@media (max-width: 991px) {
  .desktop-logo-wrap {
    display: none; }
  .wrapper-navbar {
    background: #184574;
    position: relative;
    z-index: 1000; }
    .wrapper-navbar.affix {
      position: fixed; }
  .navbar {
    padding: 5px; }
  .affix {
    padding: 5px; }
  .navbar-brand {
    max-width: 75%; }
  .navbar-toggler {
    background: #627ca3; }
    .navbar-toggler:hover, .navbar-toggler:active {
      background: #8297b6; }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
  .hero-content-wrap {
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0; } }

.menu-item {
  border-radius: 2px; }
  .menu-item:hover, .menu-item:active {
    background: #1c5289; }
/*# sourceMappingURL=r&c.css.map */