@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Spectral:wght@400;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #000000;
    overflow-x: hidden;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
    max-width: 100%;
}

a,
.btn {
    transition: all .5s;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a {
    color: inherit;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0px;
}

a:hover,
a:focus {
    color: #8E0F01;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Spectral', serif;
}

h1 {
    font-size: 55px;
    font-weight: bold;
}

h2 {
    font-size: 45px;
    font-weight: bold;
}

h3 {
    font-size: 35px;
    font-weight: bold;
}

h4 {
    font-size: 30px;
    font-weight: 400;
}

p {}

p:last-child {
    margin-bottom: 0;
}

figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.heading {
    margin-bottom: 30px;
}

.heading img {
    margin-bottom: 14px;
}

section:hover .heading img {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.heading p {
    font-size: 18px;
    letter-spacing: 3.372px;
    font-weight: 500;
    color: #8E0F01;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.heading.text-gray p {
    color: #BABABA;
}

.heading.text-white img {
    filter: brightness(0) invert(1);
}

.heading.text-white p {
    color: #fff;
}

.heading h2,
.heading h3 {
    text-transform: uppercase;
    line-height: 1.2;
}

.bg-theme1 {
    background: #021527;
}

.btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    width: 240px;
    height: 65px;
    border-radius: 0;
    background-color: #ffffff;
    letter-spacing: 2.2px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.btn+.btn {
    margin-left: 30px;
}

.btn.btn-theme {
    color: #fff;
    background-color: #8C0C00;
    border: 2px solid #8C0C00;
}

.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #CCCCCC !important;
    line-height: 0;
    font-size: 20px;
    overflow: hidden;
}

.form-group {
    margin-bottom: 13px;
}

.input-container {
    position: relative;
}

.input-container img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.form-control {
    border: none;
    background: #fff;
    border-radius: 0;
    color: #999999;
    font-size: 18px;
    padding: 19px 20px;
}

input::-webkit-input-placeholder {
    /* Edge */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer */
    color: #999999;
}

inputa::placeholder {
    color: #999999;
}

.input-container .form-control {
    padding-left: 54px;
}

.text-black {
    color: #000;
}

.contact-list ul {
    display: flex;
}

.contact-list ul li {
    display: flex;
}

.contact-list ul li i {
    margin-top: 4px;
    margin-right: 9px;
}

.social-list ul {
    display: flex;
    color: #000;
    font-size: 20px;
}

.contact-list ul li a:hover,
.social-list ul li a:hover {
    color: #8E0F01;
}

.social-list.social-list-rounded ul li {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

ul.listing-wrap li {
    color: #CCCCCC;
    list-style: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

ul.listing-wrap li:before {
    content: '';
    background: #CCCCCC;
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}


/*  hover effect  */

.btn,
.owl-carousel .owl-nav button,
.social-list.social-list-rounded ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
}

.btn:before,
.owl-carousel .owl-nav button:before,
.social-list.social-list-rounded ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8E0F01;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn.btn-theme:before {
    background: #fff;
}

.btn:hover,
.owl-carousel .owl-nav button:hover,
.social-list.social-list-rounded ul li:hover {
    color: #fff;
}

.btn.btn-theme:hover {
    color: #8E0F01;
}

.btn:hover:before,
.owl-carousel .owl-nav button:hover:before,
.social-list.social-list-rounded ul li:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.social-list.social-list-rounded ul li a:hover {
    color: inherit
}


/* Owl Carousel */

.owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: none;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #869791;
}

.ab-img {
    position: absolute;
    top: -93px;
    left: 26px;
    z-index: 1;
}


/*
section .container:not(.about-wrapper .container) {
    overflow-x: hidden;
}
*/


/* header */

.header-menu {
    background: #021527;
}

.header-menu .navbar {
    padding: 0;
}

.header-menu .navbar .navbar-brand {
    border-right: 1px solid #555555;
    padding: 18px 32px 17px 0;
}

.header-menu .navbar-dark .navbar-nav li.nav-item {
    padding: 0 30px;
}

.header-menu .navbar-dark .navbar-nav .nav-link {
    color: #BFBFBF;
    font-weight: 500;
    position: relative;
    padding: 6px 0;
    letter-spacing: 2.2px;
}

.header-menu .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.header-menu .navbar-dark .navbar-nav .nav-link.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 13px;
    height: 2px;
    background: #fff;
}

