/* All Fonts */

@font-face {
    font-family: b-regular;
    src: url("../fonts/BebasNeue-Regular.ttf");
}
@font-face {
    font-family: m-light;
    src: url("../fonts/Montserrat-Light.ttf");
}
@font-face {
    font-family: m-medium;
    src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: m-regular;
    src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: m-semibold;
    src: url("../fonts/Montserrat-SemiBold.ttf");
}
   
/* ----------------------------------------------------------------------------------------------------- */
html{
    scroll-behavior: smooth !important;
    }


/* --------------------------------Generic Styling starts--------------------------------------------------------------------- */


.mhrn {
    background: #542832 !important;
    border: 1px solid #542832;
    transition: 0.4s ease;
}
.mhrn:hover
{
    background: #fff !important;
    color: #542832 !important;
}

.blu
{
    background: #172c45;
    border: 1px solid #172c45;
    transition: 0.4s ease;
}

.blu:hover
{
    background: #fff !important;
    color: #172c45 !important;
}

.whit
{
    color: #fff !important;
}
.blu_clr
{
    color: #172c45 !important;
}

::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #172c45; 
    border-radius: 24px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #172c45; 
  }

/* ---------------------------------Generic Styling ends----------------------------------------------- */

.bioInfo {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: auto;
    padding: 20px;
    background: #172c45c7;
    color: #fff;
    display: none;
}
a.phone_num{
    color: white;
    text-decoration: none;
}

a.phone_num:hover{
  color: white;
    text-decoration: none;
}
.imgWrap {
    overflow: hidden;
    position: relative;
}
.imgWrap:hover .bioInfo{
    display: block;
}
/* mega menu styles starts here */
.cross {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ca2123;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.megaMenu {
    position: relative;
    font-family: 'Montserrat-Light';
}




.megaMenuWrapper {
    top: 100%;
    min-width: 350px;
    display: none;
    /* padding: 18px 30px; */
    border: none;
    position: absolute;
    z-index: 222;
    /* background: #fff; */
    height: 80vh;
    padding: 0 75px;
    padding-right: 0;
    z-index: 3;
    background: #003d68;
    /* background: url('../images/bg_black.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav_li:hover .megaMenuWrapper {
    display: none;
}

.field-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.error_field {
    border-color: red !important;
}
.iti {
    width: 100%;
}

.megaMenu::before {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #1313138c;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.megaMenu.show_mg .megaMenuWrapper, .megaMenu.show_mg::before {
    display: none;
}
.show_mg .nabar_link{
    color: #eb1d24;
}
/* .megaMenu:hover .megaMenuWrapper, .megaMenu:hover::before {
     display: none;
} */


.megaMenuWrapper a {
    text-decoration: none;
}

.megaMenuWrapper ul {
    list-style: none;
}

/* new menu css */
.mg_img{
    /*  width: 80px;
     height: 50px; */
 }
 .mg_img>img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.mgCat li, .mgListing li, .mgClass li{
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
}
.mgCat, .mgListing, .mgClass{
   padding-right: 10px;
}
.mgCat li a:first-child, .mgListing li a:first-child, .mgClass li a:first-child{
   width: 100%;
}

/* new menu css ends */


.mgCat {
    height: 100%;
    float: left;
    border-right: 1px solid #ffffff4d;
}

ul.mgCat.clearfix {
    overflow-y: auto;
}

ul.mgCat.clearfix::-webkit-scrollbar {
    width: 5px;
}

ul.mgCat.clearfix::-webkit-scrollbar-track {
    background: #272727;
    border-radius: 20px;
}

ul.mgCat.clearfix::-webkit-scrollbar-thumb {
    background: #565656;
    border-radius: 10px;
}

ul.mgCat.clearfix::-webkit-scrollbar-thumb:hover {
    background: #c9c9c9;
}

.mgCat li {
    padding: 10px 0;
    font-size: 12px;
}

.mgCat li a {
    transition: 0.4s ease all;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 3px;
    color: #fff;
    font-family:  m-regular;
}

.mgCat li a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #eb1d24;
    transition: 0.4s ease all;
}

.mgCat li a:hover::after, .mgCat li a.isHovered::after {
    width: 100%;
}

.mgListing {
    height: 100%;
    float: left;
    border-right: 1px solid #ffffff4d;
}

.listingStyle li {
    padding: 10px 0;
    font-size: 12px;
}

.listingStyle li a {
    color: #fff;
    transition: 0.4s ease all;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 3px;
    font-family:  m-regular;
}

.listingStyle li a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #eb1d24;
    transition: 0.4s ease all;
}

