@charset "UTF-8";
.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .text-right-md {
    text-align: right;
  }
}

.display-none {
  display: none;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.full-height {
  height: 100%;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes bounce {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 5%;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-down {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade-in-down {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounce {
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(20px);
            transform: translatey(20px);
  }
}
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -15px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 15px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
    opacity: 0;
  }
}
.delayed {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  background: #222;
  position: relative;
}
body.loading {
  overflow: hidden;
  height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

#page-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: white;
}

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #132539;
  z-index: 99;
  height: 100%;
  border: solid 10px white;
  text-align: center;
}
#preloader .upper img {
  width: 200px;
  margin-bottom: 30px;
}
#preloader .lower svg {
  fill: rgba(0, 0, 0, 0.67) !important;
}

@-webkit-keyframes graidnet-scroll {
  0% {
    background-position: 0% 45%;
  }
  50% {
    background-position: 100% 56%;
  }
  100% {
    background-position: 0% 45%;
  }
}
@keyframes graidnet-scroll {
  0% {
    background-position: 0% 45%;
  }
  50% {
    background-position: 100% 56%;
  }
  100% {
    background-position: 0% 45%;
  }
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

.header-nav .nav {
  display: block;
}
.header-nav .nav .nav-item a {
  padding: 0;
}
.header-nav ul {
  width: 100%;
  margin-bottom: 0px;
  list-style-type: none;
  padding-top: 0px;
  font-family: "Oswald", sans-serif;
  padding-left: 0px;
}
.header-nav ul li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.header-nav ul li .border-left {
  margin-left: 15px;
  height: 36px;
  display: inline-block;
}
.header-nav ul li a, .header-nav ul li button {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.97);
  margin: 0px 20px;
  position: relative;
  top: -1px;
}
@media (max-width: 1199px) {
  .header-nav ul li a, .header-nav ul li button {
    margin: 0px 10px;
  }
}
.header-nav ul li a:hover, .header-nav ul li button:hover {
  text-decoration: none;
  color: #52b0d8;
}
.header-nav ul li a.active, .header-nav ul li button.active {
  color: #52b0d8;
}
.header-nav ul li.phone {
  position: absolute;
  right: 0px;
  top: -2px;
  margin-left: 50px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav ul li.phone i {
  margin-right: 15px;
  position: relative;
  display: inline;
  font-size: 30px;
  top: 2px;
}
@media (max-width: 767px) {
  .header-nav ul li.phone i {
    margin-left: 12px;
    margin-right: 0px;
  }
}
.header-nav ul li.phone a {
  display: inline-block;
  font-size: 20px;
  color: white;
  font-weight: 700;
}
.header-nav ul li.active a {
  color: white;
}
.header-nav .btn {
  width: 95px;
  color: white;
  position: relative;
  top: 0px;
}

.mobile-toggle {
  float: right;
  background: none;
  border: none;
  font-size: 25px;
  position: relative;
  padding: 10px;
  top: -11px;
  outline: 0px;
  cursor: pointer;
}
.mobile-toggle:hover {
  text-decoration: none;
}
.mobile-toggle:focus {
  outline: 0px !important;
}
@media (min-width: 992px) {
  .mobile-toggle {
    display: none;
  }
}
.mobile-toggle .call-now {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 5px;
  opacity: 0;
}

.header.active .call-now {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header {
  background-color: rgba(255, 255, 255, 0);
  padding: 30px 25px;
  padding-top: 23px;
  color: white;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  height: 66px;
  max-width: 1920px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@media (max-width: 767px) {
  .header {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.header .logo {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  display: inline-block;
  margin-top: 2px;
  font-weight: 700;
  -webkit-transform: translateX(18px) translateY(32px);
          transform: translateX(18px) translateY(32px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  white-space: nowrap;
}
.header .logo span {
  display: inline-block;
  font-size: 20px;
  color: white;
  font-weight: 700;
  margin-left: 0px;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
  position: relative;
  -webkit-transform: translateX(10px) translateY(4px);
          transform: translateX(10px) translateY(4px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .logo img {
  height: 50px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .header .logo {
    -webkit-transform: translateX(0px) translateY(9px);
            transform: translateX(0px) translateY(9px);
  }
  .header .logo img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .header .logo span {
    -webkit-transform: translateX(0px) translateY(4px);
            transform: translateX(0px) translateY(4px);
  }
}
.header .logo .fa-circle {
  color: #132539;
}
.header .logo:hover {
  text-decoration: none;
}
.header .nav {
  -webkit-transform: translateX(0px) translateY(48px);
          transform: translateX(0px) translateY(48px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header .nav.right {
  -webkit-transform: translateX(-30px) translateY(48px);
          transform: translateX(-30px) translateY(48px);
}
@media (max-width: 767px) {
  .header .nav.right {
    -webkit-transform: translateX(-15px) translateY(23px);
            transform: translateX(-15px) translateY(23px);
  }
}
.header .mobile-toggle {
  -webkit-transform: translateX(0px) translateY(7.5px);
          transform: translateX(0px) translateY(7.5px);
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 768px) and (max-width: 992px) {
  .header .mobile-toggle {
    -webkit-transform: translateX(-15px) translateY(25px);
            transform: translateX(-15px) translateY(25px);
  }
}
.header.active {
  background-color: #132539;
}
.header.active .logo {
  color: white;
  -webkit-transform: translateX(-20px) translateY(-16px);
          transform: translateX(-20px) translateY(-16px);
}
.header.active .logo img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.header.active .logo span {
  -webkit-transform: translateX(0px) translateY(4px);
          transform: translateX(0px) translateY(4px);
}
.header.active .nav {
  -webkit-transform: translateX(0px) translateY(-3px);
          transform: translateX(0px) translateY(-3px);
}
.header.active .nav.right {
  -webkit-transform: translateX(0px) translateY(-3px);
          transform: translateX(0px) translateY(-3px);
}
.header.active .nav ul li a {
  color: white, 0.5;
}
.header.active .mobile-toggle {
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.header.active .phone i {
  color: rgba(255, 255, 255, 0.4);
}

.hero {
  position: relative;
  border: solid 10px white;
  background-image: url("../img/water-bg2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  text-align: center;
  max-height: 945px;
  max-width: 1920px;
}
.hero .dot-matrix {
  height: 100%;
  width: 100%;
  background: url("../img/dot-matrix.png") repeat center;
  background-size: 10px 10px;
}
.hero .overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 30px;
}
.hero h1 {
  font-size: 50px;
  color: white;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
@media (max-width: 575px) {
  .hero h1 {
    font-size: 35px;
  }
}
.hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.97);
  max-width: 500px;
  margin: 0 auto;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
@media (max-width: 575px) {
  .hero p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.97);
  }
}
.hero a, .hero button {
  color: white;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  padding: 15px 30px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hero a:hover, .hero button:hover {
  color: white;
  border-color: white;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.hero #initial {
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hero #initial.down {
  -webkit-transform: translateX(0px) translateY(15px);
          transform: translateX(0px) translateY(15px);
  opacity: 0;
}

.js-hiraku-offcanvas-body-moving .header,
.js-hiraku-offcanvas-body-right .header {
  background-color: #111;
}
.js-hiraku-offcanvas-body-moving .header .logo,
.js-hiraku-offcanvas-body-right .header .logo {
  color: white;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.js-hiraku-offcanvas-body-moving .header .nav,
.js-hiraku-offcanvas-body-right .header .nav {
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.js-hiraku-offcanvas-body-moving .header .mobile-toggle,
.js-hiraku-offcanvas-body-right .header .mobile-toggle {
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.js-hiraku-offcanvas-body-moving .header .phone i,
.js-hiraku-offcanvas-body-right .header .phone i {
  color: rgba(255, 255, 255, 0.4);
}

html body [data-ca3_iconfont=ETmodules]::before {
  font-family: "ETmodules";
}

[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.scroll-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: default;
  height: 45px;
  width: 60px;
  margin: 0px 0 0 -22.5px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 45px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@media (max-height: 400px) {
  .scroll-arrow {
    display: none;
  }
}
@media (max-width: 575px) {
  .scroll-arrow {
    bottom: 20px;
  }
}

#sold-anchor,
#about-anchor,
#testimonial-anchor,
#contact-anchor,
#stylists-anchor,
#salon-anchor,
#service-anchor,
#gallery-anchor,
#location-anchor,
#boat-anchor {
  display: block;
  position: relative;
  top: -120px;
}

#service-anchor {
  top: 0px;
}

#gallery-anchor {
  top: -120px;
}

#home-anchor {
  display: block;
  position: relative;
  top: -15px;
  visibility: hidden;
}

.footer-nav {
  display: none;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .footer-nav {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    height: auto;
    background: #132539;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .footer-nav ul {
    list-style: none;
    font-size: 0px;
    width: 100%;
    display: block;
    height: 60px;
    padding-left: 0px;
  }
  .footer-nav ul li {
    display: inline-block;
    padding-top: 2px;
    width: 20%;
    font-size: 13px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-nav ul li i, .footer-nav ul li svg {
    display: block;
    font-size: 20px;
    margin: 2px 0px;
    color: rgba(255, 255, 255, 0.9);
    height: 23px;
    margin: 0 auto;
    margin-bottom: 3px;
  }
  .footer-nav ul li span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer-nav ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .footer-nav ul li a:hover, .footer-nav ul li a:visited, .footer-nav ul li a:active, .footer-nav ul li a:focus {
    text-decoration: none !important;
    outline: 0;
  }
  .footer-nav ul li a:active i {
    color: #9a9a9a;
  }
  .footer-nav ul li a:active span {
    color: #888;
  }
}
.footer-nav.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.about,
.about2,
.about3 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .about,
.about2,
.about3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about h2,
.about2 h2,
.about3 h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 35px;
}
.about label,
.about2 label,
.about3 label {
  color: rgba(0, 0, 0, 0.5);
}
.about p,
.about ul,
.about2 p,
.about2 ul,
.about3 p,
.about3 ul {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.67);
  text-align: justify;
}
.about ul,
.about2 ul,
.about3 ul {
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about .container {
    width: 100%;
    max-width: calc(100% - 45px);
  }
}

.about2,
.about3 {
  border: none !important;
}
@media (min-width: 768px) {
  .about2 img,
.about3 img {
    max-width: 445px;
  }
}
.about2 .location,
.about3 .location {
  margin-top: 30px;
}
.about2 .location b,
.about3 .location b {
  font-weight: 600;
  font-size: 18px;
}
.about2 .btn,
.about3 .btn {
  min-width: 180px;
}
.about2 .btn i, .about2 .btn svg,
.about3 .btn i,
.about3 .btn svg {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.about2 .btn--book,
.about3 .btn--book {
  background: #222;
  border-color: #222;
  color: white;
}
.about2 .btn--book:hover,
.about3 .btn--book:hover {
  background: black;
  border-color: black;
  color: white;
}
.about2.gray,
.about3.gray {
  background: #fafafa;
}
.about2 .top-padded, .about2.top-padded,
.about3 .top-padded,
.about3.top-padded {
  padding-top: 30px;
}
.about2 h3,
.about3 h3 {
  font-weight: 600;
}
.about2 .card h3,
.about3 .card h3 {
  margin-bottom: 5px;
}

.about3 img {
  max-width: 100%;
}
.about3.pull-bottom {
  padding-bottom: 45px;
}
.about3.pull-top {
  padding-top: 45px;
}
.about3.lower-cards .card {
  border: solid 1px #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .about3.lower-cards .card {
    text-align: center;
  }
}
.about3.lower-cards .card h3 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.about3.lower-cards .card .location {
  margin-top: 15px;
}
.about3.lower-cards .card .location a {
  margin-top: 0px;
}
.about3.lower-cards .card .card-lower {
  padding: 25px 30px 30px 30px;
}
.about3.lower-cards .card .card-lower h3 {
  font-weight: 500;
}

.btn {
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.67);
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  padding: 15px 30px;
  border: solid 1px rgba(0, 0, 0, 0.7);
  border-radius: 3px !important;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn:hover {
  color: black;
  border-color: black;
}
.btn.btn-red {
  background: #247ba0 !important;
  border-color: #247ba0 !important;
}
.btn.btn-red:hover {
  background: #1f6b8b;
}

.services {
  background-image: url("../img/water-bg2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.services .content {
  padding: 120px;
}
@media (max-width: 1199px) {
  .services .content {
    padding: 30px;
  }
}
.services .card {
  min-height: 100px;
  max-width: 1200px;
  padding: 80px 60px;
  margin: 0 auto;
  border: none;
  margin-bottom: 30px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .services .card {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .services .card {
    min-height: 418px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .services .card {
    min-height: 468px;
  }
}
@media (min-width: 1220px) {
  .services .card {
    min-height: 446px;
  }
  .services .card.card4, .services .card.card5, .services .card.card6 {
    min-height: 350px;
  }
}
@media (min-width: 1315px) {
  .services .card {
    min-height: 424px;
  }
  .services .card.card4, .services .card.card5, .services .card.card6 {
    min-height: 350px;
  }
}
@media (min-width: 1387px) {
  .services .card {
    min-height: 400px;
  }
  .services .card.card4, .services .card.card5, .services .card.card6 {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .services .card {
    padding: 45px 15px;
  }
}
.services .card h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 35px;
}
.services .card label {
  color: rgba(0, 0, 0, 0.5);
}
.services .card p {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.67);
  text-align: justify;
}
@media (min-width: 768px) {
  .services .card .service-row {
    margin-top: 60px;
  }
}
.services .card .service-row div {
  text-align: center;
  font-weight: bold;
}
.services .card .service-row div i, .services .card .service-row div svg {
  display: block;
}
.services .card .service-row .service {
  display: block;
  margin-bottom: 60px;
}
.services .card .service-row .service i, .services .card .service-row .service svg {
  font-size: 40px;
  color: #247ba0;
  margin-bottom: 15px;
}
.services .card .card {
  padding: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.services .card .card .upper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.services .card .card .lower {
  padding: 30px;
}
.services .card .card p {
  font-size: 16px;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.services .dot-matrix {
  height: 100%;
  width: 100%;
  background: url("../img/dot-matrix.png") repeat center;
  background-size: 10px 10px;
}
.services .overlay {
  height: 100%;
  width: 100%;
  background: rgba(39, 39, 39, 0.6);
}

.gallery {
  padding: 120px 0 80px;
}
@media (max-width: 575px) {
  .gallery {
    padding: 45px 0 45px;
  }
}
.gallery h2 {
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 35px;
}
.gallery label {
  color: rgba(0, 0, 0, 0.5);
}
.gallery p {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.67);
  text-align: justify;
  max-width: 375px;
  margin: 0 auto;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: 45px;
}
.gallery .gallery-row .col,
.gallery .gallery-row .col-6 {
  padding: 2px;
}
.gallery a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.gallery a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.contact h2 {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.contact button {
  color: white;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  padding: 15px 30px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contact button:hover {
  color: white;
  border-color: white;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pulse-me {
  -webkit-animation-name: color-pulse;
          animation-name: color-pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes color-pulse {
  0% {
    color: rgba(255, 255, 255, 0.76);
  }
  50% {
    color: rgba(255, 255, 255, 0.1);
  }
  100% {
    color: rgba(255, 255, 255, 0.76);
  }
}

@keyframes color-pulse {
  0% {
    color: rgba(255, 255, 255, 0.76);
  }
  50% {
    color: rgba(255, 255, 255, 0.1);
  }
  100% {
    color: rgba(255, 255, 255, 0.76);
  }
}
input, textarea, .form-control {
  border-radius: 0px;
  border: solid 1px white;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 19px;
}
input:focus, textarea:focus, .form-control:focus {
  border: solid 3px #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 17px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.67);
}
.form-group label span.optional {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.form-group .fa, .form-group .far, .form-group .fas, .form-group svg {
  font-size: 19px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.form-group .fa-lock {
  right: 22px;
}
.form-group.margin-pull {
  margin-bottom: 5px;
}
.form-group select {
  height: 50px;
}

.form-group {
  text-align: left;
}
.form-group .label {
  color: rgba(255, 255, 255, 0.5);
}
.form-group .label .required {
  color: #e55;
  margin-right: 5px;
  font-size: 12px;
  position: relative;
  top: -1px;
}
@media (max-width: 575px) {
  .form-group .label .visible-xs {
    display: inline-block !important;
  }
}
.form-group:after {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-group.has-success:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  color: #31cb00;
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.form-group.has-error:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  color: #be1e2d;
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.form-group.has-feedback .form-control:after {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-group.has-feedback .form-control.valid:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  color: #31cb00;
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.form-group.has-feedback .form-control.error:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  color: #be1e2d;
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.form-group.has-feedback label.error {
  display: none !important;
}
.form-group .help-block {
  display: none !important;
}

.custom-select {
  color: #495057;
}
.custom-select:focus {
  border: solid 3px #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input {
  height: 50px;
}

textarea {
  width: 100%;
  height: 150px;
}

.contact {
  background: #0d1926;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .contact {
    padding-bottom: 150px;
  }
}
.contact hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 45px;
}
.contact input, .contact textarea {
  margin-bottom: 30px;
}
.contact label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
.contact .btn.disabled {
  opacity: 1;
  cursor: not-allowed;
}

.card {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  margin-bottom: 30px;
}
.card .card-lower {
  padding: 45px;
}
.card .card-lower p {
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .center-xs {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .margin-xs {
    margin-bottom: 60px;
  }
}

@media (min-width: 1199px) {
  .max-445 {
    max-width: 445px;
  }
}

@media (max-width: 991px) {
  .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
}

.table-card .table {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: rgba(0, 0, 0, 0.67);
}
@media (min-width: 768px) {
  .table-card .table {
    max-width: 445px;
  }
}
.table-card .table tr {
  border: none;
}
.table-card .table tr td {
  font-size: 18px;
  padding: 0px;
  border: none;
}
.table-card .table tr td:nth-of-type(2) {
  text-align: right;
}

.instagram a {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
}
.instagram a:hover {
  color: #132539;
  text-decoration: none;
}

ul.leaders {
  max-width: 445px;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.67);
}
ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.2);
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders span:first-child {
  padding-right: 0.33em;
  background: #fafafa;
}
ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: #fafafa;
}

.footer-tag {
  text-align: center;
  color: white;
  margin: 100px auto;
  padding: 0 45px;
}

.social {
  text-align: center;
  padding: 45px;
  padding-bottom: 0px;
}
.social h3 {
  margin-bottom: 30px;
}
.social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social ul li {
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}
.social ul li a {
  border-radius: 5px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #247ba0;
  color: white;
  font-size: 23px;
  color: white;
}
.social ul li a:hover {
  border-radius: 5px;
  background: #1f6b8b;
}
.social ul li a:hover:after {
  visibility: hidden;
}
.social ul li a:hover i, .social ul li a:hover svg {
  color: white !important;
}

.form-control input, .form-control textarea {
  border-color: white;
}

.lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.quote-btn {
  color: white !important;
  -webkit-transform: translateX(-45px) translateY(10px);
          transform: translateX(-45px) translateY(10px);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  height: 42px;
  line-height: 10px;
}
@media (max-width: 767px) {
  .quote-btn {
    -webkit-transform: translateX(-10px) translateY(-12px);
            transform: translateX(-10px) translateY(-12px);
  }
}

.header.active .quote-btn {
  -webkit-transform: translateX(0px) translateY(-42px);
          transform: translateX(0px) translateY(-42px);
}

.table {
  margin-top: 45px;
}
.table tr td:first-of-type {
  padding-left: 0;
  font-weight: bold;
}
.table tr td:last-of-type {
  padding-right: 0;
  text-align: right;
}

@media (min-width: 992px) {
  .sticky-lg {
    position: sticky;
    top: 122px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin-bottom: 40px;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}

.download-btn {
  font-size: 18px;
  margin-top: 30px;
  display: block;
}
.download-btn i,
.download-btn svg {
  margin-right: 12px;
}

.starting-at {
  margin-top: 30px;
}
.starting-at .upper {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 0;
}
.starting-at .lower {
  color: #132539;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 991px) {
  .gap {
    margin-bottom: 30px;
  }
}