/* SCAFFOLDING
-------------------------------------------------- */
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  color: #333333;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 28px;
  line-height: 36px;
}

h2 {
  font-size: 26px;
  line-height: 34px;
}

h3 {
  font-size: 20px;
  line-height: 22px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a[href^="tel:"] {
  color: inherit;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
}
:-moz-placeholder { /* Firefox 18- */
  color: #757575;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
select,
textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
}

input[type=text]:active, select:active, textarea:active,
input[type=text]:focus, select:focus, textarea:focus  {
  border: 1px solid #d8b753;
}

textarea {
  resize: none;
  vertical-align: top
}

div img {
  line-height: 0;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
  display: inline-block;
}

button:focus {
  outline: transparent;
}

section {
  padding: 80px 0;
  position: relative;
}

.btn-default {
  background-color: #0a615b;
  border: 1px solid #0a615b;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 12px 26px;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  white-space: break-spaces;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #084844;
  border: 1px solid #084844;
  color: #ffffff;
  text-decoration: none;
}

.f12 {
  font-size: 12px;
  line-height: 20px;
}

.f14 {
  font-size: 14px;
  line-height: 22px;
}

.f16 {
  font-size: 16px;
  line-height: 24px;
}

.f18 {
  font-size: 18px;
  line-height: 26px;
}

.f20 {
  font-size: 20px;
  line-height: 28px;
}

.f22 {
  font-size: 22px;
  line-height: 30px;
}

.f24 {
  font-size: 24px;
  line-height: 32px;
}

.f28 {
  font-size: 28px;
  line-height: 36px;
}

.f32 {
  font-size: 32px;
  line-height: 40px;
}

.f300 {
  font-weight: 300;
}

.f400 {
  font-weight: 400;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

.white {
  background-color: #ffffff;
}

.grey {
  background-color: #f4f5f7;
}

.yellow {
  background-color: #ffe01b;
}

.blue {
  background-color: #0a615b;
}

.beige {
  background-color: #fbeeca;
}

.text-grey {
  color: #666666;
}

.text-blue {
  color: #0a615b;
}

/* FLATICON
-------------------------------------------------- */
@font-face {
  font-family: "Flaticon";
  src: url("../icons/Flaticon.eot");
  src: url("../icons/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../icons/Flaticon.woff2") format("woff2"),
       url("../icons/Flaticon.woff") format("woff"),
       url("../icons/Flaticon.ttf") format("truetype"),
       url("../icons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../icons/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-checked:before { content: "\f100"; }
.flaticon-call:before { content: "\f101"; }
.flaticon-whatsapp:before { content: "\f102"; }
.flaticon-mail:before { content: "\f103"; }

/* NAVIGATION
-------------------------------------------------- */
.navbar {
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
  height: 80px;
  padding: 22px 80px;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
  z-index: 11;
}

.navbar.no-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}

.navbar-brand {
  padding: 0;
  width: 150px;
}

.navbar.no-fixed .logo {
  display: none;
}

.navbar.no-fixed .logo-wh {
  display: block;
}

.navbar .navbar-nav .nav-link {
  border-bottom: 1px solid transparent;
  color: #333333;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 30px;
  padding: 0;
}

.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link:hover {
  border-bottom-color: #333333;
}

.navbar.fixed-top {
  background-color: #ffffff;
  /*padding: 15px 80px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;*/
}

.navbar.fixed-top .logo {
  display: block;
}

.navbar.fixed-top .logo-wh {
  display: none;
}

.navbar.fixed-top .navbar-nav .nav-link {
  color: #333333;
}

.navbar.fixed-top .navbar-nav .nav-link.current,
.navbar.fixed-top .navbar-nav .nav-link:hover {
  border-bottom-color: #333333;
}

.navbar .dropdown-toggle::after {
  content: "\f101";
  font-family: Flaticon;
  font-size: 12px;
  border: none;
  height: auto;
  width: auto;
  transform: rotate(90deg);
  vertical-align: baseline;
}

.navbar .action-btn {
  background-color: transparent;
  border: 1px solid #0a615b;
  border-radius: 50px;
  color: #0a615b;
  line-height: 34px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 35px;
  padding: 0 15px;
  text-decoration: none;
  position: relative;
}

.navbar .action-btn:hover {
  background-color: #0a615b;
  color: #ffffff;
}

.navbar .action-btn i {
  font-size: 22px;
  line-height: 34px;
  position: absolute;
  left: auto;
  top: auto;
}

.navbar .action-btn span {
  padding-left: 28px;
}

.navbar.fixed-top .action-btn {
  border: 1px solid #0a615b;
}

/* FOOTER
-------------------------------------------------- */
.footer {
  background-color: #084844;
  color: #e6e6e6;
  padding: 15px 0;
  position: relative;
}

/* HOMEPAGE
-------------------------------------------------- */
.section-banner {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.section-banner .banner-content {
  padding: 50px 0 0;
}

.section-banner h1 {
  font-size: 40px;
  line-height: 48px;
}

.section-banner p {
  margin: 15px 0 30px;
  font-size: 18px;
  line-height: 26px;
}

.main-content {
  position: relative;
}

.section-service .service-offer li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}

.section-service .service-offer li::before {
  content: "\f100";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Flaticon";
  font-size: 22px;
  line-height: 24px;
}

.section-cta {
  position: relative;
  display: none;
}

/*.section-cta::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 5;
}*/

.section-cta h2 {
  font-size: 28px;
  line-height: 36px;
}

.section-cta .cta-content {
  padding: 25px;
  border-radius: 25px;
}

.section-cta .cta-content p span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.section-cta .cta-content p span::before {
  content: "|";
  position: absolute;
  left: 6px;
  top: -2px;
}

.section-offer {
  display: none;
}

.section-offer .service-list {
  margin: 0;
}

.section-offer .box {
  border: 1px solid #ffffff;
  margin-top: -1px;
  padding: 50px 50px 45px;
  position: relative;
}

.section-offer .box.even {
  margin-left: -1px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
.input {
  border: 1px solid #C8C8C8;
  font-weight: 400;
  font-size: 16px;
  color: #6c757d;
  border-radius: 0;
  letter-spacing: 0;
  line-height: 20px;
  box-sizing: border-box;
  background-color: white;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
  transition: all 250ms ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
.input:focus,
input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="search"]:active,
input[type="url"]:active,
textarea:active,
.input:active {
  border: 1px solid #ef7f1b;
  box-shadow: inset 0 0 0 1px rgba(239,127,27,1);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder,
.input::placeholder{
  color: rgba(255,255,255,0);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="url"],
.input {
  border-radius: 5px;
  height: 52px;
  padding: 25px 10px 5px 10px;
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
  border-radius: 5px;
}

.input-field {
  position: relative;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0;
  margin-bottom: 20px;
}

.input-field > label {
  font-family: sans-serif;
  position: absolute;
  top: 0;
  left: 2px;
  background-color: rgba(255,255,255,0);
  padding: 0 9px;
  box-sizing: border-box;
  cursor: text;
  text-align: left;
  transition: all 250ms ease-in-out;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
  letter-spacing: 0;
  line-height: 52px;
  z-index: 1;
}

.input-field.focus > label, .input-field.active > label {
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 14px;
  top: 2px;
  padding-top: 9px;
  border-radius: 0;
}

.input-field.textarea.focus > label, .input-field.textarea.active > label {
  background-color: rgba(255,255,255,1);
  width: calc(100% - 4px);
}

.input-field textarea {
  border-radius: 5px;
  border-color: #c8c8c8;
  padding: 25px 10px 5px 10px;
  height: 150px;
  width: 100%;
}

.input-field.focus input[type="text"],
.input-field.focus input[type="email"],
.input-field.focus input[type="password"],
.input-field.focus input[type="number"],
.input-field.focus input[type="tel"],
.input-field.focus input[type="search"],
.input-field.focus input[type="url"],
.input-field.focus textarea,
.input-field.focus .input {
  box-shadow: inset 0 0 0 1px rgba(239,127,27,1);
}

.input-field.active input[type="text"],
.input-field.active input[type="email"],
.input-field.active input[type="password"],
.input-field.active input[type="number"],
.input-field.active input[type="tel"],
.input-field.active input[type="search"],
.input-field.active input[type="url"],
.input-field.active textarea,
.input-field.active .input {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
  border-color: #ef7f1b;
}

.form-disclaimer span {
  position: relative;
  padding-left: 20px;
}

.form-disclaimer span::before {
  content: "\f100";
  font-family: "Flaticon";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.form-disclaimer span a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
}

.form-disclaimer span a:hover {
  border-bottom: 1px solid #333;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1199.98px) {
}

@media (min-width: 992px) {
  a[href^="tel:"] {
    cursor: auto;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 22px 50px;
  }

  .navbar.fixed-top {
    padding: 15px 50px;
  }

  .main-content img {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  section {
    padding: 50px 0;
  }

  .navbar {
    height: 60px;
  }

  .navbar.no-fixed {
    padding: 12px 15px;
  }

  .navbar .navbar-collapse {
    background-color: #fff;
    margin-top: 15px;
  }

  .navbar.fixed-top {
    padding: 12px 15px;
  }

  .navbar.fixed-top .navbar-collapse {
    margin-top: 30px;
  }

  .navbar .dropdown-item {
    padding: 0;
  }

  .navbar-brand,
  .navbar.fixed-top .navbar-brand {
    width: 100px;
  }

  .navbar .navbar-nav .nav-link {
    color: #333333;
    margin: 0;
  }

  .navbar .navbar-nav .nav-item {
    border-top: 1px solid #d8d8d8;
    padding: 5px 15px 5px 15px;
  }

  .navbar.fixed-top .navbar-nav .nav-link.current,
  .navbar.fixed-top .navbar-nav .nav-link:hover {
    border-bottom-color: transparent;
  }

  .navbar .dropdown-toggle::after {
    position: absolute;
    top: auto;
    right: 30px;
  }

  .navbar .action-btn {
    /*position: absolute;
    top: 12px;
    right: 50px;*/
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    z-index: 13;
    background-color: #0a615b;
    color: #ffffff;
  }

  .navbar .action-btn i {
    margin-right: 0;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    left: 5px;
    top: 0;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    font-size: 24px;
    color: #333333;
  }

  .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #333333;
  }

  .hamburger-box {
    width: 26px;
    height: 18px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 2px;
    background-color: #333333;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger-inner::before {
    top: -10px;
  }

  .hamburger-inner::after {
    bottom: -10px;
  }

  .hamburger--spring .hamburger-inner {
    top: 5px;
    transition: background-color 0s 0.13s linear;
  }

  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }

  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }

  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }

  .hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  }

  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  }

  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .section-banner {
    padding: 50px 0;
  }

  .section-offer .box {
    padding: 30px 30px 25px;
  }

  .section-offer .box.even {
    margin-left: 0;
  }

  .section-cta h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-cta .f22 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-cta .f18 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-cta .f32 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-cta .cta-content p span {
    padding-left: 0;
    display: block;
  }

  .section-cta .cta-content p span::before {
    display: none;
  }
}