.listingStyle li a:hover, .listingStyle li a.isHovered {
    color: #fff;
}

.listingStyle li a:hover::after, .listingStyle li a.isHovered::after {
    width: 100%;
}

.mgClass {
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    height: 100%;
    border-right: 1px solid #ffffff4d;
}

.mgCat, .mgListing, .mgClass {
    width: 250px;
    padding-top: 60px;
    padding-left: 25px;
}

.mgListing ul, .mgClass ul {
    margin: 0;
    padding: 0;
}

.megaMenu.show_mg .megaMenuWrapper, .megaMenu.show_mg::before {
    display: block;
}
.mobileDropDown{
    display: none;
    }

/* .mg content starts here  */

.mgContent {
    width: calc(100% - 750px);
    float: left;
    overflow-y: auto;
    background: #fff;
    overflow-x: hidden;
    scrollbar-width: thin;
    height: 100%;
}

.mgInner::-webkit-scrollbar-track, .mgClass::-webkit-scrollbar-track, .mgContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.mgInner::-webkit-scrollbar, .mgClass::-webkit-scrollbar, .mgContent::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.mgInner::-webkit-scrollbar-thumb, .mgClass::-webkit-scrollbar-thumb, .mgContent::-webkit-scrollbar-thumb {
    background-color: #122342;
}

.contentCardsWrapper {
    padding: 78px;
    padding-bottom: 15px;
}

.contentCardsWrapper a {
    display: inline-block;
    padding: 10px 23px;
    color: #fff;
    background: #122342;
    font-family:  m-regular;
}

.contentImgOnly a {
    background: #122342;
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: inline-block;
    padding: 10px 23px;
    color: #fff;
}

.customRow {
    display: block;
    margin: 0 -10px;
}

.CustomCol {
    padding: 0 10px;
    width: calc(100% / 5);
    float: left;
}

a.contentImg {
    position: relative;
    padding: 0;
    padding-top: 65%;
    display: block;
    width: 100%;
}

.contentImg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contentCard a.contentName {
    height: 50px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: black;
    font-size: 18px;
    padding: 0;
    font-weight: 500;
    margin-top: 12px;
    max-width: 340px;
    margin-bottom: 40px;
    background: transparent;
}

.contentImgOnly {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.contentImgOnly img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listingStyle {
    display: none;
}


@media screen and (max-width:1400px) {
    .contentCardsWrapper {
        padding: 30px;
    }
}

@media screen and (max-width:1199px) {
    .megaMenuWrapper {
        padding: 0 20px;
        padding-right: 0;
    }
    .mgInner {
        width: 300px;
    }
    /* .mgClass {
        width: 185px;
    } */
    .mgCat, .mgListing, .mgClass{
        width: 185px;
    }
    .mgContent {
        width: calc(100% - 555px);
    }
    .mgListing {
        padding-right: 5px;
    }
    .contentCard h3 {
        font-size: 15px;
    }
    .listingStyle li a:hover, .listingStyle li a.isHovered {
        color: #ca2123;
    }
    .listingStyle li a {
        font-size: 14px;
    }
}

/* Header css  starts*/
.na_bar {
    background: #000000;
    position: relative;
}
.nbar_Wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hed_logo {
    width: 395px;
    height: 40px;
    padding: 3px;
}
.hed_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav_list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.nav_list > li {
    list-style: none;
    margin: 0 25px;
    padding: 27px 0;
}
.nav_list > li > a {
    font-size: 14px;
    color: #fff;
    font-family: m-medium;
    text-decoration: none;
    transition: 0.4s ease;
    position: relative;
    padding: 27px 0;
    transition: 0.4s ease;
}
.nav_list > li > a:hover {
      
    color: #27d527;
    
}  
.nav_list > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #27d527;
    width: 100%;
    height: 3px;
    content: "";
    top: 98%;
    left: -100px;
    border-radius: 24px;
    transition: 0.4s ease;
    display: none;
    -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} 

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
   }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
   }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
   }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
   }
}


