body {
  margin: 0;
  --header-hight: 60px; }

.header_area {
  /*background-color: rgba(90, 90, 90, 0.9);*/
  background-color: rgb(15,76,129);
  color: #eee;
}

.header_area,
.footer_area {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99; }

.header_area.fixed {
  position: fixed;
  top: -60px; }

/* Tablet &amp; Desktop Device */
@media all and (min-width: 480px) {
  .container,
  .main_menu {
    max-width: 460px; } }
/* Tablet Device */
@media (min-width: 768px) and (max-width: 1024px) {
  .container,
  .main_menu {
    max-width: 740px; } }
/* Desktop Device */
@media all and (min-width: 1200px) {
  .container,
  .main_menu {
    max-width: 1140px; } }
.main_menu {
  position: relative;
  margin: auto; }

.logo {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  line-height: var(--header-hight);
  cursor: pointer; }
  .logo:hover {
    color: #fff; }

.navbar-nav {
  position: absolute;
  right: 0;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0;
  line-height: var(--header-hight);
  font-size: 1.2em; }
  .navbar-nav li {
    display: inline-block;
    padding: 0 15px; }
    .navbar-nav li:last-child {
      padding-right: 0; }
    .navbar-nav li .nav-link {
      color: inherit;
      text-decoration: none; }
      .navbar-nav li .nav-link:hover {
        color: #fff;
        cursor: pointer; }

section {
  display: block;
  border-bottom: 1px solid #eee; }
  section .container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0; }
    section .container .cont_frame {
      width: 100%;
      height: 100%;
      padding: 15px;
      justify-content: space-around; }
      section .container .cont_frame .main_title {
        text-align: center;
        margin-bottom: 20px; }
        section .container .cont_frame .main_title .title {
          font-size: 2.5em; }
        section .container .cont_frame .main_title .main_desc {
          padding-top: 15px;
          font-size: 1.2em;
          font-weight: bold; }
      section .container .cont_frame .feature {
        text-align: center;
        min-height: 350px; }
        section .container .cont_frame .feature .feature_desc {
          font-size: 1.1em;
          padding: 15px 0 30px; }

.feature_button {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-right: 3px solid #555;
  border-bottom: 3px solid #555;
  border-radius: 5px;
  background: #fff;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 25px 0 0;
  color: inherit; }
  .feature_button:hover {
    border-color: #555;
    cursor: pointer; }
  .feature_button:active {
    border-left-width: 3px;
    border-top-width: 3px;
    border-right-width: 1px;
    border-bottom-width: 1px; }

.two_col_container {
  display: inline-block;
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  min-height: 200px;
  padding: 0 0 15px; }

.faq_item {
  text-align: left;
  padding: 30px 15%; }
  .faq_item .faq_q {
    font-size: 1.5em;
    padding-bottom: 5px;
    border-bottom: 5px solid #ccc; }
  .faq_item .faq_a {
    padding-top: 10px; }

.footer_menu {
  max-width: initial; }

.footer_container {
  text-align: center;
  padding: 20px;
  background-color: #999; }

.footer_email,
.inside_link {
  color: blue;
  text-decoration: underline; }

/*# sourceMappingURL=styles.css.map */
