
body {
    font-size: 17px;
    line-height: 30px
}

.pb-3px {
    padding-bottom: 3px
}

.center-logo .navbar-nav .nav-link {
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .5px
}

header .navbar-brand img {
    max-height: 94px;
    margin-top: 10px;
}
.sticky-active header .navbar-brand img {
    margin-top: 0px;
}
header .btn.btn-rounded.btn-medium {
    font-size: 15px
}

.btn {
    font-weight: 600;
    letter-spacing: 0
}

.btn.btn-extra-large {
    padding: 20px 35px 22px;
    font-size: 17px
}

.btn.btn-large {
    padding: 15px 30px 17px;
    font-size: 16px
}

.btn.btn-medium {
    padding: 12px 22px;
    font-size: 15px
}

.btn.btn-small {
    padding: 8px 20px 10px;
    font-size: 14px
}

.btn.btn-very-small {
    padding: 9px 20px 10px;
    font-size: 12px
}

.btn.btn-link {
    padding: 0 0 2px
}

.btn.btn-rounded.btn-medium {
    padding: 10px 26px 12px
}

.btn.btn-black-transparent-light {
    background-color: rgba(0, 0, 0, .2);
    border-color: transparent;
    color: var(--white)
}

.btn.btn-black-transparent-light:hover,
.btn.btn-black-transparent-light:active {
    background-color: rgba(0, 0, 0, .2);
    border-color: transparent;
    color: var(--white)
}

.bg-gradient-dark-transparent {
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.10) 50%, rgba(0, 0, 0, 0) 100%)
}

.bg-gradient-very-light-gray {
    background-image: linear-gradient(to bottom, #F0EEEA, #ffffff, #ffffff, #ffffff, #ffffff)
}

.bg-base-color-transparent {
    background-color: rgba(189, 55, 35, .1)
}

.border-color-transparent-dark-very-light {
    border-color: rgba(35, 35, 35, .2) !important
}

.page-title-extra-large h2 {
    font-size: 24px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 5px;
    margin-left: 30px
}

.review-star-icon-white i {
    color: var(--white)
}

.tab-style-02 .nav-tabs>li.nav-item {
    margin-left: 20px;
    margin-right: 20px
}

.contact-form-style-03 .btn i {
    top: 0
}

.contact-form-style-03 input:focus,
.contact-form-style-03 textarea:focus {
    background: 0 0
}

.process-step-style-02:hover .process-step-icon {
    color: var(--white)
}

.slider-navigation-style-04 {
    height: 60px;
    width: 60px
}

.counter-style-06 .feature-box-content:after {
    background: rgba(23, 23, 23, .2)
}

.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f8f6f2, #ffffff)
}

.placeholder-light-transparent::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: .5
}

.placeholder-light-transparent::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: .5
}

.placeholder-light-transparent:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: .5
}

footer {
    padding-top: 100px;
    margin-top: -100px;
    position: relative;
    z-index: 1
}

.footer-bg {
    -webkit-clip-path: ellipse(100% 100% at 50% 100%);
    clip-path: ellipse(100% 100% at 50% 100%)
}

footer .footer-logo img {
    max-height: 150px
}

footer .elements-social .medium-icon li {
    margin: 0 3px
}

footer .social-icon-style-09 ul.light li a {
    background: rgba(255, 255, 255, .1);
    border: none
}

.footer-navbar li a:hover {
    color: var(--white)
}

.slider-bg {
    -webkit-clip-path: ellipse(110% 90% at 50% 0%);
    clip-path: ellipse(110% 90% at 50% 0%)
}

.arrow-button {
    color: #fff !important
}

.arrow-button:hover {
    color: #fff !important
}

.pricing-table-style-11 {
    padding-left: 1rem;
    padding-right: 1rem
}

.infowindow .mb-3 {
    margin-bottom: 8px !important;
    font-size: 17px
}

.google-maps-link a {
    font-size: 13px
}

.tooltip-inner {
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
    color: var(--medium-gray);
    padding: 22px 35px;
    max-width: 260px;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    font-weight: 400
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--white) !important;
    border-width: 0 1.7em 1.7em !important
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--white) !important;
    border-width: 1.7em 1.7em 0 !important
}

.bs-tooltip-auto[data-popper-placement^=bottom] {
    margin-top: 15px !important
}

.bs-tooltip-auto[data-popper-placement^=top] {
    margin-bottom: 15px !important
}

.tooltip {
    opacity: 1 !important
}

.tooltip .tooltip-arrow {
    width: 3.5em;
    height: 1.2em
}

.bs-tooltip-start.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px
}

.bs-tooltip-auto[data-popper-placement^=left] {
    margin-right: 15px
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-width: 1em 0 1em 1em !important;
    border-left-color: var(--white) !important
}

.bs-tooltip-end.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px
}

.bs-tooltip-auto[data-popper-placement^=right] {
    margin-left: 15px !important
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-width: 1.7rem 1.7rem 1.7rem 0 !important;
    border-right-color: var(--white) !important
}

