.btn.btn-primary.btn-lg {
    border: none !important;
}
.toggle-icon.ml-2 {
    display: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none !important;
}
.btn.btn-outline-primary.green-btn:focus {
    border-color: #000 !important;
    outline: #000 !important;
}
.btn.btn-outline-primary.green-btn:hover:active {
    background: #000 !important;
    border-color: #000 !important;
}
.btn.btn-outline-primary.green-btn:focus-visible {
    border-color: #000 !important;
    outline: #000 !important;
}
.theme-green .back-bar .selected-bar {
    border-radius: 2px;
    background-color: #1cc357;
    /* background-image: -moz-linear-gradient(top, #bdfade, #76fabc); */
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc)); */
    /* background-image: -webkit-linear-gradient(top, #bdfade, #76fabc); */
    /* background-image: -o-linear-gradient(top, #bdfade, #76fabc); */
    background-image: linear-gradient(to bottom, #000, #000) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f8f3c', endColorstr='#0f8f3c', GradientType=0);
}
.btn.btn-outline-primary.green-btn {
    margin-top: 29px;
    background: #000;
    color: #fff;
    border: 1px solid #000 !important;
}
.search-panel {
    margin-top: 50px;
    margin-left: -10px;
}
.scale span:nth-child(2) {
    margin-left: -24px;
}
.scale span:nth-child(1) {
    margin: ;
    margin-left: 21px;
}
.home-contact .col-md-6 {
    -ms-flex: 0 0 49% !important;
    flex: 0 0 49% !important;
    max-width: 49% !important;
    display:inline-block;
}
    .gird-section p {
        padding: 0 20px;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.7em;
        font-weight: 500 !important;
    }

    .boatlisting-main {
        padding: 50px 0;
    }

    .filter-buttons {
        display: flex;
        margin-bottom: 20px;
    }

    .list-view-button,
    .grid-view-button {
        color: #000;
        border: 1px solid white;
        padding: 5px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 3px;
    }

    .list-view-button:hover,
    .grid-view-button:hover {
        background: white;
        color: #0e2439;
    }

    .list-view-button {
        margin-right: 10px;
    }

    .list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .boatlisting-main li {
        background-color: #fff;
        color: white;
        border-radius: 3px;
        margin-bottom: 10px;
        transition: 0.3s;

    }

    .boatlisting-main h3 {
        font-size: 34px;
        margin-top: 20px;
        color: #000;
        font-family: "Teko", serif;
        font-weight: 496;
    }

    .boatlisting-main h4 {
        font-size: 22px;
        margin-top: 20px;
        color: #000;
        padding: 0 20px;
        font-family: "Open Sans", serif;
    }

    .list.list-view-filter {
        flex-direction: column;
    }

    .list.list-view-filter li {
        padding: 10px;
    }

    .list.grid-view-filter {
        flex-flow: row wrap;
    }

    .list.grid-view-filter li {
        width: calc(55% - 210px);
        padding: 10px;
        margin-right: 10px;
        text-align: center;
        float: left;
    }

    @media only screen and (max-width: 500px) {
        .price-main-boatview {
    display: block;
}
        .list.grid-view-filter li {
            width: calc(100% - 0px);
            padding: 10px;
            margin-right: 10px;
            text-align: center;
        }
    }
/* ------------------ General CSS ------------------ */
body {
    color: #000;
    /* font-family: "Poppins", serif;*/
    background: #ffffff;
}


a {
    color: #1dbf73;
    transition: 0.3s;
}
a:hover, a:focus {
    color: #fff !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    color: #353535;
    outline: none;
    text-decoration: none;
}

p {
    color: #656565;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #353535;
    margin: 0 0 15px 0;
    padding: 0;
}

h4,
h5,
h6 {
    font-weight: 400;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.open-sans-<uniquifier> {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.boatlisting-main h4 {
    font-size: 22px;
    margin-top: 20px;
    color: #000;
    padding: 0 20px;
    font-family: 'Nunito', sans-serif !important;
}
/****************************/
textarea.form-control {
    height: auto;
    width: 98%;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    /* border-color: #80bdff; */
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(168, 168, 168, 0.25) !important;
}

.boatlisting-main #listbox .gird-section:hover::before {display: none !important;}

.inquire-btn {
    text-align:center;
    margin: 15px 0;
}
.inquire-btn a {
    background: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: "Teko", serif;
    padding: 12px 30px;
    color: #fff;
    letter-spacing: 1px;
  transition: 0.5s;
}
.inquire-btn a:hover {
    background: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: "Teko", serif;
    padding: 12px 30px;
    color: #fff;
    letter-spacing: 3px;
  transition: 0.5s;
}
.price-main-boatview {
    display: none;
}
#contact\ privacy-main .container {
    padding: 20px;
    border: none !important;
    margin: 20px auto;
}

.preserveLines {
    white-space: pre-wrap;
}
.footer-menu.address li {
    color: #fff;
    font-family: 'Nunito', sans-serif;
}
.points2 li {
    list-style: disc !important;
    margin-left: 20px !important;
    font-weight: bold;
    font-size: 15px;
    padding: 0 !important;
    margin: 10px 20px;
}
#contactus .form-group {
    margin-bottom: 25px;
}
.footer .footer-top .footer-links ul a:focus {
    font-size: 14px;
    color: #fff;
}
.view-btn a:focus {
    color: #fff !important;
}
#contact\ privacy-main {
    padding: 0px 0;
}
.search-panel {
    margin-top: 50px;
    margin-left: -10px;
}
#leftbox {
    color: #838383 !important;
}
#rightbox {
    text-align: right;
}
#services-main .gird-section img {
    width: 100%;
    min-width: ;
    min-height: 222px;
}
#contactus label {
    visibility: hidden;
    display: none;
}
.container.boat-orders-new .right-content #pricebox h5 {
padding: 10px 0px;
  font-size: 45px !important;
  font-family: "Teko", serif;
  font-weight: 496;
}
.container.boat-orders-new .right-content #marketplace-box {
    padding: 0;
    margin: 0;
}
.container.boat-orders-new .right-content #marketplace-box .marketplace-text:nth-child(2n+1) {
    background: #ccc;
    padding: 0px 0px;
}
.container.boat-orders-new .right-content #marketplace-box .marketplace-text:nth-child(2n+1) {
    background: transparent;
    padding: 0px 0px;
}
.container.boat-orders-new .d-flex.justify-content-between.mb-3.marketplace-text {
    margin-bottom: 0 !important;
}

