﻿@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.625rem;
  color: #999;
}

::-moz-selection {
  color: #fff;
  background: #fad264;
}

::selection {
  color: #fff;
  background: #fad264;
}

::-moz-selection {
  color: #fff;
  background: #fad264;
}

p,
dl {
  font-size: .875rem;
}

.lead {
  font-size: 1.125rem;
  line-height: 2rem;
}

dd {
  margin-bottom: .75rem;
}

a {
  color: #00283b;
  outline: 0;
  -webkit-transition: color .2s linear;
       -o-transition: color .2s linear;
          transition: color .2s linear;
}

a:hover, a:focus {
  color: #f9c841;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  color: #00283b;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #00283b;
}

h1 a:focus,
h1 a:hover, h2 a:focus,
h2 a:hover, h3 a:focus,
h3 a:hover, h4 a:focus,
h4 a:hover, h5 a:focus,
h5 a:hover, h6 a:focus,
h6 a:hover {
  color: #f9c841;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: 300;
}

h1 .text-muted, h2 .text-muted, h3 .text-muted, h4 .text-muted, h5 .text-muted, h6 .text-muted {
  color: #999;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

h3.border-bottom,
h4.border-bottom,
h5.border-bottom {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

h3.border-bottom::before,
h4.border-bottom::before,
h5.border-bottom::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  content: '';
  background-color: #f9c841;
}

h3.border-left,
h4.border-left,
h5.border-left {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

h3.border-left::before,
h4.border-left::before,
h5.border-left::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  content: '';
  background-color: #f9c841;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

blockquote {
  margin-top: 1rem;
  margin-right: 4rem;
  margin-left: 4rem;
  font-family: Georgia, Verdana, Raleway, Serif;
  font-style: italic;
}

blockquote p {
  font-size: 1.25rem;
}

blockquote footer {
  font-size: .875rem;
  color: #bbb;
}

blockquote footer::before {
  content: '\2014 \00A0';
}

.blockquote-block {
  position: relative;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
}

.blockquote-block::after {
  position: absolute;
  top: 1.75rem;
  left: .75rem;
  z-index: -1;
  font-family: Montserrat, sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #f5f5f5;
  content: '“';
}

.blockquote-block p {
  font-size: .875rem;
  line-height: 1.75rem;
}

.blockquote-block h6 {
  margin-bottom: 0;
  font-weight: bold;
}

time {
  font-size: .75rem;
}

mark {
  color: #f9c841;
  background-color: transparent;
}

ul.ul-triangle {
  padding-left: 1.5rem;
  list-style: none;
}

ul.ul-triangle li {
  padding: .5rem 0;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  color: #00283b;
}

ul.ul-triangle li::before {
  display: inline-block;
  width: 1rem;
  font-family: FontAwesome;
  content: "\f0da";
}

ul.ul-bold {
  padding-left: 1rem;
}

ul.ul-bold li {
  padding: .25rem 0;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  color: #00283b;
}

.left-splitter {
  position: relative;
}

.left-splitter::before {
  position: absolute;
  top: 1.5rem;
  bottom: 4rem;
  left: -.9375rem;
  width: 1px;
  content: '';
  background-color: rgba(17, 59, 118, .7);
}

.text-secondary {
  color: #f9c841;
}

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
  p {
    font-size: 1rem;
  }
  blockquote {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  blockquote {
    margin-right: 0;
    margin-left: 0;
  }
}

.form-control {
  height: 3.5rem;
  padding: 0 1.5rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #afafaf;
  background-color: #f0f0f0;
  border: 0;
  border-radius: 3px;
}

.form-control::-webkit-input-placeholder {
  color: #afafaf;
}

.form-control::-moz-placeholder {
  color: #afafaf;
}

.form-control:-ms-input-placeholder {
  color: #afafaf;
}

.form-alt .form-control {
  color: #4f76ad;
  background-color: #043e5a;
}

.form-alt .form-control::-webkit-input-placeholder {
  color: #4f76ad;
}

.form-alt .form-control::-moz-placeholder {
  color: #4f76ad;
}

.form-alt .form-control:-ms-input-placeholder {
  color: #4f76ad;
}

textarea.form-control {
  height: 140px;
  padding: 1rem 1.5rem;
  line-height: 26px;
}

.form-bg {
  padding: 2rem;
  background-color: #00283b;
}

.form-bg .form-group:last-child {
  margin-bottom: 0;
}

.input-lg {
  height: 4.25rem;
  padding: 0 1.75rem;
  line-height: 4.25rem;
}

.input-sm {
  height: 2.75rem;
  padding: 0 1.25rem;
  line-height: 2.75rem;
}

button {
  outline: none !important;
}

.form-float {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 1;
  width: 50%;
  max-width: 600px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-inline-quote {
  padding: 0 -10px;
}

.form-inline-quote .form-group {
  width: 20%;
  padding: 0 10px;
}

.form-comment .form-control {
  font-size: .875rem;
  background-color: #f5f5f5;
}

.form-comment .form-control::-webkit-input-placeholder {
  font-size: .875rem;
  color: #c9c9c9;
}

.form-comment .form-control::-moz-placeholder {
  color: #c9c9c9;
}

.form-comment .form-control:-ms-input-placeholder {
  color: #c9c9c9;
}

@media (max-width: 991px) {
  .form-float {
    position: static;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

img {
  max-width: 100%;
}

.img-thumbnail {
  padding: .375rem;
  border-color: whitesmoke;
  border-radius: 3px;
}

.img-shadow {
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
}

.img-outside-right {
  overflow: hidden;
}

.img-outside-right img {
  width: 100%;
  -webkit-transform: translateX(15%);
       -o-transform: translateX(15%);
          transform: translateX(15%);
}

.img-plus {
  position: relative;
  display: inline-block;
}

.img-plus::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 40, 59, .87);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.img-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  color: #fff;
  content: '+';
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-plus:hover::before, .img-plus:hover::after {
  opacity: 1;
}

canvas {
  margin-bottom: 2rem;
}

.media {
  margin-bottom: 2rem;
}

.media-left {
  margin-right: 1rem;
}

.media-heading {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

h6.media-heading {
  margin-bottom: .5rem;
  font-size: 1rem;
}

.media-body p {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.375rem;
}

@media (max-width: 767px) {
  .media-advisor {
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
  }
}

.media-iconic .media-left {
  font-size: 1.25rem;
  color: #00283b;
}

.media-iconic .media-body p {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.gallery-insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 0;
  margin: 0;
  list-style: none;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.gallery-insta li {
  margin-bottom: 2.333333%;

  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
}

.gallery-insta a {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
       -o-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
}

.gallery-insta a:hover {
  opacity: .7;
}

.gallery-insta img {
  max-width: 100%;
}

.video-preview {
  position: relative;
  margin-bottom: 1rem;
}

.video-preview::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #00283b;
  opacity: .81;
}

.video-preview a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, .5);
          box-shadow: 0 0 15px 0 rgba(255, 255, 255, .5);
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-preview a.square {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 0;
}

.video-preview a::before {
  font-family: FontAwesome;
  font-size: 1.25rem;
  content: "\f04b";
}

.video-preview a:hover {
  color: #fff;
  background-color: #00283b;
}

.video-preview img {
  width: 100%;
}

@media (max-width: 767px) {
  .video-preview a {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .video-preview a::before {
    font-size: 1rem;
  }
}

section {
  position: relative;
  z-index: 0;
  padding: 5.3rem 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
}

section.bg-alt {
  background-color: #f7f7f7;
}

section.bg-secondary {
  color: #fff;
  background-color: #f9c841;
}

section.bg-primary {
  background-color: #00283b !important;
}

section.bg-primary h6 {
  color: #fff;
}

section.bg-img {
  font-weight: 400;
  color: #fff;
  border-bottom: none;
}

section.bg-img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: rgba(0, 40, 59, .9);
}

section.bg-img h1,
section.bg-img h2,
section.bg-img h3 {
  color: #fff;
}

section.bg-img-light {
  font-weight: 400;
  border-bottom: none;
}

section.bg-img-light::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: rgba(255, 255, 255, .9);
}

section .bg-fixed {
  background-attachment: fixed;
}

section.bg-repeat {
  background-repeat: repeat;
  -webkit-background-size: auto auto;
          background-size: auto;
}

.section-header {
  margin-bottom: 2.5rem;
}

.section-header h1,
.section-header h2,
.section-header h3 {
  margin: .5rem 0;
  font-size: 1.875rem;
  font-weight: bold;
  color: #00283b;
}

.section-header h1 {
  font-size: 2.25rem;
}

.section-header h3 {
  font-size: 1.325rem;
}

.section-header h4,
.section-header h5,
.section-header h6 {
  font-weight: bold;
}

.section-header h2.display-4 {
  font-size: 2.375rem;
}

.section-header small {
  display: block;
  font-weight: 300;
}

.section-header.border-left {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 5rem;
}

.section-header.border-left::before {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0;
  width: 4px;
  content: '';
  background-color: #f9c841;
}

.section-header.border-bottom {
  position: relative;
  padding-bottom: 2rem;
}

.section-header.border-bottom::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  content: '';
  background-color: #f9c841;
}

.section-header.header-bold {
  position: relative;
  padding-bottom: 1rem;
  margin-right: 3rem;
  text-align: right;
}

.section-header.header-bold::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  content: '';
  background-color: #f9c841;
}

.section-header.header-bold h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.375rem;
  text-transform: uppercase;
}

