* {
  font-family: "Open Sans", sans-serif;
}

*:active {
  outline: none;
}

.video_contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

video {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

button:focus {
  outline: none;
}

html, body {
  overflow-x: hidden !important;
}

.container, .container-fluid {
  padding: 0;
}

.valign {
  height: 100%;
  margin: auto;
}

.h2, h2 {
  font-size: 2.25em;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #ed2c24;
}

.h3, h3 {
  font-size: 2em;
  font-weight: 700;
  font-style: italic;
  color: #ed2c24;
  margin-bottom: .5rem;
}

.h4, h4 {
  line-height: 2rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

p, ul, ul li {
  margin-bottom: 1rem;
  line-height: 2em;
}

.bold {
  font-weight: 800;
}

.btn-menu {
  font-size: 2em;
  color: #FFFFFF !important;
}

.btn-main {
  background: #ed2c24;
  border-radius: 0;
  font-weight: 800;
  padding: 1rem 2rem;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.btn-main:hover {
  background: #737476;
  color: #FFFFFF;
}

.main-menu {
  padding-top: 4rem !important;
}

.main-menu .desktop-menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.main-menu .desktop-menu ul li {
  margin-left: 4rem;
}

.main-menu .logo {
  width: 100%;
}

.mobile-menu {
  display: none;
  text-align: right;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.modal-content br {
  display: none;
}

.modal-content .modal-body ul {
  list-style: none;
  text-align: left;
}

.modal-content .modal-body ul li {
  margin-top: 2.5rem;
}

.modal-content .modal-body ul li a {
  color: #FFFFFF;
  border-bottom: 4px solid #ed2c24;
  font-weight: 600;
  font-size: 2em;
}

.modal-content .modal-title {
  font-size: 3em;
  font-weight: 600;
}

.modal-content .modal-header .close {
  font-size: 3em;
}

.modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: #737476;
}

.modal-header {
  border-bottom: 0px solid #737476;
}

.modal-header .close {
  padding: 2rem;
  margin: -1rem -1rem -1rem auto;
  color: #FFFFFF;
}

.main-menu {
  position: absolute;
  width: 100%;
  padding: 1rem 0rem;
  z-index: 100;
}

.main-menu ul li a {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: .05rem;
  text-shadow: 2px 2px 15px #222328;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.main-menu ul li a:hover {
  border-bottom: 3px solid #737476;
  text-decoration: none;
}

.intro {
  background: url("../images/matrix-header-man.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.intro .c-height {
  height: 60rem;
}

.intro h1 {
  color: #FFFFFF;
  font-weight: 800;
  line-height: 1.25em;
  padding: 2rem;
}

.intro.page {
  background: url("../images/top_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15rem;
}

.section-01 {
  margin-top: 6rem;
}

.section-01 .pod-container {
  padding: 4rem 1.5rem;
}

.section-01 .pod-container .pod {
  -webkit-box-shadow: 0px 8px 20px 2px rgba(14, 14, 59, 0.25);
          box-shadow: 0px 8px 20px 2px rgba(14, 14, 59, 0.25);
  padding: 4rem 2rem;
  height: 100%;
}

.section-01 .pod-container .pod h2 {
  font-size: 1.75em;
}

.section-01 .pod-container .pod .icon {
  width: 20%;
  margin-bottom: 1.25rem;
}

.section-01 .pod-container .pod p {
  margin: 0rem;
}

.section-02 {
  background: #f7fbff;
  padding: 4rem 1rem;
}

.section-02 .form-box {
  -webkit-box-shadow: 0px 8px 20px 2px rgba(14, 14, 59, 0.25);
          box-shadow: 0px 8px 20px 2px rgba(14, 14, 59, 0.25);
  padding: 4rem;
  background-color: #FFFFFF;
}

.section-02 .form-box h2 {
  text-transform: uppercase;
  color: #ed2c24;
}

.section-02 .form-box h2 span {
  font-weight: 800;
  color: #737476;
  font-size: 1.15em;
}

.section-02 p {
  margin: 1rem 0rem;
  font-weight: 600;
}

.section-10 .content {
  border: 4px solid #ed2c24;
  padding: 2rem 4rem;
  margin: 4rem 0rem;
}

.section-10 p {
  margin: 0rem;
}

.section-11 {
  position: relative;
  z-index: 1;
}

.section-11 .content {
  padding: 2rem;
}

.services .service {
  margin-bottom: 4rem;
}

.services .service img {
  -webkit-box-shadow: 0px 8px 20px 2px rgba(14, 14, 59, 0.25);
          box-shadow: 0px 8px 20px 2px rgba(14, 14, 59, 0.25);
}

.section-12 {
  margin-top: -10rem;
  position: relative;
  z-index: -0;
}

.section-12 img {
  position: relative;
  left: -6rem;
  width: 35%;
}

.footer {
  background: #737476;
  color: #FFFFFF;
  padding: 4rem;
  letter-spacing: 2px;
}

.section-50 {
  background: gray;
  color: white;
  padding: 6rem 0rem;
  padding-bottom: 2rem;
}

.section-50 h4 {
  text-transform: uppercase;
  letter-spacing: 6px;
}

.section-51 {
  margin-top: -8rem;
  margin-bottom: 6rem;
}

.section-51 .content {
  margin-top: 12rem;
  padding: 0rem 2rem;
}

.section-53 {
  padding: 4rem 2rem;
  padding-bottom: 6rem;
}

.section-53 h4 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 800;
}

.section-53 a {
  font-size: 1.75rem;
  color: #ed2c24;
  font-weight: 600;
  text-decoration: underline;
  line-height: 3rem;
}

.section-53 .fas {
  color: #ed2c24;
}

.modal-img {
  padding: .5rem;
}

.modal-content.gallery-img {
  background: rgba(0, 0, 0, 0.75);
}

.modal-content.gallery-img .modal-footer {
  border-top: 0px solid #dee2e6;
}

/* WordPress */
.widget {
  list-style: none;
  list-style-type: none;
}

.menu-item-has-children .sub-menu {
  display: none;
  padding: 1rem 1.5rem;
  position: absolute;
  z-index: 20;
  background: #FFFFFF;
  text-align: left;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu-item-has-children .sub-menu li {
  margin-left: 0;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* Five columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*# sourceMappingURL=style.css.map */