.container.boat-orders-new .right-content #pricebox {
    background: transparent !important;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.boatlisting-main .list.grid-view-filter .gird-section img {
    width: 100%;
    min-height: 170px;
    height: 10%;
}

.container.boat-orders-new .col-md-9 {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 0 0 30px;
    height: 1000px;
    overflow-y: scroll;
}
.footer-flag img {
    padding: 0 5px;
}
.footer-flag {
    text-align: right;
    padding-top: 0px;
}
.footer-abt p {
    color: #fff;
    font-weight: normal;
}
.view-btn a:hover {
    transform: scaleX(1.05) scaleY(1.05) !important;
    transition: 0.5s !important;
    letter-spacing: 3px;
}
.boatlisting-main .gird-section:hover::before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: 999;
    transform: rotate(90deg);
    left: 36%;
    top: 12%;
    background: #00000090;
    border-radius: 50%;
    padding: 20px;
}
#services-main h4 {
    padding: 0 20px;
   /* font-family: "Open Sans", serif;*/
    font-size: 22px;
}
.specialize-section-two {
    position: relative;
    padding: 30px 0 !important;
}
.container.boat-orders-new .col-md-9 {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 0 0 30px;
}
.specialize-section-two.alternate h2 {
    padding: 10px 0;
    font-size: 45px !important;
    font-family: "Teko", serif;
    font-weight: 496;
    padding-left: 87px;
}
.contact-main button {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 0;
    letter-spacing: 1px;
    transition: 0.5s;
    font-size: 17px;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: "Teko", serif;
}
#mainAccordion button {
    text-align: center !important;
    text-decoration: none !important;
}
#mainAccordion button:hover {
         text-decoration: none !important;
          transform: none !important;
}


#mainAccordion button:hover {
         text-decoration: none !important;
          transform: none !important;
}
.accordion button{
    text-align: center !important;
    text-decoration: none !important;
}

.accordion button:hover{
   text-decoration: none !important;
          transform: none !important;
}


#mainAccordion .toggle-icon.ml-2 {
    display: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: none !important;
}
.contact-main button:hover
.footer a:hover {
    color: #fff !important;
}
.nav-menu a:hover {
    color: #fff !important;
}
.gird-section {
    position: relative;
    text-align: left;
}

.gird-section:hover::before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: 999;
    transform: rotate(90deg);
    left: 42%;
    top: 20%;
    background: #00000090;
    border-radius: 50%;
    padding: 20px;
}
.nav-menu a:hover {
    color: #fff;
    text-decoration: none;
}
.view-btn a {
    background: #000;
    color: #fff;
    padding: 12px 40px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: "Teko", serif;
    letter-spacing: 1px;
    transition: 0.5s;
}
.view-btn a:hover {
    color: #fff !important;
    transform: scaleX(1.05) scaleY(1.05) !important;
  transition: transform 300ms ease 0ms;
}
.view-btn {
    margin-top: 60px;
}
.gird-section {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 0px 0 30px;
    min-height: 368px;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    transition: transform 300ms ease 0ms;
    margin: 10px 0;
}

.boatlisting-main .gird-section {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 0px 0 5px;
    min-height: 433px;
    overflow: hidden;
    z-index: 10;
    /* box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3); */
    transition: transform 300ms ease 0ms;
}
.gird-section:hover {
    transform: scaleX(1.05) scaleY(1.05) !important;
    background: #F6F6F6 !important;
}
.gird-section h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0 20px !important;
    color: #000;
    font-family: "Teko", serif;
}
.gird-section img {
    width: 100%;
}
#services-main h2 {
    font-size: 95px !important;
    font-family: "Teko", serif;
    font-weight: 496;
}
.contact-main .form-control {
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 25px !important;
}
.contact-main {
    padding: 50px 0;
    background-image: linear-gradient(180deg,#3d3d3d 0%,#ffffff 97%) !important;
}
.contact-tagline h2 {
    text-align: center;
    text-transform: none;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 30px;
}

.contact-main button:hover {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 0;
}
     .message-box p {
            margin-bottom: 20px;
            font-family: 'KhulaRegular' !important;
            font-size: 17px;
        }

       /* .contact_form label {
            color: #000 !important;
            display: none;
        }

        .contact_form {
            border: 1px solid #ccc;
            box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            padding: 40px 30px;
        }
#form .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}
.contact_form {
    border: 1px solid #ccc;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 40px 30px;
}
   .contact_form textarea.form-control {
            min-height: 125px;
        }

        .form__button {
            background: #333;
            color: #fff;
            border: none;
            padding: 14px 20px;
            width: 250px;
            font-size: 16px;
             font-family: 'Nunito', sans-serif !important;
    font-size: 18px;
        }

        .form__button:hover {
            background: rgb(106, 168, 91);
            transition: 0.5s;
        }

      .contact_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
    font-family: 'Nunito', sans-serif !important;
    font-size: 18px;
}*/
.hmservice {
    text-align: center;
}
.hmservice i {
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.hmservice h4 a {
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px !important;
    display: block;
    font-weight: bold;
}

.home-background img {
    background-size: cover;
    width: 100%;
}

#scheduling-icon i {
    position: relative;
    top: 3px;
}
.bi.bi-diagram-3-fill {
    position: relative;
    top: -15px;
}

#contact\ privacy-main .container {
    padding: 20px;
    border: 1px solid #9F9F9F;
    margin: 20px auto;
}
/****************************/

