body {
    font-family: 'Open Sans', sans-serif;
    color: #29323c;
}

strong, .strong {
    font-weight: 600;
}

p {
    color: #29323c;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.navbar a, .navbar a:focus {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    color: #00b7bd;
    padding: 10px 0 10px 40px;
    justify-content: center;
    font-size: 20px;
}

.navbar .active, .navbar .active:focus > a {
    color: #00b7bd;
    font-weight: 500;
}

.hero .btn-get-started {
    background: #00b7bd;
    border-radius: 40px;
}

.navbar a:hover {
    color: #00b7bd;
}

.hero {
    background-color: #404c59;
}

.header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

.navbar .dropdown ul {
    text-align: right;
}

.about h2, .about .h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #1a1a1a;
}

.features .feture-tabs h3, .features .feture-tabs .h3 {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 40px;
}

.about p {
    margin: 15px 150px 30px 150px;
    line-height: 30px;
    font-weight: 300;
}

.about .btn-read-more {
    padding: 15px 30px;
    background: #00b7bd;
    border-radius: 40px;
}

.bgimg-2 {
    background-image: url('../../public/img/bg/spacey-x1.jpg');
    min-height: 500px;
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.bgimg-3 {
    background-image: url('../img/home-bg.jpg');
    min-height: 500px;
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.home-bg {
    background-image: url('../../public/img/bg/home-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.caption h2 {
    color: #fff;
    font-size: 50px;
}

section {
    padding-top: 70px !important;
    padding: 140px 0;
}

.hero h1, .hero .h1 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px;
}

.hero h2, .hero .h2 {
    color: #fff;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pl-100 {
    padding-left: 100px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.bg-grey {
    background-color: #f5f5f5 !important;
}

.wpb_wrapper p {
    font-size: 17px;
}

.fc-blue {
    color: #00b7bd !important;
}

.fc-orange {
    color: #fe8918 !important;
}

.fc-dark {
    color: #1a1a1a !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.page-header {
    padding: 50px 0 20px 0;
    margin-bottom: 50px;
    background: #ffffff00;
    position: relative;
}

.page-header:after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #00b7bd;
    border-right: 3px solid #fff;
    left: calc(50% - 30px);
    bottom: 0;
}

.section-header h2, .section-header .h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    text-transform: none;
}

.section-header p {
    margin: 10px 0 20px 0;
    padding: 0;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #1a1a1a;
}

.section-header {
    padding: 0 185px;
}

.features .feture-tabs {
    margin-top: 80px;
}

.features .feature-icons .content .icon-box h4, .features .feature-icons .content .icon-box .h4 {
    font-weight: 400;
    color: #1a1a1a;
}

.features .feature-icons .content .icon-box i {
    color: #00b7bd;
}

.features .feature-icons h3, .features .feature-icons .h3 {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 35px;
}

.accordion {
    --bs-accordion-bg: #fff0;
}

.faq .accordion-button:not(.collapsed) {
    color: #00b7bd;
}

.faq .accordion-body {
    padding: 25px;
    padding-top: 10px;
}

.faq .accordion-button {
    padding: 20px 20px 20px 0;
    font-weight: 400;
    border: 0;
    font-size: 16px;
    color: #1a1a1a;
}

.text-left {
    text-align: left !important;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #1a1a1a;
    font-weight: 300;
}

a {
    color: #00b7bd;
    text-decoration: none;
}

.footer .footer-top .footer-contact p {
    font-weight: 400;
}

.footer .footer-top .footer-links ul a {
    color: #1a1a1a;
    font-weight: 400;
}

.footer .footer-top h4, .footer .footer-top .h4 {
    font-weight: 600;
    color: #1a1a1a;
}

.breadcrumbs-pods {
    padding: 15px 0;
    background-image: url('../../public/img/bg/cozy.jpg?v=1');
    min-height: 100px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.breadcrumbs-booths {
    padding: 15px 0;
    background-image: url('../../public/img/bg/booths-bg.jpg?v=1');
    min-height: 100px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumbs-homes {
    padding: 15px 0;
    background-image: url('../../public/img/bg/homes-bg.jpg?v=2');
    min-height: 100px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumbs-spacex {
    padding: 15px 0;
    background-image: url('../../public/img/bg/spacey-x1.jpg?v=2');
    min-height: 100px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumbs-modular {
    padding: 15px 0;
    background-image: url('../../public/img/home/prefab-home.jpg?v=2');
    min-height: 100px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumbs-foodtrucks {
    padding: 15px 0;
    background-image: url('../../public/img/bg/Round-Food-Truck.jpg?v=2');
    min-height: 100px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumbs-portable {
    padding: 15px 0;
    background-image: url('../../public/img/bg/portable.jpg?v=2');
    min-height: 100px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumbs-contact {
    padding: 15px 0;
    background-image: url('/img/bg/contact.jpg?v=1');
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumbs-blog {
    padding: 15px 0;
    background-image: url('/img/bg/blog-bg-podable.jpg');
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumbs-info {
    padding: 15px 0;
    background-image: url('../../public/img/bg/info.jpg?v=3');
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header {
    padding: 165px 0 120px 0;
}

.bg-trans {
    background: transparent!important;
    padding: 2rem;
}

.product-title {
    color: #fff;
    text-align: center!important;
    font-weight: 600!important;
    font-size: 54px!important;
    line-height: 65px!important;
}

.product-item-title {
    color: #1a1a1a;
    text-align: center!important;
    font-weight: 600!important;
    font-size: 54px!important;
    line-height: 65px!important;
    margin-bottom: 40px;
}

.product-item-description {
    font-size: 35px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-description {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.under-construction {
    font-size: 50px;
    color: #1a1a1a;
}

.item-name {
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    background: #00b7bd;
    width: 60%;
    transform: translateX(30%);
    margin-top: 17px;
    border-radius: 26px;
}

.page-header:after {
    background: #00b7bd00;
    border-right: 3px solid #fff0;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #00b7bd;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.contact .info-box i {
    color: #00b7bd;
}

.contact .info-box h3, .contact .info-box .h3 {
    color: #1a1a1a;
    font-weight: 500;
}

.contact .php-email-form button[type=submit]:hover {
    background: #fe8918;
}

.contact .php-email-form button[type=submit] {
    border-radius: 30px;
    background-color: #00b7bd;
}

.accordion-item {
    border: var(--bs-accordion-border-width) solid #dee2e600;
}

.sub {
    font-size: 17px;
    font-weight: 400;
}

.check-list {
    padding-left: 20px;
}

.check-list p {
    font-size: 17px;
    font-weight: 400;
    padding-left: 10px;
}

.bi-check2 {
    color: #00b7bd;
    font-weight: 700;
    font-size: 20px;
}

.color-grey {
    margin-right: 200px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: grey;
    border: 1px solid #f7f7f7;
}

.color-black {
    margin-right: 200px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #000000;
    border: 1px solid #f7f7f7;
}

.vc_column_container {
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.mouse-dir {
    background: #fe8918;
    color: #fff;
    border-radius: 30px;
}

.req-quote-text {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 45px;
}

.navbar .megamenu ul li {
    text-align: center;
}

.btn-dark {
    --bs-btn-bg: #00b7bd;
    --bs-btn-border-color: #00b7bd;
    --bs-btn-border-radius: 30px;
}

.p-datatable .p-datatable-header {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 6rem;
}

.p-paginator {
    border-radius: 0px !important;
}

.btn-success {
    --bs-btn-bg: #00b7bd;
    --bs-btn-border-color: #00b7bd;
    --bs-btn-border-radius: 30px;
}

.btn-link {
    --bs-btn-color: #00b7bd;
}

.item-text {
    font-size: 20px;
    color: #1a1a1a;
}

.btn-light {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00b7bd;
}

button.delete-button {
    width: 150px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    background: #e62222;
}

button.delete-button, button.delete-button span {
    transition: 200ms;
}

button.delete-button .text {
    transform: translateX(35px);
    color: #fff ;
    font-weight: 400;
}

button.delete-button .icon {
    position: absolute;
    border-left: 1px solid #c41b1b;
    transform: translateX(100px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.delete-button svg {
    width: 15px;
    fill: #eee;
}

button.delete-button:hover {
    background: #000;
}

button.delete-button:hover .text {
    color: transparent;
}

button.delete-button:hover .icon {
    width: 150px;
    border-left: none;
    transform: translateX(0);
}

button.delete-button:focus {
    outline: none;
}

button.delete-button:active .icon svg {
    transform: scale(0.8);
}

.footer .footer-top .footer-contact p {
    font-weight: 400;
}

.footer .footer-top .footer-links ul a {
    color: #1a1a1a;
    font-weight: 400;
}

.footer .footer-top h4, .footer .footer-top .h4 {
    font-weight: 600;
    color: #1a1a1a;
}

.btn-secondary {
    --bs-btn-color: #1a1a1a;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    font-weight: 500;
}

.btn:hover {
    background-color: transparent;
    color: #1a1a1a;
    border: 1px solid #fff;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

.h-88 {
    height: 88%;
}

.mini {
    font-size: 25px !important;
    font-weight: 400 !important;
}

.card-item {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}

.card-item .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.card-item:hover .img-top {
    display: inline;
}

.footer-contact {
    text-align: center;
}

.footer .footer-newsletter {
    background: none;
}

.footer .footer-newsletter form input[type=submit] {
    background: #fe8511;
}

.footer .footer-newsletter form input {
    margin-right: 130px;
}

#newsletter-bg {
    background-image: url('/img/contact.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#newsletter-bg:before {
    content: '';
    background-color: #00b7bd75;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.position-relative {
    position: relative;
}

.map {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ratio-32x9 {
    --bs-aspect-ratio: 25.857143%;
}

.header .logo img {
    max-height: 60px;
}

@media only screen and (max-width: 912px){
    .about p {
        margin: 15px 0 30px 0;
    }

    .section-header {
        padding: 0;
    }

    .ratio-32x9 {
        --bs-aspect-ratio: 65.857143%;
    }

    .xs-pt-0 {
        padding-top: 0 !important;
    }

    .xs-pb-0 {
        padding-bottom: 0 !important;
    }

    .xs-mb-0 {
        margin-bottom: 0!important;
    }
}

@media only screen and (max-width: 600px) {
    .h-88 {
        height: 10%;
    }

    .xs-text-left {
        text-align: left !important;
    }

    .footer-contact {
        text-align: left;
    }
}

@media only screen and (max-width: 414px) {
    .hero h1, .hero .h1 {
        font-size: 40px;
    }

    .caption h2, .caption .h2 {
        font-size: 40px;
    }

    .section-header p {
        font-size: 31px;
    }
}

.mobile-nav-toggle {
    color: #00b7bd;
}

.w-97 {
    width: 97%;
}

.mouse-dir:hover {
    background: #00b7bd !important;
}

.about .content {
    background-color: #ffffff00;
}

.vh-100  {
    height: 100vh;
    object-fit: cover;
}

.carousel-caption {
    bottom: 35%;
}

.hero-h1 {
    padding: 0 150px;
}

@media only screen and (min-width:1903px) {
    .hero-h1 {
        padding: 0 230px !important;
    }
}

.icon-after {
    padding-right: 25px;
}

.box1 {
    background: #fff;
    margin-bottom: 5px;
    padding: 2rem;
}

.box2 {
    background: #fff;
    margin-bottom: 5px;
    padding: 2rem;
}

.box3 {
    background: #fff;
    padding: 2rem;
}

.box4 {
    background: #fff;
    padding: 2rem;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px !important;
}

@media only screen and (min-width: 1400px) {
    .container-xl {
        max-width: 1320px !important;
    }
}

@media only screen and (max-width: 820px) {
    .hero-h1 {
        padding: 0 95px;
    }

    .hero h1, .hero .h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 700px) {
    .hero-h1 {
        padding: 0;
    }

    .hero h1, .hero .h1 {
        font-size: 35px;
    }
}
