html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

hr {
  border-color: #002171;
  border-width: 3px;
  max-width: 50px;
}

hr.light {
  border-color: white;
}

hr.primary {
  border-color: #9e9e9e;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #9e9e9e;
}
a:hover, a:focus {
  color: #858585;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  color: #002171;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0px 20px 0px 20px;
}

.bg-primary {
  background-color: #9e9e9e;
}

.bg-dark {
  background-color: #002171;
  color: white;
}

.bg-light {
  background-color: #dedede;
}

.text-primary {
  color: #9e9e9e;
}

.text-white {
  color: white;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
section {
  padding: 100px 0;
}

aside {
  padding: 50px 0;
}

.no-padding {
  padding: 0;
}

.content {
  overflow-x: hidden;
}

.buttons-container > a {
  margin: 8px;
}

.navbar-default {
  background-color: white;
  border-bottom-width: 2px;
  border-color: #002171;
}
.navbar-default .navbar-header .navbar-brand {
  color: #9e9e9e;
  background-color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
  color: #858585;
}
.navbar-default .navbar-toggle {
  border-color: #9e9e9e;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #9e9e9e;
}
.navbar-default .navbar-toggle:hover {
  background-color: rgba(158, 158, 158, 0.25);
}
.navbar-default .nav > a.btn {
  margin: 10px;
  width: "100%";
}
.navbar-default .nav > li > a.nav-link,
.navbar-default .nav > li > a.nav-link:focus {
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 13px;
  color: #002171;
}
.navbar-default .nav > li > a.nav-link:hover,
.navbar-default .nav > li > a.nav-link:focus:hover {
  color: #9e9e9e;
}
.navbar-default .nav > li.active > a.nav-link,
.navbar-default .nav > li.active > a.nav-link:focus {
  color: #9e9e9e !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a.nav-link:hover,
.navbar-default .nav > li.active > a.nav-link:focus:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .navbar-default {
    padding: 0px 150px;
  }
}

header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("../img/header.jpg");
  color: #002171;
}
header .fixed {
  position: fixed;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
header .header {
  height: 80px;
  padding: 20px 0px;
  background-color: rgba(0, 33, 113, 0.5);
  font-size: 14px;
}
header .header span {
  color: white;
  text-decoration: none;
  line-height: 60px;
}
header .padding {
  padding-top: 80px;
}
header .box {
  padding: 50px 0px 50px 0px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: auto;
}
header .box .left-side {
  text-align: center;
}
header .box .left-side .title {
  font-size: 20px;
}
header .box .left-side img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 50%;
}
header .box .carousel {
  border-radius: 10px !important;
  overflow: hidden !important;
  margin: 10px;
}
header .box .carousel img {
  width: 100%;
  height: 80% !important;
  object-fit: cover;
}
@media (min-width: 768px) {
  header .header {
    font-size: 24px;
  }
  header x .box .left-side .title {
    font-size: 30px;
  }
  header x .box .left-side img {
    width: 25%;
  }
}
@media (min-width: 992px) {
  header .box {
    margin: 50px 100px 50px 100px;
  }
}

.section-heading {
  margin-top: 0;
}

footer {
  height: 50px;
  background-color: #002171;
  color: white;
  text-align: center;
  padding: 15px 0px 15px;
}

.text-primary {
  color: #9e9e9e;
}

.text-dark {
  color: #002171;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.btn-default {
  color: white;
  background-color: #002171;
  border-color: #002171;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle .btn-default {
  color: white;
  background-color: #001a58;
  border-color: #00174d;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle .btn-default {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #002171;
  border-color: #002171;
}
.btn-default .badge {
  color: #002171;
  background-color: white;
}

.btn-primary {
  color: white;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle .btn-primary {
  color: white;
  background-color: #919191;
  border-color: #8c8c8c;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle .btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-primary .badge {
  color: #9e9e9e;
  background-color: white;
}

.btn-outline {
  color: #002171;
  background-color: white;
  border-color: #002171;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:active, .btn-outline.active, .open > .dropdown-toggle .btn-outline {
  color: #002171;
  background-color: #f2f2f2;
  border-color: #00174d;
}
.btn-outline:active, .btn-outline.active, .open > .dropdown-toggle .btn-outline {
  background-image: none;
}
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled.focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled].focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline.focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  background-color: white;
  border-color: #002171;
}
.btn-outline .badge {
  color: white;
  background-color: #002171;
}

.btn {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-sm {
  padding: 5px 15px;
  font-weight: 500;
}

.btn-xl {
  padding: 15px 30px;
}

#about img {
  width: 50%;
  height: 50%;
  border: 2px solid white;
  border-radius: 20px;
}
@media (min-width: 768px) {
  #about img {
    width: 100%;
    height: 100%;
  }
}

#contact {
  margin-top: 20px;
}
#contact p {
  padding: 0;
}
#contact h4 {
  text-transform: uppercase;
  margin-top: 20px;
}
#contact td {
  padding: 2px 8px 2px 0px;
}
#contact .map {
  padding: 20px;
}
#contact .mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  padding-top: 100%;
}
#contact .gmap_canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: none !important;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #002171;
}

::selection {
  color: white;
  text-shadow: none;
  background: #002171;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #002171;
}

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