.fa.fa-calendar {
    position: relative;
    top: 19px;
}
.bi.bi-people-fill {
    position: relative;
    top: 10px;
}
.bi.bi-card-list {
    position: relative;
    top: 12px;
}
#scheduling-tagline {
    position: relative;
    top: 25px;
    padding-bottom: 20px;
}
.bi.bi-diagram-3-fill {
    position: relative;
    top: -15px;
}
#dealer-network {
    position: relative;
    top: -24px;
}
.bi.bi-cash-coin {
    position: relative;
    top: -24px;
}
#financial-icon {
    position: relative;
    top: -24px;
}
.footer-menu.address li {
    list-style: none !important;
}
.footer-menu.address ul{
   margin: 0;
   padding: 0;
}
.col-lg-3.col-md-6.footer-links {
    font-weight: 600;
}
.col-lg-3.col-md-6.footer-links a {
    font-weight: 600;
}
.footer-menu.address li i {color: #fff; } 
}
.col-lg-3.col-md-6.footer-contact .footer-menu.address li {
    list-style: none !important;
}
.testimonial-item.row.align-items-center .col-sm-12 {
    padding: 20px 50px;
    border-radius: 20px !important;
}
.star img {
    width: 150px !important;
    text-align: center;
    margin: 0 auto;
}
.testimonial-img img {
    height: 100px;
    width: 100px !important;
    border-radius: 50px;
}
.section-how-itswork p {
    padding-top: 20px;
}
.how-read-more {
    margin-top: 30px;
}
#how-itswork-section h3 {
    font-size: 45px;
    position: relative;
    padding-bottom: 20px;
}
#how-itswork-section h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 0;
    border-bottom: 4px solid #fff;
    bottom: 0;
    left: calc(50% - 50px);
}
#how-itswork-section::after {
    border: none;
}
.call-to-action .section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 0;
    border-bottom: 4px solid #fff;
    bottom: 0;
    left: calc(50% - 50px);
}

#services-inner .col-md-2.col-lg-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;

}
.call-to-action::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed rgba(255, 255, 255, .5);
}
.call-to-action { position: relative; }
#services-inner {
    padding: 0 5%;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #000 !important;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;
}
.back-to-top i {
    color: #ffffff;
}
/* ------------------ Header CSS ------------------- */

.how-it-points li i {
    visibility: hidden;
    margin-left: -7px;
}

#feature3-main .single-service i {
    font-size: 49px;
    color: #fff !important;
    margin-bottom: 20px;
    background: #6AA85B;
    border-radius: 50%;
    width: 90px !important;
    height: 90px !important;
    text-align: center;
    line-height: 85px;
}

.ion-md-arrow-back::before {
    content: "";
    color: #000;
}
.ion-md-arrow-forward::before {
    content: "";
     color: #000;
}

.contact-address address {
    font-size: 18px !important;
}
#services-main .single-service p {
    margin: 0;
    display: block;
}
.header .logo img {
    padding: 0;
    margin: 0;
    max-height: 100%;
    position: relative;
    top: -15px;
    height: 70px;
}
.header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.3s;
    z-index: 997;
   /* background:#1a4d80;*/
   background:#000;
    
}

.header.header-scrolled {
    /*background:#1a4d80;*/
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
    height: 72px;
    transition: all 0.3s;
}

.header .logo {
    float: left;
}

.header .logo h1 {
    font-size: 34px;
    margin: 0;
    line-height: 1;
    letter-spacing: 5px;
}

.header .logo h1 a:hover {
    color: #ffffff;
}

.header .logo img {
    padding: 0;
    margin: 0;
    max-height: 100%;
}


/* ----------------- Intro Section ----------------- */
/* ================================================= */
.privacy-points a {
    color: rgb(106, 168, 91);
}
.privacy-points a:hover {
    color: rgb(106, 168, 91);
}
.privacy-points ul {
    margin: 0;
    padding: 0;
}
.privacy-points h2 {
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 0px;
    font-size: 20px;
}
.privacy-points li {
    list-style: none;
    margin: 20px 0;
}
.privacy-content p {
    font-family: 'Nunito', sans-serif;
}
.privacy-content {
    padding: 0px 0;
}

.slider {
    display: table;
    width: 100%;
    height: 90vh;
    background: #000;
}

.slider .carousel-item {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider .carousel-item::before {
    content: '';
    /*background-color: rgba(0, 0, 0, 0.4);*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.slider .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.slider .carousel-background img {
    max-width: 100%;
}

.slider .carousel-content {
    text-align: center;
    position: relative;
  top: 200px;
  background: transparent;
  padding: 30px;
  width: 100%;
}



.slider h2 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: 1px;
}

.slider p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #ffffff;
}

.slider .carousel-fade {
    overflow: hidden;
}

.slider .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

.slider .carousel-fade .carousel-inner .carousel-item,
.slider .carousel-fade .carousel-inner .active.carousel-item-left,
.slider .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

.slider .carousel-fade .carousel-inner .active,
.slider .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.slider .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.3s;
}

.slider .carousel-fade .carousel-inner .carousel-item-next,
.slider .carousel-fade .carousel-inner .carousel-item-prev,
.slider .carousel-fade .carousel-inner .active.carousel-item-left,
.slider .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slider .carousel-control-prev,
.slider .carousel-control-next {
    width: 10%;
}

.slider .carousel-control-next-icon,
.slider .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

.slider .carousel-indicators li {
    cursor: pointer;
}

.slider .btn-get-started {
    display: inline-block;
    padding: 10px 30px;
    transition: 0.3s;
    background: rgb(93, 162, 95);
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: none;
}

.slider .btn-get-started:hover {
    background: #ffffff;
    color: rgb(93, 162, 95);
}




/* ---------------- Banner Section ----------------/* ------------------ Menu Style ------------------- */
#nav-menu-container {
    float: right;
    margin: 0;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.nav-menu a {
    display: inline-block;
    padding: 0 8px 10px 8px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight:600;
    font-size: 16px;
    text-transform:capitalize;
    outline: none;
    text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
   /* color: rgb(93, 162, 95);
    font-weight:600;*/
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    background: #ffffff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 5px 10px;
    color: #353535;
    transition: 0.3s;
    display: block;
    font-size: 14px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #1dbf73;
}

.nav-menu ul ul {
    margin: 0;
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #ffffff;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}https://tojero.com/index.php

#mobile-nav ul li a:hover {
    color: #1dbf73;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
    color: #1dbf73;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #ffffff;
}

#mobile-nav ul .menu-has-children i.ion-md-arrow-dropup {
    color: #1dbf73;
}

#mobile-nav ul .menu-has-children i.dicon {
    display: none;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #1dbf73;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #ffffff;
}


