.header {
  max-width: 980px;
  margin: 0 auto;
}

.header nav {
  box-shadow: none !important;
}

.header li.nav-item {
  margin: 0 10px;
}

.header .dropdown-menu.show {
  min-width: 0;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

.header .dropdown-menu.show a {
  font-weight: bold;
}

body {
  overflow-x: hidden !important;
}

body * {
  font: normal normal normal 14px/1.43em "Open Sans", sans-serif;
}

.hidden {
  display: none;
}

.error {
  font-weight: bold;
  color: #fa0000;
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
}

.leadership-block .top-title,
.about-block .top-title,
.services-block .top-title,
.block-contact .top-title,
.block-about .about-us .top-title,
.block-offer .offer-top .top-title {
  color: #194b9a;
  font-size: 30px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  word-spacing: 5px;
}

.leadership-block .bot-title,
.spares-block .bot-title,
.services-block .bot-title,
.block-offer .offer-bot .bot-title {
  color: #194b9a;
  font-size: 25px;
  font-family: "Fjalla One", sans-serif;
}

.home-block {
  overflow: hidden;
}

.block-bg {
  position: relative;
  width: 100%;
}

.block-bg .bg_overlay {
  position: relative;
  width: 100%;
}

.block-bg .bg_overlay img {
  width: 100%;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.block-bg .bg_show {
  position: absolute;
  top: 50%;
  left: 50%;
}

.block-bg .bg_text {
  font-weight: bold !important;
  color: #fff;
  font-size: 80px !important;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-left: -400px;
  text-align: center;
  margin-top: -150px;
  font-family: "Fjalla One", sans-serif;
}

.block-offer {
  min-width: 980px;
  max-width: 980px;
  margin: 100px auto;
}

.block-offer .offer-top .top-desc {
  margin-top: 20px;
  word-break: break-word;
  font-size: 16px;
}

.block-offer .offer-top .top-desc b {
  font-weight: bolder !important;
  font-size: 17px;
}

.block-offer .offer-bot {
  overflow: hidden;
  margin-top: 100px;
}

.block-offer .offer-bot .col-lg-6 {
  float: left;
}

.block-offer .offer-bot .bot-desc {
  margin: 30px 0;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  min-height: 150px;
}

.block-offer .offer-bot .bot-link {
  margin-bottom: 50px;
}

.block-offer .offer-bot .bot-link a {
  border: 2px solid #194b9a;
  padding: 15px;
  border-radius: 15px;
  font-size: 14px;
  color: #194b9a;
}

.block-offer .offer-bot .bot-link a:hover {
  background-color: #194b9a;
  color: #fff;
}

.block-img {
  min-width: 980px;
  max-width: 980px;
  margin: 20px auto;
  position: relative;
  width: 100%;
}

.block-img .bg_overlay {
  position: relative;
  width: 100%;
}

.block-img .bg_overlay img {
  width: 100%;
  margin-bottom: 5px;
}

.block-about {
  min-width: 980px;
  max-width: 980px;
  margin: 100px auto;
}

.block-about .about-us .desc-top {
  margin: 15px 0;
  font-size: 18px;
}

.block-about .about-us .desc-mid {
  font-size: 15px;
}

.block-about .about-us .desc-mid i {
  font-style: italic;
}

.block-about .about-us .desc-bot {
  font-size: 15px;
  margin: 15px 0 30px;
}

.block-about .about-us .top-link {
  margin: 50px 0 30px;
}

.block-about .about-us .top-link a {
  border: 2px solid #194b9a;
  padding: 15px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #194b9a;
}

.block-about .about-us .top-link a:hover {
  background-color: #2060c6;
}

.block-contact {
  min-width: 980px;
  max-width: 980px;
  margin: 100px auto 20px;
  position: relative;
  width: 100%;
}

.block-contact .bg_overlay {
  position: relative;
  width: 100%;
}

.block-contact .bg_overlay img {
  width: 100%;
}

.block-contact .col-lg-12 > div {
  text-align: center;
}

.block-contact .top-title {
  margin: 50px 0 30px;
}

.block-contact .top-mid {
  margin-bottom: 30px;
}

.block-contact .top-bot > div,
.block-contact .top-mid > div {
  margin-bottom: 10px;
  font-size: 15px;
}

.block-frm {
  min-width: 980px;
  max-width: 980px;
  margin: 0 auto;
}

.block-frm .form-group {
  margin-bottom: 5px;
  overflow: hidden;
}

.block-frm .form-group .col-lg-6 {
  float: left;
}

.block-frm .form-group div {
  padding: 2px;
}

.block-frm .form-group input,
.block-frm .form-group textarea {
  border: 2px solid #333333;
  border-radius: 0;
}

.block-frm .form-group button {
  width: 99%;
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
}

.block-map {
  min-width: 980px;
  max-width: 980px;
  margin: 20px auto;
  position: relative;
  width: 100%;
}

.block-map .bg_overlay {
  position: relative;
  width: 100%;
}

.block-map .bg_overlay img {
  width: 100%;
}

.footer {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #aaa;
}

.footer .foo-title {
  color: #333;
  font-size: 25px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  word-spacing: 5px;
}

.footer .foo-desc {
  margin: 50px 0;
}

.footer .foo-desc div {
  margin-bottom: 10px;
}

.index-wrapper {
  overflow: hidden;
}

.services-block {
  overflow: hidden;
  min-width: 980px;
  max-width: 980px;
  margin: 0 auto;
}

.services-block .top-title {
  margin: 50px 0 100px;
  text-align: center;
}

.services-block .form-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}

.services-block .form-group .col-lg-6 {
  float: left;
}

.services-block .form-group .col-lg-6 img {
  width: 100%;
}

.services-block .form-group .bot-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}

