@charset "UTF-8";
.nav-contain .navbar {
  background-color: rgba(95, 170, 183, 0.7);
}
.nav-contain nav {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  padding: 0 15px !important;
  z-index: 9 !important;
}
.nav-contain nav .brand-outer {
  position: relative;
}
.nav-contain nav .brand-outer .navbar-brand {
  font-family: "Source Code Pro", SFMono-Regular, Menlo, "Courier New", monospace;
  color: #484848;
  font-size: 14px;
  letter-spacing: 1px;
}
.nav-contain nav .brand-outer .navbar-brand span {
  font-family: "Source Code Pro", SFMono-Regular, Menlo, "Courier New", monospace;
  color: #399;
}
.nav-contain nav .brand-outer .navbar-brand img {
  width: 290px !important;
  position: relative;
}
.nav-contain nav ul {
  position: relative;
  top: 0;
}
.nav-contain nav ul .open {
  color: #339CD7;
  transition: 0.3s;
}
.nav-contain nav ul .here a {
  color: #021f5b;
}
.nav-contain nav ul li {
  position: relative;
  transition: 0.3s;
}
.nav-contain nav ul li a {
  padding: 10px 2px 15px 15px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-contain nav ul li a::after {
  display: none !important;
}
.nav-contain nav ul li a:hover {
  text-decoration: none;
  color: #021f5b !important;
  transition: 0.3s;
}
.nav-contain nav ul li a:hover ul {
  display: block;
}
.nav-contain nav ul li ul {
  display: none;
  width: 240px;
  max-width: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  z-index: 9999;
  text-align: left;
  box-sizing: border-box;
  list-style: none;
  border: none !important;
  top: 30px;
}
.nav-contain nav ul li ul li {
  border-bottom: solid 1px #e4e4e4;
}
.nav-contain nav ul li ul li:last-child {
  border-bottom: none;
}
.nav-contain nav ul li ul li a {
  display: inline-block;
  color: #ed1c24;
  font-size: 124x;
  width: 100%;
  transition: 0.3s;
}
.nav-contain nav ul li ul li a:hover {
  color: #5faab7 !important;
  transition: 0.3s;
}
.nav-contain nav ul li .dropdown-menu {
  left: auto !important;
}
.nav-contain nav ul li .dropdown-menu a {
  color: #231f20;
}
.nav-contain nav ul li:hover > .dropdown-menu {
  display: block !important;
}
.nav-contain .rotate-180 {
  transform: rotate(180deg);
  transition-duration: 0.3s;
}
.nav-contain .here .arrow {
  color: #5faab7;
}
.nav-contain .arrow {
  color: #fff;
  font-size: 8px;
  top: -2px;
  position: relative;
}
.nav-contain .arrow > .fa {
  transition: 0.5s ease;
  transform: rotate(0deg);
}
.nav-contain .arrow.rotate > .fa {
  transition: 0.5s ease;
  transform: rotate(180deg);
}
@media (max-width: 1260px) {
  .nav-contain nav .nav-items a {
    font-size: 14px;
    padding-left: 5px !important;
  }
  .nav-contain .top-contact {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .nav-contain .navbar-collapse {
    margin-left: 0;
    padding: 20px;
    border-radius: 5px;
    margin: 12px 0;
  }
  .nav-contain nav ul li ul {
    position: relative;
    width: 100%;
    top: 0;
  }
  .nav-contain nav ul li ul li a {
    color: #fff !important;
  }
  .nav-contain .arrow {
    display: block !important;
    background-color: #ed1c24;
    color: #fff !important;
    display: none;
    position: absolute;
    right: 5%;
    width: 40px;
    text-align: center;
    top: -6px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  .nav-contain nav {
    padding: 5px 15px !important;
  }
  .nav-contain .top-contact {
    font-size: 14px;
  }
  .nav-contain .vid-img {
    width: 19rem;
  }
}

#navbar .container-fluid {
  position: relative;
}

.top-mobile {
  display: none;
  background-color: rgba(2, 31, 91, 0.5);
  color: #fff;
  position: relative;
  width: 100%;
  z-index: 2;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 2px 0;
}

.top-mobile a {
  color: #fff;
  transition: 0.3s;
}

.top-mobile a:hover {
  color: #ed1c24;
  transition: 0.3s;
}

@media (max-width: 1300px) {
  .top-mobile {
    display: block;
  }

  .top-contact {
    display: none;
  }
}
@media (max-width: 991px) {
  .top-contact {
    background-color: transparent;
    position: static;
    padding: 0;
    text-align: center;
    display: block;
  }

  .top-mobile {
    display: none;
  }

  .navbar-brand {
    margin-right: 0 !important;
  }
}
@media (max-height: 700px) {
  .vid-img {
    width: 13rem !important;
  }
}
.top-nav {
  background-color: rgba(2, 31, 91, 0.5);
}
.top-nav a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  transition: 0.3s;
}
.top-nav a:hover {
  color: #1C304C;
  transition: 0.3s;
}
.top-nav .top-social a {
  font-size: 20px;
}
.top-nav .top-contact {
  text-align: right;
}
.top-nav .user-login {
  text-align: right;
}
.top-nav .user-login button {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.top-nav .user-login .last {
  border-top: 1px solid #e4e4e4;
}
.top-nav .user-login .dropdown-item:active {
  background-color: rgba(2, 31, 91, 0.5);
}
@media (max-width: 991px) {
  .top-nav .top-contact {
    text-align: initial;
  }
}
@media (max-width: 767px) {
  .top-nav .top-contact a {
    font-size: 12px !important;
  }
}

.navbar-brand {
  color: #5faab7 !important;
  line-height: 1;
  font-weight: 800;
}
.navbar-brand span:last-child {
  font-weight: initial;
  font-size: 16px;
  color: initial;
}
.navbar-brand .nav-img {
  width: 8rem;
}
@media (max-width: 991px) {
  .navbar-brand .nav-img {
    width: 8rem;
  }
}

.overhead-nav {
  position: fixed;
  width: 100%;
  transition: all 0.5s;
  z-index: 11;
  background-color: rgba(51, 51, 51, 0.6);
  padding: 0 !important;
}
.overhead-nav nav {
  padding: 10px 0;
}
.overhead-nav nav li {
  list-style: none;
}
.overhead-nav nav .nav-items {
  margin-left: 15px;
}
.overhead-nav nav .nav-items a {
  color: #fff;
  font-weight: 600;
  padding: 15px 2px 20px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.overhead-nav nav .nav-items a:hover {
  color: #1C304C;
  transition: 0.3s;
}
.overhead-nav nav .nav-items .here {
  font-weight: 800;
}
.overhead-nav .nav-book a {
  background-color: #5faab7;
  color: #fff;
  padding: 75px 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.overhead-nav .nav-book a:hover {
  background-color: #1C304C;
  transition: 0.3s;
}

.nav-bg-onscroll {
  background-color: rgba(51, 51, 51, 0.6);
  transition: all 0.5s;
}

.vid-img {
  width: 26rem;
}

.outer-video.hero-video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .outer-video.hero-video {
    height: 600px;
  }
}

.hero-video .video-container {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-video .video-container {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-video .video-container .desc {
    font-size: 14px;
    font-weight: 600;
  }
}
.hero-video video {
  object-fit: cover;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .hero-video video {
    height: 600px;
  }
}
.hero-video .video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.hero-video h1 {
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1;
  color: white;
  text-shadow: 3px 3px 3px #333;
}
@media (max-width: 767px) {
  .hero-video h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .hero-video h1 {
    font-size: 52px;
  }
}
.hero-video .desc {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: 3px 3px 3px #333;
  text-transform: uppercase;
}
.hero-video .callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 70%;
  margin: auto;
}
@media (max-width: 767px) {
  .hero-video .callout {
    width: 90%;
    top: 25px;
  }
}
.hero-video .button {
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 20px;
  background-color: #5faab7;
  padding: 15px 30px;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .hero-video .button {
    padding: 10px 20px;
  }
}
.hero-video .button:hover {
  cursor: pointer;
  background-color: #1C304C;
  transition: 0.3s;
}

.blog-footer {
  position: relative;
  background-color: #231f20;
  color: #fff;
}
.blog-footer .footer-brand img {
  width: 12rem;
}
.blog-footer .social a {
  height: 35px;
  width: 35px;
  color: #fff;
  background-color: #576071;
  transition: 0.3s;
}
.blog-footer .social a .fa {
  position: relative;
  top: 3px;
}
.blog-footer .social a:hover {
  background-color: #5faab7;
  transition: 0.3s;
}
.blog-footer .ql ul {
  list-style: none;
  padding-left: 10px;
}
.blog-footer .ql ul li a {
  color: #fff;
  transition: 0.3s;
}
.blog-footer .ql ul li a:hover {
  color: #5faab7;
  transition: 0.3s;
}
.blog-footer .ql ul li ul {
  padding-left: 20px;
}
.blog-footer .ql ul li ul li a {
  position: relative;
}
.blog-footer .ql ul li ul li a:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: -18px;
  transform: rotate(90deg);
}
.blog-footer .footer-contact a {
  color: #fff;
  transition: 0.3s;
}
.blog-footer .footer-contact a:hover {
  color: #5faab7;
  transition: 0.3s;
}
.blog-footer .copyright {
  color: #e4e4e4;
  text-transform: uppercase;
  border-top: 1px solid #e4e4e4;
}

.blog-homepage {
  position: relative;
  top: -80px;
}

.blog-homepage .cat-search-list a:hover, .blog-view-all .cat-search-list a:hover, .blog-single .cat-search-list a:hover {
  background-color: #5faab7;
}
.blog-homepage .cat-search-list span:hover, .blog-view-all .cat-search-list span:hover, .blog-single .cat-search-list span:hover {
  color: #fff !important;
}
.blog-homepage .cat-title, .blog-view-all .cat-title, .blog-single .cat-title {
  color: #5faab7;
  font-size: 2rem;
}
.blog-homepage .blog-post .bg-image, .blog-view-all .blog-post .bg-image, .blog-single .blog-post .bg-image {
  background-repeat: no-repeat;
  background-size: contain !important;
  background-color: #333;
  min-height: 25rem !important;
  box-shadow: 0 3px 6px #00000029;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.blog-homepage .blog-post h3 a, .blog-homepage .blog-post .badge, .blog-view-all .blog-post h3 a, .blog-view-all .blog-post .badge, .blog-single .blog-post h3 a, .blog-single .blog-post .badge {
  text-decoration: none;
}
.blog-homepage .blog-post h3, .blog-view-all .blog-post h3, .blog-single .blog-post h3 {
  font-size: 1.4rem;
}
.blog-homepage .blog-post h3 a, .blog-view-all .blog-post h3 a, .blog-single .blog-post h3 a {
  color: #5faab7;
  transition: 0.3s;
}
.blog-homepage .blog-post h3 a:hover, .blog-view-all .blog-post h3 a:hover, .blog-single .blog-post h3 a:hover {
  color: #1C304C;
  background-color: #fff !important;
  transition: 0.3s;
}
.blog-homepage .blog-post .badge, .blog-view-all .blog-post .badge, .blog-single .blog-post .badge {
  background-color: #5faab7;
  border-radius: 1rem;
  transition: 0.3s;
  border: none;
}
.blog-homepage .blog-post .badge:hover, .blog-view-all .blog-post .badge:hover, .blog-single .blog-post .badge:hover {
  background-color: #448c741a;
  color: #5faab7;
  transition: 0.3s;
}
.blog-homepage .search input, .blog-view-all .search input, .blog-single .search input {
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .blog-homepage .boats-view-all .boat-post .card .card-body, .blog-view-all .boats-view-all .boat-post .card .card-body, .blog-single .boats-view-all .boat-post .card .card-body {
    min-height: auto;
  }
  .blog-homepage .bg-image, .blog-view-all .bg-image, .blog-single .bg-image {
    min-height: 25rem;
  }
}

.blog-single .edit-post a {
  background-color: #5faab7;
  color: #fff !important;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s;
}
.blog-single .edit-post a:hover {
  background-color: rgba(2, 31, 91, 0.5);
  transition: 0.3s;
}
.blog-single .social-share .fa {
  color: #448c74;
  font-size: 20px;
}
.blog-single .feat-img-single img {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 1rem;
}

.btn-primary {
  background-color: #5faab7 !important;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #1C304C !important;
  transition: 0.3s;
}

.boats-view-all .boat-post {
  position: relative;
}
.boats-view-all .boat-post .spec-note {
  font-weight: 600;
}
.boats-view-all .boat-post .book-now {
  background-color: #5faab7;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.3s;
}
.boats-view-all .boat-post .book-now:hover {
  background-color: #ed1c24;
  transition: 0.3s;
}
.boats-view-all .boat-post .bg-image {
  width: 100%;
  background-position: 50% 80%;
}
.boats-view-all .boat-post .card-title {
  font-weight: 600;
  border-bottom: 1px solid #e4e4e4;
}
.boats-view-all .boat-post .card .card-body {
  display: block;
  min-height: 350px;
}
.boats-view-all .boat-post .fa {
  color: #5faab7;
}
.boats-view-all .boat-post .btn-primary {
  width: 100%;
  bottom: 0;
  right: 0;
  font-weight: 600;
  background-color: #5faab7 !important;
  transition: 0.3s;
}
.boats-view-all .boat-post .btn-primary:hover {
  background-color: #ed1c24 !important;
  transition: 0.3s;
}

.boat-single .single-title {
  color: #5faab7;
  font-weight: 600;
}
.boat-single .owl-carousel .item,
.boat-single .feat-img-single {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 620px;
  border: 10px solid #333;
}
.boat-single .feat-img-single {
  width: 100%;
  min-height: 620px !important;
}
.boat-single .owl-nav {
  display: none;
}
.boat-single .owl-dots {
  margin-top: 10px;
}
.boat-single .owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 25px;
}
.boat-single .owl-theme .owl-dots .owl-dot.active span {
  background-color: #5faab7 !important;
}
.boat-single .spec-note {
  text-align: center;
  font-weight: 600;
  background-color: #5faab7;
  color: #fff;
}
.boat-single .boat-desc h2 {
  color: #5faab7;
  font-weight: 600;
}
.boat-single .book-btn {
  background-color: #5faab7;
  color: #fff !important;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  transition: 0.3s;
}
.boat-single .book-btn:hover {
  background-color: #ed1c24 !important;
  transition: 0.3s;
}
.boat-single .book-btn-sm {
  display: none;
}
.boat-single .first-info-sm {
  display: none;
}
.boat-single .col-lg-4 {
  margin-top: 59px;
}
.boat-single .first-info-lg h2,
.boat-single .first-info-sm h2 {
  color: #5faab7;
  font-weight: 600;
}
.boat-single .first-info-lg, .boat-single .first-info-sm {
  background-color: #e4e4e4;
  border-radius: 5px;
}
.boat-single .first-info-lg p, .boat-single .first-info-sm p {
  margin-bottom: 0;
}
.boat-single .embed-vid video {
  height: auto;
  width: 100%;
  background-color: #000;
  border-radius: 10px;
}

.res-layout,
.edu-skills {
  min-height: 1800px;
}
.res-layout ul,
.edu-skills ul {
  padding-left: 3px;
}
.res-layout li,
.edu-skills li {
  list-style: none;
}
.res-layout .job-timeline, .res-layout sp, .res-layout li,
.edu-skills .job-timeline,
.edu-skills sp,
.edu-skills li {
  line-height: 1.8;
  font-size: 18px;
}

.res-layout .cl {
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.res-layout .site-entry {
  background-color: #f8f8f8;
}
.res-layout .col-md-4,
.res-layout .col-md-8 {
  padding-right: 0;
}
.res-layout .intro-info {
  background-color: #5faab7;
  color: #fff;
}
.res-layout .edu-skills {
  background-color: #f8f8f8;
}
.res-layout .res-bg {
  background-color: #fff;
}
.res-layout .res-content ul {
  padding-left: 30px;
  margin-top: 15px;
}
.res-layout .res-content ul li {
  list-style: square;
}

.top-contact {
  color: #fff;
  font-weight: 600;
}
.top-contact a {
  color: #fff;
}
.top-contact a:hover {
  color: #1C304C;
}
@media (max-width: 1260px) {
  .top-contact {
    text-align: center;
  }
}

.home-boats-link a {
  position: relative;
  z-index: 3;
  background-color: #5faab7;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  top: -50px;
  padding: 10px 200px;
}
.home-boats-link a .text-sm {
  font-size: 1.5rem;
}
.home-boats-link a .text-lg {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .home-boats-link a {
    top: 20px !important;
    margin-bottom: 25px;
    padding: 15px !important;
  }
}
.home-first-section ul li {
  color: #5faab7;
  font-weight: 600;
  font-size: 18px;
}

.boats-preview-home,
.exclusive-vid {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  width: 100%;
  min-height: 275px;
  display: table;
  overflow: hidden;
}

.boats-preview-home, .boats-preview-home .btn {
  color: #fff;
}

.boats-preview-home .header-title,
.exclusive-vid .header-title {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
}

.locations-served {
  padding-bottom: 100px !important;
}
.locations-served .loc {
  background-color: #5faab7;
  color: #fff;
  padding: 20px 10px;
  font-size: 1.5rem;
}
.locations-served .loc-middle {
  background-color: #1C304C;
}

.exclusive-vid {
  background-position: 50% 5% !important;
  min-height: 575px !important;
}
.exclusive-vid .header-title {
  text-shadow: 3px 3px 3px #333;
  position: relative;
  font-size: 3rem;
  margin: 0 auto;
  display: block;
}
.exclusive-vid video {
  width: 75%;
  padding: 10px 35px;
  border-radius: 10px;
  background-color: #000;
  height: 600px;
}
@media (max-width: 767px) {
  .exclusive-vid video {
    height: 300px;
    width: 100%;
  }
}

.intro-info {
  margin-top: 10px;
}
.intro-info p {
  color: #333;
  margin: 10px 30px;
  line-height: 1.6;
}
.intro-info .logo-intro {
  width: 7rem;
}
.intro-info .fa {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.home .inner-text {
  position: relative;
  top: 13rem;
}
@media (max-width: 991px) {
  .home .inner-text {
    top: 0;
  }
}
.home .contact-us h2,
.home .subpage h2,
.home .inner-text h2 {
  position: relative;
}
.home .contact-us h2::after,
.home .subpage h2::after,
.home .inner-text h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  right: initial !important;
  margin: 0 auto;
  background-color: #5faab7;
  width: 35px;
  height: 4px;
}
.home .home-sec-2 {
  position: relative;
  top: -15rem;
}
@media (max-width: 991px) {
  .home .home-sec-2 {
    top: 0;
  }
}

.sea {
  animation-name: sea;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes sea {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.vid-img {
  margin-top: 30px;
}
@media (max-height: 700px) {
  .vid-img {
    width: 16rem !important;
  }
}

.ig-layout {
  position: relative;
}
.ig-layout .ig-bg {
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  opacity: 0.1;
  z-index: -1;
  height: 100%;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.ig-layout #instafeed-container {
  text-align: center;
  height: 1000px;
  overflow: scroll;
  margin: 0 auto;
  display: block;
}
.ig-layout #instafeed-container img {
  width: 15%;
  padding: 5px;
  box-shadow: 0 3px 6px #00000029;
  margin: 5px;
  transition: 0.5s;
}
.ig-layout #instafeed-container img:hover {
  transform: translateY(-6px);
  transition: 0.5s;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .ig-layout #instafeed-container {
    width: 80%;
  }
  .ig-layout #instafeed-container img {
    width: 25%;
  }
}

