/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Anek+Odia:wght@100;200;300;400;500;600;700&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #81C2EB;
}

body {
    color: #343434;
    font-weight: 400;
    font-family: 'Anek Odia', sans-serif;
}


.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-header {
    background-color: #fff;
    border: solid 1px #81C2EB;
    border-bottom: none;
}

.modal-body {
    background-color: #fff;
    border: solid 1px #81C2EB;
}

.modal-dialog {
    max-width: 1140px !important;
}

.modal {
    /* modal-xl was not responding, this is to override the modals width responsively. */
    --bs-modal-width: 1140px;
}

/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 22px;
    color: #343434;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: .4s;
}

.menu-close:hover {
    color: #81C2EB;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: #F5FCFF;
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
    overflow-y: auto;
    padding-bottom: 30px
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-area .main-menu>ul>li:first-child>a {
    border-top: 1px solid #ddd;
}

.offcanvas-area .main-menu>ul>li>a {
    font-size: 19px;
    color: #343434;
    display: flex;
    text-decoration: none;
    padding: 6px 20px;
    transition: .3s;
    border-bottom: 1px solid #ddd;
    padding-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-area .main-menu>ul>li>a i {
    font-size: 17px;
    position: relative;
    top: -2px
}

.offcanvas-area .main-menu ul li a:hover, .offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #81C2EB;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

.subb-menu {
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
}

.offcanvas-menu .common-btn {
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 0;
    padding-top: 22px;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #343434;
    display: none;
    cursor: pointer;
    position: relative;
    top: 4px;
    margin-left: 20px;
    margin-right: 8px;
}



.header {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.48);
    position: relative;
    height: 101px;
}

.header__nav ul li {
    padding: 32px 0;
    display: flex;
    align-items: center;
}

.header__logo {
    max-width: 373px;
    flex: 0 0 auto;
    margin-right: 20px;
}


.header__nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__nav ul li a {
    font-size: 20px;
    color: #606060;
    text-decoration: none;
    transition: .3s;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    display: inline-block;
    margin-right: 16px;
    margin-left: 18px;
}

.header__nav ul li:hover>a,
.header__right a:hover {
    color: #60606056;
}

.header__nav {
    padding-top: 9px;
}

.header__right a {
    font-size: 20px;
    color: #606060;
    text-decoration: none;
    transition: .3s;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    display: inline-block;
    margin-top: 0px;
}

.header__social {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-left: 9px;
}

.header__social a {
    font-size: 19px;
    color: #343434;
    transition: .3s;
    text-decoration: none;
    margin-right: 20px;
}

.header__social a:hover {
    color: #606060fa;
}


.header__nav ul li ul {
    position: absolute;
    top: 109px;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 5;
    padding: 24px 0;
    box-shadow: inset 0px 1px 6px #0000002b;
    display: block;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.header__nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 101px;
}

.header__nav ul li ul .common__content {
    padding-top: 18px;
}

.boat__video {
    display: flex;
    align-items: center;
}

.boat__video__thumb {
    height: 169px;
    position: relative;
    width: 280px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.boat__video img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.boat__video__thumb .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 74px;
    margin: 0;
}

.boat__video__content h5 {
    font-size: 24px;
    font-weight: 600;
    color: #606060;
    line-height: 1;
    margin-bottom: 10px;
}

.boat__video__content p {
    font-size: 22px;
    color: #606060;
    line-height: 1.3;
}

.boat__video__content .text-link {
    color: #81c2eb;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    display: block;
    line-height: 1;
}

/*---------------------- Header area end ----------------------*/





/*---------------------- Main area start ----------------------*/

/*---------------------- Home Hero area start ----------------------*/
.hero__area {
    position: relative;
}

.hero__slide {
    /* padding-top: 225px;
    padding-bottom: 240px;*/
    display: flex;
    align-items: center;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hero__slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
    z-index: -1;
    content: '';
}

.hero__slide_no_bg {
    /* padding-top: 225px;
    padding-bottom: 240px;*/
    display: flex;
    align-items: center;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hero__slide_no_bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: #000;*/
    opacity: .35;
    z-index: -1;
    content: '';
}

hero__video {
    padding-top: 225px;
    padding-bottom: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
}

#background-video {
    width: 100vw;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.hero__content {
    padding: 0 35px;
    padding-top: 20px;
    text-align: center;
}

h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 15px;
}

