* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1c1c1a;
  background-color: #fff;
}

a {
  color: #ff9400;
  text-decoration: none;
}

.form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #cfd6ce;
  border-radius: 3px;
  background-color: #fff;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
}

.container {
  padding: 15px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.container.container-small {
  max-width: 750px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-blue {
  color: #005a70;
}

.color-orange {
  color: #ff9400;
}

.color-white {
  color: #fff;
}

.wrapper {
  width: 100%;
}

.clear {
  clear: both;
}

.gray-bg {
  background-color: #f7f7f7;
}

h1 {
  font-family: "Roboto", sans-serif;
}

.small-label {
  font-size: 12px;
  font-weight: bold;
}
.small-label a {
  color: #ff9400;
}

.d-btn {
  background-color: #005a70;
  padding: 10px 15px;
  color: #222;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.d-btn:hover {
  background-color: #005a70;
  color: #222;
}
.d-btn.d-btn-secondary {
  background-color: #fff;
  color: #ff9400;
  border: 1px solid #ff9400;
}
.d-btn.d-btn-secondary:hover {
  background-color: #ff9400;
  color: #fff;
}
.d-btn.d-btn-primary {
  background-color: #005a70;
  color: #fff;
  border: 1px solid #005a70;
}
.d-btn.d-btn-primary:hover {
  background-color: #005a70;
  color: #fff;
}

.secondary-box {
  padding: 30px;
  background-color: #ff9400;
  color: #fff;
  border-radius: 0 25px 0 25px;
  margin-bottom: 120px;
  margin-top: -140px;
}
.secondary-box .section-title-container {
  margin-bottom: 40px !important;
}
.secondary-box.box-radius-bottom-left {
  border-radius: 0 0 0 25px;
}
.secondary-box.box-radius-bottom-right {
  border-radius: 0 0 25px 0;
  text-align: right;
}

.primary-box {
  padding: 30px;
  background-color: #005a70;
  color: #fff;
  border-radius: 0 25px 0 25px;
}
.primary-box.box-radius-bottom-left {
  border-radius: 0 0 0 25px;
}
.primary-box.box-radius-bottom-right {
  border-radius: 0 0 25px 0;
}

.box-subtitle-container {
  border-bottom: 1px dashed #fff;
  border-top: 1px dashed #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 12px;
}

.ball-bg {
  background-image: url("../media/images/ball-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.p-big-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title {
  font-family: "Roboto", sans-serif;
  margin-bottom: 3px;
  text-align: center;
  font-size: 32px;
}

.section-title-container {
  margin-bottom: 50px !important;
}

.section-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.section-about {
  margin-top: 140px;
  background-image: url("../media/images/sea-gray-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom;
}

.section-service .row {
  background-image: url("../media/images/balls-right.png"), url("../media/images/balls-left.png");
  background-repeat: no-repeat;
  background-position: right, left;
  background-size: auto 100%, auto 100%;
}

.icon-list-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.icon-list-text {
  font-size: 12px;
  margin-bottom: 30px;
  line-height: 18px;
}

.list-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item-list-container .col-item {
  margin-bottom: 60px;
}

.item-list-simple-container {
  margin-top: 50px;
}
.item-list-simple-container .item-list-simple {
  float: left;
  width: 25%;
  text-align: center;
}
.item-list-simple-container .item-list-simple .icon-list-title {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.main-banner {
  position: relative;
  width: 100vw;
}
.main-banner .main-banner-img {
  width: 100vw;
}

.main-banner-container {
  top: 0;
  position: absolute;
  font-size: 14px;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
.main-banner-container .container.main-banner-container-inside {
  padding: 90px;
}
.main-banner-container .main-banner-slogan {
  font-weight: bold;
}
.main-banner-container .main-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 50px;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.main-banner-container .main-banner-subtitle {
  margin-top: 20px;
  color: #fff;
}
.main-banner-container .main-banner-cta {
  width: 50%;
  bottom: -3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.main-banner-container .main-banner-cta .main-banner-cta-btn {
  background-color: #ff9400;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  margin-bottom: -6px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.main-banner-container .main-banner-cta .main-banner-line {
  height: 6px;
  background-color: #ff9400;
  border-radius: 3px;
}

.main-header {
  background-color: #f2f7f8;
}

.header-container {
  position: relative;
}
@media (max-width: 900px) {
  .header-container {
    text-align: center;
    padding-bottom: 0;
  }
}
.header-container .logo {
  position: relative;
  float: left;
  max-width: 200px;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .header-container .logo {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.header-container .navigation-container {
  position: relative;
  float: right;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .header-container .navigation-container {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
}

.main-navigation-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.main-navigation-list li {
  float: left;
  margin-right: 50px;
}
@media (max-width: 900px) {
  .main-navigation-list li:last-child {
    margin-right: 0;
  }
}
.main-navigation-list li a {
  padding: 8px 0px;
  border-top: 3px solid transparent;
  text-transform: uppercase;
  font-size: 16px;
  color: #1c1c1a;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: inline-block;
}
.main-navigation-list li a:hover, .main-navigation-list li a.link-active {
  border-top: 3px solid #ff9400;
}

.contact-bar {
  width: 100%;
  background-color: #005a70;
  color: #fff;
  position: relative;
}
.contact-bar .contact-bar-container {
  position: relative;
}
.contact-bar ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
  margin-right: 200px;
}
.contact-bar ul li {
  float: left;
  margin-right: 40px;
}
.contact-bar ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.contact-bar ul li a i {
  color: #ff9400;
  margin-right: 6px;
}
.contact-bar .service-btn-top {
  background-color: #ff9400;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.contact-bar .service-btn-top:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  right: -9px;
  bottom: 0;
  border-top: 9px solid #a65f00;
  border-right: 9px solid transparent;
}
.contact-bar .service-btn-top a {
  font-weight: bold;
  font-size: 14px;
  padding: 20px 20px;
  display: inline-block;
}

footer {
  background-color: #005a70;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
footer .container {
  background-image: url("../media/images/ball-symbol-footer.png");
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-background-size: 85px 85px;
  background-size: 85px 85px;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer address {
  font-style: normal;
  font-size: 14px;
}
footer .footer-navigation-list {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .footer-navigation-list li {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
footer .footer-navigation-list li:last-child {
  margin-right: 0;
}
footer .footer-navigation-list li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #ff9400;
}

.big-banner {
  color: #fff;
  background-color: #d72b2b;
  background-image: url("../media/images/siren-balls.jpg");
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 50px 0px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
@media (max-width: 900px) {
  .big-banner {
    background-position: top right;
    background-size: 214px auto;
    padding-bottom: 30px;
  }
}
.big-banner .big-banner-content {
  padding-right: 300px;
}
@media (max-width: 900px) {
  .big-banner .big-banner-content {
    padding-right: inherit;
  }
}
.big-banner .big-banner-text-bottom {
  margin-top: 50px;
}
@media (max-width: 900px) {
  .big-banner .big-banner-text-bottom {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .big-banner .big-banner-text {
    text-align: justify;
  }
}
.big-banner .big-banner-text .big-banner-text-top {
  display: block;
}
@media (max-width: 900px) {
  .big-banner .big-banner-text .big-banner-text-top {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.big-banner .main-title {
  font-size: 50px;
  margin-bottom: 55px;
  line-height: initial;
}
@media (max-width: 900px) {
  .big-banner .main-title {
    font-size: 40px;
    max-width: 300px;
  }
}
.big-banner .support-blue-phone-container {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #005a70;
  padding: 14px 28px;
  position: absolute;
  bottom: 0;
  right: 15px;
  transform: translateY(50%);
  line-height: initial;
}
@media (max-width: 900px) {
  .big-banner .support-blue-phone-container {
    position: inherit;
    transform: inherit;
    border-radius: 0;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
  }
}
.big-banner .support-blue-phone-container .support-blue-phone-container-header {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 900px) {
  .big-banner .support-blue-phone-container .support-blue-phone-container-header {
    text-align: center;
  }
}
.big-banner .support-blue-phone-container .support-blue-phone-container-content {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: bold;
}

.section-support {
  background-image: url("../media/images/balls-support.png");
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 900px) {
  .section-support .container {
    padding-top: 0;
  }
}
@media (max-width: 900px) {
  .section-support {
    padding-top: 0;
    -webkit-background-size: auto 500px;
    background-size: auto 500px;
    background-position: left bottom;
  }
}

.image-heli {
  background-image: url("../media/images/heli.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 600px;
  width: 600px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-100%);
  margin-left: -100px;
}
@media (max-width: 900px) {
  .image-heli {
    position: relative;
    bottom: -54px;
    transform: translateX(-50%);
    margin-left: 0;
    height: 450px;
    width: 450px;
  }
}

.support-item {
  color: #d72b2b;
  border-bottom: 1px dashed #d72b2b;
  padding: 20px 0px;
  padding-bottom: 30px;
}
@media (max-width: 900px) {
  .support-item {
    text-align: center;
  }
}
.support-item h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
}
.support-item p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}

.section-about-us {
  background-color: #005a70;
  color: #fff;
  background-image: url("../media/images/balls-about-top.png"), url("../media/images/balls-about-bottom.png");
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 450px auto, auto 450px;
}
.section-about-us.section-sub-general .section-sub-general-left {
  height: 800px;
  border-bottom: 0;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .section-about-us.section-sub-general .section-sub-general-left {
    height: 400px;
  }
}
@media (max-width: 900px) {
  .section-about-us .p-big-margin {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .section-about-us .about-us-icon-bar {
    display: none;
  }
}

.banner-orange-label {
  background-color: #ff9400;
  padding: 40px 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 900px) {
  .banner-orange-label {
    top: inherit;
    bottom: 0;
    transform: inherit;
  }
}

.code {
  background-image: url("../media/images/balls-code.png"), url("../media/images/balls-code-bottom.png");
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 30% auto, 30% auto;
}

.section-sub-general {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}
.section-sub-general h2 {
  margin-top: 50px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 900px) {
  .section-sub-general h2 {
    text-align: center;
  }
}
.section-sub-general .container {
  max-width: 100%;
}
.section-sub-general .container:first-child {
  padding-top: 0;
}
.section-sub-general .section-sub-general-left {
  width: 40%;
  height: 600px;
  float: left;
  background-image: url("../media/images/webdesign-placeholder.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  border-bottom: 25px solid #005a70;
  border-radius: 0 0 15px 0;
  position: relative;
}
@media (max-width: 900px) {
  .section-sub-general .section-sub-general-left {
    width: 100%;
  }
}
.section-sub-general .section-sub-general-left .code-badge {
  background-image: url("../media/images/code.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
.section-sub-general .section-sub-general-right {
  width: 60%;
  float: left;
  padding: 50px;
  /*max-width: 745px;
  padding-right: 0;*/
  text-align: justify;
}
@media (max-width: 900px) {
  .section-sub-general .section-sub-general-right {
    width: 100%;
    padding: 15px;
  }
}
.section-sub-general .main-title-secondary {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 900px) {
  .section-sub-general .main-title-secondary {
    text-align: center;
  }
}
.section-sub-general .main-title-secondary .main-title-secondary-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: normal;
}
.section-sub-general .quote {
  padding: 20px;
  margin: 0 auto;
  display: inline-block;
}
.section-sub-general .quote .quote-text {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.section-sub-general .quote .quote-name {
  text-align: right;
}

.section-sub-general-boxes .secondary-box {
  margin-top: 0;
  margin-bottom: 0;
}

.box-item {
  border-bottom: 1px dashed #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}
.box-item:first-child {
  padding-top: 0;
}
.box-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.box-item h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
}
.box-item p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}

.col-item p:first-child {
  margin-top: 0;
}

.col-item p:last-child {
  margin-bottom: 0;
}

.col-item {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-third {
  width: 33.33333333%;
}

.col-half {
  width: 50%;
}

.col-full {
  width: 100%;
}

@media (max-width: 599px) {
  /*iphone etc*/
  .col-third-xs {
    width: 33.33333333%;
  }

  .col-half-xs {
    width: 50%;
  }

  .col-full-xs {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  /*tablet portrait*/
}
@media (min-width: 600px) {
  /*tablet portrait up*/
  .col-third-xs {
    width: 33.33333333%;
  }

  .col-half-xs {
    width: 50%;
  }

  .col-full-xs {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  /*tablet landscape only*/
}
@media (min-width: 900px) {
  /*tablet landscape up*/
  .col-third-m {
    width: 33.33333333%;
  }

  .col-half-m {
    width: 50%;
  }

  .col-full-m {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  /*desktop*/
}
@media (min-width: 1200px) {
  /*desktop up*/
  .col-third-lg {
    width: 33.33333333%;
  }

  .col-half-lg {
    width: 50%;
  }

  .col-full-lg {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  /*big desktop up*/
}

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