.header-menu .dropdown-item:focus,
.header-menu .dropdown-item:hover {
    background-color: #eeeeee;
}

.header-menu .dropdown-item.active,
.header-menu .dropdown-item:active {
    background-color: #021527;
}

.header-menu .dropdown-item {
    padding: 0.5rem 1rem;
}

.header-menu .dropdown-menu {
    padding: 0.3rem 0;
}

.header-search-wrapper {
    position: relative;
    margin-left: 26px;
}

.search-main {
    display: block;
    cursor: pointer;
    font-size: 19px;
    line-height: 1;
    color: #C0C0C0;
}

.search-main:hover {
    color: #fff;
}

.header-menu .search-form-main {
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
    background: #EEEEEE;
    border-top: 4px solid #8E0F01;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 190%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}

.search-form .form-control {
    font-size: 14px;
    padding: 7px 12px;
}

.search-form .btn {
    width: auto;
    height: 42px;
    border: 2px solid #8E0F01;
}

.header-menu .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #8E0F01;
    content: "";
    position: absolute;
    right: 0;
    top: -14px;
}

.header-menu .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 75%;
    float: left;
}

.header-menu .search-form-main .search-submit {
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    width: 25%;
    height: 36px;
    background: #d33;
}

.header-bottom {
    background: #fff;
    padding: 9px 0;
}

header .contact-list ul li {
    font-size: 15px;
}

header .contact-list ul li {
    margin-right: 50px;
}

header .contact-list ul li i {
    color: #8E0F01;
}

header .social-list ul li:not(:first-child) {
    margin-left: 25px;
}


/*  footer  */

footer {
    color: #fff;
    background: #021527;
    position: relative;
}

footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 87px;
    background: url(../images/footer-bg.jpg) center bottom no-repeat;
    background-size: cover;
}

footer .ab-img {
    top: -80px;
    left: auto;
    right: 26px;
}

.footer-top {
    padding: 40px 0 80px;
    overflow-x: hidden;
}

.footer-top .bg-white {
    padding: 35px 23px 39px;
}

.footer-top .footer-logo {
    max-width: 188px;
    margin-bottom: 30px;
}

.footer-top .contact-list ul {
    flex-direction: column;
    margin-bottom: 41px;
}

.footer-top .contact-list ul li i {
    margin-top: 7px;
}

.footer-top .contact-list ul li:not(:last-child) {
    margin-bottom: 15px;
    line-height: 1.8;
}

.footer-top h5 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-top img+img {
    margin-top: 28px;
}

.footer-top h5:not(:first-child) {
    margin-top: 45px;
}

.footer-top p {
    color: #CCCCCC;
    line-height: 1.8;
}

.copyright {
    padding: 35px 0;
    border-top: 1px solid #666666;
    border-top: 1px solid #2E3842;
}


/* home page  */

.banner-wrapper {
    height: calc(100vh - 148px);
    min-height: 800px;
    position: relative;
}

.banner-wrapper *:not(.banner-content *,
.owl-nav,
.owl-nav *) {
    height: 100%;
}

.banner-wrapper .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-wrapper .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    position: relative;
}

.banner-content p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 3.272px;
    text-transform: uppercase;
}