.top-contact {
  width: 235px;
  font-size: 16px !important;
  transition: 0.3s;
}

.top-contact:hover {
  transition: 0.3s;
}

.hero-video .desc {
  font-size: 21px;
  font-weight: 600;
}

.nav-contain nav ul li {
  margin-right: 14px;
}

.vid-embed-section .col {
  position: relative;
}

.vid-embed {
  padding-bottom: 75px !important;
}

.vid-embed-section h3 {
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  padding: 0 10px;
}

.fluid-header {
  padding-bottom: 20px;
}

.exclusive-vid {
  background-position: 50% 70% !important;
  margin-top: -47px;
}

@media (max-width: 1555px) {
  .sub-header {
    background-position: 50% 75% !important;
  }
}
@media (max-width: 1300px) {
  .sub-header {
    background-position: 50% 100% !important;
  }
}
@media (max-width: 1180px) {
  .sub-header .sub-title .sub-header-img {
    width: 10rem !important;
  }
}
@media (max-width: 991px) {
  .sub-header .sub-title .sub-header-img {
    width: 9rem !important;
  }
}
@media (max-height: 800px) {
  .vid-img {
    width: 16rem !important;
  }
}
@media (max-width: 767px) {
  .top-contact {
    font-size: 14px !important;
    width: 200px;
  }

  .vid-img {
    width: 10rem !important;
  }

  .hero-video .video-container .desc {
    font-size: 18px;
  }
}
@media (max-width: 407px) {
  .top-contact {
    width: 170px;
  }
}
.before-footer {
  background-color: #1C304C;
  color: #fffc;
  position: relative;
  bottom: -48px;
}
.before-footer a {
  color: #fff;
  transition: 0.3s;
}
.before-footer a:hover {
  color: #5faab7;
  transition: 0.3s;
}