.section-header.header-bold small {
  font-size: .875rem;
}

.bg-dark,
.bg-dark-light,
.bg-dark-lighter,
.bg-dark-lightest,
.bg-blue,
.bg-red,
.bg-orange,
.bg-green,
.bg-purple {
  color: #c2c2c2;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6,
.bg-dark-light h1,
.bg-dark-light h2,
.bg-dark-light h3,
.bg-dark-light h4,
.bg-dark-light h5,
.bg-dark-light h6,
.bg-dark-lighter h1,
.bg-dark-lighter h2,
.bg-dark-lighter h3,
.bg-dark-lighter h4,
.bg-dark-lighter h5,
.bg-dark-lighter h6,
.bg-dark-lightest h1,
.bg-dark-lightest h2,
.bg-dark-lightest h3,
.bg-dark-lightest h4,
.bg-dark-lightest h5,
.bg-dark-lightest h6,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-red h1,
.bg-red h2,
.bg-red h3,
.bg-red h4,
.bg-red h5,
.bg-red h6,
.bg-orange h1,
.bg-orange h2,
.bg-orange h3,
.bg-orange h4,
.bg-orange h5,
.bg-orange h6,
.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green h4,
.bg-green h5,
.bg-green h6,
.bg-purple h1,
.bg-purple h2,
.bg-purple h3,
.bg-purple h4,
.bg-purple h5,
.bg-purple h6 {
  color: #c2c2c2;
}

.bg-dark hr {
  border-top-color: #2b353d;
}

.bg-dark-light hr {
  border-top-color: #4a4b55;
}

.bg-dark-lighter hr {
  border-top-color: #5e6068;
}

.bg-dark-lightest hr {
  border-top-color: #828284;
}

.bg-gray hr {
  border-top-color: white;
}

.bg-gray-light hr {
  border-top-color: white;
}

.bg-gray-lighter hr {
  border-top-color: white;
}

.bg-blue hr {
  border-top-color: #b3d7ed;
}

.bg-red hr {
  border-top-color: #fd9e9e;
}

.bg-orange hr {
  border-top-color: #fea693;
}

.bg-green hr {
  border-top-color: #88e1b4;
}

.bg-purple hr {
  border-top-color: #bfbaf5;
}

.overlay-black::before,
.overlay-white::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

.overlay-black::before {
  background-color: rgba(0, 0, 0, .6);
}

.overlay-black.overlay-intense::before {
  background-color: rgba(0, 0, 0, .85);
}

.overlay-black.overlay-pale::before {
  background-color: rgba(0, 0, 0, .4);
}

.overlay-white::before {
  background-color: rgba(255, 255, 255, .6);
}

.overlay-white.overlay-intense::before {
  background-color: rgba(255, 255, 255, .85);
}

.overlay-white.overlay-pale::before {
  background-color: rgba(255, 255, 255, .4);
}

.overlay-black, .overlay-black p, .overlay-black h1, .overlay-black h2, .overlay-black h3, .overlay-black h4, .overlay-black h5, .overlay-black h6 {
  color: #c2c2c2;
}

.overlay-black hr {
  border-top-color: #46474d;
}

section.border-bottom {
  border-bottom: 1px solid #e8e8e8;
}

section.no-border-bottom {
  border-bottom: none;
}

section.section-xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.section-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

section.section-lg {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

section.no-overlay::before {
  display: none;
}

@media (max-width: tabletpx) {
  section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-header p {
    font-size: 16px;
  }
}

@media (max-width: phonepx) {
  section {
    padding: 72px 15px;
  }
  section > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .section-sm {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-lg {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.site-header h1, .site-header h2, .site-header h3, .site-header h4, .site-header h5, .site-header h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}

.site-header p {
  color: #00283b;
}

.site-header .lead {
  margin-bottom: 1.5rem;
}

.site-footer {
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: #f9c841;
}

.site-footer p .fa {
  padding: 0 .125rem;
}

.site-footer ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-footer ul li {
  padding: .09rem 0;
}

.site-footer.footer-map {
  background-color: #000;
  background-image: url(../img/bg-map.png);
  background-position: 50% -200px;
  -webkit-background-size: contain;
          background-size: contain;
}

.footer-top {
  padding: 8rem 0;
  background-color: rgba(186, 85, 211, .97);
}

.footer-top h5 {
  margin-bottom: 2rem;
  line-height: 37px;
  color: #fff;
}

.footer-top .social-icons {
  margin-top: 2rem;
}

.footer-bottom {
    position: relative;
    padding: 2rem 0;
    font-size: .875rem;
    background-color: #ba55d3;
}

.footer-bottom p {
  margin-bottom: 0;
  line-height: 37px;
}

#scroll-up {
  position: absolute;
  top: -19px;
  right: 50px;
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 1.25rem;
  line-height: 36px;
  color: #00283b;
  text-align: center;
  background-color: #f9c841;
  border-radius: 100%;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

#scroll-up:hover {
  color: #fff;
  background-color: #00283b;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 2rem;
  }
}

.advisor-detail {
  padding-left: 1rem;
  margin-bottom: 0;
  list-style: none;
}

.advisor-detail li {
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #a7a7a7;
}

.advisor-detail strong {
  display: inline-block;
  padding-right: .5rem;
  color: #00283b;
}

.brands {
  padding: 1rem;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .09);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, .09);
}