.banner-content h1 {
    font-size: 65px;
    line-height: 1.08;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.owl-carousel.banner-carousel .owl-nav button.owl-next,
.owl-carousel.banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel.banner-carousel .owl-nav button.owl-prev {
    left: 7%;
}

.owl-carousel.banner-carousel .owl-nav button.owl-next {
    right: 7%;
}

.about-wrapper {
    padding: 0 0 120px;
}

.about-left {
    flex: 0 0 auto;
    width: 58.82%;
}

.about-img {
    padding-top: 100px;
    max-width: 625px;
    margin-bottom: 50px;
}

.about-left .heading {
    margin-bottom: 19px;
}

.about-content p:not(.heading p) {
    font-size: 18px;
    color: #666666;
}

.about-right {
    flex: 0 0 auto;
    width: 41.18%;
}

.about-right .heading {
    margin-bottom: 20px;
}

.about-form {
    background: #EEEEEE;
    border-top: 28px solid #8E0F01;
    padding: 60px 60px 65px;
    margin-top: -28px;
    position: relative;
    z-index: 1;
}

.about-form .btn {
    margin-top: 34px;
    clear: both;
}

.boat-varity-wrapper {
    position: relative;
    padding: 120px 0;
}

.boat-varity-wrapper .heading {
    margin-bottom: 43px;
}

.boat-varity-img {
    height: 285px;
    overflow: hidden;
}

.boat-varity-img img {
    transition: all ease-in-out 0.5s;
}

.boat-varity-img iframe {
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
}

.boat-varity-img:hover img,
.boat-varity-img:hover iframe {
    transform: scale(1.2);
}

.boat-varity-img figure {
    width: 100%;
    height: 100%;
}

.boat-varity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.boat-varity-content {
    background: #fff;
    text-align: center;
    padding: 16px 15px;
}

.boat-varity-content p {
    font-size: 18px;
    color: #666666;
}

.boat-varity-carousel .owl-nav button.owl-next,
.boat-varity-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.boat-varity-carousel .owl-nav button.owl-prev {
    left: -65px;
}

.boat-varity-carousel .owl-nav button.owl-next {
    right: -65px;
}

.testimonial-wrapper {
    position: relative;
    padding: 120px 0;
}

.testimonial-wrapper .ab-img {
    left: auto;
    right: 26px;
}

.test-des {
    font-size: 18px;
    text-align: center;
}

.test-des p {
    color: #666666;
}

.test-name {
    color: #8C0C00;
    font-weight: 600;
    margin-top: 30px;
}

.testimonial-wrapper .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

.testimonial-wrapper .owl-nav button.owl-next {
    margin-left: 8px;
}

.downloads-wrapper {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.downloads-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(2 21 39 / 60%);
}

.testimonial-content {
    position: relative;
    z-index: 1;
}

.testimonial-content .heading {
    margin-bottom: 42px;
}

.testimonial-btn>div {
    display: inline-block;
}

.testimonial-btn>div+div {
    margin-left: 30px;
}

.testimonial-btn .btn {
    width: 280px;
}

.icon-wrapper {
    padding: 120px 0 70px;
}

.icon-content {
    margin: 0 35px;
    padding: 0 30px;
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.icon-content h2 {
    font-size: 75px;
    line-height: 1;
}

.icon-content p {
    font-size: 18px;
    text-transform: uppercase;
}

.heading,
.banner-content,
.about-form,
.testimonial-wrapper .container {
    overflow: hidden;
}


/* About us page css start */

.banner-section {
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/banner.jpg') no-repeat fixed;
    background-size: cover;
    background-position: 0 -100px;
    color: white;
    position: relative;
}

.banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.banner-section h1 {
    z-index: 1;
}

.about-us-section {
    padding-bottom: 70px;
}

.about-left-content {
    flex: 0 0 auto;
    width: 55%;
}

.about-right-content {
    flex: 0 0 auto;
    width: 45%;
}

.about-us-section .about-right-content {
    padding-top: 124px;
}

.year-box {
    width: 350px;
    height: 208px;
    background-color: #8E0F01;
    color: white;
    float: right;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.year-box h3 {
    font-size: 80px;
}

.year-box p {
    font-size: 18px;
}

.about-us-section .about-right-content p {
    color: #8E0F01;
}

.about-us-section .year-box p {
    color: white;
}

.about-us-section p {
    color: #666666;
}

.about-us-section p a {
    color: #8D0E00;
}

.about-section-icon {
    padding-top: 70px;
    position: relative;
}

.about-section-icon hr {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    top: 0;
    margin: 0;
    background-color: #DDDDDD;
    height: 1px;
}

.border-top {
    border-color: #DDDDDD;
}


/* About us page css end */


/* Frewza Apparel page css start */

.apparel-content {
    background-color: #EEEEEE;
}

.apparel-content {
    position: relative;
    margin: 78px 0 68px;
    padding: 60px 0 82px;
}

.order-form {
    max-width: 762px;
    margin: 50px auto 0;
}

.order-form h5 {
    font-size: 18px;
    text-align: center;
    color: #666666;
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
}

.order-form p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}

.order-form p span {
    margin: 0 4px;
}

.apparel-content .form-group {
    margin-bottom: 30px;
    position: relative;
}

.apparel-content .form-group img {
    position: absolute;
    top: 58px;
    left: 28px;
}

.apparel-content .form-control {
    height: 65px;
    background-color: #FFFFFF;
    font-size: 18px;
    padding-left: 65px;
}

.apparel-content textarea {
    width: 100%;
    border: none;
    border: none;
    background: #fff;
    border-radius: 0;
    color: #999999;
    font-size: 18px;
    padding: 19px 20px 19px 65px;
}

.apparel-content label {
    font-size: 16px;
    /* font-weight: 600; */
    font-weight: 700;
    margin-bottom: 10px;
}

.apparel-content label span {
    color: #8D0E00;
    margin-left: 2px;
}

.apparel-content .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #999999;
}

.apparel-content .form-control:-ms-input-placeholder {
    /* Internet Explorer */
    color: #999999;
}

.apparel-content .form-control::placeholder {
    color: #999999;
}

.check-ul li {
    display: inline-flex;
    width: 100px;
    margin-left: 10px;
}

.check-ul li label {
    width: 100%;
    font-size: 14px;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 34px;
}

.check-ul li label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    background-color: white;
    position: absolute;
    left: 0;
}

