*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-CondensedLight.woff2') format('woff2'),
        url('../fonts/Futura-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Creattion';
    src: url('../fonts/Creattion.woff2') format('woff2'),
        url('../fonts/Creattion.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body { 
	-ms-word-wrap: break-word; 
	word-wrap: break-word; 
	-webkit-font-smoothing: auto; 
	text-rendering: optimizeLegibility !important; 
	-moz-osx-font-smoothing: grayscale; 
	font-smoothing: auto; 
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	line-height: 1.7;
    color: #212529;
    font-size: 16px;
}

a, button, input { 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}
ul,li,ol{margin: 0px;padding: 0px;list-style: none;}

blockquote { 
	padding: 1.25rem 1.75rem; 
}
img {height: auto;max-width: 100%;}

.top-bar-main{
    background-color: #565656;
    padding: 8px 0px;
}
.top-call-time ul li{
    display: inline-block;
    margin-right: 24px;
}
.top-call-time ul li:last-child{
    margin-right: 0px;
}
.top-call-time ul li i{
    font-size: 16px;
    color: #ffffff;
    margin-right: 8px;
}
.top-call-time ul li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.top-call-time ul li a:hover{
    text-decoration: underline;
}
.top-call-time ul li span{
    color: #ffffff;
}

.logo a.logo-dark{
    display: none;
}
.logo a img{
    max-height: 70px;
    width: 100%;
}
header{
    position: absolute;
    width: 100%;
    z-index: 99;
}
.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-navbar{
    padding: 16px 13px;
    background: rgba(99, 99, 115, .35);
    border-bottom: 1px solid rgba(132, 132, 132, 0.1) !important;
}
.right-navbar ul li{
    display: inline-block;
}
.right-navbar ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 24px;
    position: relative;
    display: block;
}
.right-navbar ul li a::before {
    content: " ";
    text-align: center;
    height: 3px;
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: -17px;
    left: 4px;
    right: 4px;
    margin: 0 !important;
    opacity: 0;
}
.right-navbar ul li:hover a::before{
    opacity: 1;
}