h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 15px;
}


.hero__content p {
    font-size: 25px;
    margin-bottom: 15px;
}

.common-btn {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #81C2EB;
    text-decoration: none;
    line-height: .9;
    display: inline-block;
    padding: 15px 32px;
    text-transform: uppercase;
    padding-top: 23px;
    transition: .3s;
    position: relative;
    border: none;
    border-radius: 0;
}

.common-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #81C2EB;
    content: '';
    transition: .3s;
    opacity: 0;
}

.common-btn:hover::after {
    opacity: 1;
}

.common-btn:hover {
    background: transparent;
    color: #81C2EB;
}

#btnSubmit {
    font: bold 16px/.9 "Anek Odia", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #81C2EB;
    display: inline-block;
    padding: 18px 16px 12px;
    transition: .3s;
    position: relative;
    border: none;
    border-radius: 0;
}

#btnSubmit::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #81C2EB;
    content: '';
    transition: .3s;
    opacity: 0;
}

#btnSubmit:hover::after {
    opacity: 1;
}

#btnSubmit:hover {
    background: transparent;
    color: #81C2EB;
}

.top-card {
    z-index: 100;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    z-index: 99;
    max-width: 1620px;
    margin: 0 auto;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
}

.owl-nav button {
    font-size: 30px !important;
    color: #fff !important;
    transition: .3s !important;
    opacity: .6;
    line-height: 1 !important;
}

.owl-nav button:hover {
    opacity: 1 !important;
}

.owl-dots {
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 6;
    padding-right: 6px
}

.owl-dots button {
    height: 12px;
    width: 12px;
    border-radius: 50px;
    background: #FFF !important;
    opacity: .5;
    margin: 0 8px;
    transition: .3s;
}

.owl-dots button.active {
    opacity: 1;
}

.hero-boat-page {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 90px 10px;
    position: relative;
    z-index: 1;
}

