/*
Theme Name: Tc Marine
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

@keyframes dashMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 12px 0; /* ek dash ke barabar shift */
  }
}
.trin-trin
{
    animation-name: trin;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.w-87{
  width: 87%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none !important;
  transition: linear 0.5s !important;
}

a:active,
a:hover {
  outline: 0;
  transition: linear 0.5s !important;

}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: transparent;
  padding: 20px 15px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #283B62;
  padding: 8px 34px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 100px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  background: #283B62;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  background-color: transparent;
  margin-top: -65px;
  padding: 20px 0;
  text-align: center;
  font-size: 15px;
  border-top: 1px solid #ffffff2e;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1575px;
    }
}
.theme-btn .vc_general {
    background: transparent !important;
    color: #fff !important;
    padding: 9px 52px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    position: relative;
    z-index: 1;
    border: 1px solid #283A62 !important;
    overflow: hidden;
    display: inline-block;
}
.theme-btn .vc_general::before {
    content: '';
    background: #283A62;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 60px;
    transition: linear 0.5s;
}
.theme-btn .vc_general:hover::before {
    width: 0;
}
.theme-btn .vc_general::after {
    content: '';
    width: 0;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    z-index: -1;
    transition: linear 0.5s;
}
.theme-btn .vc_general:hover::after {
    width: 100%;
}
.theme-btn .vc_general:hover {
    color: #283B62 !important;
}
.theme-btn.light_btn .vc_general::before {
    background: transparent;
}
.theme-btn.light_btn .vc_general {
    border-color: #fff !important;
}
.theme-h2 {
    font-weight: 500;
}
.bor-rad-20{
  border-radius: 20px;
}
/*=====================
        HEADER
=======================*/
.navbar-nav {
    position: relative;
}
.navbar-nav::before {
    content: '';
    border: 1px solid #283B62;
    width: 85%;
    height: 100%;
    position: absolute;
    border-radius: 130px;
    right: -1px;
    top: 0;
    z-index: -1;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
    margin: 0;
}
.call_btn a {
    border: 1px solid #283B62;
    display: flex;
    align-items: center;
    padding: 5px 28px 5px 8px;
    border-radius: 100px;
}
.call_btn a i {
    width: 35px;
    height: 35px;
    background: #283B62;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 100%;
}
.call_btn a img {
    background: #283B62;
    width: 35px;
    height: 35px;
    object-fit: scale-down;
    border-radius: 100%;
}
.call_btn a span {
    font-size: 18px;
    color: #0A2254;
    margin-left: 10px;
}
/*=====================
        BANNER
=======================*/
.Banner_sec .vc_row {
    padding-left: 30px;
    padding-right: 30px;
}
#Banner_slider {
    border-radius: 20px;
}
.banner-box {
    position: relative;
    border-radius: 20px;
}
.banner-box .banner-img {
    border-radius: 20px;
    width: 100%;
    height: 968px;
    overflow: hidden;
    position: relative;
}
.banner-box .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-img::before {
    content: '';
    background: linear-gradient(139.59deg, rgba(0, 0, 0, 0.6) 29.21%, rgba(11, 23, 35, 0) 71.54%);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-box .banner-con {
    position: absolute;
    top: 10%;
    left: 67px;
}
.banner-box .banner-con h1 {
    margin: 0;
    padding: 0;
    font-size: 85px;
    line-height: 87px;
    color: #ffffff;
    font-weight: 300;
}
.banner-box .banner-con h2 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 108px;
    line-height: 108px;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-box .banner-con p {
    color: #ffffff;
    font-size: 18px;
    line-height: 145%;
    width: 40%;
    font-weight: 400;
    padding: 20px 0;
}
.banner-box .banner-con a {
    color: #283B62;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 58px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner-box .banner-con a::before {
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    z-index: -1;
    transition: linear 0.5s;
}
.banner-box .banner-con a::after {
    content: '';
    background: #283B62;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 100px;
    transition: linear 0.5s;
}
.banner-box .banner-con a:hover::before {
    width: 0;
}
.banner-box .banner-con a:hover::after {
    width: 100%;
}
.banner-box .banner-con a:hover {
    color: #ffffff;
}
#Banner_slider .owl-dots {
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0;
    text-align: center;
}
#Banner_slider .owl-dots button {
    outline: none !important;
}
#Banner_slider .owl-dots button span {
    display: inline-block;
    width: 10.22px;
    height: 10.22px;
    background: #ffffffab;
    border-radius: 100%;
    margin-right: 8px;
}
#Banner_slider .owl-dots button.active span {
    width: 30px;
    background: #ffffff;
    border-radius: 7px;
}
/*=====================
      HOME-SEC-02
=======================*/
.Home_sec-02::before {
    content: '';
    background-image: url(img/arrow.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 62px;
    height: 128px;
    position: absolute;
    right: 134px;
    top: 33%;
    z-index: 9;
    animation: float 2s ease-in-out infinite;
}
/*=====================
      HOME-SEC-03
=======================*/
.boats-box .boats-img {
    width: 100%;
    height: 401px;
    overflow: hidden;
    border-radius: 20px;
}
.boats-box .boats-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: linear 0.5s;
}
.boats-box:hover .boats-img img {
    transform: scale(1.1);
    transition: linear 0.5s;
}
.boats-box .boats-con h3 {
    font-size: 29px;
    line-height: 125%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 20px;
    width: 72%;
}
.boats-box .boats-con p {
    margin: 0;
    font-size: 18px;
    line-height: 137%;
    color: #ffffff;
}
.boats-box .boats-con {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.84%, rgba(0, 0, 0, 0.96) 100%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px 21px;
}
.boats-box {
    margin-bottom: 100px;
}
.boats_row .col-lg-12:last-child .boats-box {
    margin: 0;
}
.Home_sec-03 {
    overflow: visible !important;
}
.Home_sec-03 .vc_col-sm-6 {
    position: sticky;
    top: 50px;
}
/*=====================
      HOME-SEC-05
=======================*/
.inventory_main .inventory-item:last-child {
    margin: 0;
}
.inventory-box .inventory-img {
    width: 100%;
    height: 392px;
    overflow: hidden;
    border-radius: 20px;
}
.inventory-box .inventory-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: linear 0.5s;
}
.sale_tag {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 138%;
    color: #ffffff;
    background: #283B62;
    padding: 3px 11px;
    border-radius: 30px;
    font-weight: 400;
}
.inventory-box .inventory-con h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    padding-bottom: 20px;
    color: #ffffff;
    width: 74%;
    height: 76px;
}
.inventory-box .inventory-con ul li {
    font-size: 15px;
    line-height: 138%;
    color: #ffffff;
}
.inventory-box .inventory-con {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    transition: linear 0.5s;
}
.inventory-box .inventory-con .inventory_price {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
}
.inventory-box:hover .inventory-img img {
    transform: scale(1.1);
}
.inventory-box:hover .inventory-con {
    opacity: 0;
}
/*=====================
      REVIEWS-SEC
=======================*/
.reviews-box .reviews-img img {
    width: unset;
}
.reviews-box {
    background: rgba(249, 249, 249, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7.5px);
    border-radius: 20px;
    text-align: center;
    padding: 51px 30px 20px;
    margin-top: 40px;
}
.reviews-box .reviews-con p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
}
.testimonial-rating i {
    color: #F6973F;
    font-size: 15px;
}
.reviews-box .reviews-img {
    position: absolute;
    top: -20px;
}
div#Reviews_slider {
    padding-top: 40px;
}
/*=====================
      BLOG-SEC
=======================*/
.blogs-box {
    border: 1px solid #E9E9E9;
    border-radius: 16px;
}
.blogs-box .blogs-img {
    width: 100%;
    height: 217px;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.blogs-box .blogs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.blogs-box .blogs-con h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #283B62;
    margin: 0 0 15px;
    padding: 0;
    height: 54px;
    overflow: hidden;
}
.blogs-box .blogs-con p {
    font-size: 15px;
    color: #01041D;
}
.blogs-box .blogs-con {
    padding: 15px;
}
.blogs-box .blogs-con .blog-btn {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    border: 1.5px solid #283B62;
    padding: 6px 18px;
    border-radius: 100px;
}
.blogs-box .blogs-con .blog-btn i {
    margin-left: 8px;
}
.blogs-box .blogs-con .blog-btn:hover {
    background: #283B62;
    color: #ffffff;
}
/*=====================
      THEME-FOOTER
=======================*/
.theme-footer {
    background: #01041D;
    padding-top: 66px;
    padding-bottom: 110px;
}
.theme-footer .widget {
    margin: 0;
}
.theme-footer h3 {
    margin: 0;
    margin: 0;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
}
.theme-footer h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 172px;
    height: 2px;
    background-image: repeating-linear-gradient(to right, #ffffff 0 6px, transparent 6px 12px);
    animation: dashMove 1s 
linear infinite;
}
.theme-footer .ft-02 {
    display: flex;
}
.theme-footer .ft-02 section#text-2 {
    padding-left: 16%;
}
.theme-footer .ft-02 .menu li a {
    padding: 0 0;
    background: transparent !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
}
.theme-footer .ft-02 #text-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-footer .ft-02 #text-2 ul li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 40px;
}
.theme-footer .ft-02 #text-2 ul li {
    position: relative;
    padding-left: 35px;
}
.theme-footer .ft-02 #text-2 ul li::before {
    content: '\f2a0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 10px;
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-footer .ft-02 #text-2 ul li:last-child::before {
    content: '\f0e0';
}
.gform-theme--foundation .gfield input {
    background: transparent !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 10px !important;
    height: 49px !important;
    padding: 0 20px !important;
    color: #ffffff !important;
}
.gform-theme--foundation .gfield input::placeholder {
    color: #ffffff36 !important;
}
.gform-theme--foundation .gfield {
    position: relative !important;
}
.gform-footer.gform_footer.top_label .gform_button {
    position: absolute;
    bottom: 102px;
    right: 22px;
    background-color: transparent !important;
    font-size: 0 !important;
    background-image: url(img/btn-arrow.webp) !important;
    background-repeat: no-repeat !important;
}
section#gform_widget-2 {
    padding-top: 50px;
}
section#gform_widget-2 h3 {
    border: 0;
    padding: 0 0;
    font-size: 26px;
    line-height: 51px;
}
section#gform_widget-2 h3::before{
  display: none;
}