.services-block .form-group .bot-wrapper .bot-title {
  text-align: center;
  display: inline-block;
  overflow: hidden;
}

.services-block .form-group .bot-wrapper .bot-description {
  max-width: 420px;
  margin-left: -200px;
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
}

.services-block .form-group .bot-1 {
  margin-top: 300px;
}

.services-block .form-group .bot-1 .bot-title {
  margin-left: -110px;
}

.services-block .form-group .bot-2 {
  margin-top: 75px;
}

.services-block .form-group .bot-2 .bot-title {
  margin-left: -70px;
}

.services-block .form-group .bot-3 {
  margin-top: 70px;
}

.services-block .form-group .bot-3 .bot-title {
  margin-left: -115px;
}

.services-block .form-group .bot-4 {
  margin-top: 75px;
}

.services-block .form-group .bot-4 .bot-title {
  margin-left: -130px;
}

.services-block .form-group .bot-5 {
  margin-top: 60px;
}

.services-block .form-group .bot-5 .bot-title {
  margin-left: -95px;
}

.services-block .form-group .bot-6 {
  margin-top: 80px;
}

.services-block .form-group .bot-6 .bot-title {
  margin-left: -85px;
}

.services-block .form-group .bot-7 {
  margin-top: 200px;
}

.services-block .form-group .bot-7 .bot-title {
  margin-left: -85px;
}

.services-block .top-description {
  margin: 50px 0 30px;
}

.spares-block {
  overflow: hidden;
  min-width: 980px;
  max-width: 980px;
  margin: 50px auto;
}

.spares-block .top-title {
  margin: 50px 0 100px;
  text-align: center;
}

.spares-block .form-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}

.spares-block .form-group .col-lg-6 {
  float: left;
}

.spares-block .form-group .col-lg-6 img {
  width: 100%;
}

.spares-block .form-group .bot-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -120px;
  margin-top: 90px;
}

.spares-block .form-group .bot-wrapper .bot-title {
  text-align: center;
  display: inline-block;
  overflow: hidden;
}