.brands img {
  display: block;
  max-width: 100%;
}

.row-brands {
  padding-right: -8px;
  padding-left: -8px;
}

.row-brands > div {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px;
}

.row-brands img {
  width: 100%;
}

.breadcrumb {
  padding: 0;
  margin-bottom: .5rem;
  font-size: .875rem;
  background-color: transparent;
}

.breadcrumb.color-alt a,
.breadcrumb.color-alt > .active,
.breadcrumb.color-alt > li + li::before {
  color: #fff;
}

.breadcrumb.color-alt a:hover {
  color: #f9c841;
}

.btn {
  height: 2.25rem;
  padding: 0 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 2.125rem;
  color: #fff;
  letter-spacing: 1px;
  background-color: #00283b;
  border: 2px solid #00283b;
  border-radius: 3px;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  color: #fff;
  background-color: #f9c841;
  border-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .fa,
.btn [class^="ti-"] {
  margin: 0 .125rem;
  font-size: 1rem;
  vertical-align: middle;
}

.btn-primary {
  background-color: #00283b;
  border-color: #00283b !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  background-color: #f9c841;
  border-color: #f9c841 !important;
}

.btn-secondary {
  background-color: #f9c841;
  border-color: #f9c841 !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
  background-color: #00283b;
  border-color: #00283b !important;
}

.btn-primary-only {
  background-color: #00283b;
  border-color: #00283b !important;
}

.btn-primary-only:hover, .btn-primary-only:focus, .btn-primary-only:active, .btn-primary-only:active:focus {
  background-color: #001a27;
  border-color: #001a27 !important;
}

.btn-secondary-only {
  background-color: #f9c841;
  border-color: #f9c841 !important;
}

.btn-secondary-only:hover, .btn-secondary-only:focus, .btn-secondary-only:active, .btn-secondary-only:active:focus {
  background-color: #f8c22d;
  border-color: #f8c22d !important;
}

.btn-primary-outline {
  color: #00283b;
  background-color: transparent;
  border: 2px solid #00283b;
}

.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline:active, .btn-primary-outline:active:focus {
  color: #fff;
  background-color: #00283b;
}

.btn-secondary-outline {
  color: #f9c841;
  background-color: transparent;
  border: 2px solid #f9c841;
}

.btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline:active, .btn-secondary-outline:active:focus {
  color: #fff;
  background-color: #f9c841;
}

.btn-white-outline {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active, .btn-white-outline:active:focus {
  color: #00283b;
  background-color: #fff;
}

.btn-primary-link {
  padding: 0;
  font-weight: 600;
  line-height: 1rem;
  color: #00283b;
  background-color: transparent;
  border: none;
}

.btn-primary-link:hover, .btn-primary-link:focus, .btn-primary-link:active, .btn-primary-link:active:focus {
  color: #f9c841;
  text-decoration: none;
  background-color: transparent;
}

.btn-secondary-link {
  padding: 0;
  font-weight: 600;
  line-height: 1rem;
  color: #f9c841;
  background-color: transparent;
  border: none;
}

.btn-secondary-link:hover, .btn-secondary-link:focus, .btn-secondary-link:active, .btn-secondary-link:active:focus {
  color: #00283b;
  text-decoration: none;
  background-color: transparent;
}

.btn-lg {
  height: 3.5rem;
  line-height: 3.325rem;
}

.btn-sm {
  height: 1.75rem;
  line-height: 1.5rem;
}

.card {
  margin-bottom: 2rem;
  border: 0;
  border-radius: 0;
}

.card img {
  max-width: 100%;
  border-radius: 0 !important;
}

.card .card-title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.card time {
  display: inline-block;
}

.card h4, .card h5 {
  font-weight: bold;
}

.card-border {
  border: 1px solid #e8e8e8;
}

.card-imagely {
  z-index: 0;
  padding: 1.5rem 1rem;
  color: #fff;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
}

.card-imagely::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color: rgba(0, 40, 59, .9);
}

.card-imagely h1, .card-imagely h2, .card-imagely h3, .card-imagely h4, .card-imagely h5, .card-imagely h6, .card-imagely a {
  color: #fff;
}

.card-imagely .skill:last-child .progress {
  margin-bottom: 0;
}

.card-content .card-block {
  padding: 0;
  margin-top: 1.5rem;
}

.card-content .card-title {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75rem;
}

.card-content time {
  margin-bottom: 1rem;
}

.card-news {
  overflow: hidden;
  color: #fff;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
}

.card-news a {
  color: #fff;
}

.card-news:hover .card-block {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.card-news .card-block {
  background-color: rgba(0, 40, 59, .9);
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: translateY(57%);
       -o-transform: translateY(57%);
          transform: translateY(57%);
}

.card-service {
  height: 270px;
  overflow: hidden;
  color: #fff;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
}

.card-service a {
  color: #fff;
}

.card-service .card-block {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  height: 68px;
  overflow: hidden;
  background-color: rgba(0, 40, 59, .95);
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.card-service .card-block .card-text,
.card-service .card-block .btn {
  opacity: 0;
  -webkit-transition: opacity 0s;
       -o-transition: opacity 0s;
          transition: opacity 0s;
}

.card-service:hover .card-block {
  height: 250px;
}

.card-service:hover .card-block .card-text,
.card-service:hover .card-block .btn {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out .3s;
       -o-transition: opacity .3s ease-in-out .3s;
          transition: opacity .3s ease-in-out .3s;
}

.card-service .card-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 68px;
  text-align: center;
}

.card-service .card-title::before {
  position: absolute;
  top: -1px;
  right: 20%;
  left: 20%;
  content: '';
  border-top: 1px solid #113b76;
}

.card-portfolio-1 {
  margin-bottom: 1.5rem;
}

.card-portfolio-1:hover .card-img-overlay {
  opacity: 1;
}

.card-portfolio-1 .card-img-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  color: #fff;
          flex-direction: column;
  background-color: rgba(0, 40, 59, .94);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.card-portfolio-1 dl {
  margin-bottom: 0;
  font-size: .75rem;
}

.card-portfolio-1 dl::after {
  display: table;
  clear: both;
  content: '';
}

.card-portfolio-1 dl dt,
.card-portfolio-1 dl dd {
  float: left;
  width: 50%;
}

.card-portfolio-1 dl dt {
  padding-right: 10px;
  text-align: right;
}

.card-portfolio-1 dl dd {
  padding-left: 10px;
}

.card-portfolio-1 .card-block {
  padding: 0;
  margin-top: 1rem;
}

.card-portfolio-1 .card-title {
  font-weight: bold;
}

.card-portfolio-1 .card-title,
.card-portfolio-1 .card-text {
  margin-bottom: 0;
}

.card-portfolio-1 .card-img {
  width: 100%;
}

.card-portfolio-2-sizer {
  width: 33%;
}

.card-portfolio-2 .card-img-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 2rem;
  color: #fff;
  background-color: rgba(0, 40, 59, .9);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-portfolio-2 .card-block,
.card-portfolio-2 .card-plus {
  padding: 0;

  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
}

.card-portfolio-2 .card-plus {
  width: 40px;
  height: 40px;
  margin-left: 2rem;
  font-size: 2rem;
  font-weight: 100;
  line-height: 40px;
  text-align: right;
}

.card-portfolio-2 .card-title {
  margin-bottom: .25rem;
  font-weight: bold;
  color: #fff;
}

.card-portfolio-2:hover .card-img-overlay {
  opacity: 1;
}

.card-portfolio-2 .card-img {
  width: 100%;
}

.card-portfolio-3 {
  height: 300px;
  overflow: hidden;
  color: #fff;
  -webkit-background-size: cover;
          background-size: cover;
}

.card-portfolio-3 a {
  color: #fff;
}

.card-portfolio-3 .card-block {
  position: absolute;
  bottom: 0;
  padding-bottom: 0;
  background-color: rgba(0, 40, 59, .96);
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.card-portfolio-3 .card-title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.card-portfolio-3 .card-title small {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.card-portfolio-3 .card-title::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 4px;
  content: '';
  background-color: #f9c841;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.card-portfolio-3 .card-text {
  height: 0;
  overflow: hidden;
  font-weight: 500;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.card-portfolio-3 .card-img {
  width: 100%;
}

.card-portfolio-3:hover .card-title::before {
  background-color: #e6ab07;
}

.card-portfolio-3:hover a,
.card-portfolio-3:hover .card-title,
.card-portfolio-3:hover .card-text {
  color: #00283b;
}

.card-portfolio-3:hover .card-title small {
  color: #b58606;
}

.card-portfolio-3:hover .card-text {
  height: 73px;
  margin-bottom: 20px;
}

.card-portfolio-3:hover .card-block {
  background-color: rgba(249, 200, 65, .96);
}

.card-advisor {
  margin-bottom: 3rem;
}

.card-advisor .card-block {
  position: absolute;
  right: 10px;
  bottom: -16px;
  left: 10px;
  padding: 15px;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, .97);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.card-advisor:hover .card-block {
  background-color: rgba(0, 40, 59, .97);
}

.card-advisor:hover .card-block .card-title a {
  color: #fff;
}

.card-advisor:hover .card-block .card-title a:hover {
  color: #f9c841;
}

.card-advisor:hover .card-block .card-text {
  color: #c2c2c2;
}

.card-advisor:hover .card-block .social-icons {
  height: 43px;
}

.card-advisor .card-title {
  font-weight: bold;
}

.card-advisor .card-title,
.card-advisor p {
  margin-bottom: 0;
}

.card-advisor .social-icons {
  height: 0;
  margin-top: 15px;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.card-advisor .card-img-top {
  width: 100%;
}

.contact-ways {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.contact-ways li {
  display: inline-block;
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: 1px solid #fff;
}

.contact-ways li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

.contact-ways small {
  display: block;
  margin-bottom: .6875rem;
  line-height: 14px;
}

.contact-ways h6 {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: bold;
}

.contact-ways.border-alt li {
  border-left-color: #113b76;
}

@media (max-width: 991px) {
  .contact-ways li:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact-ways li {
    display: none;
  }
  .contact-ways li:last-child {
    display: block;
    padding-left: 0;
    margin-left: 10px;
    border-left: none;
  }
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding-left: 0;
  list-style: none;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.counter li {
  min-width: 150px;
  margin-bottom: 2rem;

  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
}

.counter h5, .counter h6 {
  margin-bottom: 0;
  font-weight: bold;
}

.counter h5 {
  margin-bottom: .5rem;
  font-size: 3.5rem;
}

.counter.color-alt h5,
.counter.color-alt h6 {
  color: #fff;
}

.faq {
  padding-left: 0;
  list-style: none;
}

.faq li {
  padding: .5rem 0;
}

.faq h6 {
  font-size: .9375;
  cursor: pointer;
}

.faq h6::before {
  display: inline-block;
  width: 1rem;
  font-family: FontAwesome;
  content: "\f0da";
}

.faq .open h6::before {
  content: "\f0d7";
}

.faq .open .faq-body {
  display: block;
}

.faq-body {
  display: none;
  padding-left: 1rem;
}

.feature {
  margin-bottom: 1rem;
}

.feature .fa {
  font-size: 3rem;
  color: #f9c841;
}

.feature h5 {
  margin: 1.75rem 0;
  font-weight: bold;
}

.hero {
  position: relative;
  z-index: 0;
  height: 500px;
  color: #fff;
  background-color: #00283b;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
}

.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color: rgba(0, 40, 59, .8);
}

.hero::after {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: -1;
  content: '';
  border: 1px solid #fff;
  opacity: .29;
}

.hero-text {
  max-width: 325px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: bold;
  line-height: 2.25rem;
  color: #fff;
  text-align: center;
}

.list-group {
  margin-bottom: 2rem;
}

.list-group-item {
  padding: 0 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 48px;
}

.list-group-item::before {
  display: inline-block;
  width: 1rem;
  font-family: FontAwesome;
  content: "\f0da";
}

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #f9c841;
  border-color: #f9c841;
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 0 !important;
}

.navbar-nav .nav-item:hover > .nav-submenu {
  display: block;
}

.navbar-nav .nav-link {
  padding: 0 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 54px;
  color: #fff;
}

.nav-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
    min-width: 200px;
    padding-left: 0;
    list-style: none;
    /*  background-color: #01344d;*/
    background-color: #ba55d3;
}

.nav-submenu .nav-submenu {
  top: 0;
  left: 100%;
}

.nav-submenu li {
  position: relative;
}

.nav-submenu li:hover > .nav-submenu {
  display: block;
}

.nav-submenu li:hover > a {
  color: #f9c841;
}

    .nav-submenu a {
        position: relative;
        display: block;
        padding: 0 1.5rem;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        line-height: 60px;
        color: #fff;
        /* border-bottom: 1px solid #00283b;*/
        border-bottom: 1px solid #ffffff;
    }

.nav-submenu a::before {
  position: absolute;
  top: .5rem;
  bottom: .5rem;
  left: 0;
  width: 0;
  content: '';
  background-color: #f9c841;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.nav-submenu .active > a::before,
.nav-submenu li:hover > a::before {
  width: 5px;
}

.nav-submenu li:last-child a {
  border-bottom: none;
}

.nav-simple .nav-link {
  padding: 0 1rem;
}

.nav-simple .nav-item:hover .nav-link,
.nav-simple .nav-item.active .nav-link {
  color: #f9c841;
}

    .nav-simple .nav-item:hover .nav-link.has-submenu {
        /* background-color: #01344d;*/
        background-color: #ba55d3;
    }

.nav-border .nav-link {
  padding: 0 1rem;
}

.nav-border .nav-item:hover .nav-link,
.nav-border .nav-item.active .nav-link {
  color: #f9c841;
}

.nav-border .nav-item.active .nav-link {
  border-bottom: 2px solid #f9c841;
}

.nav-border .nav-item:hover .nav-link {
  /*  background-color: #01344d;*/
    background-color: #ba55d3;
}

.nav-spliter .nav-link {
  position: relative;
}

.nav-spliter .nav-link::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 1px;
  height: 18px;
  content: '';
  background-color: #113b76;
}

.nav-spliter .nav-item:first-child .nav-link::before {
  display: none;
}

.nav-spliter .nav-item:hover .nav-link,
.nav-spliter .nav-item.active .nav-link {
  background-color: #01344d;
}

.nav-spliter .nav-item:hover .nav-link::before,
.nav-spliter .nav-item.active .nav-link::before {
  display: none;
}

.nav-spliter .nav-item:hover + .nav-item .nav-link::before,
.nav-spliter .nav-item.active + .nav-item .nav-link::before {
  display: none;
}

.nav-pills {
  margin-bottom: 2rem;
}

.nav-pills .nav-link {
  display: inline-block;
  padding: 0 3rem;
  margin-right: .5rem;
  font-family: Montserrat, sans-serif;
  line-height: 2.5rem;
  color: #c2c2c2;
  text-align: center;
  border: 2px solid #e8e8e8;
  border-radius: 0 !important;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link.active {
  color: #fff;
  background-color: #00283b;
  border-color: #00283b;
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  background-color: #00283b;
}

.navbar {
  padding: 0;
  border-radius: 0;
}

.navbar .container,
.navbar .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-left,
.navbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.navbar-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-top .contact-ways {
  text-align: right;
}

.navbar-top .contact-ways li {
  border-left-color: #e9e9e9;
}

.navbar-bottom {
  height: 54px;
  background-color: #00283b;
}

.navbar-bottom .navbar-toggler {
  width: 54px;
  height: 54px;
  padding: 0;
  line-height: 54px;
  text-align: left;
}

.navbar-btn {
  width: 82px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  line-height: 82px;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-left: 1px solid rgba(17, 59, 118, .5);
}

.navbar-btn:hover {
  color: #f9c841;
  background-color: #01344d;
}

.navbar-btn::after {
  margin-right: 0;
  margin-left: .5rem;
}

.dropdown.open .navbar-btn {
  color: #f9c841;
  background-color: #01344d;
}

.navbar .dropdown-menu {
  min-width: 82px;
  padding: 0;
  margin-top: 0;
  background-color: #01344d;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .dropdown-item {
  position: relative;
  display: block;
  padding: 0 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #00283b;
}

.navbar .dropdown-item::before {
  position: absolute;
  top: .5rem;
  bottom: .5rem;
  left: 0;
  width: 0;
  content: '';
  background-color: #f9c841;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.navbar .dropdown-item:hover, .navbar .dropdown-item.active {
  color: #f9c841;
  text-decoration: none;
  background-color: #01344d;
}

.navbar .dropdown-item:hover::before, .navbar .dropdown-item.active::before {
  width: 2px;
}

.navbar-toggler {
  display: none;
  color: #fff;
  outline: none !important;
}

.navbar-search {
  position: relative;
}

.navbar-search form {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  height: 60px;
  padding: 0 1rem;
  background-color: #01344d;
}

.navbar-search:hover form {
  display: block;
}

.navbar-search:hover .navbar-btn {
  background-color: #01344d;
}

.navbar-search input {
  padding: 0;
  line-height: 60px;
  color: #fff;
  background-color: transparent;
  border: 0;
  outline: none;
}

.navbar-search ::-webkit-input-placeholder {
  font-size: .875rem;
  color: rgba(255, 255, 255, .5);
}

.navbar-search ::-moz-placeholder {
  font-size: .875rem;
  color: rgba(255, 255, 255, .5);
}

.navbar-search :-ms-input-placeholder {
  font-size: .875rem;
  color: rgba(255, 255, 255, .5);
}

.navbar-type-2 {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 100%;
  padding-top: 2rem;
}

.navbar-type-2 .navbar-nav {
  margin-right: 1.5rem;
}

.navbar-type-3 {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: rgba(186, 85, 211, .93);
}

.navbar-type-3 .nav-link {
  line-height: 82px;
}

.navbar-type-3 .navbar-toggler {
  width: 82px;
  height: 82px;
  padding: 0;
  line-height: 82px;
}

.navbar-type-3 + main > section:first-child {
  padding-top: 212px;
}

.navbar-type-3 + main > section.section-xs:first-child {
  padding-top: 116px;
}

.navbar-type-3 + main > section.section-sm:first-child {
  padding-top: 148px;
}

.navbar-type-3 + main > section.section-lg:first-child {
  padding-top: 308px;
}

.navbar-type-3 + main > section.page-header:first-child {
  padding-top: 148px;
}

.navbar-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  background-color: rgba(255, 255, 255, .8);
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  body > main {
    position: relative;
    left: 0;
    -webkit-transition: left .2s ease-out;
         -o-transition: left .2s ease-out;
            transition: left .2s ease-out;
  }
  .navbar-toggler {
    display: inline-block;
  }
  .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -80%;
    z-index: 3;
    width: 80%;
    height: 100%;
    padding: 24px 16px;
    margin-left: 0;
    overflow-y: auto;
    background-color: #00283b;
    -webkit-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, .05);
            box-shadow: 8px 0 10px 0 rgba(0, 0, 0, .05);
    -webkit-transition: left .2s ease-out;
         -o-transition: left .2s ease-out;
            transition: left .2s ease-out;
  }
  .navbar-nav .nav-item {
    display: block;
    float: none;
  }
  .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
  .navbar-nav .nav-link {
    font-size: 1rem;
    line-height: 50px;
    color: #fff;
  }
  .navbar-nav .nav-link.active {
    color: #f9c841;
    border-top: 0;
  }
  .navbar-nav .nav-submenu {
    position: static;
    display: block;
    padding-left: 1rem;
    background-color: transparent;
  }
  .navbar-nav .nav-submenu li a {
    line-height: 40px !important;
    border-bottom: 0;
  }
  .nav-border .nav-item.active .nav-link {
    border-bottom: none;
  }
  .nav-spliter .nav-link::before {
    display: none;
  }
  .offcanvas-show main {
    left: 80%;
  }
  .offcanvas-show .navbar-nav {
    left: 0;
  }
  .offcanvas-show .navbar-backdrop {
    display: block;
  }
  .offcanvas-show .navbar-type-3 .navbar-btn {
    border-left-color: transparent;
  }
}

@media (max-width: 767px) {
  .navbar-type-3 .nav-link {
    line-height: 62px;
  }
  .navbar-type-3 .navbar-btn,
  .navbar-type-3 .navbar-toggler {
    width: 62px;
    height: 62px;
    line-height: 62px;
  }
  .navbar-type-3 + main > section:first-child {
    padding-top: 176px;
  }
  .navbar-type-3 + main > section.section-xs:first-child {
    padding-top: 92px;
  }
  .navbar-type-3 + main > section.section-sm:first-child {
    padding-top: 120px;
  }
  .navbar-type-3 + main > section.section-lg:first-child {
    padding-top: 260px;
  }
  .navbar-type-3 + main > section.page-header:first-child {
    padding-top: 120px;
  }
}

.page-header {
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
}

.page-header .bg-img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: rgba(0, 40, 59, .9);
}

.page-header .bg-img h1 {
  color: #fff;
}

.page-header h1 {
  margin: 0;
}

.page-header .section-header {
  margin-bottom: 0;
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;
  background-color: #fff;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}

.preloader img {
  margin-bottom: 24px;
}

.preloader .dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  background-color: #00283b;
  border-radius: 100%;
  -webkit-animation: fx 1.4s infinite ease-in-out both;
       -o-animation: fx 1.4s infinite ease-in-out both;
          animation: fx 1.4s infinite ease-in-out both;
}

.preloader .dot:nth-child(1) {
  -webkit-animation-delay: -.32s;
       -o-animation-delay: -.32s;
          animation-delay: -.32s;
}

.preloader .dot:nth-child(2) {
  -webkit-animation-delay: -.16s;
       -o-animation-delay: -.16s;
          animation-delay: -.16s;
}

@-webkit-keyframes fx {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-o-keyframes fx {
  0%, 80%, 100% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  40% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes fx {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.page-link {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin-right: .5rem;
  font-family: Montserrat, sans-serif;
  line-height: 2rem;
  color: #c2c2c2;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 0 !important;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.page-link:hover, .page-link.active {
  color: #fff;
  background-color: #00283b;
  border-color: #00283b;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  color: #fff;
  background-color: #00283b;
  border-color: #00283b;
}

.person {
  padding: 2rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .09);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, .09);
}

.person img {
  width: 124px;
  margin-top: -6rem;
  margin-bottom: 2rem;
  border: 12px solid #f7f7f7;
  border-radius: 100%;
}

.person h5 {
  margin-bottom: .125rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.person p {
  margin-bottom: 0;
  font-size: .875rem;
  font-style: italic;
  font-weight: 300;
}

.person small {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.point {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.point::before {
  position: absolute;
  top: .5rem;
  bottom: .5rem;
  left: 0;
  width: 5px;
  content: '';
  background-color: #f9c841;
}

.point h5, .point h6 {
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.point h5 {
  font-size: 1.75rem;
}

.point h6 {
  margin-bottom: .25rem;
  font-size: .875rem;
}

.progress[value] {
  color: #00283b;
}

.progress[value]::-webkit-progress-bar {
  height: 12px;
  padding: 4px;
  background-color: #00283b;
  border-radius: 0;
}

.progress[value]::-webkit-progress-value {
  background-color: #f9c841;
  border-radius: 0;
}

.progress.no-border[value]::-webkit-progress-bar {
  padding: 0;
}

.entry-header {
  margin: 2rem 0;
}

.entry-header h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

.entry-header-meta {
  padding-left: 0;
  list-style: none;
}

.entry-header-meta li {
  display: inline-block;
  padding-right: 1rem;
  margin-right: 1rem;
  font-size: .75rem;
  font-weight: 300;
  line-height: .75rem;
  border-right: 1px solid #ccc;
}

.entry-header-meta li:last-child {
  border-right: none;
}

.entry-header-meta a {
  color: #999;
}

.entry-header-meta a:hover {
  color: #f9c841;
}

.entry-meta {
  padding-top: 1rem;
  margin-top: 2rem;
  border-top: 1px solid #e8e8e8;
}

.entry-meta .categories {
  font-size: .75rem;
}

.entry-meta .categories a {
  font-weight: 600;
  color: #b3b3b3;
}

.entry-meta .categories a:hover {
  color: #f9c841;
}

.comments-area {
  margin-top: 4rem;
}

.comment-respond h3,
.comment-list h3 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.comment-list {
  margin-top: 4rem;
}

.comment-list .media {
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #e8e8e8;
}

.comment-list .media:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.comment-list .media-object img {
  width: 64px;
  height: 64px;
}

.comment-list .media-heading {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.25rem;
}

.comment-list .media-heading small {
  display: block;
  color: #999;
}

.skill-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.skill-data h6,
.skill-data span {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: bold;
  color: #00283b;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
          align-items: center;
}

.skill-data.color-alt h6,
.skill-data.color-alt span {
  color: #fff;
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: .125rem;
}

.social-icons a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 2rem;
  color: #00283b;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: background-color .2s linear;
       -o-transition: background-color .2s linear;
          transition: background-color .2s linear;
}

.social-icons a:hover, .social-icons a:focus, .social-icons a:active {
  color: #00283b;
  background-color: #f9c841;
}

.social-icons.size-sm a {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: .25rem;
  font-size: .75rem;
  line-height: 1.75rem;
}

.tag-list {
  margin-top: 30px;
}

.tag-list span {
  display: inline-block;
  padding: 2px 6px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #aeaeae;
  white-space: nowrap;
  background-color: #f8f9fb;
}

.team-member {
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.team-member:hover {
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .1);
}

.team-member h5 {
  margin-bottom: 30px;
  color: #00283b;
}

.team-member h5 small {
  display: block;
  padding-top: 10px;
  color: #999;
}

.team-member img {
  border-radius: 100%;
}

.team-member .social-icons {
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-member .social-icons a {
  width: 34px;
  height: 34px;
  font-size: 13px;
  line-height: 34px;
}

.team-member p {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  color: #818a91;
}

.testimonial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 1rem;
}

.testimonial::after {
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: -1;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 2rem;
  color: #f5f5f5;
  content: '”';
}

.testimonial-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.testimonial-body h5 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.testimonial-body small {
  display: block;
  margin-bottom: 1rem;
}

.testimonial-body p {
  font-style: italic;
  font-weight: 500;
  line-height: 1.625rem;
}

.testimonial-img {
  margin-right: 1.5rem;
}

.testimonial-img img {
  max-width: 78px;
}

.tile {
  padding: 1.5rem;
  margin-bottom: 2rem;
  color: #fff;
}

.tile h5 {
  margin-bottom: .125rem;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}

.tile p {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.tile-yellow {
  background-color: #f9bf3b;
}

.tile-red {
  background-color: #e54f53;
}

.tile-blue {
  background-color: #59b9f6;
}

.tile-green {
  background-color: #7ec855;
}

.widget-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.sidebar-search {
  position: relative;
  margin-bottom: 2rem;
  border: 1px solid #e8e8e8;
}

.sidebar-search::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  line-height: 48px;
  color: #c2c2c2;
  text-align: center;
  content: "\f002";
}

.sidebar-search input {
  width: 100%;
  padding-right: 50px;
  padding-left: 1rem;
  line-height: 50px;
  border: none;
  outline: none;
}

.widget-news-simple {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.widget-news-simple li {
  margin-bottom: .5rem;
}

.widget-news-simple time {
  font-size: .785rem;
}

.widget-news-simple h6 {
  line-height: 1.5rem;
}

.swiper-overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background-color: rgba(0, 40, 59, .85);
}

.swiper-overlay h1, .swiper-overlay h2, .swiper-overlay h3, .swiper-overlay h4, .swiper-overlay h5, .swiper-overlay h6, .swiper-overlay p {
  color: #fff;
}

.swiper-pagination-bullet {
  vertical-align: middle;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #f9c841;
}

.swiper-button-prev,
.swiper-button-next,
.testimonial-button-prev,
.testimonial-button-next {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  line-height: 28px;
  color: #00283b;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .3);
  background-image: none;
  border: 2px solid #00283b;
}

.swiper-button-prev::before,
.swiper-button-next::before,
.testimonial-button-prev::before,
.testimonial-button-next::before {
  font-family: FontAwesome;
}

.swiper-button-prev::before,
.testimonial-button-prev::before {
  content: "\f104";
}

.swiper-button-next::before,
.testimonial-button-next::before {
  content: "\f105";
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-disabled {
  opacity: .4;
}

.swiper-button-bottom {
  position: relative;
}

.swiper-button-bottom .swiper-button-prev,
.swiper-button-bottom .swiper-button-next {
  top: auto;
  right: 0;
  bottom: 10px;
  left: auto;
}

.swiper-button-bottom .swiper-button-prev {
  right: 36px;
}

.site-header .extended-padding .container {
  padding-right: 6rem;
  padding-left: 6rem;
}

.site-header .swiper-pagination {
  bottom: 40px;
}

.site-header .swiper-pagination-bullet {
  margin: 0 4px;
}

.site-header .swiper-slide {
  min-height: 85vh;
  background-position: 50% 20%;
  -webkit-background-size: cover;
          background-size: cover;
}

.site-header .swiper-slide .v-center {
  width: 100%;
  height: 85vh;
}

.services-slider .swiper-wrapper,
.speeches-slider .swiper-wrapper {
  padding-bottom: 4rem;
}

.services-slider .swiper-pagination-bullet,
.speeches-slider .swiper-pagination-bullet {
  background-color: #e7e7e7;
}

.services-slider .swiper-pagination-bullet-active,
.speeches-slider .swiper-pagination-bullet-active {
  background-color: #f9c841;
}

.slide-gradient-right::before,
.slide-gradient-left::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  content: '';
  opacity: .9;
}

.slide-gradient-right::before {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(#fff), color-stop(#fff), color-stop(#fff), color-stop(rgba(255, 255, 255, .8)), color-stop(rgba(255, 255, 255, .6)), to(transparent));
  background-image: -webkit-linear-gradient(right, #fff, #fff, #fff, #fff, rgba(255, 255, 255, .8), rgba(255, 255, 255, .6), transparent);
  background-image:      -o-linear-gradient(right, #fff, #fff, #fff, #fff, rgba(255, 255, 255, .8), rgba(255, 255, 255, .6), transparent);
  background-image:         linear-gradient(to left, #fff, #fff, #fff, #fff, rgba(255, 255, 255, .8), rgba(255, 255, 255, .6), transparent);
}

.slide-gradient-left::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#fff), color-stop(#fff), color-stop(#fff), color-stop(rgba(255, 255, 255, .8)), color-stop(rgba(255, 255, 255, .6)), to(transparent));
  background-image: -webkit-linear-gradient(left, #fff, #fff, #fff, #fff, rgba(255, 255, 255, .8), rgba(255, 255, 255, .6), transparent);
  background-image:      -o-linear-gradient(left, #fff, #fff, #fff, #fff, rgba(255, 255, 255, .8), rgba(255, 255, 255, .6), transparent);
  background-image:         linear-gradient(to right, #fff, #fff, #fff, #fff, rgba(255, 255, 255, .8), rgba(255, 255, 255, .6), transparent);
}

@media (max-width: 767px) {
  .swiper-button-next {
    right: 10px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .site-header .extended-padding .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.shuffle-sizer {
  width: 8.333333%;
}

.shuffle-filter {
  margin-bottom: 3rem;
}

.shuffle-filter a {
  font-size: .875rem;
  font-weight: 600;
  color: #acacac;
  letter-spacing: 1px;
}

.shuffle-filter a.active, .shuffle-filter a:hover {
  color: #00283b;
}

.shuffle-filter a::before {
  padding: 0 .5rem;
  color: #acacac;
  content: '/';
}

.shuffle-filter a:first-child::before {
  display: none;
}

#shuffle-grid .col-xs-1 {
  width: 8.3333333333%;
}

#shuffle-grid .col-xs-2 {
  width: 16.6666666667%;
}

#shuffle-grid .col-xs-3 {
  width: 25%;
}

#shuffle-grid .col-xs-4 {
  width: 33.3333333333%;
}

#shuffle-grid .col-xs-5 {
  width: 41.6666666667%;
}

#shuffle-grid .col-xs-6 {
  width: 50%;
}

#shuffle-grid .col-xs-7 {
  width: 58.3333333333%;
}

#shuffle-grid .col-xs-8 {
  width: 66.6666666667%;
}

#shuffle-grid .col-xs-9 {
  width: 75%;
}

#shuffle-grid .col-xs-10 {
  width: 83.3333333333%;
}

#shuffle-grid .col-xs-11 {
  width: 91.6666666667%;
}

#shuffle-grid .col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
  #shuffle-grid .col-sm-1 {
    width: 8.3333333333%;
  }
  #shuffle-grid .col-sm-2 {
    width: 16.6666666667%;
  }
  #shuffle-grid .col-sm-3 {
    width: 25%;
  }
  #shuffle-grid .col-sm-4 {
    width: 33.3333333333%;
  }
  #shuffle-grid .col-sm-5 {
    width: 41.6666666667%;
  }
  #shuffle-grid .col-sm-6 {
    width: 50%;
  }
  #shuffle-grid .col-sm-7 {
    width: 58.3333333333%;
  }
  #shuffle-grid .col-sm-8 {
    width: 66.6666666667%;
  }
  #shuffle-grid .col-sm-9 {
    width: 75%;
  }
  #shuffle-grid .col-sm-10 {
    width: 83.3333333333%;
  }
  #shuffle-grid .col-sm-11 {
    width: 91.6666666667%;
  }
  #shuffle-grid .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #shuffle-grid .col-md-1 {
    width: 8.3333333333%;
  }
  #shuffle-grid .col-md-2 {
    width: 16.6666666667%;
  }
  #shuffle-grid .col-md-3 {
    width: 25%;
  }
  #shuffle-grid .col-md-4 {
    width: 33.3333333333%;
  }
  #shuffle-grid .col-md-5 {
    width: 41.6666666667%;
  }
  #shuffle-grid .col-md-6 {
    width: 50%;
  }
  #shuffle-grid .col-md-7 {
    width: 58.3333333333%;
  }
  #shuffle-grid .col-md-8 {
    width: 66.6666666667%;
  }
  #shuffle-grid .col-md-9 {
    width: 75%;
  }
  #shuffle-grid .col-md-10 {
    width: 83.3333333333%;
  }
  #shuffle-grid .col-md-11 {
    width: 91.6666666667%;
  }
  #shuffle-grid .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #shuffle-grid .col-lg-1 {
    width: 8.3333333333%;
  }
  #shuffle-grid .col-lg-2 {
    width: 16.6666666667%;
  }
  #shuffle-grid .col-lg-3 {
    width: 25%;
  }
  #shuffle-grid .col-lg-4 {
    width: 33.3333333333%;
  }
  #shuffle-grid .col-lg-5 {
    width: 41.6666666667%;
  }
  #shuffle-grid .col-lg-6 {
    width: 50%;
  }
  #shuffle-grid .col-lg-7 {
    width: 58.3333333333%;
  }
  #shuffle-grid .col-lg-8 {
    width: 66.6666666667%;
  }
  #shuffle-grid .col-lg-9 {
    width: 75%;
  }
  #shuffle-grid .col-lg-10 {
    width: 83.3333333333%;
  }
  #shuffle-grid .col-lg-11 {
    width: 91.6666666667%;
  }
  #shuffle-grid .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #shuffle-grid .col-xl-1 {
    width: 8.3333333333%;
  }
  #shuffle-grid .col-xl-2 {
    width: 16.6666666667%;
  }
  #shuffle-grid .col-xl-3 {
    width: 25%;
  }
  #shuffle-grid .col-xl-4 {
    width: 33.3333333333%;
  }
  #shuffle-grid .col-xl-5 {
    width: 41.6666666667%;
  }
  #shuffle-grid .col-xl-6 {
    width: 50%;
  }
  #shuffle-grid .col-xl-7 {
    width: 58.3333333333%;
  }
  #shuffle-grid .col-xl-8 {
    width: 66.6666666667%;
  }
  #shuffle-grid .col-xl-9 {
    width: 75%;
  }
  #shuffle-grid .col-xl-10 {
    width: 83.3333333333%;
  }
  #shuffle-grid .col-xl-11 {
    width: 91.6666666667%;
  }
  #shuffle-grid .col-xl-12 {
    width: 100%;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #161b1f !important;
}

