.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.nav-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.logo {
  display: block;
  width: 100%;
  max-width: 300px;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.espa {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.index_cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  -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;
  background-color: #3c3c3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_410963491.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_410963491.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cover_text_area {
  max-width: 400px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.index_cover_img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.service {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.nav_link {
  font-size: 15px;
  font-weight: 700;
}

.services {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: url('../images/fasa_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.service_header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.flex.fill {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex.fill.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.circle_icon {
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50%;
  background-color: #fff;
}

.icon {
  width: 32px;
}

.text-block {
  margin-left: 20px;
  font-weight: 700;
}

.mrg-b-20 {
  margin-bottom: 20px;
}

.paralax {
  background-color: #fff;
  background-image: url('../images/fasa_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-2 {
  width: 30%;
}

.paralax_text {
  max-width: 420px;
  font-size: 16px;
}

.stats {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/Layer-12.png');
  background-position: 80% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.footer {
  padding-top: 40px;
  background-color: #333;
}

.copy {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #575656;
  color: #fff;
  text-align: center;
}

.copy_link {
  color: #2daae1;
  font-weight: 600;
  text-decoration: none;
}

.footer_text {
  color: #fff;
}

.footer-link {
  color: #2daae1;
  text-decoration: none;
}

.pad-10 {
  padding: 10px;
}

.brand {
  float: none;
}

.menu-button {
  float: none;
}

.section_header {
  max-width: 700px;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px;
}

.icon_service {
  max-width: 45px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .index_cover_img {
    width: 100%;
  }
  .flex.phone-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .footer {
    text-align: center;
  }
}