.check-ul li label::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url('../images/check.svg') #8E0F01;
    background-size: cover;
    position: absolute;
    left: 0;
    display: none;
}

.check-ul li input[type="checkbox"]:checked~label:after {
    display: block;
}

.apparel-content .btn-theme {
    width: 240px;
    margin: auto;
    margin-top: 15px;
}


/* Frewza Apparel page css end */


/* gallery page css start */

.gallery-section {
    padding: 90px 0 60px;
}

.gallery-section .item {
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.gallery-section .boat-varity-content {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
}


/* gallery page css end*/


/* video page css start */

.gallery-section.video-section .boat-varity-content {
    min-height: 65px;
    height: auto !important;
    justify-content: left;
    text-align: left;
}

.gallery-section.video-section .boat-varity-content p {
    font-size: 22px;
    color: #000000;
}

.boat-varity-img {
    position: relative;
}

.gallery-section.video-section .boat-varity-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
}


/* .gallery-section.video-section .boat-varity-img::after {
    content: '';
    position: absolute;
    background-image: url(../images/youtube.png);
    background-size: cover;
    width: 80px;
    height: 56px;
    left: 43%;
    top: 43%;
    z-index: 1;
} */

.video-section .boat-varity-img .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.video-section .boat-varity-img .play-btn img {
    width: 78px;
    height: auto;
}


/* video page css end */


/* single-boat page css start */

.description-section {
    background-color: #EEEEEE;
    position: relative;
}


/* .description-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
} */

.description-section p {
    font-size: 18px;
    color: #666666;
}

.padd-80 {
    padding: 80px 0;
}

.description-section ul {
    margin-top: 50px;
}

.description-section ul li {
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    color: #000000;
    font-family: 'Inter', sans-serif;
    /* padding: 0 18px; */
    padding: 0 17px;
    line-height: 43px;
    position: relative;
}

.description-section ul li:after {
    content: '|';
    position: absolute;
    right: -2px;
}

.description-section ul li:last-of-type:after {
    display: none;
}