.right-navbar ul li.current-menu-item a::before{
    opacity: 1;
}
.banner-box {
  padding: 187px 0px 0px 0px;
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
video.videoth {
  right: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
}
.banner-box .banner-info{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1250px;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.transp::before{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    content: "";
}
.banner-info h1{
    font-family: 'Futura';
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 72px;
    color: #ffffff;
}
.banner-info h1 em{
    font-family: 'Creattion';
    font-size: 100px;
    text-transform: none;
    margin-right: 8px;
}
.boat-list-main{
    padding: 64px 0px 75px 0px;
}
.site-footer{
    background: #1e1e1e;
    padding: 40px 0 12px;
}
.footer-left{
    margin-bottom: 30px;
}
.footer-left h2{
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.footer-left p{
    color: white;
    width: 67%;
    line-height: 30px;
}
.copyright-info{
    padding: 15px 0;
    background-color: #000000;
}
.copyright-links{
    text-align: right;
}
.copyright-links ul li{
    display: inline-block;
    text-align: right;
    margin-left: 10px;
}
.copyright-links ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
    text-decoration: none;
}
.copyright-links ul li a:hover{
    text-decoration: underline;
}
.footer-right h3{
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.footer-right ul li{
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
}
.footer-right ul li a{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.all-page-title-banner{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.all-page-title-banner::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;    
}
.all-page-title-banner .container{
    max-width: 1280px;
    padding-top: 306px;
    padding-bottom: 60px;
    position: relative;
}
.all-page-title-banner h1{
    color: #ffffff;
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 0;
    font-weight: 600;
}
.about-main{
    padding: 80px 0px;
    position: relative;
}
.about-inner-items{
    max-width: 853px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 15px;
}
.about-inner-items h2{
    font-size: 40px;
    font-weight: 500;
    color: rgb(33, 37, 41);
}
.about-inner-items p{
    margin-bottom: 16px;
}
.container{max-width: 1280px;}
.mapbox1{
    width: 100%;
    height: 500px;
    position: relative;
}
.contact_form{
    max-width: 915px;
    width: 100%;
    margin: 0 auto;
}
.contact_form p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 54px;
}
.contact_form .form-group p {
  margin-bottom: 0;
}
.requestaquote-form label.text-dark {
  display: none;
}
.requestaquote-form .form-group{
    margin-bottom: 1rem;
}
.requestaquote-form .form-control{
    border-radius: 0px !important;
    background: #ffffff;
    padding: 0px 25px;
    min-height: 62px;
    color: #000000;
    border: 1px solid #1e1e1e !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}
.requestaquote-form textarea.form-control{
    min-height: 62px;
    color: #000;
    padding: 25px;
    height: 130px;
}
.page-id-6193 .boat-list-main .requestaquote-form .btn.btn-primary{
    width: 266px;
    height: 62px;
    color: #fff !important;
    cursor: pointer;
    border: 0px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    border-radius: 0px;
    margin-top: 0;
    background: #26538b;
    transform: none !important;
    border-radius: 4px;
}


.page-id-6193 .boat-list-main .col-12{
    max-width: 915px;
    width: 100%;
    margin: 0 auto;
}
.page-id-6193 .boat-list-main .col-12 p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 54px;
}

.page-id-6193 .boat-list-main .requestaquote-form .form-group p{
    margin-bottom: 0px;
}

.address-section{
    margin-top: 70px;
}

select.wpcf7-not-valid, input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: #f00 !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7 .ajax-loader {
    margin: 20px auto 0;
    display: none;
}

div.wpcf7 .submitting .ajax-loader {
    display: block;
}

div.wpcf7 .wpcf7-response-output {
    padding: 10px 0 40px;
    margin: 0px;
    border: 0px;
    color: #f00;
    text-align: center;
}
.page-id-6193 .boat-list-main{
    padding: 64px 0px 0px 0px;
}
.page-id-6193 .boat-list-main .col-12 .text-center p{
    margin-bottom: 20px;
}


.off-canvas{
    padding: 60px 20px 30px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 300;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transition: transform .7s ease 0s;
    -webkit-transition: transform .7s ease 0s;
    background: #ffffff;
}
.mobilemenu {
    display: none;
}

.right-navbar .mobilemenu {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    top: 9px;
}
.header-inner{
    position: relative;
}
.right-navbar a.mobilemenu span {
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
    width: 31px;
    height: 2px;
    background: #ffffff;
}
.right-navbar a.mobilemenu span:before, .right-navbar a.mobilemenu span:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 2px;
    background: #ffffff;
}
.right-navbar a.mobilemenu span:after {
    top: 20px;
}
.is-open .off-canvas {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition: transform .5s cubic-bezier(.34, .95, .27, .98) 0s;
}
.mobile-logo {
    text-align: center;
}
.closebtn.mobilemenu {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 30px;
    height: 30px;
}
.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 30px;
    height: 2px;
    transform: rotate(45deg);
    background: #000000;
}
.menu_mobile .closebtn::after {
    transform: rotate(-45deg);
}
.mobile-logo{
    margin-bottom: 30px;
}
.mobile-logo img{
    max-height: 53px;
    width: auto;
}
.menu-header-menu-container{
    text-align: center;
}
.menu-header-menu-container ul li{
    width: 100%;
}
.menu-header-menu-container ul li a{
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    line-height: 34px;
    padding: 4px 0px;
    position: relative;
}

.menu-header-menu-container ul li a::before{
    content: "";
    height: 2px;
    background: #000000;
    width: 0%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
}
.menu-header-menu-container ul li a:hover::before{
    width: 100%;
}

.single-dlwl_operation header{
    position: relative;
}
.single-dlwl_operation header .main-navbar{
    background: #ffffff;
}
.single-dlwl_operation header .main-navbar .logo a.logo-dark{
    display: block;
}
.single-dlwl_operation header .main-navbar .logo a.logo-white{
    display: none;
}
.single-dlwl_operation header .main-navbar .right-navbar ul li a{
    color: #000000;
}
.single-dlwl_operation header .main-navbar .right-navbar ul li:hover a::before{
    background: #000000;
}

.single-dlwl_operation header .main-navbar .right-navbar a.mobilemenu span{background: #000000;}
.single-dlwl_operation header .main-navbar .right-navbar a.mobilemenu span::before, .single-dlwl_operation header .main-navbar .right-navbar a.mobilemenu span::after {
    background: #000000;
}

.header-top.sticky .main-navbar{
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
    background: #fff;
}

@keyframes slideDown {
    from {transform: translateY(-100%); } to {transform: translateY(0); }
}

.header-top.sticky .main-navbar .logo a.logo-dark{display: block;}
.header-top.sticky .main-navbar .logo a.logo-white{display: none;}

.header-top.sticky .main-navbar .right-navbar ul li a{
    color: #000;
}
.header-top.sticky .main-navbar .right-navbar ul li a::before{
    background: #000000;
}
.header-top.sticky .main-navbar .right-navbar a.mobilemenu span{background: #000000;}
.header-top.sticky .main-navbar .right-navbar a.mobilemenu span::before, .header-top.sticky .main-navbar .right-navbar a.mobilemenu span::after{background: #000000;}