.container {
    max-width: 1300px !important;
}
.title-hm-about {
    font-size: 45px;
}
.title-hm-about abbr {
    color: rgb(93, 162, 95);
}- */

.banner {
    background: url("../img/banner.jpg") center top no-repeat;
    background-size: cover;
    padding: 80px 0 80px 0;
    position: relative;
}

.banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(000, 000, 000, 0.6);
    z-index: 9;
}
.banner h1 {
    color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.banner .container {
    position: relative;
    z-index: 10;
}

.banner .banner-nav {
    text-align: center;
}

.banner .banner-box {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ffffff;
}

.banner .banner-box a {
    color: #ffffff;
}

.banner .banner-box a:hover {
    color: #1dbf73;
}

.banner .banner-box a:first-child {
    padding-right: 15px;
    border-right: 1px solid #ffffff;
}

.banner .banner-box a:last-child {
    padding-left: 15px;
}


/* ------------- Section Header Style -------------- */
.section-header {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.section-header h3 {
    font-size: 34px;
    text-transform: none;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 0;
    border-bottom: 4px solid #353535;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
}

/* ---------------- pricing Plan Style ----------------- */
li.no-check::before {
    display: none !important;
}
.price-content p {
    color: #fff !important;
    padding: 10px 20px;
}
.pricing .price-plan {
    display: block;
    background: #353535;
    margin: 0 0 30px;
    padding: 15px 0 20px;
}
/* ---------------- Contact Us Style ----------------- */
.form-control::placeholder {
    font-family: 'Nunito', sans-serif !important;
}
.contact_form label {
    color: #000 !important;
    font-family: 'Nunito', sans-serif !important;
}
#contact h3 {
    font-size: 40px;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 600;
    margin-bottom: 30px;
}
#contact {
    padding: 60px 0;
}
#contact p {
    font-size: 18px;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 600;
}
.row.contact-info address {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

#contact-info-main {
    font-family: 'Nunito', sans-serif;
}
.row.contact-info a {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
}
#contact-info-main h3 {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
}
/* ---------------- About Us Style ----------------- */
.home {
    position: relative;
    padding: 0px 0 0px 0;
    background: #fff;
}
.about {
    position: relative;
    padding: 50px 0;
    background: #000;
}
.about .about-row {
    margin-bottom: 0px;
}

.about .about-col {
    background: #ffffff;
    margin-bottom: 20px;
}

.about .about-col:hover {
    box-shadow: 0px 2px 10px #dddddd;
}

.about .about-col .img {
    position: relative;
}

.about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 10px;
    padding-left: 1px;
    text-align: center;
    position: absolute;
    background-color: #1dbf73;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #ffffff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

.about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    transition: 0.3s;
}

.about .about-col:hover .icon {
    background-color: #ffffff;
}

.about .about-col:hover i {
    color: #1dbf73;
}

.about .about-col h2 {
    color: #353535;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

.about .about-col h2 a {
    color: #353535;
}

.about .about-col h2 a:hover {
    color: #1dbf73;
}

.about .about-col p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #353535;
    margin-bottom: 0;
    padding: 0 30px;
}

.about .read-more {
    width: 100%;
    text-align: center;
}

.about .read-more a {
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    transition: 0.3s;
    margin: 20px 0 !important;
    color: #ffffff;
    background: #4FAE4F !important;
    font-weight: 600;
}

.about .about-col:hover .read-more a,
.about .read-more a:hover {
    background: #353535;
    color: #ffffff;
}

.about .about-row .read-more {
    text-align: left;
}