.sub-header {
  position: relative;
  background-size: cover !important;
  background-position: 50% 65% !important;
  background-repeat: no-repeat !important;
  min-height: 615px;
}
.sub-header .sub-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3em;
  color: #fff;
  margin-top: -75px;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 25px;
}
.sub-header .sub-title .sub-header-img {
  width: 13rem;
  margin: 0 auto;
  display: block;
}
.sub-header .sub-title .pg-title {
  text-shadow: 2px 2px 2px #333;
}
.sub-header nav li, .sub-header nav a {
  border-bottom: 0 !important;
  color: #fff;
}
.sub-header .breadcrumb-contain {
  margin: 0 auto;
  display: block;
}
.sub-header .decor {
  background-color: #5faab7;
  transform: translateY(100%);
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 2.5% 100%);
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 7%;
}

@media (max-width: 767px) {
  .sub-header {
    min-height: 360px;
  }

  .sub-title {
    font-size: 2.5rem;
  }
}
.subpage {
  position: relative;
}

.pgs-bg-img {
  width: 500px;
  position: absolute;
  opacity: 0.1;
  right: 0;
  top: 125px;
  z-index: -1;
}

.vid-embed-section h3 {
  font-weight: 600;
  color: #5faab7;
  margin-bottom: 25px;
}
.vid-embed-section .vid-embed img,
.vid-embed-section .vid-embed iframe {
  border-radius: 10px;
  box-shadow: 0 3px 6px #00000029;
}