.spaces-box {
    position: relative;
}
.spaces-box .spaces-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
}
.spaces-box .spaces-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.spaces-box .spaces-con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 15px;
    transition: linear 0.5s;
    opacity: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 87%);
    border-radius: 24px;
}

.spaces-box .spaces-con h4 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 34px;
    line-height: 88%;
    color: #ffffff;
    font-weight: 300;
}

.spaces-box .spaces-con p {
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
}
.swiper {
  width: 100%;
  padding-top: 50px !important;
  padding-bottom: 120px !important;
}

.swiper-slide {
  width: 480px !important;
  height: 480px !important;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.swiper-slide-active .spaces-box .spaces-con {
    opacity: 1;
}
.Member_pg-02 {
    padding-top: 100px !important;
    padding-bottom: 180px;
}
.swiper-button-next, .swiper-button-prev {
    color: #283B62 !important;
    top: 95% !important;
    width: auto !important;
    height: auto !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next {
    right: 43% !important;
}
.swiper-button-prev {
    left: 43% !important;
}
.swiper-pagination {
    bottom: 45px !important;
    z-index: 1 !important;
}
.swiper-pagination-bullet {
    background: #EFEFEF !important;
}
.swiper-pagination-bullet-active {
    width: 12px !important;
    border-radius: 20px !important;
    background: #283B62 !important;
}
.spaces-box .spaces-con a {
    display: inline-block;
    font-size: 15px;
    color: #01041D;
    background: #ffffff;
    width: fit-content;
    padding: 5px 26px;
    border-radius: 60px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child > a {
    margin-right: 14px;
}
.swiper-slide.swiper-slide-active {
    transform: translate3d(20.3883px, 0px, -20.3883px)  scale(1) !important;
}
.Yacth_banner-sec .vc_row {
    position: relative;
    z-index: 1;
}
.Yacth_banner-sec .vc_row::before {
    content: '';
    background: linear-gradient(139.59deg, rgba(0, 0, 0, 0.6) 29.21%, rgba(11, 23, 35, 0) 71.54%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.Yacth_banner-sec .vc_row .theme-para {
    width: 50%;
}
.financing_banner {
    padding-top: 0 !important;
    padding-bottom: 0;
}
.financing_banner::before {
  content: '';
  background-image: url(img/finanncing-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 96%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 40px;
  border-radius: 20px;
}
.yatch_banner::before{
  background-image: url(img/yatch-bg.jpg);
}
.yatch_mg-banner::before{
    background-image: url(img/yacth-banner.jpg);
}
.transport_banner::before{
    background-image: url(img/boat-transport-bg.jpg);
}
.financing_banner .vc_col-sm-8 {
    background: rgba(255, 255, 255, 0.6);
    border: 3px solid rgba(40, 59, 98, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 70px 0;
}
.inventory_banner h2 {
    margin: 0;
    color: #ffffff;
    font-size: 74px;
    line-height: 87px;
    font-weight: 500;
    padding: 0;
}
.inner_banner {
    padding-top: 145px;
    padding-bottom: 145px;
    width: 96%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
.archive-inventory {
    padding: 120px 90px;
    padding-top: 40px;
}
.archive_content {
    padding-top: 120px;
}
.archive_content h2 {
    margin: 0;
    padding: 0 0 20px;
}
.inventory_main .inventory-item {
    width: 28%;
    margin-right: 60px;
    margin-bottom: 40px;
}
.archive-inventory .inventory-box .inventory-img {
    height: 517px;
}
.archive-inventory .inventory_main .inventory-item:nth-child(3),
.archive-inventory .inventory_main .inventory-item:nth-child(6),
.archive-inventory .inventory_main .inventory-item:nth-child(9),{
    margin-right: 0 !important;
}
.navbar-brand img {
    width: 200px;
}
.ft-01 img {
	width: 280px;
}
.four_boxes .vc_column_container>.vc_column-inner>.wpb_wrapper {
    background: #ffffff;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-shadow: 0px 0px 15px rgb(227 227 227);
    border-radius: 30px;
}
.four_boxes .vc_row.wpb_row.vc_row-fluid {
    padding: 30px 0;
}
.four_boxes .vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}
#main-slider img {
    width: 100%;
    border-radius: 10px;
}
#thumb-slider img {
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
}
#thumb-slider .current img {
    border: 2px solid #007bff;
}
.archive-blogs {
    padding: 120px 180px;
}
.archive-blogs .blogs-img {
    height: 350px;
}
.archive-blogs .blogs-box .blogs-con {
    padding: 30px;
    min-height: 283px;
}
.archive-blogs .blogs-box .blogs-con h3 {
    font-size: 24px;
    height: auto;
    line-height: 32px;
}
.archive-blogs .blogs-box .blogs-con p {
    font-size: 16px;
}
.archive-blogs .blogs-box {
    margin-bottom: 30px;
}
.Home_sec-01 .gform-body.gform_body .gform-field-label {
    font-size: 15px;
}
.Home_sec-01 .gform-body.gform_body input,
.Home_sec-01 .gform-body.gform_body select{
    height: 60px !important;
    border: 1px solid #283b62 !important;
    color: #283b62 !important;
    font-size: 16px !important;
}
.Home_sec-01 .gform-body.gform_body select {
    background-color: transparent !important;
    border-radius: 12px;
    padding: 10px 20px;
}
.Home_sec-01 .gform-body.gform_body textarea {
    min-block-size: 5rem !important;
    resize: none;
    border-radius: 12px;
    border: 1px solid #283b626b !important;
    font-size: 16px !important;
    background: transparent !important;
}
.Home_sec-01 .gform-footer.gform_footer.top_label .gform_button {
    background: #283b62 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    width: 140px !important;
    height: 40px !important;
    border-radius: 60px !important;
    bottom: 35px;
}

.Home_sec-01 .gform-footer.gform_footer.top_label {
    justify-content: end !important;
}
.Home_sec-01 figure, 
.Home_sec-01 figure .vc_single_image-wrapper,
.Home_sec-01 figure .vc_single_image-wrapper img {
    width: 100%;
}
.Why_choose-sec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px 0 #0000001a;
    border: 1px solid #283b6226;
    border-radius: 12px;
    padding: 25px;
    transition: linear 0.5s;
}
.Why_choose-sec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-right: 40px;
}
.Why_choose-sec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .wpb_single_image img {
    width: 80px !important;
    height: 80px !important;
    object-fit: scale-down;
    transition: linear 0.5s;
}
.Why_choose-sec h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000000 !important;
}
.Why_choose-sec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:hover img {
    transform: translateY(-10px);
}
.financing_banner .gform-body.gform_body .gform-field-label {
    font-size: 18px;
    color: #0A2254;
}
.financing_banner .gform-body.gform_body input{
    height: 60px !important;
    border: none !important;
    color: #283b62 !important;
    font-size: 16px !important;
    background: #FFFFFF !important;
}
.financing_banner .gform-body.gform_body select {
    background-color: transparent !important;
    border-radius: 12px;
    padding: 10px 20px;
}
.financing_banner .gform-body.gform_body textarea {
    min-block-size: 5rem !important;
    resize: none;
    border-radius: 12px;
    font-size: 16px !important;
    background: #FFFFFF!important;
    border: 0 !important;
}
.financing_banner .gform-footer.gform_footer.top_label .gform_button {
    background: #283b62 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    width: 140px !important;
    height: 40px !important;
    border-radius: 60px !important;
    bottom: 35px;
}
.financing_banner .gform-footer.gform_footer.top_label {
    justify-content: end !important;
}
.single_inventory-pg {
    padding-top: 120px;
    padding-bottom: 120px;
}
#main-slider .full_img {
    width: 100%;
    height: 926px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 15px;
}
#main-slider .full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
#thumb-slider .thumbnail_img {
    height: 179px;
    overflow: hidden;
}
#thumb-slider .thumbnail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(0.3);
}
#main-slider .owl-nav button {
    font-size: 80px;
    position: absolute;
    top: 40%;
    color: #ffffff;
    outline: none !important;
}
#main-slider .owl-nav button.owl-prev {
    left: 0;
}
#main-slider .owl-nav button.owl-next {
    right: 0;
}
#thumb-slider .current .thumbnail_img img {
    filter: opacity(1);
}
.single_inventory-pg .inventory-box {
    padding-left: 80px;
}
.single_inventory-pg .inventory-box h3 {
    font-size: 50px;
    line-height: 100%;
    color: #283B62;
    font-weight: 600;
    padding: 60px 0;
    margin: 0;
}
.single_inv-fields span {
    display: block;
    font-size: 20px;
    color: #283B62;
    font-weight: 600;
    margin-bottom: 20px;
}
.single_inv-fields span.sale_tag {
    position: static;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 16px;
    margin-top: 30px;
}
.single_inv-fields .inventory_price {
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 40px;
}
.theme-btn.broker_btn .vc_general {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px 0 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}
.card-header {
    background: transparent;
    border: 0;
    padding: 0 0;
}
.card-header h5 button {
    font-size: 20px;
    font-weight: 600;
    outline: none;
    color: #283B62;
    line-height: 135%;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #C5C7C8;
    box-shadow: none !important;
}
.card-header h5 {
    margin: 0;
}
.card {
    border: 0;
}
.card-body {
    font-size: 20px;
    padding: 30px 30px;
    color: #01041D;
}
#accordion {
    padding-top: 30px;
}
.Applicant_form-sec .vc_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, 0.6);
    border: 3px solid rgba(40, 59, 98, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 100px 80px;
}
.Applicant_form-sec .gfield--type-html {
    color: #0A2254;
    font-size: 30px;
    line-height: 130%;
    font-weight: 500;
}
.Applicant_form-sec .gf_progressbar_wrapper {
    display: none !important;
}
.Applicant_form-sec .gform-field-label{
    font-size: 18px !important;
    line-height: 20px !important;
    color: #0A2254 !important;
    font-weight: 400 !important;
}
.Applicant_form-sec .gform-theme--foundation .gfield input,
.Applicant_form-sec .gfield_select{
    width: 100%;
    height: 60px !important;
    background-color: #ffffff !important;
    color: #0A2254 !important;
    font-size: 18px !important;
    border: 0 !important;
    border-radius: 12px !important;
    padding: 10px !important;
}
.Applicant_form-sec .gform-page-footer.gform_page_footer.top_label input {
    width: 110px !important;
    height: 47px !important;
    border-radius: 100px !important;
    background: #283B62 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}
.breadcrumbs::before {
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 50%;
}
.Home_sec-01 .gform-body.gform_body input::placeholder {
    color: #cccccc !important;
}
.Applicant_form-sec .vc_row {
    background-repeat: no-repeat;
    background-position: center;
}
.dollar_sign .ginput_container {
    position: relative;
}

.dollar_sign .ginput_container::before {
    content: '$';
    background: #283b62;
    color: #ffffff;
    width: 80px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
    border-radius: 10px 0px 0px 14px;
}
.gform-theme--foundation .gform-body .dollar_sign input {
    padding-left: 90px !important;
}
/*RESPONSIVE-START*/

@media only screen and (max-width:1440px){
.reviews-box {
    height: 340px;
}
.blogs-box .blogs-con p {
    font-size: 14px;
}
.Home_sec-02 {
    padding-right: 100px !important;
}
.Home_sec-02::before {
    right: 30px;
}
.financing_banner::before {
    margin: 0 30px;
}
.Home_sec-01 .theme-h2 {
    font-size: 50px !important;
}
.four_boxes .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 30px;
}
}
@media only screen and (max-width:1366px){
.reviews-box {
    height: 360px;
}
.inventory_main .inventory-item {
    width: 32%;
    margin: 0px 8px 20px !important;
}
.theme-h2 {
    font-size: 50px !important;
}
.theme-h2.ft-22  {
    font-size: 43px !important;
}
}
@media only screen and (max-width:1280px){
.reviews-box {
    height: 310px;
}
.theme-h2.ft-22  {
    font-size: 40px !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 8px 18px;
}
.archive-blogs {
    padding: 100px 30px;
}
}
@media only screen and (max-width:1200px){
.Home_sec-01 .theme-h2 {
    font-size: 45px !important;
} 
.navbar-nav::before {
    width: 66%;
	right: 23%;
}
.archive-inventory {
    padding: 50px 0px 80px;
}
.archive-blogs {
    padding: 70px 0px !important;
}
.financing_banner::before {
    margin: 0 25px;
}
}
@media only screen and (max-width:1199px){
.navbar-light .navbar-toggler {
    position: absolute;
    right: 5px;
    top: 20px;
    outline: none;
    border: 0;
    background: #283B62;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.navbar-nav::before {
    display: none !important;
}
.navbar-nav li {
    text-align: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child > a {
    display: inline-block;
	margin: 0;
}
.boats-sec {
    padding-left: 115px !important;
    padding-left: 95px !important;
}
.Home_sec-01 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.Home_sec-02 {
    padding-left: 0px !important;
}
.Home_sec-03 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.Home_sec-04 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.Home_sec-05 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.Home_sec-07 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.inventory_main .inventory-item {
    width: 30%;
}
.call_btn a {
    justify-content: center;
    width: 22%;
    margin: 0 auto;
}
.theme-h2 {
    font-size: 42px !important;
    line-height: 55px !important;
}
.theme-footer .container {
    max-width: 1190px;
}
.navbar-nav {
    padding-top: 20px;
}
.Home_sec-04 .theme-h2 br {
    display: none !important;
}
.boats-sec .theme-para br {
    display: none !important;
}
.Home_sec-05 .theme-para br {
    display: none !important;
}
.financing_banner .vc_col-sm-8 {
    width: 100%;
}
.financing_banner p {
    font-size: 17px !important;
}
}
@media only screen and (max-width:1024px){
.financing_banner::before {
    margin: 0 20px;
}
.swiper-pagination {
    bottom: 47px !important;
}
.swiper-slide {
    width: 428px !important;
}
.banner-box .banner-con h1 {
    font-size: 75px;
}
.banner-box .banner-con h2 {
    font-size: 92px;
}
.banner-box .banner-con p {
    width: 52%;
}
.theme-h2.ft-22 {
    font-size: 32px !important;
    line-height: 41px !important;
}
.boats-box .boats-con h3 {
    width: 90%;
}
.inventory-box .inventory-con h3 {
    width: 100%;
}
.inventory_main .inventory-item {
    width: 45%;
}
.boats-sec {
    padding-left: 60px !important;
}
.theme-footer h3 {
    font-size: 23px;
}
section#gform_widget-2 h3 {
    font-size: 21px;
}
.theme-footer .ft-02 section#text-2 {
    padding-left: 2%;
}
.ft-01 img {
    width: 200px;
}
.navbar-brand img {
    width: 175px;
}
.theme-footer .col-12.col-md-4.ft-01 {
    flex: 0 0 29.333333%;
    max-width: 27.333333%;
}
.theme-footer .ft-02 {
    flex: 0 0 45.666667%;
    max-width: 46.666667%;
}
.gform-footer.gform_footer.top_label .gform_button {
    bottom: 58px;
}
.reviews-box {
    height: 360px;
}
.call_btn a {
    width: 26%;
}
}
@media only screen and (max-width:991px){
section#form .vc_row {
    display: flex !important;
    flex-direction: column-reverse !important;
}
section#form .vc_row .vc_col-sm-6 {
    width: 100% !important;
}
.four_boxes h3 {
    font-size: 20px !important;
}
.four_boxes p {
    font-size: 17px !important;
}
.theme-footer .ft-01 {
    max-width: 100%;
    margin-bottom: 30px;
}
.theme-footer .ft-02 {
    display: block;
}
.theme-footer .ft-02 section#text-2 {
    padding-left: 0px;
}
.theme-footer .ft-02 {
    max-width: 100%;
    margin-bottom: 30px;
}
.theme-footer .ft-03 {
    max-width: 100%;
}
.theme-footer .row {
    display: block;
    text-align: center;
}
.theme-footer .ft-02 #text-2 ul li {
    padding: 0;
}
.theme-footer .ft-02 #text-2 ul li::before {
    left: 38%;
}
.theme-footer .ft-02 #text-2 ul li:last-child::before {
    left: 35%;
}
.theme-footer h3::before {
    left: 42%;
}
.gform-theme--foundation .gfield input {
    width: 100% !important;
}
.ginput_container {
    text-align: center !important;
    margin: 0 28% !important;
}
.gform-footer.gform_footer.top_label .gform_button {
    right: 40%;
	bottom: 6%;
}
.theme-footer .col-12.col-md-4.ft-01 {
    max-width: 100%;
}
.reviews-box {
    height: 400px;
}
.Home_sec-01 .theme-h2 {
    font-size: 32px !important;
    margin: 0;
    padding: 0;
}
.Home_sec-01 .vc_col-sm-6 {
    width: 100%;
}
.Home_sec-01 .vc_row {
    flex-direction: column-reverse;
    gap: 50px;
}
.Home_sec-01 .vc_row {
    flex-direction: column-reverse;
}
.Home_sec-01 .vc_row .vc_col-sm-6 {
    width: 100%;
}
section#form .gform-theme--foundation .gform-grid-row {
    margin: 0 !important;
}
section#form .ginput_container {
    margin: 0 !important;
}
section#form span#input_2_5_4_container {
    padding: 0;
}
}
@media only screen and (max-width:768px){
.archive_content h2 {
    font-size: 50px !important;
}
.archive_content p {
    font-size: 15px !important;
}
.financing_banner .vc_col-sm-8 {
    width: 70%;
}
.financing_banner h2 {
    font-size: 55px !important;
    line-height: 65px !important;
}
.call_btn a {
    width: 35%;
    padding-right: 10px;
}
.banner-box .banner-con h1 {
    font-size: 57px;
}
.banner-box .banner-con h2 {
    font-size: 80px;
}
.banner-box .banner-con p {
    width: 75%;
}
.Home_sec-01 .wpb_column {
    width: 100%;
}
.Home_sec-01 .vc_row {
    flex-direction: column-reverse;
    gap: 50px;
	padding:50px 0px !important;
}
.Home_sec-01 .vc_col-sm-7 {
    padding-left: 0px !important;
}
.Home_sec-01 .vc_col-sm-7 .vc_column-inner {
    padding-left: 30px !important;
}
.Home_sec-02 .vc_col-sm-7  {
    width: 100% !important;
}
.Home_sec-02 .vc_col-sm-5 {
    width: 100% !important;
}
.col-row {
    display: flex !important;
}
.col-row img {
    width: 100% !important;
    height: 278px !important;
    object-fit: contain;
}
.Home_sec-02::before {
    top: 62%;
    right: 10px;
}
.col-row .vc_col-sm-8{
	width: 62.666667%;
}
.col-row .vc_col-sm-4{
    width: 33.33333333%;
}
.col-row .vc_col-sm-5 {
    width: 75% !important;
}
.theme-footer .ft-02 #text-2 ul li::before {
    left: 34%;
}
.theme-footer .ft-02 #text-2 ul li:last-child::before {
    left: 31%;
}
.theme-footer h3::before {
    left: 38%;
}
.gform-theme--foundation .gfield input {
    width: 100% !important;
}
.ginput_container {
    text-align: center !important;
    margin: 0 28% !important;
}
.gform-footer.gform_footer.top_label .gform_button {
	bottom: 6%;
}
.Home_sec-03 .wpb_column {
    width: 100%;
}
.Home_sec-03 .vc_col-sm-6 {
    z-index: 1;
    margin-bottom: 30px;
}
.Home_sec-03 .wpb_column {
    width: 100%;
}
.Home_sec-03 .vc_col-sm-6 {
    z-index: 1;
    margin-bottom: 30px;
}
.Home_sec-04 .wpb_column {
    width: 100%;
}
.Home_sec-04 .vc_col-sm-7 .vc_column-inner {
    padding-left: 25px !important;
}
.Home_sec-04 .wpb_column figure .vc_single_image-wrapper {
    width: 100%;
}
.Home_sec-04 .wpb_column figure .vc_single_image-wrapper img {
    width: 100%;
}
.Home_sec-04 .vc_row {
    flex-direction: column-reverse;
    gap: 50px;
}
.banner-box .banner-con {
    left: 20px;
}
.Home_sec-03 .vc_col-sm-6 {
    position: relative;
}
.inventory_main .inventory-item {
    width: 45%;
}
.boats-sec {
    padding-left: 0px !important;
}
.Home_sec-02 .vc_col-sm-7 .vc_column-inner {
    padding-right: 0px !important;
}
.swiper-pagination {
    bottom: 50px !important;
    left: 13px !important;
}
.swiper-button-next {
    right: 40% !important;
}
.swiper-slide {
    width: 398px !important;
}
.financing_banner::before {
    margin: 0;
    width: 100%;
}
.four_boxes .vc_col-sm-3 {
    width: 100%;
}
.four_boxes .vc_column_container>.vc_column-inner>.wpb_wrapper {
    min-height: auto;
}
.reviews-box {
    height: auto;
}
.vc_section.four_boxes {
    padding-bottom: 80px !important;
}
}
@media only screen and (max-width:767px){
.financing_banner .vc_col-sm-8 {
    width: 100%;
}
.col-row .vc_col-sm-8{
	width: 56.666667%;
}
.col-row .vc_col-sm-4{
    width: 33.33333333%;
}
.col-row img {
    height: 248px !important;
}
.col-row .vc_col-sm-5 {
    width: 75% !important;
}
.boats-sec {
    padding-right: 0px !important;
}
.swiper-slide {
    width: 731px !important;
}
.Home_sec-02::before {
    right: 50px;
}
}
@media only screen and (max-width:680px){
.banner-box .banner-con h1 {
    font-size: 47px;
	line-height: 40px;
}
.banner-box .banner-con h2 {
    font-size: 64px;
}
.call_btn a {
    width: 45%;
}
.reviews-box {
    height: 360px;
}
.inventory-box .inventory-con h3 {
    width: 100%;
}
.Home_sec-05 p {
    padding: 0 12px;
}
.theme-footer h3::before {
    left: 37%;
}
.swiper-slide {
    width: 644px !important;
}
.ginput_container {
    margin: 0px 21% !important;
}
.Home_sec-02::before {
    right: 30px !important;
}
.theme-footer .ft-02 #text-2 ul li:last-child::before {
    left: 29%;
}
.theme-footer .ft-02 #text-2 ul li::before {
    left: 33%;
}
.archive_content h2 {
    font-size: 40px !important;
    padding: 0;
}
.archive_content p {
    padding: 0 20px;
    margin: 0;
}
}
@media only screen and (max-width:575px){
.banner-box .banner-img {
    height: 680px;
}
.theme-para {
    font-size: 17px !important;
    line-height: 30px !important;
}
.call_btn a {
    width: 60%;
}
.swiper-slide {
    width: 537px !important;
}
.col-row .vc_col-sm-7 {
    width: 40% !important;
}
.Home_sec-02 .col-row {
    padding-top: 0px !important;
}
.col-row .vc_col-sm-5 {
    width: 38% !important;
}
.swiper-pagination {
    left: -7px !important;
    bottom: 51px !important;
}
.swiper-button-prev {
    left: 38% !important;
}
.reviews-box {
    height: auto;
}
.ginput_container {
    margin: 0 22% !important;
}
section#gform_widget-2 h3 {
    font-size: 22px;
}
.theme-footer h3::before {
    left: 35%;
}
.banner-box .banner-con h1 {
    font-size: 40px;
}
.banner-box .banner-con h2 {
    font-size: 60px;
}
.theme-h2 {
    font-size: 35px !important;
}
.ginput_container {
    margin: 0 18% !important;
}
.gform-footer.gform_footer.top_label .gform_button {
    right: 23%;
}
.theme-footer .ft-02 #text-2 ul li::before {
    left: 29%;
}
.theme-footer .ft-02 #text-2 ul li:last-child::before {
    left: 25%;
}
.theme-para br {
    display: none;
}
.inventory_main .inventory-item {
    width: 100% !important;
}
}
@media only screen and (max-width:480px){
.archive_content h2 {
    font-size: 30px !important;
}
.financing_banner h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.banner-box .banner-con h2 {
    font-size: 50px;
}
.banner-box .banner-con h1 {
    font-size: 32px;
    line-height: 20px !important;
}
.col-row img {
    height: 158px !important;
}
.theme-h2.ft-22 {
    font-size: 36px !important;
    line-height: 40px !important;
}
.theme-h2 {
    font-size: 32px !important;
    line-height: 36px !important;
}
.theme-footer h3::before {
    left: 31%;
}
.swiper-slide {
    width: 445px !important;
}
.Home_sec-02::before {
    right: 20px !important;
    top: 66%;
}
.boats-box .boats-con h3 {
    width: 100%;
}
.banner-box .banner-con p {
	width: 90%;font-size: 16px;
}
.theme-footer .ft-02 #text-2 ul li::before {
    left: 25%;
}
.theme-footer .ft-02 #text-2 ul li:last-child::before {
    left: 20%;
}
.theme-para {
    font-size: 15px !important;
    line-height: 28px !important;
}
}
@media only screen and (max-width:430px){
.financing_banner h2 {
    font-size: 45px !important;
    line-height: 55px !important;
}
.theme-h2.ft-22 {
    font-size: 26px !important;
    line-height: 26px !important;
}
.col-row .vc_col-sm-8 {
    width: 50%;
}
.boats-box .boats-con h3 {
    font-size: 26px;
}
.boats-box .boats-con p {
    font-size: 16px;
}
.theme-footer h3::before {
    left: 28%;
}
.theme-h2 {
    font-size: 27px !important;
}
.swiper-slide {
    width: 394px !important;
}
.Home_sec-08 .vc_row {
    padding: 0 50px !important;
}
div#Blogs_slider .owl-item {
    max-width: 335px !important;
}
.swiper-button-prev {
    left: 35% !important;
}
.swiper-pagination {
    left: -1px !important;
    bottom: 52px !important;
}
.swiper-button-next {
    right: 36% !important;
}
.theme-footer .ft-02 #text-2 ul li::before {
    left: 22%;
}
.theme-footer .ft-02 #text-2 ul li:last-child::before {
    left: 16%;
}
.banner-box .banner-con h2 {
    font-size: 45px;
}
.banner-box .banner-con h1 {
    font-size: 29px;
}
.banner-box .banner-con a {
    padding: 10px 40px;
}
}
@media only screen and (max-width:395px){
.banner-box .banner-con h2 {
    font-size: 40px;
    line-height: 80px;
}
.banner-box .banner-con a {
    padding: 10px 40px;
}
.Home_sec-02::before {
    right: 15px !important;
}
.theme-btn .vc_general {
    padding: 14px 35px !important;
}
.boats-box .boats-con p {
    font-size: 15px;
}
.swiper-slide {
    width: 354px !important;
}
.swiper-pagination {
    bottom: 53px !important;
    left: 6px !important;
}

.swiper-button-next {
    right: 32% !important;
}

.swiper-button-prev {
    left: 35% !important;
}
.theme-footer .ft-02 #text-2 ul li::before {
    left: 19%;
}
.theme-footer .ft-02 #text-2 ul li:last-child::before {
    left: 13%;
}
.call_btn a {
    width: 75%;
}
}
@media only screen and (max-width:375px){
.Home_sec-02::before {
    right: 10px !important;
    top: 68%;
}
.theme-btn .vc_general {
    padding: 14px 30px !important;
}
.theme-h2 {
    font-size: 22px !important;
}
.swiper-pagination {
    bottom: 49px !important;
}
.swiper-slide {
    width: 339.5px !important;
}
.theme-footer h3::before {
    left: 26%;
}
}
.Home_sec-01 img {
    border-radius: 4%;
}
.Home_sec-02 img {
    border-radius: 4%;
}
.Home_sec-04 img {
    border-radius: 4%;
}
.Blogs-sec h2 {
    font-size: 34px;
    color: #283B62;
    margin: 0;
    padding: 0 0 30px 0;
}
.single_blog-pg h1 {
	display: none;
}
.Blogs-sec p {
    font-size: 18px;
    line-height: 32px;
    color: #01041D !important;
}
.Blogs-sec p a {
    color: #000;
}
.Blogs-sec p strong a {
    color: #01041D !important;
    text-decoration: none !important;
    font-weight: 600;
}
.Blogs-sec figure {
    width: 100%;
}
.Blogs-sec figure .vc_single_image-wrapper {
    width: 100%;
    background: #283b6212;
    padding: 15px;
    border-radius: 15px;
    height: 700px;
    overflow: hidden;
}
.Blogs-sec figure .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.blog-banner-sec {
    padding-top: 250px !important;
    padding-bottom: 250px;
}
.blog-banner-sec h2 {
    color: #fff;
    border: 1px solid #ffffff26;
    padding: 20px;
    backdrop-filter: blur(6px);
    border-radius: 20px;
}
.Blogs-sec ul li a {
    color: #000;
    font-weight: 600;
	color: #01041D !important;
}
.single_blog-pg {
    padding: 100px 200px;
}
.Blogs-sec ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.Blogs-sec ul li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    color: #000000;
    line-height: 50px;
}
.Blogs-sec ul li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    color: #283B62;
}
.Blogs-sec .vc_toggle_title i.vc_toggle_icon {
    margin-left: 0px !important;
}
.Blogs-sec .vc_toggle_content {
    margin-bottom: 0px;
}