.about .about-row .read-more a {
    margin: 0;
}
/* ---------------- how it work Style ----------------- */
#how-it-work-section .col-md-6 {
    padding: 0;
}
#how-inner-text {
    padding: 30px 100px 60px 60px;
    max-width: 900px;
}
#how-inner-text2 {
    padding: 50px 50px 0 100px;
    max-width: 900px;
}
#how-inner-text p {
    font-size: 19px;
    line-height: 1.7;
}
#how-inner-text2 p {
    font-size: 19px;
     line-height: 1.7;
}
.how-itwork-main p {
    text-align: center;
    color: #99D78A;
    font-size: 22px;
}
.how-it-points {
    padding: 40px 0;
}
.how-it-points li {
    float: left;
       padding: 10px 0;
}
.how-it-points li::before {
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 25px;
    left: -15px;
    color: #75B366;
    top: 23px;
}
.how-it-points li {
    text-align: left;
    padding: 20px 10px 30px 20px;
    /* box-shadow: 2px 2px 1px 1px #ccc; */
    border-bottom: 1px dashed #717171;
    position: relative;
    list-style: none;
    width: 45%;
    margin-left: 22px;
    color: #fff;
    font-weight: 600;
}
/* ---------------- Services Style ----------------- */
#services-main  .single-service h4, #services-main .single-service h4 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: capitalize;
    color: #004346;
    text-transform: uppercase;
    font-weight: 900;
}
#services-main .single-service:hover {
    background: transparent;
}
#services-main .single-service:hover a {
   
}
#services-main .single-service i {
    font-size: 49px;
    color: #000;
    margin-bottom: 20px;
    background: #6AA85B;
    border-radius: 50%;
    width: 90px !important;
    height: 90px !important;
    text-align: center;
    line-height: 85px;
}
#services-main .single-service i.bi {
  font-size: 49px;
  color: #fff;
  margin-bottom: 20px;
  background: #6AA85B;
  border-radius: 50%;
  width: 90px !important;
  height: 90px !important;
  text-align: center;
  line-height: 85px;
  /*display: block;*/
  display: list-item !important;
}
#services-main .single-service {
    text-align: left;
    padding: 20px 10px 30px 40px;
    /* box-shadow: 2px 2px 1px 1px #ccc; */
    border: 1px solid #e1e1e1;
    border-top: 4px solid #6AA85B;
}
.fuatuers-points ul {
    margin: 0;
    padding: 0;
}
.fuatuers-points li {
    padding: 8px 10px;
    list-style: none;
    position: relative;
    font-weight: 600;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 15px;
    line-height: 1.8;
}
.fuatuers-points li::before {
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 20px;
    left: -15px;
    color: #6AA85B;
    top: 12px;
}
.single-service:hover {
    background: transparent;
}
.single-service:hover i { color:#000; transition: 0.5s; }
.single-service:hover a { color:#000; }
.single-service:hover p { color:#000; }
.services {
    background: #ffffff;
    padding: 60px 0 60px 0;
    text-align: center;
}

.services .section-header p {
    margin:0;
    padding: 0;
}

.single-service {
    position: relative;
    text-align: center;
    color: #353535;
    font-weight: 400;
    margin: 30px 0 0;
    transition: all 0.3s;
    b/*order: 1px dashed #1dbf73;*/
    min-height: 225px;
    padding: 10px;
}
#services-inner h3 {
    font-size: 45px !important;
}

.single-service i {
    font-size: 92px;
    color: #6AA85B;
    margin-bottom: 20px;
}

.single-service h4,
.single-service h4 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    color:#004346;
}

.single-service p {
    margin: 0;
    display: none;
}


/* ------------ Call To Action Section ------------- */
.call-to-action {
    position: relative;
    padding: 80px 0;
    background: #232f3e;
}

.call-to-action .container {
    max-width: 700px;
}

.call-to-action h3 {
    color: #ffffff;
}

.call-to-action h3::before {
    border-color: #ffffff;
}

.call-to-action p {
    color: #ffffff;
    margin: 0;
    line-height: 1.8;
    /*padding: 0 20px;*/
}

.call-to-action .cta-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 28px;
    color: #fff;
    font-weight: 780;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: none;
    background: rgb(93, 162, 95) !important;
    transition: 0.3s;
}

.call-to-action .cta-btn:hover {
    color: #ffffff;
    background: #353535;
}


/* ----------------- Pricing Style ----------------- */
#price-plan2 p {
    padding: 5px 10px;
}
#price-plan1 p {
    padding: 10px 20px;
}
#price-inner {
    padding: 0 5%;
}

.pricing .price-details li::before {
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    position: absolute;
    font-size: 17px;
    left: -25px;
    color: #75B366;
    top: 9px;
}
.pricing .price-details li {
    padding: 5px 0;
    position: relative;
}
.pricing {
    background: #f2f2f2;
    padding: 60px 0;
}

.pricing .section-header p {
    margin-bottom: 50px;
}

.pricing .price-content {
    position: relative;
    background: #ffffff;
    text-align: center;
}

.pricing .price-content:hover {
    box-shadow: 0 0 10px #dddddd;
}

.pricing .price-plan {
    display: block;
    background: #353535;
    margin: 0 0 30px;
    padding: 15px 0 20px;
}

.pricing .price-title {
    display: block;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 0 15px 0;
    margin-bottom: 0;
}

.pricing .price-amount {
    display: block;
    color: #ffffff;
    font-size: 34px;
    padding: 0 5px 0;
    text-transform: uppercase;
    margin: 0;
}

.pricing .price-amount span {
    color: #ffffff;
    font-size: 24px;
}

.pricing .price-date {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom:0;
}

.pricing .price-details {
    font-size: 16px;
    list-style: none;
    text-align: left;
}



.pricing .price-details li i.ion-md-checkmark {
    color: #1dbf73;
    margin-right: 5px;
}

.pricing .price-details li i.ion-md-close {
    color: #ea4335;
    margin-right: 7px;
}

.pricing .btn {
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

.pricing .price-btn {
    margin-top: 10px;
    margin-bottom: 30px;
    background: #353535;
    color: #ffffff;
}

.pricing .price-btn:hover {
    background: #1dbf73;
}

.pricing .features-price-btn {
    background: #1dbf73;
}

.pricing .features-price-btn:hover {
    background: #353535;
}

.pricing .features-price {
    margin-top: 0px;
}

.pricing .features-price .price-plan {
    background: #1dbf73;
}

.pricing .features-price .price-plan p{
    color:#FFFFFF;
}

.pricing .features-price .price-plan .price-amount, 
.pricing .features-price .price-plan .price-amount span {
    color: #ffffff;
}

.pricing .features-price .price-plan .price-title {
    color:#ffffff;
}

@media (max-width: 767.98px) {
    .pricing .price-content {
        margin-bottom: 30px;
    }
    
    .pricing .features-price {
        margin-top: 0;
    }
}



/* ---------------- Our Skills Style --------------- */
.skills {
    position: relative;
    padding: 60px 0;
}

.skills .progress {
    height: 30px;
    margin-bottom: 15px;
    border-radius: 0;
}

.skills .progress .skill {
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

.skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s;
}

.skills .counters h2 {
    margin: 30px 0 0 0;
    font-size: 60px;
    display: block;
    color: #1dbf73;
}

.skills .counters p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #353535;
}