.nav_list > li > a:hover::before {
     display: block;
}  


/* toggler button css starts */
.nav_tog {
    position: relative;
    width: 64px;
    height: 43px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 8%);
    border-radius: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    margin-left: auto;
}

.nav_tog span {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #dbdbdb;
    border-radius: 10px;
    transition: 0.5s;
}

.nav_tog span:nth-child(1) {
    transform: translateY(-15px);
    width: 25px;
    left: 15px;
}

.nav_tog.active span:nth-child(1) {
    width: 40px;
    transform: translateY(0) rotate(45deg);
    transition-delay: 0.125s;
}

.nav_tog span:nth-child(2) {
    transform: translateY(15px);
    width: 15px;
    left: 15px;
}

.nav_tog.active span:nth-child(2) {
    width: 40px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s;
}

.nav_tog.active span:nth-child(3) {
    transform: translateX(60px);
}

/* toggler button css ends */
  
/* Header css  ends*/

/* -----------**-------------Home Page css starts----------**------------------------------------------------ */
.hm_bnr_img {
    position: relative;
    padding-top: 35%;
    min-height: 300px;
}
.hm_bnr_img img{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
.hm_bnr_img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff47;
    content: "";
    z-index: 1;
}
.home_banner {
    position: relative;
}

.home_banner .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}
.hom_baner_content {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    z-index: 2;
}
.ban_headng h3 {
    font-size: 97px;
    font-family: b-regular;
    line-height: 88px;
    letter-spacing: 3px;
    color: #1a1a1a;
    margin-bottom: 25px;
}
.man_btn .cst_btn {
    font-size: 16px;
    font-family: 'm-regular';
    color: #fff;
    padding: 10px 17px;
    transition: 0.4s ease;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
}

.hom_scnd {
    margin: 93px 0;
}
.hm_scimg {
    width: 86px;
    height: 66px;
    margin: 12px auto 52px auto;
    text-align: center;
}
.hm_scimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hom_third {
    background: url("../images/hme_scnd.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px 0;
    position: relative;
}
.hom_4th {
    background: url("../images/ylw_Waves.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px 0;
    position: relative;
}
.hom_third:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #2a3d52d9;
    content: "";
    width: 100%;
    height: 100%;
}
.thrd_oneWrap {
    display: flex;
    align-items: flex-start;
    margin: 23px 0;
}
.thrd_hdng h3 {
    font-size: 65px;
    font-family: 'b-regular';
    margin-bottom: 0;
    margin-left: 11px; 
}
.hm_para p {
    font-size: 16px;
    font-family: m-light;
    
    margin: 34px 0 59px 0;
}
.fn_img {
    width: 37px;
    height: 74px;
}
.fn_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wht_fn.fn_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.hm_lastimg {
    position: relative;
    padding-top: 28%;
    min-height: 250px;
}
.hm_lastimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -----------**-------------Home Page css ends----------**------------------------------------------------ */

/* -----------**-------------Contact us Page css----------**------------------------------------------------ */
.hding h3 {
    font-size: 71px;
    font-family: b-regular;
    text-align: center;
    margin: 26px 0 8px 0;
    color: #1a1a1a;
}
.hding h1 {
    font-size: 71px;
    font-family: b-regular;
    text-align: center;
    margin: 26px 0 8px 0;
    color: #1a1a1a;
}
.contentt p {
    text-align: center;
    font-size: 16px;
    font-family: m-light;
}
.contact_us {
    margin: 80px 0;
}
.c_hdng h3 {
    font-size: 18px;
    font-family: m-semibold;
    color: #000000;
}
.cont_pra p {
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'm-light';
    color: #000000;
}
.cont_form .form-control {
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    font-family: 'm-regular';
    border: 2px solid #dfdfdf;
    color: #1a1a1a;
     
}
.boats_filt .form-control {
  
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
     
}
.cont_form .form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #85dd85;
    outline: 0;
    box-shadow: none;
}
.cont_form textarea
{
    height: 248px !important;
    resize: none;
    font-family: m-regular;
}
.srv_frm textarea {
    height: 110px !important;
    resize: none;
    font-family: m-regular;
}
.s_arrw.srvcc_ar {
    top: 25%;
}
.pd
{
    cursor: pointer !important;
}