.standard-features-section {
    background-color: #021527;
}

.standard-features-section h2 {
    color: white;
}

.standard-features-section .heading {
    margin-bottom: 52px;
}

.sfeatures-list {
    color: white;
    font-size: 14px;
    padding-left: 44px;
    margin-bottom: 50px;
    position: relative;
}

.sfeatures-list::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('../images/tik.png');
    background-size: cover;
    left: 0;
    top: -4px;
}

.about-boat-section .heading h2 {
    font-size: 34px;
    text-transform: capitalize;
    text-align: left;
}

.about-boat-section {
    padding: 90px 0 110px;
}

.about-boat-section p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 34px;
}

.about-boat-section .heading {
    margin-bottom: 38px;
}


/* slider css start */

#sync1 .item {
    background: #0c83e7;
    /* padding: 80px 0p x; */
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync1 .item img {
    height: 445px;
}

#sync2 .item {
    background: #C9C9C9;
    padding: 0px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    background: #0c83e7;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 45px;
    height: 45px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 20px;
}

#sync1.owl-theme .owl-next {
    right: 20px;
}

#sync1.owl-theme .owl-next i,
#sync1.owl-theme .owl-prev i {
    font-size: 18px;
}

#sync2 .owl-nav {
    display: none;
}


/* slider css end */


/* single-boat page css end */


/* testimonials page css start */

.testimonials-list {
    padding: 100px 0 80px;
}

.testimonials-list .card {
    padding: 105px 30px 30px;
    background-color: #EEEEEE;
    border-radius: 0;
    /* margin-bottom: 30px; */
}

.testimonials-list .col-sm-6 {
    margin-bottom: 30px;
}

.testimonials-list .card::before {
    content: '';
    background-image: url('../images/quote.png');
    position: absolute;
    width: 38px;
    height: 42px;
    top: 28px;
}

.testimonials-list .card p {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 30px;
}

.testimonials-list .card h5 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
}


/* testimonials page css end */


/* contact us page css start */

.contact-us-section.apparel-content {
    background-color: white;
}

.contact-form {
    background-color: #EEEEEE;
    padding: 60px 30px;
}

.info-section {
    /* background-color: #021527; */
    text-align: center;
    padding: 45px 0;
    position: relative;
}

.info-before-after::before {
    content: '';
    position: absolute;
    width: 21px;
    top: -1px;
    /* background-color: white; */
    left: 47%;
    bottom: -1px;
    right: auto;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

.info-section div {
    width: 70px;
    height: 70px;
    /* background-color: #EEEEEE; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 100%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border: 2px solid #021527;
    transition: 0.3s ease-in-out;
}

.info-section:hover div {
    border-color: #EEEEEE;
}

.info-section div::before {
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #8C0C00; */
    background-color: #EEEEEE;
    position: absolute;
    border-radius: 100%;
    box-sizing: content-box;
    transition: 0.3s;
}

.info-section:hover div::before {
    border: 1px solid #EEEEEE;
    transform: scale(0);
    opacity: 0;
    /* left: 50%;
    top: 50px; */
    /* transition: 0.5s; */
}

.info-section img {
    z-index: 9;
    width: 40px;
    position: absolute;
    opacity: 1;
    transition-delay: 0.2s;
    transition: 0.3s;
}

.info-section .img2 {
    display: none;
    opacity: 0;
}

.info-section:hover .img {
    display: none;
    opacity: 0;
}

.info-section:hover .img2 {
    display: block;
    opacity: 1;
}

.info-section h5 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
}

.info-section a {
    color: #818A93 !important;
    font-size: 18px;
    font-weight: 400;
    /* margin-top: 15px; */
    display: block;
}

.contact-us-section .left-content {
    flex: 0 0 auto;
    max-width: 67%;
    width: 100%;
    padding: 0;
}

.contact-us-section .right-content {
    flex: 0 0 auto;
    max-width: 33%;
    width: 100%;
    background-color: #021527;
    padding: 75px 0;
}


/* contact us page css end */