.tooltip-title {
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
    color: var(--dark-gray);
    letter-spacing: -.5px
}

#map .gmnoprint[data-control-width="40"] {
    bottom: 60px !important;
    top: auto !important
}

.newsletter-style-01 input {
    padding-right: 75px !important
}

.newsletter-popup .newsletter-style-01 .btn {
    transform: none
}

.subscribe-popup .mfp-close,
.subscribe-popup .mfp-close:active {
    top: 10px;
    right: 10px
}

.subscribe-popup .mfp-close:before {
    color: var(--white)
}

@media(min-width:1921px) {
    .bottom-image-layer {
        width: 3000px !important;
        min-width: 3000px !important;
        max-width: 3000px !important
    }
}

@media(max-width:1200px) and (min-width:1024px) {
    .left-side-image-layer img {
        width: 23% !important
    }

    .right-side-image-layer img {
        width: 24% !important
    }

    .pizza-image-later,
    .pizza-image-later img {
        width: 1200px !important;
        height: 1211px !important;
        min-width: 1200px !important;
        min-height: 1211px !important
    }

    .pizza-image-later {
        margin: 250px !important
    }
}

@media(max-width:1199px) {
    header .btn.btn-rounded.btn-medium {
        padding: 8px 14px 10px;
        font-size: 14px
    }

    .navbar.center-logo .navbar-nav .nav-link,
    header.sticky .center-logo .navbar-nav .nav-link {
        padding: 38px 11px
    }

    .navbar.center-logo .navbar-left,
    .navbar.center-logo .navbar-right {
        width: 36%
    }
}

@media(max-width:1080px) {

    .pizza-image-later,
    .pizza-image-later img {
        width: 1000px !important;
        height: 1009px !important;
        min-width: 1000px !important;
        min-height: 1009px !important
    }

    .pizza-image-later {
        margin: 200px !important
    }

    .offer-banner {
        position: absolute;
        left: -130px
    }
}

@media(max-width:1023px) {
    .offer-banner {
        position: inherit;
        left: 0
    }
}

@media(max-width:991px) {

    .pizza-image-later,
    .pizza-image-later img {
        width: 900px !important;
        height: 908px !important;
        min-width: 900px !important;
        min-height: 908px !important
    }

    .pizza-image-later {
        margin: 0 !important
    }

    .footer-bg {
        -webkit-clip-path: ellipse(100% 95% at 50% 100%);
        clip-path: ellipse(100% 95% at 50% 100%)
    }

    .tab-style-02 .nav-tabs>li.nav-item {
        margin-left: 20px;
        margin-right: 20px
    }

    .accordion-style-06 .accordion-item {
        padding-right: 90px
    }
}

@media(max-width:767px) {
    footer {
        padding-top: 50px;
        margin-top: 0
    }

    .footer-bg {
        -webkit-clip-path: initial;
        clip-path: initial
    }

    footer ul {
        line-height: normal
    }

    .page-title-extra-large h2 {
        padding-left: 20px;
        margin-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .accordion-style-06 .accordion-item {
        padding-left: 25px;
        padding-right: 70px
    }

    .accordion-style-06 .accordion-item.active-accordion {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .video-icon-medium .video-icon {
        width: 44px;
        height: 44px
    }

    .video-icon .video-icon-sonar .video-icon-sonar-bfr {
        top: -28px;
        left: -28px
    }

    .video-icon-medium .video-icon {
        width: 44px;
        height: 44px
    }

    .sm-bottom-25 {
        bottom: 25%
    }

    .sm-top-10 {
        top: 10%
    }

    .sm-left-5 {
        left: 5%
    }

    .icon-extra-double-large {
        font-size: 60px
    }

    .accordion-style-06 .accordion-item i {
        right: -25px
    }

    #map .gmnoprint[data-control-width="40"] {
        bottom: 20px !important;
        top: auto !important
    }

    .newsletter-style-01 input {
        padding-right: 28px !important
    }
}

@media(max-width:650px) {

    .pizza-image-later,
    .pizza-image-later img {
        width: 650px !important;
        height: 656px !important;
        min-width: 650px !important;
        min-height: 656px !important
    }

    .pizza-image-later {
        margin: 0 !important
    }

    .bottom-image-layer {
        height: 150px !important;
        min-height: 150px !important;
        max-height: 150px !important
    }

    .slider-bg {
        clip-path: ellipse(130% 90% at 50% 0%)
    }
    header .navbar-brand img {
        max-height: 60px;
    }
}

@media(max-width:400px) {

    .pizza-image-later,
    .pizza-image-later img {
        width: 550px !important;
        height: 555px !important;
        min-width: 550px !important;
        min-height: 555px !important
    }

    .pizza-image-later {
        margin: 0 !important
    }

    .slider-bg {
        clip-path: ellipse(130% 88% at 50% 0%)
    }
}

@media(max-width:575px) {
    .page-title-extra-large h2 {
        padding-left: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0
    }
}