/* ----------------- Portfolio Style --------------- */
.portfolio {
    position: relative;
    padding: 60px 0 45px 0;
    background: #f2f2f2;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 16px 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.portfolio #portfolio-flters li {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background: #353535;
    margin-bottom: 4px;
    transition: all 0.3s;
    cursor: pointer;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #1dbf73;
    color: #ffffff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    margin-top: 10px;
}

.portfolio .portfolio-wrap:hover {
    box-shadow: 0px 0px 10px #666666;
}

.portfolio .portfolio-item {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 230px;
    position: relative;
    border-radius: 0;
    margin: 0;
}

.portfolio .portfolio-item figure img {
    opacity: 0.6;
    transition: 0.3s;
}

.portfolio .portfolio-item figure:hover img {
    opacity: 0.3;
    transition: 0.3s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    padding: 7px 0;
    line-height: 1;
    text-align: center;
    width: 60px;
    height: 36px;
    background: #1dbf73;
    border-radius: 20px;
    transition: 0.3s;
    opacity: 0;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
    font-size: 22px;
    color: #ffffff;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
    background: #ffffff;
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
    color: #353535;
}

.portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 65px);
    top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
    right: calc(50% - 65px);
    top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
}

.portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-info {
    position: absolute;
    top: calc(50% - 30px);
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    z-index: -1;
}

.portfolio .portfolio-item .portfolio-info h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1px;
    margin-bottom: 18px;
    padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
}


/* ------------------- Team Style ------------------ */
.team {
    padding: 60px 0;
}

.team .section-header {
    margin-bottom: 15px;
}

.team .card {
    position: relative;
    border: none;
    border-radius: 0;
    overflow: hidden;
    transition: 0.3s;
}

.team .card:hover {
    box-shadow: 0px 0px 10px #999999;
}

.team .card img {
    width: 100%;
}

.team .card-title-wrap {
    padding: 15px 25px;
    position: relative;
    background-color: #f2f2f2;
}

.team .card:hover .card-title-wrap {
    background: #1dbf73;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
    display: block;
    margin: 0;
}

.team .card-title-wrap .card-title {
    text-align: center;
    font-size: 18px;
    color: #353535;
}

.team .card-title-wrap .card-text {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
    color: #ffffff;
}

.team .card .social-nav {
    position: relative;
    text-align: center;
}

.team .card .social-nav a {
    display: inline-block;
    color: #353535;
    font-size: 18px;
    margin: 5px;
}

.team .card:hover .social-nav a {
    color: #ffffff;
}


/* --------------- Testimonials Style -------------- */
.star {
    margin: 10px 0;
}
.testimonial-img i {
    font-size: 60px;
    color: rgb(93, 162, 95) !important;
}
.testimonials {
    position: relative;
    padding: 60px 0;
    background: #f2f2f2;
}
.testimonial-img {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.testimonials .container {
    max-width: 900px;
}

.testimonials .section-header {
    margin-bottom: 20px;
}

.testimonials .testimonial-item {
    position: relative;
    background: #ffffff;
    text-align: center;
}

.testimonials .testimonial-text {
    padding: 25px 25px 25px 0;
}

.testimonials .testimonial-item img {
    background: transparent;
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    color: #353535;
    margin-bottom: 0;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999999;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item p {
    font-size: 16px;
    margin: 0;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dddddd;
}

.testimonials .owl-dot.active {
    background-color: #1dbf73;
}

@media (max-width: 575px) {
    .testimonials .testimonial-text {
        padding: 25px;
    }
}


/* ------------------ Clients Style ---------------- */
.clients {
    padding: 60px 0;
}

.clients .section-header p {
    padding-bottom: 10px;
}

.clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
}

.clients img:hover {
    opacity: .5;
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.clients .owl-dot.active {
    background-color: #1dbf73;
}


/* ----------------- Contact Style ----------------- */

.contact {
    position: relative;
    padding: 30px 0 10px;
    background: #f2f2f2;
    margin: 0 0 !important;
}
.contact .container {
    max-width: 900px;
}
.row.contact-info a {
    display: block !important;
    padding: 10px;
}

.contact .contact-info {
    margin-bottom: 30px;
    text-align: center;
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
    background: #ffffff;
    padding: 0;
    text-align: center;
    color: #353535;
}

.contact .contact-address:hover,
.contact .contact-phone:hover,
.contact .contact-email:hover {
    box-shadow: 0 0 10px #dddddd;
}

.contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    color: rgb(106, 168, 91);
}

.contact .contact-info address,
.contact .contact-info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #353535;
}

.contact .contact-info h3 {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #353535;
}

.contact .contact-info a {
    color: #353535;
}

.contact .contact-info a:hover {
    color: #1dbf73;
}

.contact .map {
    position: relative;
    background: #ffffff;
}

.contact .map:hover {
    box-shadow: 0 0 10px #cccccc;
}

.contact .map iframe {
    width: 100%;
    height: 380px;
    margin-bottom: -7px;
}
.contact .form {
    background: #ffffff;
    padding: 30px;
    color: #353535;
}
.contact .form:hover {
    box-shadow: 0 0 10px #dddddd;
}
.contact .form input,
.contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
.contact .form input:focus,
.contact .form textarea:focus {
    border-color: #1dbf73;
}
.contact .form button[type="submit"] {
    background: #1dbf73;
    border: 0;
    padding: 10px 30px;
    color: #ffffff;
    transition: 0.4s;
    cursor: pointer;
}
.contact .form button[type="submit"]:hover {
    background: #353535;
}