.cont_form ::placeholder {
    color: #1a1a1a !important;
    opacity: 1 !important; /* Firefox */
  }
  
  .cont_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #1a1a1a !important;
  }
  
  .cont_form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #1a1a1a !important;
  }
.boats_filt ::placeholder {
    color: #838295 !important;
    opacity: 1 !important; /* Firefox */
  }
  
  .boats_filt :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #838295 !important;
  }
  
  .boats_filt ::-ms-input-placeholder { /* Microsoft Edge */
   color: #838295 !important;
  }

.cont_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
    cursor: pointer;
}
.cont_form select::-ms-expand {
    display: none;
}
.s_arrw {
    position: absolute;
    top: 47%;
    transform: translateY(-66%);
    right: 15px;
}
.s_arrw i {
    font-size: 23px;
}
.pd:focus + .s_arrw {display: none;}


/* -----------**-------------Contact us Page css ends----------**------------------------------------------------ */

::placeholder {
    color: rgb(0, 255, 21) !important;
    opacity: 1 !important;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(0, 255, 21) !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(0, 255, 21) !important;
}

.mapp.mt-2 {
    border-top: 1px solid #80808030;
}

.mpp {
    height: 538px;
}


/* ---------------------------------About us page css starts-------------------------------------- */
video {
    height: 90vh;
    width: 100%;
    object-fit: fill;
}
.bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.abt_img {
    position: relative;
    padding-top: 27%;
    min-height: 250px;
}
.abt_img img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hding.abt_hdn h3 {
    font-size: 50px;
}
.hding.abt_hdn h1 {
    font-size: 50px;
}
.abtt_pra p {
    text-align: center;
    font-size: 14px;
    font-family: 'm-regular';
    margin: 27px 0;
}
.mt_img {
    width: 100%;
    height: 270px;
    margin: auto;
    /* margin-bottom: 20px; */
    text-align: center;
    
}
.mt_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     
}
.meet_hdng h4 {
    font-size: 39px;
    font-family: 'b-regular';
    text-align: center;
    margin: 25px 0 53px 0;
    color: #1a1a1a;
}
.meet_cards {
    margin: 10px 0 0 0;
}
.crew_name{
    padding-top: 20px;
}
.crew_name h5 {
    font-size: 16px;
    text-align: center;
    font-family: m-semibold;
    color: #1a1a1a;
}
.jb_title p {
    font-size: 14px;
    text-align: center;
    font-family: 'm-medium';
}
.mt_crds {
    margin-bottom: 50px;
}

.abt_lastimg {
    position: relative;
    padding-top: 23%;
    min-height: 250px;
}

.strg_lastimg {
    position: relative;
    padding-top: 40%;
    min-height: 250px;
}

.abt_lastimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meet_crew {
    border-top: 1px solid #cccccc;
    padding-top: 18px;
    margin-top: 52px;
}

/* ---------------------------------About us page css ends-------------------------------------- */

/* ---------------------------------Detailing page css ends-------------------------------------- */

.detail_title h5 {
    font-size: 35px;
    font-family: 'b-regular';
    text-align: center;
    color: #000000;
    margin-bottom: 11px;
}
.detail_prc h5 {
    font-size: 24px;
    font-family: m-semibold;
    text-align: center;
    margin: 23px 0;
}
.dt_frmpra p {
    font-size: 16px;
    text-align: center;
    margin: 11px 0 37px 0;
    font-family: 'm-regular';
    color: #1a1a1a;
}
.hom_4th.deta_scndd {
    background: url(../images/ylw_Waves.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px 0 63px 0;
    position: relative;
}
.error_input {
    border: 1px solid #eb0f22 !important;
}
/* Modal Styling Starts Here */
.popup_modal{
   
}
.modal-title{
   
    margin: auto;
    font-size: 30px;
}
.popup_modal .modal-header {
    border-bottom: 0;
    flex-direction: column;
    
}
.fm_feild {
    margin-bottom: 20px;
}
.popup_modal .fm_feild input, .fm_feild select {
    height: 50px;
}
.fm_feild input, .fm_feild textarea, .fm_feild select {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 24%);
    outline: none;
    font-size: 18px;
  
}
.fm_feild label{
   
}
.fm_feild input::placeholder{
   color: #000000 !important;
}
.dt_submit .cst_btn
{
    padding: 14px 59px 12px 64px !important;
}
#notify_message {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-size: 20px;
}
/* ---------------------------------Detailing page css ends-------------------------------------- */