.hero-boat-page::after {
    position: absolute;
    top: 0;
    left: auto;
    width: 60%;
    height: 100%;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,292b2d+7,292b2d+28,292b2d+100&0+0,0.6+21,1+100 */
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(41, 43, 45, 0.2) 7%, rgba(41, 43, 45, 0.6) 21%, rgba(41, 43, 45, 0.64) 28%, rgba(41, 43, 45, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(41, 43, 45, 0.2) 7%, rgba(41, 43, 45, 0.6) 21%, rgba(41, 43, 45, 0.64) 28%, rgba(41, 43, 45, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(41, 43, 45, 0.2) 7%, rgba(41, 43, 45, 0.6) 21%, rgba(41, 43, 45, 0.64) 28%, rgba(41, 43, 45, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#292b2d', GradientType=1);
    /* IE6-9 */
    content: '';
    right: 0;
}

.hero__content__wrapper {
    max-width: 454px;
    margin-left: auto;
    text-align: end;
    color:white;
}

.hero__content__wrapper p {
    padding: 0 !important;
}

.hero__btns__wrapper .common-btn {
    width: 210px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-left: 16px;
}

/*---------------------- Hero area end ----------------------*/


/*-------------- Secondary Pages Hero Start --------------*/

.hero-bg {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 100px 0 80px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}

.hero-bg-no-opacity {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 100px 0 80px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.hero-options {
    background-image: url(/assets/img/Blog_1.png);
}

.hero-resources {
    background-image: url(/assets/img/g-6.png);
}


.h1-hero {
    font: 700 3.8em 'Anek Odia', sans-serif;
    margin: 0;
    line-height: 1.2;
}

.p-hero {
    color: #fff;
    font: 19px 'Anek Odia', sans-serif;
}

.col-hero {
    max-width: 762px;
    margin: 0 auto;
}
/* Hero Ends*/

/*---------------------- Coming soon area start ----------------------*/
.coming-soon-body {
    padding: 60px 0px;
}
/* Coming Ends*/

/*---------------------- Card Slider area start ----------------------*/
.build-crown-area {
    background: url(../img/home/home-build-crown.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /*--box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);-----*/
    padding-top: 200px;
    padding-bottom: 140px;
    position: relative;
    z-index: 1;
}

.build-crown-area::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .0;
    z-index: -1;
    content: '';
}

.build-crown-area .common__content h3 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
}

.build-crown-area .common__content p {
    color: #81C2EB;
}

.build-crown-area .common__content {
    padding-left: 90px;
}

.crown__area {
    background: url(../img/home/home-options.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
}.crown__area::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .0;
	z-index: -1;
	content: '';
}

.crown__area .common__content h3{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
}

.crown__area .common__content p {
    color: #81C2EB;
}
.crown__area .common__content {
    padding-left: 90px;
}

.card__slider__area .owl-dots {
    display: none;
}

.card__slide {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card__slide a {
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    line-height: .9;
    padding-top: 6px;
    text-transform: uppercase;
}

.card__slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: .3;
    content: '';
}

.card__slider__area .owl-nav {
    width: calc(100% + 30px);
    left: -15px;
    max-width: none;
    z-index: 1;
}

.card__slider__wrapper {
    padding: 0 20px;
}

.owl-button-dark .owl-nav button {
    color: #D1D1D1 !important;
    opacity: 1;
}

.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-180 {
    padding-top: 180px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.common__content p {
    font-size: 19px;
    padding-right: 20px;
}

/*---------------------- Card Slider area end ----------------------*/
    /*---------------------- Certified area start ----------------------*/
    .certified__area {
    background: #81C2EB;
    padding: 100px 0;
}

.certified__logo {
    max-width: 400px;
    flex: 0 0 auto;
    margin-right: 50px;
}

/*---------------------- Certified area end ----------------------*/




/*---------------------- Blog area start ----------------------*/

.blog__card {
    margin-bottom: 44px;
    position: relative;
}

.blog__card__thumb {
    height: 310px;
    overflow: hidden;
    margin-bottom: 23px;
}

.blog__card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.blog__card__body a {
    font-size: 21px;
    text-decoration: none;
    color: #343434;
    display: block;
    line-height: .9;
    margin-bottom: 10px;
}

.blog__card__body p {
    font-size: 18px;
}

.blog__card:hover .blog__card__thumb img {
    transform: scale(1.05);
}

.text-link {
    font-size: 30px;
    color: #81C2EB;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    line-height: .9;
    transition: .3s;
}

.text-link:hover {
    color: #606060;
}

/*---------------------- Blog area end ----------------------*/



/*---------------------- Video area start ----------------------*/
.video__area {
    background: #81C2EB;
    padding: 82px 0;
}

.video__card {
    padding: 20px;
    min-height: 320px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-top: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 28px;
    z-index: 1;
}

.video__card::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .4;
    content: '';
    z-index: -1;
}

.video__card__body {
    display: flex;
    align-items: center;
}

.video__card__play {
    max-width: 70px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.video__play__content h5 {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: .9;
    margin-bottom: 8px;
}

.video__play__content h4 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    line-height: .9;
    margin: 0;
}

.common-btn.btn-white {
    background: #fff;
    color: #81c2eb;
}

.common-btn.btn-white:hover {
    background-color: #343434;
    color: #fff;
}

/*---------------------- Video area end ----------------------*/




/*---------------------- Series area start ----------------------*/
.series__left__area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px;
    color: #fff;
    height: 100%;
}

.series__left__area h3 {
    font-size: 85px;
}

.series__left__area p {
    font-weight: 500;
    max-width: 500px;
}

.board__item__thumb {
    margin-bottom: -2px;
    /*--height: 133px;----*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.board__item__thumb img {
    max-width: 100%;
    max-height: 100%;

}

.board__item {
    position: relative;
    text-align: center;
    /*--margin-bottom: 29px;----*/
}

.board__item a {
    font-size: 23px;
    font-weight: 500;
    color: #606060;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
}

.board__item:hover a {
    color: #81C2EB;
}

.boat__items__wrapper {
    padding: 25px 15px;
}

.series__right__area {
    padding: 30px 0;
}

/*---------------------- Series area end ----------------------*/
    /*---------------------- Boat area start ----------------------*/
    .boat__page__title {
    padding: 60px 0;
    background: #F0F0F0;
}

.boat__filter__wrapper p {
    font-size: 23px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 14px;
}

.boat__filter__form form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.boat__filter__check .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
    margin-right: 40px;
}

.boat__filter__check .form-check input {
    margin: 0;
    margin-right: 9px;
    float: none;
    height: 22px;
    width: 22px;
    flex: 0 0 auto;
    position: relative;
    top: -3px;
    border-radius: 0;
    background: transparent;
    box-shadow: unset !important;
    border: 2px solid #707070;
    cursor: pointer;
}

.form-check-input:checked[type="checkbox"] {
    background-color: #81C2EB;
}

.boat__filter__check .form-check label {
    font-size: 19px;
    cursor: pointer;
    line-height: .9;
}

.common__content h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.boat-items-wrap {
    padding-top: 55px;
    border-bottom: 1px solid #707070;
}


/*---------------------- Boat area end ----------------------*/



/*---------------------- Feature area start ----------------------*/
.feature__area {
    padding: 25px 0;
}

.feature__card {
    height: 180px;
    background: #81C2EB;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 25px;
    border: 3px solid transparent;
    transition: .3s;
}

.feature__card a {
    font-size: 33px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
    display: flex;
    align-items: center;
    line-height: 1;
    padding-top: 10px;
}

.feature__card a span {
    margin-right: 21px;
    margin-bottom: 12px;
}

.feature__card a span img {
    filter: brightness(2);
    transition: .05s;
}

.feature__card:hover {
    border: 3px solid #81C2EB;
    background-color: #fff;
}

.feature__card:hover a span img {
    filter: none;
}

.feature__card:hover a {
    color: #81C2EB;
}

/*---------------------- Feature area end ----------------------*/



/*---------------------- Watch area start ----------------------*/
.watch__area__left .common__content h3 {
    font-size: 55px;
}

.watch__area__left {
    width: 330px;
    flex: 0 0 auto;
    margin-right: 30px;
}

.watch__area__right {
    width: 100%;
}

.watch__area {
    padding: 45px 0;
    margin-bottom: 40px;
}

/*---------------------- Watch area end ----------------------*/




/*---------------------- Specs area start ----------------------*/
.specs__area {
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #000;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.specs__area::after {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 65%;
    height: 100%;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,292b2d+7,292b2d+28,292b2d+100&0+0,0.6+21,1+100 */
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(41, 43, 45, 0.2) 7%, rgba(41, 43, 45, 0.6) 21%, rgba(41, 43, 45, 0.64) 28%, rgba(41, 43, 45, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(41, 43, 45, 0.2) 7%, rgba(41, 43, 45, 0.6) 21%, rgba(41, 43, 45, 0.64) 28%, rgba(41, 43, 45, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(41, 43, 45, 0.2) 7%, rgba(41, 43, 45, 0.6) 21%, rgba(41, 43, 45, 0.64) 28%, rgba(41, 43, 45, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#292b2d', GradientType=1);
    /* IE6-9 */

    z-index: -1;
}

.specs__wrapper {
    max-width: 470px;
    margin-left: auto;
}

.specs__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.specs__list ul li {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 11px 0;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    padding-top: 17px;
}

.specs__list ul li:last-child {
    border: 0
}

.specs__list ul li span {
    font-weight: 500;
    display: inline-block;
    min-width: 200px;
    margin-right: 10px;
}

.specs__list {
    padding: 10px 0;
}

/*---------------------- Specs area end ----------------------*/



/*---------------------- Gallery area start ----------------------*/
.gallery__area {
    padding: 80px 0;
    background: #81C2EB;
}

.gallery__item {
    height: 294px;
    margin-bottom: 16px;
    overflow: hidden;
}

.gallery__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

/*---------------------- Gallery area end ----------------------*/



/*---------------------- Similar Boats area start ----------------------*/

.section__title h4 {
    font-size: 40px;
    color: #606060;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
}

.section__title {
    padding-bottom: 30px;
}

.similar__boats__area {
    padding: 50px 0;
    background-color: #FFF;
}

/*---------------------- Similar Boats area end ----------------------*/




/*---------------------- CTA area start ----------------------*/
.cta__area {
    background: url(../img/cta-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.cta__content__wrapper.common__content h3 {
    font-size: 55px;
}

.cta__content__wrapper {
    max-width: 770px;
}

/*---------------------- CTA area end ----------------------*/




/*---------------------- Contact area start ----------------------*/
.contact__area {
    background: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.contact__wrapper {
    max-width: 850px;
    background: #fff;
    padding: 45px;
    margin: 0 auto;
}

.contact__wrapper h3 {
    font-size: 50px;
}

.single__input__item>label {
    font-size: 14px;
    text-transform: uppercase;
    line-height: .9;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.single__input__item .form-control,
.single__input__item select {
    height: 43px;
    border-radius: 0;
    border: 1px solid #BCBCBC;
    line-height: .9;
    font-size: 15px;
    padding-top: 12px;
    box-shadow: unset !important;
}

.single__input__item {
    margin-bottom: 34px;
}

.checkbox__wrapper {
    padding-top: 15px;
}

/*---------------------- Calender area start ----------------------*/
.calender__th {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender__th h5 {
    font-size: 14px;
    margin: 0 10px;
    color: #343434;
    font-weight: 700;
    line-height: .9;
    padding-top: 5px;
}

.calender__th button {
    background: transparent;
    border: 0;
    line-height: 1;
    color: #C6C6C6;
    font-size: 15px;
}

.calender__wrapper {
    border: 1px solid #BCBCBC;
    width: 260px;
}

.calender__wrapper .table th {
    border: 0;
}

.calender__wrapper .table tbody .calender-date {
    height: 36px;
    width: 36px;
    font-size: 14px;
    color: #343434;
    vertical-align: middle;
    text-align: center;
    border: 0;
    border-radius: 50px;
    padding-top: 6px;
    padding-bottom: 0;
}

.calender__wrapper .table tbody .calender-date.active {
    color: #fff;
    background-color: #81C2EB;
    font-weight: 700;
}

/*---------------------- Calender area end ----------------------*/



/*---------------------- Contact area end ----------------------*/






/*---------------------- Main area end ----------------------*/




/*---------------------- Footer area start ----------------------*/
.footer {
    background: #606060;
    padding: 50px 0;
}

.footer__logo {
    max-width: 264px;
    margin-bottom: 25px;
}

.footer__social {
    display: flex;
    align-items: center;
}

.footer__social a {
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    color: #81C2EB;
    margin-right: 20px;
    transition: .3s;
}

.footer__social a:hover {
    color: #fff;
}

.footer__item h5 {
    padding-top: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 19px;
}

.footer__item h5 a {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: .3s;
    font-weight: 600;
}

.footer__item h5 a:hover {
    color: #81C2EB;
}

.footer__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__item ul li a {
    display: block;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-top: 5px;
    font-weight: 400;
    transition: .3s;
}

.footer__item ul li a:hover {
    color: #81C2EB;
}

.footer__btns {
    padding-top: 5px;
}

.footer__btns a {
    padding: 0;
    height: 56px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
    width: 220px;
    margin-left: auto;
}

.copyright {
    text-align: end;
    font-size: 19px;
    color: #fff
}

.footer__item {
    margin-bottom: 40px;
}

/*---------------------- Footer area end ----------------------*/

/*---------------------- Blog area start ----------------------*/

a.news-tile {
    display: block;
    padding: 15px;
    color: black;
    background-color: #edeae1;
    text-align: center;
    height: 100%;
    text-decoration: none;
}

a.news-tile:hover {
    color: white;
    background-color: #81C2EB;
    text-decoration: none;
}

a.news-tile strong {
    font-size: 20px;
    text-decoration: none;
}


a.news-tile .news-thumb-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

a.news-tile .news-thumb-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-main-page .col-md-4 {
    margin-bottom: 20px;
}

.news-date {
    color: #007038;
    font-size: 16px;
}

.disclaimer {
    font-size: 12px;
    color: #ffffff;
}