/* ----------------- Footer Style ------------------ */
.footer {
    position: relative;
    padding: 0 0 30px 0;
    background: #000;
    font-family: 'Nunito', sans-serif;
}
.footer .footer-top {
   /* background: #1a4d80;*/
   background: rgba(0, 0, 0, 0.9);
   padding: 60px 0 0px 0;
}
.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}
.footer .footer-top .footer-info h3 {
    font-size: 34px;
    padding: 2px 0 2px 0px;
    line-height: 1;
    color: #ffffff;
}
.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
}
.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #1dbf73;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
    background: #353535;
    color: #ffffff;
}
.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #d1d1d1;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    /*border-bottom: 2px solid #fff;*/
}
.footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100px;
    /*border-bottom: 3px solid#ffffff;*/
}
.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ffffff;
    font-size: 16px;
}
.footer .footer-top .footer-links ul li {
    /*border-bottom: 1px solid #ffffff;*/
    padding: 5px 0;
}
.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-top .footer-links ul a {
    font-size: 14px;
    color: #ffffff;
}
.footer .footer-top .footer-links ul a:hover {
    color: rgb(93, 162, 95);
}
.footer .footer-top .footer-contact p {
    color: #ffffff;
    line-height: 26px;
}
.footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 60%;
}
.footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: #ffffff;
    background: #353535;
    transition: 0.3s;
    cursor: pointer;
}
.footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #000000;
}
.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}
.footer .copyright {
    text-align: center;
    padding-top: 0px;
}
.copyright abbr {
    padding-top: 10px !important;
    position: relative;
    top: 14px;
    font-size: 15px;
    font-family: "Arimo", serif !important;
}
/* ---------------- Responsive Design -------------- */

@media (min-width: 1024px) {
.header .logo {
     padding-left: 60px;
}
.slider p {
        width: 60%;
}
.slider .carousel-control-prev,
.slider .carousel-control-next {
      width: 5%;
}
#nav-menu-container {
        padding-right: 60px;
}
#services-inner .col-md-2.col-lg-2 {
    flex: 0 0 30%;
    max-width: 30%;
}
}
@media  (max-width: 980px) {
.section-header h3 {
    font-size: 28px !important;
    text-transform: none;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}  
.slider h2 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 28px !important;
    font-weight: 800;
    letter-spacing: 1px;
} 
#services-inner .col-md-2.col-lg-2 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
}
.title-hm-about {
    font-size:25px;
}
.call-to-action .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
.call-to-action::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: none;
}
#how-itswork-section h3 {
    font-size: 35px;
    position: relative;
    padding-bottom: 20px;
}
}
@media (max-width: 1000px) {
#how-inner-text {
    padding:0 30px;
    max-width: 100%;
}    
#how-inner-text2 {
    padding:0 30px;
    max-width: 100%;
}    
 #how-it-work-section .col-md-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}   
.how-itwork-main p {
    font-size: 17px;
}    
.how-it-points ul { padding:0;  }
.how-it-points li {
    text-align: left;
    padding: 15px 10px 15px 20px;
    /* box-shadow: 2px 2px 1px 1px #ccc; */
    border-bottom: 1px dashed #717171;
    position: relative;
    list-style: none;
    width: 100%;
    margin-left: 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.8em;
} 
}
@media (max-width: 768px) {
 .how-it-points {
    padding: 10px 0;
}   
.how-it-points li {
    text-align: left;
    padding: 15px 10px 15px 20px;
    /* box-shadow: 2px 2px 1px 1px #ccc; */
    border-bottom: 1px dashed #717171;
    position: relative;
    list-style: none;
    width: 100%;
    margin-left: 0;
    color: #fff;
    font-weight: 600;
}    
.how-itwork-main p {
    text-align: center;
    color: #99D78A;
    font-size: 16px;
}    
 .how-itwork-main {
    padding: 40px 0 !important;
}   
 #how-it-work-section .title {
    font-size: 25px;
}   
 #how-it-work-section p {
    font-size: 16px;
}   
#how-inner-text {
    padding:10px 30px;
    max-width: 100%;
}    
#how-inner-text2 {
    padding:0 30px;
    max-width: 100%;
}   
#services-inner {
    padding: 0 0%;
}
#services-inner .col-md-2.col-lg-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.back-to-top {
        bottom: 15px;
}
.header .logo h1 {
        font-size: 28px;
}
.header .logo img {
        max-height: 60px;
        top: -6px;
}
.slider h2 {
        font-size: 28px;
}
#nav-menu-container {
        display: block;
}
#mobile-nav-toggle {
        display: inline;
}
}
@media (max-width: 61.9em) {
.team .team-over {
        padding-top: 20px;
}
.team .card .social-nav {
        margin-bottom: 15px;
        padding: 0;
}
}
@media (max-width: 1200px) { 
#services-inner .col-md-6.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
}   
.slider h2 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 1px;
}
.bi.bi-diagram-3-fill {
    position: relative;
    top: 0;
}
}
@media (max-width:768px) {
.home {
    position: relative;
    padding: 91px 0 0px 0 !important;
    background: #fff;
}
.slider .carousel-item {
    width: 100%;
    height: auto !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider {
    display: table;
    width: 100%;
    height: auto !important;
    background: #000;
    margin-top: 89px;
}
    .contact-tagline h2 {
    font-size: 22px;
}
    #services-main h2 {
    font-size: 35px !important;
    font-family: "Teko", serif;
    font-weight: 496;
}
.banner {
    padding: 40px 0;
}
.banner h1 {
    color: #fff;
    font-size: 35px !important;
}
.contact-phone {
    margin-bottom: 10px;
}
.slider .carousel-content {
    text-align: center;
    position: relative;
    top: 100px;
    background:transparent;
    padding: 30px;
}
.contact {
    position: relative;
    padding: 20px 0 5px;
    background: #f2f2f2;
}
}
@media (max-width: 500px) {
.nav-menu a {
    font-size: 13px !important;
}
    .nav-menu > li {
    margin-left: 0 !important;
}
    .slider .carousel-content {
    text-align: center;
    position: relative;
    top: 100px;
    background: transparent !important;
    padding: 30px;
}
.slider .carousel-item {
    width: 100%;
    height: auto !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider {
    display: table;
    width: 100%;
    height: auto !important;
    background: #000;
    margin-top: 89px;
}
.banner-nav h1 {
    font-size: 25px !important;
}
.container.boat-orders-new .right-content #pricebox h5 {
    padding: 10px 0px;
    font-size: 30px !important;
    font-family: "Teko", serif;
    font-weight: 496;
}
#price-responsive {
    display: none !important;
}
#footer-main {
    padding: 5px 0 10px !important;
}
.col-lg-4.col-md-6.footer-contact {
    margin-bottom: 5px;
}
.filter-buttons {
    display: flex;
    margin-bottom: 10px;
    margin-top: 25px;
}
    .description-text h3 {
    color: #000;
    margin-top: 50px;
}
    .price-main-boatview {
    display: block;
}
    .right-content {
    margin-top: 10px !important;
}
 .container.boat-orders-new .col-md-9 {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 0 0 30px;
    height: auto !important;
    overflow-y: inherit !important;
}   
.contact-tagline h2 {
    text-align: center;
    text-transform: none;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 19px !important;
}