/* ---------------------------------service page css starts-------------------------------------- */
.srv_pra p {
    font-size: 16px;
    font-family: 'm-semibold';
    text-align: center;
    color: #1a1a1a;
}

/* storage page css */


/* .traingle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
  }
  
.traingle1{
    width: 60px;
    height: 60px;
    border-bottom: solid 30px rgb(200,30,50);
    border-left: solid 30px rgb(200,30,50);
    border-right: solid 30px transparent;
    border-top: solid 30px transparent;
  }  */

  .strg_logo.text-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strg_logo {
    width: 800px;
    height: 106px;
    padding: 3px;
}
  /* .triangle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
} */
.strg_para p {
    font-size: 31px;
    font-family: m-light;
    margin: 34px 0 59px 0;
    font-weight: 700px;
}
  .triangle-0 {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 0px;
    border-bottom-width: 176px;
    border-left: 790px solid black;
}

  .yellow{
    color: #dccc4d;
    font-size: 20px;
    
  }
  .storage_foot:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #423714cc;
    content: "";
    width: 100%;
    height: 100%;
}
  .storage_foot {
    background: url("../images/home_baner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px 0;
    position: relative;
}
  .first_oneWrap {
    display: flex;
    justify-content: center;
    margin: 23px 0;
}
.strg_img {
    position: relative;
    padding-top: 31%;
    min-height: 250px;
}
.strg_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
span.storagerate {
    font-weight: bold;
}
.storage_pra p {
    text-align: center;
    font-size: 14px;
    font-family: 'm-regular';
    margin: 15px 0;
}

.storagepic {
    position: relative;
    padding-top: 39%;
    min-height: 250px;
}

.storagepic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt_lastimg.strg {
    padding-top: 43%;
}

.storage h3 {
    font-size: 71px;
    font-family: b-regular;
    margin: 26px 0 8px 0;
    color: #1a1a1a;
}
.st_frmpra p {
    font-size: 16px;
    margin: 11px 0 37px 0;
    font-family: 'm-regular';
    color: #1a1a1a;
}


/* storagepage css
 */

/* ---------------------------------service page css ends-------------------------------------- */
/* ---------------------------------Boats page css starts-------------------------------------- */
.filtr_apply { 
    display: block;
    width: 100% !important;
    margin-top: 0;
}
.filtr_apply a {
    padding: 12px 101px 16px 102px;
    width: 100%;
    display: block;
}
.bot_cards {
    margin-bottom: 47px;
}
.bot_cards a {
    text-decoration: none;
    color: #1a1a1a;
}
.btcrd_img {
    width: 100%;
    height: 236px;
    margin-bottom: 23px;
}
.btcrd_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bt_hding h3 {
    font-size: 22px;
    text-align: center;
    font-family: m-semibold;
    color: #1a1a1a;
}
.btcard_p p {
    font-size: 16px;
    text-align: center;
    font-family: 'm-regular';
    letter-spacing: 1px;
    color: #1a1a1a;
}
.boat_cards {
    padding: 59px 0;
    margin-top: 65px;
    border-top: 1px solid #cccccc;
}
.lod_mrbutton {
    text-align: center;
}
.lod_mrbutton a {
    background: #e2d69b;
    padding: 12px 16px;
    color: #1a1a1a;
    font-family: 'm-semibold';
    font-size: 14px;
    cursor: pointer;
    transition: 0.4s ease;
    border: 1px solid #e2d69b;
    text-decoration: none;
}
.lod_mrbutton a:hover {
    background: #fff;
    padding: 12px 16px;
    color: #1a1a1a;
    font-family: 'm-semibold';
    font-size: 14px;
    cursor: pointer;
}
.bt_detail .owl-carousel .owl-nav button.owl-next {
    margin: 0;
    margin-left: auto;
}
/* ---------------------------------Boats page css ends-------------------------------------- */
/* ---------------------------------Boats Detail page css starts-------------------------------------- */
.btflftimg {
    position: relative;
    padding-top: 46%;
    min-height: 299px;
}
.btflftimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bt_detail .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-85%);
    width: 100%;
    font-size: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 