.about-block {
  min-width: 980px;
  max-width: 980px;
  margin: 100px auto 20px;
  position: relative;
  width: 100%;
}

.about-block .bg_overlay {
  position: relative;
  width: 100%;
}

.about-block .bg_overlay img {
  width: 100%;
}

.about-block .top-title {
  margin: 50px 0 30px;
}

.about-block .top-mid {
  margin-bottom: 30px;
}

.about-block .top-bot > div,
.about-block .top-mid > div {
  margin-bottom: 10px;
  font-size: 15px;
}

.about-block .top-link {
  margin: 50px 0 30px;
}

.about-block .top-link a {
  border: 2px solid #194b9a;
  padding: 15px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #194b9a;
}

.about-block .top-link a:hover {
  background-color: #2060c6;
}

.leadership-block {
  overflow: hidden;
}

.leadership-block .block-bg {
  position: relative;
  width: 100%;
}

.leadership-block .block-bg .bg_overlay {
  position: relative;
  width: 100%;
}

.leadership-block .block-bg .bg_overlay img {
  width: 100%;
}

.leadership-block .block-director {
  min-width: 980px;
  max-width: 980px;
  margin: 50px auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.leadership-block .block-director .form-group {
  position: relative;
}

.leadership-block .block-director .form-group .col-lg-6 {
  float: left;
}

.leadership-block .block-director .form-group .col-lg-6 img {
  width: 100%;
}

.leadership-block .block-director .form-group .director-info {
  margin-top: 100px;
}

.leadership-block .block-director .form-group .bot-title {
  margin: 20px 0;
}

.leadership-block .block-director .form-group div b {
  font-weight: bold;
}

.leadership-block .block-core {
  min-width: 980px;
  max-width: 980px;
  margin: 50px auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.leadership-block .block-core .top-title {
  margin-bottom: 50px;
}

.leadership-block .block-core .form-group {
  position: relative;
  overflow: hidden;
}

.leadership-block .block-core .form-group .col-lg-4 {
  float: left;
  text-align: center;
}

.leadership-block .block-core .form-group .core-img {
  width: 100%;
}

.leadership-block .block-core .form-group .core-img img {
  width: 100%;
  border-radius: 49%;
}

.leadership-block .block-core .form-group .core-name {
  margin: 20px 0;
}

.leadership-block .block-core .form-group .core-position {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .block-bg .bg_text {
    font-size: 20px !important;
    margin-left: -100px;
    margin-top: -40px;
  }

  .leadership-block .block-director,
  .leadership-block .block-core,
  .about-block,
  .spares-block,
  .services-block,
  .block-map,
  .block-img,
  .block-contact,
  .block-frm,
  .block-about,
  .block-offer {
    min-width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 30px 0;
  }

  .block-offer .offer-bot {
    margin-top: 30px;
  }

  .leadership-block .block-director .col-lg-4,
  .leadership-block .block-director .col-lg-6,
  .spares-block .col-lg-4,
  .spares-block .col-lg-6,
  .services-block .col-lg-4,
  .services-block .col-lg-6 {
    float: none !important;
  }

  .leadership-block .block-director .bot-wrapper,
  .spares-block .bot-wrapper,
  .services-block .bot-wrapper {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }

  .leadership-block .block-director .bot-wrapper .bot-description,
  .spares-block .bot-wrapper .bot-description,
  .services-block .bot-wrapper .bot-description {
    margin: 0 !important;
  }

  .leadership-block .block-director .bot-wrapper .bot-title,
  .spares-block .bot-wrapper .bot-title,
  .services-block .bot-wrapper .bot-title {
    display: block !important;
    margin: 20px 0 !important;
  }

  .leadership-block .block-director .top-description,
  .spares-block .top-description,
  .services-block .top-description {
    text-align: center;
  }

  .leadership-block .block-core .col-lg-4 {
    float: none !important;
    margin-bottom: 50px;
  }

  .block-director .director-info {
    margin-top: 20px !important;
  }
}