.bg-dark-light {
  background-color: #32333a !important;
}

.bg-dark-lighter {
  background-color: #46474d !important;
}

.bg-dark-lightest {
  background-color: #69696a !important;
}

.bg-gray {
  background-color: #f0f0f0 !important;
}

.bg-gray-light {
  background-color: #f8f9fb !important;
}

.bg-gray-lighter {
  background-color: #fafafa !important;
}

.bg-gray-lightest {
  background-color: #fdfdfd !important;
}

.bg-blue {
  background-color: #89c1e4 !important;
}

.bg-red {
  background-color: #fc6c6c !important;
}

.bg-orange {
  background-color: #fe7c60 !important;
}

.bg-green {
  background-color: #5fd79a !important;
}

.bg-purple {
  background-color: #968eee !important;
}

.txt-white {
  color: #fff !important;
}

.txt-dark {
  color: #161b1f !important;
}

.txt-gray {
  color: #818a91 !important;
}

.txt-blue {
  color: #89c1e4 !important;
}

.txt-red {
  color: #fc6c6c !important;
}

.txt-orange {
  color: #fe7c60 !important;
}

.txt-green {
  color: #5fd79a !important;
}

.txt-purple {
  color: #968eee !important;
}

.txt-primary {
  color: #00283b !important;
}

.v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.h-center {
  margin: 0 auto;
}

.vh-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.row [class^="col-"] {
  min-width: 0;
}
