/*@charset "utf-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/

/*
================ TABLE OF CONTENT =========================
  1 - GLOBAL STYLE
1.1 - COMMON STYLE
1.2 - NAV BAR
1.3 - TOP BAR
1.4 - CAROUSEL
1.5 - FOOTER

  2 - HOME PAGE
2.1 - FEATURE
2.2 - INTRO
2.3 - BOOKING FORM
2.4 - TABS
2.5 - HOT DESTINATIONS
2.6 - ACTIVITIES
2.7 - OFFER BG
2.8 - TESTIMONIAL
2.9 - UPDATES

  3 - ABOOUT US PAGE
3.1 - HERO ABOUT
3.2 - ABOUT IMAGE AND TEXT
3.3 - COUNTS
3.4 - IMAGE GALLERY
3.5 - CLIENTS

  4 - YACHTS PAGE
  5 - YACHTS CATEGORY PAGE
  6 - YACHTS DETAILS PAGE

  7 - ACTIVITIES PAGE
  8 - MANAGEMENT PAGE
  9 - CONTACT US PAGE

================ TABLE OF CONTENT =========================
*/


/* ====== 1 - GLOBAL STYLE  ====== */

.dark {

  body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #cccccc;
    text-align: left;
    background-color: #191919;
    letter-spacing: 0.5px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    display: block;
    color: #f4f4f4;
  }

  h1 {
    font-size: 3rem;
    font-weight: bold;
  }

  h2 {
    font-size: 2.5rem;
    font-weight: 500;
    padding-bottom: 20px;
  }

  h3 {
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 15px;
  }

  h4 {
    font-size: 1.75rem;
    font-weight: 400;
    padding-bottom: 15px;
  }

  h5 {
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 15px;
  }

  h6 {
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: 10px;
  }

  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-weight: normal;
    display: block;
    color: #009abb;
    padding-bottom: 10px;
    font-size: 55%;
  }

  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    font-weight: normal;
    display: block;
    color: #555555;
    padding-top: 15px;
    font-size: 60%;
  }

  h3 small {
    font-size: 70%;
    line-height: 35px;
  }

  small {
    font-size: 70%;
    line-height: normal;
  }

  a {
    color: #000000;
    text-transform: uppercase;
  }

  a,
  a.prim-link {
    text-decoration: none;
  }

  a.prim-link {
    font-size: .8rem;
    color: #888888;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    transition: all 150ms ease-in-out;
    margin-top: 30px;
    position: relative;
    z-index: 1000;
  }

  a.prim-link:hover {
    color: #cccccc;
  }

  a.prim-link::before {
    content: "";
    width: 85px;
    height: 2px;
    background: #00b0d6;
    position: absolute;
    transition: all 500ms ease-in-out;
  }

  a.prim-link:hover::before {
    color: #333333;
    content: "";
    width: 0px;
    height: 2px;
    background: #000000;
    position: absolute;
  }

  .btn {
    font-size: .8rem;
    font-weight: bold;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 15px 40px;
  }

  .btn-primary {
    color: #fff;
    background-color: #111111;
    border: 1px solid #111111;
    border-radius: 60px;
  }

  .btn-primary-color {
    color: #fff;
    background-color: #00b0d6;
    border-radius: 60px;
    transition: all 500ms ease;
  }

  .btn-primary-color:hover {
    color: #fff;
    background-color: #000000;
  }

  .btn-primary:hover {
    background-color: #000000;
    border: 1px solid #000000;
  }

  p {
    color: #cccccc;
    padding: 0;
    margin: 0;
  }

  li {
    list-style: none;
  }

  section {
    padding: 100px 0px 0px 0px;
  }

  .form-control {
    color: #333333;
    display: block;
    width: 100%;
    height: 45px;
    padding: 18px 20px 15px 20px;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0rem;
  }

  .form-control-update {
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 10px 20px 9px 20px;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0rem;
    margin-right: 10px;
  }

  .form-control:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, .1);
  }

  input::-webkit-input-placeholder {
    color: #f4f4f4 !important;
  }

  input:-moz-placeholder {
    /* Firefox 18- */
    color: #f4f4f4 !important;
  }

  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #f4f4f4 !important;
  }

  input:-ms-input-placeholder {
    color: #f4f4f4 !important;
  }

  .mar-top {
    margin-top: 100px;
  }

  .mar-bot {
    margin-bottom: 100px;
  }

  .border-right {
    border-right: 1px solid #333333 !important;
  }

  .border-bottom {
    border-bottom: 1px solid #333333 !important;
  }

  /* ====== 1.1 - COMMON STYLE  ====== */


  /* ====== 1.2 - NAV BAR  ====== */

  .company-logo img {
    width: auto;
    max-height: 50px;
  }

  .sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
  }

  .sticky-wrapper .site-navbar {
    transition: .7s all ease-in-out;
  }

  .sticky-wrapper .site-navbar .site-menu-toggle {
    color: #fff;
  }

  .sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
  }

  .sticky-wrapper .site-navbar .site-menu > li > a {
    color: #ffffff !important;
  }

  .sticky-wrapper .site-navbar .site-menu > li > a:hover,
  .sticky-wrapper .site-navbar .site-menu > li > a.active {
    color: #00b0d6 !important;
  }

  .sticky-wrapper.is-sticky .burger:before,
  .sticky-wrapper.is-sticky .burger span,
  .sticky-wrapper.is-sticky .burger:after {
    background: #ffffff;
    transition: .3s all ease;
  }

  .sticky-wrapper.is-sticky .site-navbar {
    background: #000000;
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 1);
  }

  .sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #333333 !important;
  }

  .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    color: #cccccc !important;
  }

  .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
  .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #00b0d6 !important;
  }

  .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
    color: #00b0d6 !important;
  }

  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }


  /* Nav */

  .site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 50px;
    width: 100%;
  }

  .site-navbar .site-logo {
    position: relative;
    font-size: 24px;
  }

  .site-navbar .site-logo a {
    color: #fff;
  }

  .site-navbar .site-logo a:hover {
    text-decoration: none;
  }

  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
  }

  .site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
  }

  .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 15px;
    color: #333333;
    display: inline-block;
    text-decoration: none !important;
    text-transform: none;
    font-weight: 550;
  }

  .site-navbar .site-navigation .site-menu > li > a:hover {
    color: #00b0d6;
  }

  .site-navbar .site-navigation .site-menu > li.active > a {
    color: #00b0d6 !important;
  }

  .site-navbar .site-navigation .site-menu > li.active > a:hover {
    color: #00b0d6 !important;
  }

  .site-navbar .site-navigation .site-menu .has-children {
    position: relative;
  }

  .site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
  }

  .site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 16px;
    top: 52%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 0px;
    margin-left: 0px;
    background: #000000;
    transition: 0.5s 0s;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    transition: 0s all;
    color: #cccccc;
    font-weight: 550;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
    color: #00b0d6 !important;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;

  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
    font-size: 0.95rem;
    font-weight: 450;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #222222;
    color: #00b0d6;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "&";
    right: 20px;
    color: red;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f2f4f6;
  }

  .site-navbar .site-navigation .site-menu .has-children:hover > a,
  .site-navbar .site-navigation .site-menu .has-children:focus > a,
  .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #00b0d6;
  }

  .site-navbar .site-navigation .site-menu .has-children:hover,
  .site-navbar .site-navigation .site-menu .has-children:focus,
  .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
  }

  .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
  .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
  .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    transition-delay: 0s;
    margin-top: -10px;
    visibility: visible;
    opacity: 1;
  }

  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #000;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    transition: .3s all ease-in-out;
  }

  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
  }

  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    transition: .3s all ease;
  }

  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
  }

  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
  }

  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
  }

  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
  }

  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
  }

  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }

  .site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
  }

  .site-mobile-menu .site-nav-wrap a:hover {
    color: #00b0d6;
  }

  .site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
  }

  .site-mobile-menu .site-nav-wrap li.active > a {
    color: #00b0d6;
  }

  .site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
  }

  .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: .3s all ease;
  }

  .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }

  .site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 1rem;
    text-transform: none;
    font-weight: 550;
    color: #cccccc;
  }

  .site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
  }


  .site-mobile-menu .site-nav-wrap > li > ul > li:hover {
    background: #222222;
  }

  .site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 30px;
    text-transform: none;
    color: #cccccc;
    font-size: 0.95rem;
    font-weight: 450;
  }

  .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
  }

  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
  }

  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
  }

  /* Burger */

  .burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    float: right;
  }

  .burger:before,
  .burger span,
  .burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
  }

  .burger:before,
  .burger:after {
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
  }

  .burger:before {
    top: 4px;
  }

  .burger span {
    top: 15px;
  }

  .burger:after {
    top: 26px;
  }

  /* Hover */

  .burger:hover:before {
    top: 7px;
  }

  .burger:hover:after {
    top: 23px;
  }

  /* Click */

  .burger.active span {
    opacity: 0;
  }

  .burger.active:before,
  .burger.active:after {
    top: 40%;
  }


  .burger:focus {
    outline: none;
  }

  .big-div {
    height: 2000px;
    background: #2d71a2;
  }

  
  .icofont-close::before {
    font-family: "Font Awesome 5 Free";
    content: "f00d";
  }

  /* ====== 1.2 - NAV BAR  ====== */


  /* ====== 1.3 - TOP BAR  ====== */

  .top-bar {
    background-color: #000000;
    color: #cccccc;
    padding: 5px 0px;
    display: none;
  }

  .top-bar li {
    display: inline;
    font-size: 0.9rem;
    padding-right: 15px;
  }

  .top-bar i {
    color: #cccccc;
  }

  .contact-info ul {
    margin: 0;
    padding: 0;
  }


  /* ====== 1.3 - TOP BAR  ====== */


  /* ====== 1.4 - CAROUSEL  ====== */


  video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: .5;
  }

  .carousel-item {
    background: #000000;
    height: 95vh;
    overflow: hidden;
  }

  .hero-slider {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
    opacity: .4;
  }



  .slider-text {
    color: #ffffff;
    width: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
  }

  .slider-text p {
    padding: 20px 10% 10px 10%;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
  }

  .slider-img {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
  }

  .slider-img img {
    width: 100%;
    height: 95vh;
    opacity: 0.4;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
  }


  /* ====== 1.4 - CAROUSEL  ====== */


  /* ====== 1.5 - FOOTER  ====== */

  #footer-sec {
    background-color: #111111;
    padding-top: 45px;
  }

  .footer-col {
    color: #cccccc;
    padding-bottom: 50px;
  }

  .footer-col ul {
    padding: 0;
    margin: 0;
  }

  .footer-col li {
    padding: 3px 0px;
  }

  .footer-col a,
  .footer-contact p {
    color: #cccccc;
    text-transform: none;
    font-size: 0.875rem;
    line-height: 1.875rem;
  }

  .footer-partner p {
    color: #cccccc;
    text-transform: none;
    font-size: 0.875rem;
    line-height: 1.350rem;
    padding-top: 15px;
  }

  .footer-col a:hover {
    color: #ffffff;
    text-decoration: none;
  }

  .footer-contact p {
    line-height: 1.350rem;
    padding-bottom: 8px;
    margin-left: 30px;
  }

  .footer-contact .fa,
  .footer-contact .fas {
    font-size: 1.1rem;
    font-weight: 900;
    float: left;
  }

  .footer-social li {
    display: inline;
    padding-right: 25px;
  }

  .footer-social a {
    font-size: 1.1rem;
    font-weight: 900;
    transition: all 350ms ease-in-out;
  }

  .footer-social a:hover {
    color: #009abb;
  }

  .footer-copy {
    border-top: 1px solid #333333;
    padding: 10px 0px;
  }

  .footer-copy ul {
    padding: 0;
    margin: 0;
  }

  .footer-copy a,
  .footer-copy p {
    font-size: 0.825rem;
    color: #999999;
    text-transform: unset;
  }

  .footer-copy a:hover {
    color: #cccccc;
  }

  .footer-copy li {
    display: inline;
    padding-left: 20px;
  }

  .footer-partner figure {
    margin: 10px 0 0 0;
  }

  .footer-partner figure img {
    max-width: 90%;
    height: auto;
  }


  /* ======  1.5 - FOOTER  ====== */


  /* ====== 2 - HOME PAGE  ====== */


  /* ====== 2.1 - FEATURE  ====== */

  .feature {
    background-image: linear-gradient(to bottom, #00c1c8, #009abb);
    padding: 50px;
    transition: all 550ms ease-in-out;
  }

  .feature-small {
    background-color: #00a0c4;
    padding: 50px 30px 40px 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
    transition: all 550ms ease-in-out;
  }


  .feature:hover, .feature-small:hover {
    box-shadow: 0px 8px 0px #000000;
  }

  .feature h6, .feature-small h6 {
    color: #ffffff;
    transition: all 550ms ease-in-out;
  }

  .feature:hover h6 {
    color: #00313b;
  }

  .feature p {
    color: #ffffff;
  }

  .feature-small img {
    width: auto;
    max-height: 45px;
    margin-bottom: 30px;
    transition: all 250ms ease-in-out;
  }

  .feature-small:hover img {
    transform: translateY(-15px);
  }

  .feature-small h6::before {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    left: 50%;
    margin: -20px 0px 0px 0px;
  }

  .all-feature {
    position: relative;
    margin-top: -75px;
    z-index: 1;
  }

  .feature img,
  .about-point img {
    width: auto;
    max-height: 55px;
    margin-bottom: 20px;
  }


  /* ====== 2.1 - FEATURE  ====== */


  /* ====== 2.2 - INTRO  ====== */

  .intro-bg {
    margin: 10px 0px;
  }

  .intro-bg::before {
    position: relative;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .intro-bg::after {
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
  }


  /* ====== 2.2 - INTRO  ====== */

  /* ====== 2.3 - BOOKING FORM ====== */

  .booking-form .form-control {
    color: #666666 !important;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    border: 1px solid #222222;
    border-radius: 0rem;
  }

  .booking-form-bg {
    background: #111111;
    border: 1px solid #111111;
    padding: 35px 35px 0px 35px;
    margin: 0px;
    transition: all .2s ease-in-out;
  }

  .booking-form-bg:hover {
    background: #111111;
    border: 1px solid #191919;
    box-shadow: 0px 5px 20px #111111;
  }

  .booking-form .form-group input::placeholder,
  .booking-form .form-group textarea input::placeholder {
    color: #666666 !important;
  }

  .booking-form .btn {
    width: 100%;
    margin: 1rem 0rem;
  }

  /* ====== 2.3 - BOOKING FORM ====== */

  /* ====== 2.3 - TABS  ====== */

  .tab-slide {
    width: 100%;
    background-color: #222222;
  }

  .tab-slide-small {
    width: 100%;
    background-color: #222222;

  }

  .tab-info {
    padding: 100px;
    background-color: #222222;
  }

  .nav-tabs {
    border: none;
  }

  .nav-link {
    display: block;
    padding: 15px 25px;
  }

  .nav-tabs .nav-item {
    margin: 0px;
  }

  .nav-tabs .nav-link {
    text-transform: none;
    border: none;
    border-radius: 0rem;
    color: #999999;
  }

  .nav-tabs .nav-item a:hover {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
  }

  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background: none;
    border-bottom: 2px solid #ffffff;
  }


  /* ====== 2.3 - TABS  ====== */


  /* ====== 2.4 - HOT DESTINATIONS  ====== */


  .overlay {
    background: rgba(0, 0, 0, .7);
    padding: 8%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -20px;
    opacity: 0;
    transition: all .4s ease-in-out;
  }

  .destination-img:hover .overlay {
    position: absolute;
    bottom: 0px;
    opacity: 1;
  }

  .destination-img {
    overflow: hidden;
  }

  .destination-info {
    padding: 50px;
    background: #222222;
  }

  .destination-info::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.8);
    opacity: 0;
    transition: all .4s ease-in-out;
  }

  .destination-info:hover::before {
    content: "";
    border: 1px solid #999999;
    transform: scale(.9);
    opacity: 1;
  }

  .destination-info p {
    padding-bottom: 20px;

  }

  .destination-info span {
    display: block;
    color: #cccccc;
  }

  .destination-info span strong {
    color: #cccccc;
  }

  .destination-info i {
    color: #009abb;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
  }

  .destination-img img {
    transform: scale(1);
    transition: all 2s ease-in-out;
  }

  .destination-img:hover img {
    transform: scale(1.2) rotate(3deg);
  }

  .overlay-text h6 {
    padding: 0;
  }

  .overlay-text, .overlay-text p {
    color: #ffffff;
  }

  .pad-top-bot {
    padding: 100px 0px;
  }

  /* ====== 2.4 - HOT DESTINATIONS  ====== */


  /* ====== 2.4 - ACTIVITIES  ====== */

  .card-img-top {
    width: 100%;
    border-radius: 0rem;
  }

  .activity-list .card {
    padding: 0px;
    margin-bottom: 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #111111;
    border-radius: 0rem;
    border: none;
    transition: all 550ms ease-in-out;
  }

  .activity-list .card:hover {
    background-color: #00b0d6;
    box-shadow: none;

  }

  .activity-list .card h5,
  .activity-list .card p,
  .activity-list .card-body ul li {
    transition: all 350ms ease-in-out;
  }

  .activity-list .card:hover h5,
  .activity-list .card:hover p,
  .activity-list .card:hover .card-body ul li {
    color: #ffffff;
  }

  .activity-list .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.875rem;
  }

  .activity-list .card-body ul li {
    padding: 0;
    margin: 0;
    color: #00b0d6;
    font-weight: 650;
  }

  .activity-list .card-body ul {
    padding: 20px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    border-top: 1px solid #cccccc;
  }


  /* ====== 2.4 - ACTIVITIES  ====== */


  /* ====== 2.5 - OFFER BG  ====== */

  .offer-bg {
    padding: 100px 0px;
    background-size: cover;
    background-attachment: fixed;
  }

  .offer-bg h4 {
    font-weight: 300;
    color: #ffffff;
    padding-bottom: 30px;
  }


  .btn-play {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
  }

  .btn-play-bdr {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 50%;
    border: 8px solid #ffffff;
    width: 50px;
    height: 50px;
    opacity: 1;
    transform: translate(-50%, -50%) scale(.5);
    transition: all .8s ease-in-out;
  }

  .btn-play img {
    transform: scale(1.2);
    transition: all 1s ease-in-out;
  }

  .btn-play:hover img {
    transform: scale(1.2);

  }

  .btn-play:hover .btn-play-bdr {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;

  }


  /* ====== 2.5 - OFFER BG  ====== */


  /* ====== 2.6 - TESTIMONIAL  ====== */
  .testimonial {
    text-align: center;
  }

  .testi-pic {
    width: 100px;
    height: 100px;
    border: 5px solid #f4f4f4;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto 30px auto;
    transition: all 550ms ease;
  }

  .testimonial:hover .testi-pic {
    border: 5px solid #00c1c8;
  }

  .owl-nav {
    width: 100%;
    position: relative;
    top: -130px;
    z-index: 1000;
  }

  .customprevbtn,
  .customnextbtn {
    width: auto;
    height: 30px;
    cursor: pointer;
    padding: 8px;
  }

  .customprevbtn img,
  .customnextbtn img {
    width: auto;
    height: 100%;
  }


  /* ====== 2.6 - TESTIMONIAL  ====== */


  /* ====== 2.7 - UPDATES  ====== */

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

  .updates h4 {
    color: #ffffff;
    padding: 0px;
  }

  .updates p {
    color: #ffffff;
    padding: 10px 0px 0px 0px;
  }

  .update-btn {
    margin-top: 24px;
    text-align: center;
  }

  .jumbotron {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 30PX 0px;
    border-radius: 0px;
    margin: 0;
    transition: all 5500ms ease-in-out;
  }

  .jumbotron:hover {
    background-size: cover;
    background-attachment: fixed;
    padding: 30PX 0px;
    border-radius: 0px;
    margin: 0;
  }


  /* ====== 2.7 - UPDATES  ====== */


  /* ====== 3 - ABOOUT US PAGE  ====== */


  /* ====== 3.1 - HERO ABOUT  ====== */

  .hero-about {
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0px;
  }

  .hero-text {
    position: relative;
    top: 30px;
  }

  .hero-text h5 {
    font-weight: bold;
    color: #ffffff;
  }

  .hero-text p {
    color: #ffffff;
    line-height: normal;
  }


  /* ====== 3.1 - HERO ABOUT  ====== */


  /* ====== 3.2 - ABOUT IMAGE AND TEXT ====== */
  .about-point {
    padding: 0px;
    border-radius: 0px;
  }

  .about-point-block {
    background: #111111;
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0px;
    transition: all .5s ease-in-out;
  }

  .about-point-block:hover {
    background: #222222;
    box-shadow: 0px 25px 35px #111111;
  }

  .about-img {
    margin-top: 0;
  }

  .about-img img {
    max-width: 75%;
    height: auto;
  }

  .about-point img, .about-point-block img {
    width: auto;
    max-height: 55px;
    margin-bottom: 20px;
    position: relative;
    top: 0px;
    transition: all 250ms ease;
  }

  .about-point:hover img, .about-point-block:hover img {
    width: auto;
    max-height: 55px;
    margin-bottom: 20px;
    position: relative;
    top: -5px;
    transform: scale(1.2, 1.2);
  }


  /* ====== 3.2 - ABOUT IMAGE AND TEXT ====== */


  /* ====== 3.3 - COUNTS ====== */

  .number-bg {
    padding: 100px 0px;
    background-size: cover;
    background-attachment: fixed;
  }

  .number-bg img {
    width: auto;
    max-height: 55px;
    margin-bottom: 20px;
  }

  .number-single {
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border-radius: 50px;
    padding: 30px;
    margin: 15px 0px;
    transition: all 500ms ease-in-out;
  }

  .number-single:hover {
    background: rgba(0, 0, 0, .4);
    border-radius: 0px;
  }

  .number-single h1 {
    color: #00b0d6;
    font-weight: normal;
  }

  .number-single p {
    color: #999999;
  }

  .number-text {
    background: rgba(0, 0, 0, .4);
    padding: 50px;
    min-height: 100%;
  }

  .number-text h3 {
    color: #00b0d6;
  }

  .number-text p {
    color: #ffffff;
  }

  .number-text ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin: 20px 50px 0 0;
  }

  .number-text ul li {
    color: #ffffff;
    padding: 5px 0px;
    list-style: disc;
    margin-left: 15px;
  }

  /* ====== 3.3 - COUNTS ====== */


  /* ====== 3.4 - IMAGE GALLERY  ====== */

  .gall-img {
    max-height: 350px;
    padding: 15px;
    overflow: hidden;
  }

  .gall-img .moto::before {
    content: '';
    background-color: #000000;
    width: 10%;
    height: 10%;
    z-index: 1;
    display: block;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
  }

  .gall-img .moto:hover::before {
    content: '';
    background-color: #000000;
    width: 82%;
    height: 80%;
    z-index: 1;
    display: block;
    position: absolute;
    opacity: 0.7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .zoom img {
    max-width: 100%;
  }

  .gall-img .moto .zoom {
    max-width: 10%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 500ms ease;
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  .gall-img .moto:hover .zoom {
    max-width: 10%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }


  /* ====== 3.4 - IMAGE GALLERY  ====== */


  /* ====== 3.5 - CLIENTS  ====== */

  .client-area {
    margin-bottom: 30px;
  }

  .client-single {
    padding: 15px;
    text-align: center;
  }

  .client-single img {
    border: 1px solid #cccccc;
  }


  /* ====== 3.5 - CLIENTS  ====== */


  /* ====== 4 - YACHTS PAGE ====== */

  .hero-yachts {
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0px;
  }

  .yacht-slide {
    width: 100%;
    background-color: #222222;
  }

  .yacht-info {
    padding: 100px;
    background-color: #222222;
  }

  .yacht-info::before {
    content: "Moric";
    color: rgba(0, 0, 0, 0.12);
    font-size: 11.3rem;
    font-weight: bold;
    position: absolute;
    left: -178px;
    top: 229px;
    transform: rotate(90deg);
    line-height: 0;
  }

  .yacht-slide-bg-none {
    width: 100%;
    background-color: #222222;
  }

  .yacht-info-bg-none {
    padding: 100px;
    background-color: #222222;
  }

  .yacht-info-bg-none::before {
    content: "Moric";
    color: rgba(0, 0, 0, 0.12);
    font-size: 11.3rem;
    font-weight: bold;
    position: absolute;
    left: -178px;
    top: 229px;
    transform: rotate(90deg);
    line-height: 0;
  }


  /* ====== 4 - YACHTS PAGE ====== */


  /* ====== 5 - YACHTS CATEGORY PAGE ====== */

  .single-yacht-card {
    margin-bottom: 100px;
  }

  .single-yacht-card:last-child {
    margin-bottom: 0px;
  }

  .single-yacht-info {
    padding: 50px;
    background-color: #222222;
    min-height: 100%;
  }

  .single-yacht-info p span,
  .single-yacht-detail p span {
    font-weight: bold;
    display: block;
  }

  .single-yacht-info h6 span,
  .single-yacht-detail h6 span {
    font-size: 1rem;
    display: inline;
    color: #666666;
    padding-left: 10px;
  }

  .single-yacht-info h6 {
    padding-top: 10px;
  }

  .yacht-tech-info td:nth-child(even) {
    font-weight: bold;
    text-align: right;
  }

  .yacht-tech-info .table th,
  .table td {
    color: #cccccc;
    padding: 10px 0px;
  }

  .yacht-tech-info tr {
    border-bottom: 1px dashed #555555;
  }

  .yacht-tech-info tr:last-child {
    border-bottom: none;
  }

  .yacht-tech-info .table th,
  .table td {
    border: none;
  }

  .other-yacht-category {
    margin-bottom: 90px;
  }

  .other-yacht-category .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: none;
    border-radius: 0rem;
    border: none;
  }


  /* ====== 5 - YACHTS CATEGORY PAGE ====== */


  /* ====== 6 - YACHTS DETAILS PAGE ====== */

  .yacht-details {
    background: #222222;
    margin: 50px 0px;
  }

  .single-yacht-detail {
    padding: 50px 35px;
  }

  .detail-col {
    padding-right: 50px;
  }

  .detail-col ul,
  .detail-col-aditional ul {
    padding: 0;
  }

  .detail-col ul li {
    padding: 0px 0px 20px 0px;
  }

  .detail-col ul li b {
    display: block;
    padding: 0px 0px 0px 0px;
  }

  .detail-col-aditional ul li p {
    padding: 0px 0px 10px 0px;
  }

  .detail-col-aditional ul li b {
    display: inline;
    padding: 0px 0px 0px 0px;
  }


  /* ====== 6 - YACHTS DETAILS PAGE ====== */


  /* ====== 7 - ACTIVITIES PAGE ====== */

  .hero-activity {
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0px;
  }

  .activity-sec {
    position: relative;
  }

  .act-img {
    position: relative;
  }

  .act-head {
    background-image: linear-gradient(to left, #00c1c8, #009abb);
    color: #ffffff;
    padding: 50px;
    position: absolute;
    top: 50px;
    right: 15px;
    width: 110%;
    transition: all 1550ms ease-in-out;
  }

  .act-head h3 {
    padding: 0px;
  }

  .act-head p {
    color: #ffffff;
    font-size: 1.5rem;
    padding-top: 10px;
    line-height: 2rem;
  }

  .act-full-width h3 span {
    padding-top: 10px;
    font-size: 75%;
    line-height: 2rem;
  }

  .act-text {
    padding: 40px 40px 0px 40px;
  }

  .act-full-width {
    padding: 100px;
    background-color: #222222;
  }


  /* ====== 7 - ACTIVITIES PAGE ====== */


  /* ====== 8 - MANAGEMENT PAGE ====== */

  .hero-management {
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0px;
  }

  .yacht-management {
    padding-top: 120px;
    padding-left: 80px;
  }

  .yacht-mntc {
    width: 100%;
  }

  .yacht-mntc-text {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 50px;
  }

  .yacht-serv {
    padding-top: 5px;
  }

  .yacht-serv li {
    padding: 0px 0px 20px 0px;
  }

  .yacht-serv h6 {
    font-size: 1.1rem;
    padding: 0px 0px 5px 0px;
    font-weight: bold;
  }

  .yacht-serv ul {
    padding: 0;
  }


  /* ====== 8 - MANAGEMENT PAGE ====== */


  /* ====== 9 - CONTACT US PAGE ====== */
  .hero-contact {
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0px;
  }

  .country {
    padding: 30px;
    background-color: #111111;
    margin-bottom: 15px;
  }

  .country i {
    color: #009ABB;
    padding-right: 10px;
    font-size: 0.90rem;
    display: inline;
  }

  .country p {
    display: inline;
  }

  .country ul {
    padding: 0px;
    margin: 0px;
  }

  .country li {
    padding: 0px 0px 5px 0px;
  }

  .country li a {
    text-transform: lowercase;
    color: #cccccc;
  }

  .country li a:hover {
    color: #ffffff;
  }

  .country li h6 {
    padding: 0px 0px 10px 0px;
  }

  .form-control textarea {
    overflow: auto;
    resize: vertical;
    height: 150px;
    color: #999999 !important;
  }

  .form-body input::placeholder,
  .form-body textarea input::placeholder {
    color: #999999 !important;
  }

  .form-group input::placeholder,
  .form-group textarea input::placeholder {
    color: #999999 !important;
  }

  .contact-form {
    padding-top: 50px;
  }

  .contact-form .form-control, textarea {
    color: #cccccc !important;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #333333;
    border-radius: 0rem;
  }

  .form-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0rem;
  }

  .form-footer {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0rem;
  }

  .map-container {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    margin-top: 50px;
  }

  .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }


  /* ====== 9 - CONTACT US PAGE ====== */


}