.bt_detail .owl-nav .owl-prev span, .bt_detail .owl-nav .owl-next span {
    font-size: 30px;
    height: 62px;
    width: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5c5c5c;
    color: #ffffff;
}
.ply_icon a {
    color: #1e1e1e;
}
.bt_detail .owl-carousel .owl-nav button.owl-next, .bt_detail .owl-carousel .owl-nav button.owl-prev
{
    margin: 0;
}
.bt_detail {
    margin: 50px 0;
}
.bt_detailimges {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.bt_detailimges img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bt_leftimages {
    margin: 28px 0;
}
.bt_lasthdng h4 {
    font-size: 50px;
    margin: 34px 0 35px 0;
    text-align: center;
    font-family: b-regular;
}
.similar {
    margin: 19px 0;
    padding-top: 17px;
    border-top: 1px solid #cccccc;
}
.bt_ritbtn {
    width: 100%; 
    margin-bottom: 10px; 
    text-align: center;
}
.bt_ritbtn a { 
    padding: 12px 14px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: m-regular;
    transition: 0.4s ease;
    text-decoration: none;
}
.btrit_hdng h3 {
    font-size: 40px;
    font-family: 'b-regular';
    text-align: center;
    margin-bottom: 11px;
}

.bt_ritprice p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}
.bt_ritprice p span {
    font-size: 20px;
    font-family: 'm-semibold';
    color: #172c45;
}
.inqr_hdng h3 {
    font-size: 20px;
    text-align: center;
    margin: 23px 0;
    font-family: 'm-semibold';
}
.radio_btn input[type="radio"] {
    position: relative;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.radio_btn label {
    padding-right: 30px;
    cursor: pointer;
    margin-left: 8px;
    margin-top: -3px;
}
.radio_btn input[type="radio"]::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #676767;
    border-radius: 50%;
}
.radio_btn input[type="radio"]:checked::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #542832;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 50%;
}

#faq .card .card-header {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin: 10px 0;
}
#faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #000;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "m-semibold";
}
#main #faq .card .card-header .btn-header-link:after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    float: right;
    font-size: 20px;
    color: #542832;
}
#main #faq .card .collapse.show {
    color: #222;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
}
#faq .card {
    border: 0;
    background: transparent;
}
.btn.btn-header-link:focus {
    outline: none;
    box-shadow: none;
  }

  ul.spec_list {
    padding-left: 0;
}
.spec_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: m-light;
    padding: 10px 0;
}
.spec_list li span:first-child {
    text-transform: uppercase;
}
.ply_icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
}
.ply_icon i
{
    font-size: 58px;
}


/* ---------------------------------Boats Detail page css ends-------------------------------------- */







/* ----------------------------------------------------------------------- */
/* Footer Css Starts */

.foot_sec {
    background: #000000; 
}
.foot_wrap {
    padding: 69px 0;
}