.fluid-header {
  color: #5faab7;
}

.fluid-btn {
  padding: 15px 35px !important;
  text-transform: uppercase;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  transition: 0.3s;
}
.fluid-btn:hover {
  background-color: #1C304C;
  transition: 0.3s;
}

.accordion button {
  color: #5faab7;
  font-weight: 600;
}

.poi video {
  min-height: 250px;
  background: #000;
}

.fluid-fields .masonry img {
  box-shadow: 0 3px 6px #00000029;
  transition: 0.5s;
}
.fluid-fields .masonry img:hover {
  transform: translateY(-6px);
  transition: 0.5s;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.fluid-fields .embed-vid video {
  width: 100%;
  height: 350px;
}
.fluid-fields video {
  width: 100%;
  height: 224px;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 3px 6px #00000029;
}
.fluid-fields .accordion .sec-title {
  color: #1C304C;
}
.fluid-fields .ls-img {
  box-shadow: 0 3px 6px #00000029;
  width: 100%;
}

.main, footer {
  font-family: "Poppins";
}

.main {
  min-height: calc(130vh - 135px);
  background-color: #F7F7F7;
  position: relative;
  z-index: 2;
}
.main p {
  line-height: 2;
  font-size: 18px;
}
.main .secondary-color {
  color: #1C304C;
}
.main .about-title span {
  color: #5faab7;
}
.main .home-section h2, .main .home-section a, .main .blog-sidebar a, .main p a, .main .first-name {
  color: #5faab7;
}
.main .first-name {
  font-size: 3rem;
  font-weight: 500;
}
.main .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.main .auth-mark {
  color: #0B486B;
}
.main .shape, .main .shape-two {
  opacity: 0.1;
  position: absolute;
  z-index: -1;
}
.main .shape {
  left: -20%;
  width: 50%;
  top: 20%;
}
.main .shape-two {
  right: 0;
  width: 35%;
  bottom: 0;
}
.main .profile-contain {
  position: relative;
}
.main .profile-intro {
  width: 65%;
  position: absolute;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-10px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
.main .in-left {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.main .in-left-late {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.55s;
}
.main .hideme {
  opacity: 0;
}
.main .about-custom h2 span {
  color: #5faab7;
}

/* Scroll to top */
.scrollToTop {
  width: 50px;
  height: 50px;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  background: #5faab7;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  cursor: pointer;
  border-radius: 4px;
  display: none;
  box-shadow: 0 3px 12px 0 rgba(112, 112, 112, 0.25);
  transition: 0.3s;
}
.scrollToTop .fa {
  position: relative;
  left: 0;
  right: 0;
  top: -15px;
  font-size: 35px;
}
.scrollToTop:hover {
  background-color: #1C304C;
  opacity: 0.8;
  transition: 0.3s;
}

.addons p {
  padding: 0 30px;
}

.addons img {
  width: 100px !important;
}

@media (max-width: 991px) {
  .addons img {
    width: 75px !important;
  }
}
.gps-walkthrough {
  border-radius: 15px;
  border: 10px solid #5faab7;
  width: 525px;
}
@media (max-width: 767px) {
  .gps-walkthrough {
    width: 100%;
  }
}

.breadcrumb li {
  padding-right: 10px;
}
.breadcrumb li:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
.breadcrumb li a, .breadcrumb li:after {
  color: #6c757d;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb .last {
  font-weight: 700;
  color: #5faab7;
}
.breadcrumb .last:after {
  content: "";
}

.ig-layout h2 {
  color: #5faab7;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .top-nav .dropdown {
    margin-top: 0;
  }

  nav .nav-items {
    margin-left: 0;
  }
  nav .navbar-nav {
    margin-top: 10px;
  }
  nav li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
  }
  nav ul li a {
    padding: 0 !important;
  }

  .user-login {
    position: initial;
    left: 0;
    margin-top: 15px;
  }

  .res-layout,
.edu-skills {
    min-height: initial;
  }

  .boat-single .book-btn-sm {
    display: block;
  }

  .boat-sidebar .book-btn,
.boat-single .first-info-lg {
    display: none;
  }

  .boat-single .first-info-sm {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media print {
  .top-nav,
.nav-container,
.shape,
.shape-two,
footer {
    display: none;
  }

  .main {
    background-color: #fff;
  }

  .main-container .container {
    margin: 0;
    max-width: 100%;
    padding: 0 35px !important;
  }

  .res-layout .col-md-4 {
    padding-left: 0;
  }

  .res-layout .row {
    border: 1px solid #e4e4e4;
  }

  .res-layout,
.edu-skills {
    min-height: 2800px;
  }
}

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