.specialize-section-two.alternate h2 {
    padding: 10px 0;
    font-size: 45px !important;
    font-family: "Teko", serif;
    font-weight: 496;
    padding-left: 0;
    text-align: center;
}
.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
} 

    .search-panel {
    margin-top: 50px;
    margin-left: 0;
}
    .boatlisting-main .list.grid-view-filter .gird-section img {
    width: 100%;
    min-height: auto;
    height: auto;
}
    .footer-flag {
    text-align: left;
    padding-top: 0px;
    margin-bottom: 10px;
}
.view-btn {
    margin-top: 60px;
    margin-bottom: 50px;
}
.form-group {
    margin-bottom: 0;
}
#location {
    margin-bottom: 10px;
}
.how-it-points ul {
    padding: 0;
}   
#services-main .single-service {
    padding: 20px 10px 30px 25px;
}    
.call-to-action p {
    color: #ffffff;
    margin: 0;
    line-height: 1.8;
    padding: 0 20px;
}    
.section-header h3 {
    font-size: 25px !important;
}
.call-to-action {
    padding: 30px 0;
}
.slider p {
    width: 100%;
    margin: 0 auto 30px auto;
    color: #ffffff;
}    
.section-how-itswork p {
    padding-top: 0;
}
#how-itswork-section {
    padding: 20px 0;
}
#how-itswork-section h3 {
    font-size: 28px;
    position: relative;
    padding-bottom: 20px;
}
.single-service {
    position: relative;
    text-align: center;
    color: #353535;
    font-weight: 400;
    margin: 0px 0 0;
    transition: all 0.3s;
    /* order: 1px dashed #1dbf73; */
    b min-height: 225px;
    padding: 10px;
}
#services-inner h3 {
    font-size: 32px !important;
}    
#version-two h3 {
    font-size: 25px;
    margin-top: 20px;
}
.slider h2 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
}
.call-to-action {
    margin: 0 0 0px !important;
}
.services {
    background: #ffffff;
    padding: 30px 0 0px 0;
    text-align: center;
}
.single-service h4, .single-service h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    color: #004346;
}
.single-service i {
    font-size: 72px;
    color: #6AA85B;
    margin-bottom: 20px;
}
textarea.form-control {
    height: auto;
    width: 100%;
}
    .home-contact .col-md-6 {
    -ms-flex: 0 0 490% !important;
    flex: 0 0 49% !important;
    max-width: 100% !important;
    display: inline-block;
}
.home-contact .col-md-6 {
    -ms-flex: 0 0 490% !important;
    flex: 0 0 49% !important;
    max-width: 100% !important;
    display: inline-block;
}
}


.navbar-container.container h1 {
    visibility: hidden;
}
        .navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}
/*.navbar{   
    position: fixed;
    width: 100%;    
    color: #000;
    opacity: 0.85;
    z-index: 100;
    padding: 0 !important;
}*/
.navbar {
    position: fixed !important;
    width: 89%;
    color: #000;
    opacity: 0.85;
    z-index: 100;
    padding: 0 !important;
    left: 10%;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
   display: inline-block;
  padding: 0 3px 10px 3px;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-family: "Arimo", serif;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
  text-decoration: none;
  font-weight: 600;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .menu-items{
    order: 0;
    
}
.navbar a{
  color: #fff;
}

    .navbar{
        opacity: 0.95;
        top: 0;
        left: 0;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

.navbar .menu-items {
    padding-top: 72px;
    background: #000;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 9px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
    overflow: scroll;
    width: 300px;
}

    .navbar .menu-items li{
               font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 18px;
        right: 15px;
        font-size: 2.5rem;
        z-index: 9999;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
    .contact-main .form-control {
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 15px !important;
}
textarea.form-control {
    height: 80px;
    width: 100%;
    margin-bottom: 5px;
}
 .contact-main .mb-3, .my-3 {
    margin-bottom: 2px !important;
}
.required {
    font-size: 13px;
}
.contact-main .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 10px;
}
.contact-main button {
    padding: 7px 30px;
    
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 13px;
}
.terms {
    margin-bottom: 15px;
}
}




#page-notfound {
    text-align: center !important;
    padding: 10px 0px !important;
}
       #page-notfound  h1 {
            font-size: 80px;
            margin-bottom: 20px;
            font-family: "Poppins", serif;
        }
        #page-notfound h2 {
            font-size: 24px;
            margin-bottom: 30px;
            font-family: "Poppins", serif;
        }
        #page-notfound a {
            display: inline-block;
            padding: 10px 20px;
            color: #fff;
            background-color: #a44646 !important;
            text-decoration: none;
            border-radius: 4px;
            font-family: "Poppins", serif;
        }

        #page-notfound a {
    color: #fff;
}
        #page-notfound p {
    line-height: 1.5em;
    font-family: "Poppins", serif;
    padding: 0px 20px !important;
}

 @media only screen and (max-width: 450px) {
      
                #page-notfound h1 {
            font-size: 60px;
            margin-bottom: 20px;
        }
       #page-notfound h2 {
            font-size: 24px;
            margin-bottom: 30px;
        }



        }