.foot_logo {
    width: 330px;
    height: 70px;
    margin: 20px auto;
}
.foot_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bare_address p {
    font-size: 16px;
    text-align: center;
    margin: auto;
    color: #fff;
    font-family: m-regular;
    letter-spacing: 1px;
}
.bare_phone p {
    color: #fff;
    text-align: center;
    margin: 12px 0;
    font-size: 16px;
    font-family: 'm-regular';
}
.social_ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}
.soci {
    width: 50px;
    height: 50px;
    background: #172c45;
    border-radius: 24px;
    margin: 3px 8px;
    position: relative;
    border: 1px solid #172c45;
    transition: 0.4s ease;
}
.soci i {
    font-size: 24px; 
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.soci:hover i
{
   color: #172c45;
    
}
.soci:hover
{
   background: #fff;
    
}
.bt_detailimges img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grecaptcha-badge {
    display: none;
}

.recaptcha-disclaimer {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    padding: 5px 0;
}
/* Footer Css Ends */
/* ----------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

/* Media Quries Start's Here */

/* -------------------------------------------------------------------------------------------- */


@media screen and (max-width:1200px) {
    .nav_list { 
        padding-left: 0;
    }
    .nav_list > li { 
        margin: 0 10px;
    } 
    .hed_logo {
        width: 297px;
        height: 40px; 
    }
}

@media screen and (max-width:991px) {
    .strg_logo {
        width: 740px;
        height: 66px;
        padding: -3px;
    }

    video {
        height: 48vh;
        width: 100%;
        object-fit: fill;
    }
    .nav_list > li { 
        margin: 0 13px;
    } 
    .hed_logo {
        width: 184px;
        height: 40px;
    }
}
.mobileDropDown{
    display: none;
    }
@media screen and (max-width:767px) {

    .strg_logo {
        width: 358px;
        height: 42px;
        padding: 3px;
    }


    .megaMenuWrapper
{
    display: none !important;
}
.megaMenu::before
    {
        display: none !important;
    }
    .mobileDropDown{
        padding-left: 0;
        }
    .s_active
    {
        display: block !important;
    }
    .mobileDropDown li:not(:last-child)
        {
            border-bottom: 1px solid #000000;
        }

        .mobileDropDown li {
           
            padding: 20px 0;
        }
        .dropdown_arrow, .sub_dropdown_arrow {
            display: inline-block;
            margin-left: 13px;
        }
        .mobileDropDown li a
        {
            color: #fff !important;
            font-family: 'Barlow-Regular' !important;
        }
    .hed_logo {
        width: 224px;
        height: 33px;
    }
    .nav_tog
    {
        display: flex;
    }
    .nbar_Wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }
    .nav_list {
        position: absolute;
        top: 83px;
        left: 0px;
        background: #172c45;
        width: 100%;
        flex-direction: column;
        margin-left: 0;
        padding-left: 0;
        padding: 13px 0;
        display: none;
        z-index: 6;
    }
    .nav_list > li {
        /* padding: 18px 0; */
        width: 100%;
        /* text-align: center; */
        margin: 0;
    }
    .nav_list > li:not(:last-child)
    {
        border-bottom: 1px solid #fff;
    }

  /*   .s_active
    {
        display: flex !important;
    } */
    .hm_scndWrapp {
        margin: 25px 0;
    }
    .thrd_hdng h3 {
        font-size: 32px; 
    }
    .contentt p { 
        padding: 0 10px;
    }
    .s_arrw { 
        right: 34px;
    }
    .dropdown_arrow, .sub_dropdown_arrow {
        display: block ;
    }
    .dropDown {
        position: relative;
        padding: 5px 0;
        list-style: none;
        }
        .subMenu ul
        {
            padding-left: 0;
        }
        .subMenu li
        {
          list-style: none !important;
          font-family: 'Barlow-Regular' !important;
        }
        .subMenu li a
        {
            color: #fff !important;
            font-family: 'Barlow-Regular' !important;
        }
        .rotate_180 {
            transform: rotate( 180deg);
        }
        .nabar_link {
            padding: 25px 16px;
            font-size: 18px;
            letter-spacing: 1px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .nav_list > li > a {
            padding: 0px 35px;
        }
        a.new_b {
            text-transform: uppercase;
            font-family: 'Barlow-Regular' !important;
            color: #fff !important;
            padding: 8px 0px;
            letter-spacing: 2px;
            font-size: 15px;
        }
        .mobileDropDown li:not(:last-child)
        {
            border-bottom: 1px solid #000000;
        }

        .mobileDropDown li {
           
            padding: 5px 35px;
        }
        .dropdown_arrow, .sub_dropdown_arrow {
            display: inline-block;
            margin-left: 13px;
        }
        .mobileDropDown li a
        {
            color: #fff !important;
            font-family: 'Barlow-Regular' !important;
        }
        .sub_menu2
        {
            display: none;
        }
        ul.sub_menu2.s_active li:not(:last-child) {
            border-bottom: 1px solid;
            
        }
        ul.sub_menu2.s_active li
        {
            padding: 20px 0;
        }
        .navbar_list
        {
            align-items: center;
        }
}

@media screen and (max-width:576px) {

    .strg_para p {
        font-size: 16px;
        font-family: m-light;
        margin: 10px 0 59px 0;
        font-weight: 700px;
    }

    .strg_logo {
        width: 258px;
        height: 34px;
        padding: 3px;
    }

    .foot_logo {
        width: 202px;
        height: 70px;
        margin: 20px auto;
    }
    .soci {
        width: 38px;
        height: 38px; 
    }
    .soci i {
        font-size: 18px; 
    }
    .ban_headng h3 {
        font-size: 38px; 
        line-height: 40px; 
    }
    .hding h3 {
        font-size: 30px;
        font-family: b-regular;
        text-align: center;
        margin: 26px 0 8px 0;
        color: #1a1a1a;
    }
    .hding h1 {
        font-size: 30px;
        font-family: b-regular;
        text-align: center;
        margin: 26px 0 8px 0;
        color: #1a1a1a;
    }
    .contact_us {
        margin: 40px 0;
        text-align: center;
    }
    .contct_Wrap
    {
        flex-direction: column-reverse;
    }
    .contact_left
    {
        margin-top: 65px;
    }
    .hding.abt_hdn h3 {
        font-size: 28px;
    }
    .hding.abt_hdn h1 {
        font-size: 28px;
    }
    .man_btn .cst_btn {
        font-size: 12px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .hom_scnd {
        margin: 43px 0;
    }
    .hm_para p { 
        margin: 34px 0 26px 0;
    }
    .hed_logo {
        width: 186px;
        height: 33px;
    }
    .filtr_apply a {
        padding: 12px 0 16px 0px;
    }
    .bt_lasthdng h4 {
        font-size: 28px; 
    }
}
 


/* -------------------------------------------------------------------------------------------- */
/* Media End's Here */

/* NEW DESIGN OF BOAT PAGE */

/* .extra_pad{
    padding: 8px 0px;
} */
.inner_wrap_filter{
    display: flex;
    align-items: center;
}
.inner_wrap_filter a{
    color: #000;
}
.inner_wrap_filter .left_btn{
    border-right: 1px solid #D3D3D3;
    padding: 19px 8px;
}
.inner_wrap_filter .left_btn a{
    font-family: GothamLight !important;
}

.top_new_filter{
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    display: none;
}
.inner_wrap_filter .right_bt{
    padding: 8px 3px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    overflow-x: auto;
}
.top_new_filter .inner_wrap_bt{
    border: 1px solid #1d1c1c;
    border-radius: 30px;
    margin: 10px 0px;
}
.top_new_filter .inner_wrap_bt a{
    padding: 7px 10px;
    display: inline-block;
    min-width: 145px;
    width:100%;
    text-align: center;
}

/* MODAL FILTER CSS */
.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 40%, 0);
	transform: translate3d(0, 40%, 0);
}
.bottom_btn{
    display: none;
}
.top_des_fil .close_btn{
    display: none;
    
}
.new_768 .close_btn{
    display: block; 
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #dfdfdf; 
    padding-right: 20px;
    padding-bottom: 10px;
}
.new_768 .close_btn a{
    color: #707070;
    font-size: 14px;
}
.new_768{
    position: fixed;
    overflow-y: auto;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: #fff;
    max-width: 550px;
    height: 420px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.new_768 .bottom_btn{
     display: flex;
}
.new_768 .mobile_form{
    margin-top: 20px;
}.new_768 .filtr_apply{
    text-align: center;
}
.top_des_fil .bottom_btn{
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    margin-bottom: 20px;
}
.top_des_fil .bottom_btn a{
    color: #707070;
    font-size: 14px;
}
.top_des_fil .bottom_btn a:nth-child(2){
    background-color: #000;
    width: 100%;
    max-width: 175px;
    text-align: center;
    padding: 10px 0px;
    display: inline-block;
    color: #fff;
}
.mobile_sort{
    display: none;
}
.mobile_sort .top_filter{
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 18px;
}
.mobile_sort .top_filter select{
    border: 1px solid #dfdfdf !important;
}
.red_cell {
    background: rgba(0, 0, 0, 0.2);
    transition: 0.4s ease-in-out;
}
.long_bg{
    margin: 0px 18px;
}

::-webkit-scrollbar {
    width: 10px !important;
    height: 3px !important;
}

 ::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 5px;
    
}
.copy_list li a{
    font-size: 13px;
    text-transform: uppercase;
}
.copy_list li {
    padding: 0px 15px;
}
.copy_list{
    padding: 20px 0 !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* MEDIA QUERIES */
@media(min-width:768px){
    #faPlus{
        display: none;
    }
}

@media(max-width:768px){
    .botat_filter .top_des_fil {
        display: none;
    }
    .top_new_filter{
        display: block;
    }
    .mobile_sort{
        display: block;
    }
    .botat_filter .dek_veiw{
        display: none !important;
    }
    .eeoo{
        margin-bottom: 15px;
    }
}
