/*===============================*/
/*========== Fonts =============*/
/*===============================*/
@import url("https://use.typekit.net/kpn8iwd.css");
/* Multiple Fonts */
@import url("./bounce-arrow.css");
@import url("./preloader.css");
@import url("./gradient.css");
@import url("./custom-select.css");
@import url("./slides.css");
/*===============================*/
/*========== Globals ============*/
/*===============================*/

body {
    font-family: serifa, serif;
    font-weight: 400;
    font-style: normal;
}

/*img {
    max-width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}*/


div.page-wrapper,
div.page-1 {
    /*background-color: #ade9e8;*/
}

div.page-1 {
    height: 100vh;
    width: 100%;
}

div.page-1.fixed {
    position: fixed;
    height: 120px;
    top: 0px;
}

div.content {
    min-height: 1400px;
}

div.footer a.enquire-btn {
    bottom: 15px;
    /*right: 75px;*/
    left: calc(50% - 65px);
    position: absolute;
}

a.lazari-logo {
    float: right;
    padding-bottom: 15px;
}

a.lazari-logo img {
    height: 65px;
}

.zoom {
    overflow: hidden;
    padding-bottom: 100%;
}

.zoom img {
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}


div.footer {
    padding: 16px 50px;
    background-color: #FFFFFF;
    min-height: 95px;
    position: relative;
}


/*div.inquire-btn-page1 div.animated {
    animation-duration: 5s !important;
    animation-delay: 5s !important;
    animation-iteration-count: infinite;
}*/

div.logo {
    /*    position: absolute;
        top: 7%;  !*calc(100vh - 80%)*!
        width: 100%;*/
    z-index: 1;
    text-align: center;
    /*background-color: rgb(173, 233, 232);*/
    /*padding: 15px;*/
}

div.logo-padding {
    padding: 15px;
}

div.home-wrapper {
    height: 100vh;
}

div.logo img {
    max-width: 70%;
}

div.footer-logos {
    float: left;
    margin-top: 12px;
}

div.footer-logos a {
    margin-right: 20px;
}

div.footer-logos a img {
    height: 35px;
}

div.slogan-text {
    /*    position: absolute;
        width: 100%;*/
    z-index: 1;
    text-align: center;
}

div.slogan-text p {
    font-size: 1.5rem;
    width: 67%;
    margin: 0 auto;
}

div.arrow-down-div {
    /*    position: absolute;
        top: 60%;
        width: 100%;
        z-index: 1;*/
    text-align: center;
}

div.inquire-btn-page1 a img {
    width: 40px;
}

iv.page-2 {
    height: 1200px;
    width: 100%;
    background-color: #FFF;
}

div.inquire-btn-page1 {
    z-index: 1;
}

.primary-btn {
    padding: 5px 30px;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    font-family: brother-1816, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
}

.primary-btn:hover {
    background-color: #000;
    border-color: #000;
    color: #FFF;
    text-decoration: none;
}

.arrowed-btn {
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: 25px 30px;
    background-position: 96% 8px;
    padding-right: 58px;
}

.arrowed-btn:hover {
    background-image: url("../images/arrow-white.png");
}

.menu-footer-links a {
    min-width: 330px;
    text-align: center;
}

div.footer a.enquire-btn {
    bottom: 23px;
}

.footer-logos-mobile a {
    margin-bottom: 15px;
    display: block;
}

div.page-inner {
    width: 65%;
    margin: 0 auto;
    padding: 40px;
}

.text-timeline {
    font-family: brother-1816, sans-serif;
    font-weight: 400;
}

.outline-text {
    font-weight: bold;
    font-size: 40px;
    color: black;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

ul.timeline-blocks-ul {
    width: 50%;
    float: right;
}

ul.timeline-blocks-ul li {
    list-style-type: none;
    height: 90px;
}

div.timeline-time {
    width: 120px;
    height: 120px;
    text-align: center;
    border: 3px solid #212529;
    margin-right: 15px;
}

div.time-text {
    float: left;
    width: 80%;
}

div.circle-text {
    width: 120px;
    height: 100%;
}

div.circle-text p {
    margin: 0;
    padding: 0;
    margin-left: -4px;
}

div.timeline-item {
    /*width: 56%;*/
}

div.circle-text p:first-child {
    margin-bottom: -5px;
}

div.circle-text p:nth-child(2) {
    margin-top: -5px;
}

.timeline-wrap {
    /*border-bottom: 1px solid #000;*/
}

.key-features-list {
    margin: 0px;
    font-size: 1.3rem;
    padding: 0px;
    margin-left: 22px;
}

.key-features-list li {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

span.home-mb-text {
    margin-bottom: 20px;
    display: block;
}

/* =========================================== */
/* New Updates */
/* =========================================== */

.hamburger-label {
    font-weight: 600;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: brother-1816, sans-serif;
    font-size: 1.2rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    height: 1px;
}

.hamburger:hover,
.hamburger.is-active:hover {
    opacity: 1;
}

.navigation-menu {
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
}

.hamburger-box,
.hamburger-label {
    z-index: 999;
}

.navigation-menu .menu-inner ul,
.navigation-menu .menu-inner ul li {
    margin: 0;
    padding: 0;
}

.navigation-menu .menu-inner ul li {
    list-style-type: none;
    padding: 20px 50px;
    border-bottom: 1px solid #000;
}

.navigation-menu .menu-inner ul li:last-child {
    border: none;
}

.navigation-menu .menu-inner ul li a {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
    display: block;
    color: #000;
    letter-spacing: 2px;
}

.navigation-menu .menu-inner ul li a:hover {
    text-decoration: none;
    color: #FFF;
}

.bg-primary {
    background-color: #ff5c35;
}

.bg-white {
    background-color: #ffffff;
}

.default-font-size {
    font-size: 1.5rem;
}

.font-size-1 {
    font-size: 1.5rem;
}

.band.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.header-inner {
    height: 80px;
}

a.brand-logo {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 50px;
    width: 100%;
    background-position: center;
}

.menu-body {
    height: 100%;
}

.menu-footer-links {
    width: 100%;
    padding: 100px;
    text-align: right;
}

.hamburger-wrap-mobile {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #ff5c35;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.50);
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.50);
    display: none;
}

.hamburger-inner-mobile,
.hamburger-inner-mobile::before,
.hamburger-inner-mobile::after {
    height: 2px;
    background-color: #FFF;
}

.hamburger-box-mobile,
.hamburger-inner-mobile,
.hamburger-inner-mobile::before,
.hamburger-inner-mobile::after {
    width: 30px;
}

.singleColumn-block p {
    font-size: 1.5rem;
}

.timeline-item p {
    font-size: 1.5rem;
}

.slider-wrap {
    width: 70%;
    height: 550px;
    position: relative;
    z-index: 1;
}

.slider-controls {
    /*background-image: linear-gradient(#ff5c35, #ff7d64);*/
    width: 350px;
    height: 350px;
    position: absolute;
    top: 100px;
    z-index: 9999;
    right: -175px;
}

.slider-control-header .material-icons {
    font-size: 75px;
}

.slider-control-body {
    font-family: brother-1816, sans-serif;
    height: 190px;
}

.slider-slide-numbers {
    font-size: 1.5rem;
}

.slider-slide-numbers p {
    margin-bottom: 0;
}

.slider-controls {
    padding: 20px;
}

h2.slideTitle {
    padding: 0 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

p.slideDescription {
    padding: 0 20px;
    font-size: 1.1rem;
    text-align: center;
}

.slider-next-back .slide-arrow {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slider-arrow-left {
    background-image: url("../images/arrow-left.png");
}

.slider-arrow-right {
    background-image: url("../images/arrow-right.png");
}

.slider-next-back .slider-arrow-caption {
    font-family: brother-1816, sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
}


/* ===================== */
/* Business Locator */
/* ===================== */

.businessLocator {
    height: 550px;
}

.businessLocator-map-wrap {
    width: 70%;
    height: 550px;
    position: relative;
    float: right;
}

.businessLocator-cats-wrap {
    position: absolute;
    left: 0;
    bottom: 90px;
}

.businessLocator-cat-links {
    list-style-type: none;
    margin-left: 300px;
}

.businessLocator-cat-links li {
    width: 265px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.businessLocator-cat-links li a {
    padding: 10px;
    background-color: #FFF;
}

.plus-widget {
    /*background-image: linear-gradient(#ff5c35, #ff7d64);*/
    width: 350px;
    height: 350px;
    position: absolute;
    top: 100px;
    z-index: 999;
    left: -175px;
}

.getAround-digit,
.getAround-min {
    text-align: center;
}

.getAround-digit {
    font-size: 2.5rem;
    line-height: 30px;
}

.table th, .table td {
    padding-bottom: 0;
    border-top: 1px solid #000;
}

.get-around-table thead tr th {
    text-align: center;
    padding-bottom: 20px;
}

.content-wrap {
    min-height: calc(100vh - 177px);
    margin-top: 80px;
}

.page-title {
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 1px solid #000;
    text-align: center;
    display: inline-block;
    padding: 20px;
    font-family: brother-1816, sans-serif;
}

.singleColumn-block-no-6 {
    margin-bottom: 0 !important;
}

.singleColumn-block-no-6 p {
    font-family: brother-1816, sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.film-image {
    overflow: hidden;
    cursor: pointer;
}

.film-meta {
    top: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(255,92,53, 0.7);
    padding: 50px;
}

.film-title {
    color: #FFF;
    font-family: brother-1816, sans-serif;
    font-size: 2.5rem;
}

.film-play-icon {
    width: 55px;
}

.film-play-icon p {
    font-size: 1.5rem;
    color: #FFF;
    font-family: brother-1816, sans-serif;
}

.modal {
    top: 100px;
    z-index: 99999;
}

.modal-content .modal-body {
    padding: 10px;
}

.contact-title {
    font-family: brother-1816, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}

.contact-single p {
    font-family: brother-1816, sans-serif;
    font-size: 2rem;
    font-weight: 100;
}

.contact-phone {
    font-weight: bold !important;
}

.contact-email a {
    font-size: 1rem;
    color: #000;
}



/* ================================== */
/* ======= Media Queries ============ */
/* ================================== */
@media (max-width: 1025px) {

    .contact-single p {
        font-size: 1.5rem;
    }

    .navigation-menu .menu-inner ul li a {
        font-size: 1.5rem;
    }

    .menu-footer-links {
        padding: 0;
        padding-top: 50px;
    }

    .header-inner {
        height: 60px;
    }

    div.page-inner {
        padding: 15px;
    }

    .navigation-menu {
        max-height: 100vh;
        overflow: auto;
    }

    a.brand-logo {
        height: 35px;
    }

    div.slogan-text p {
        width: 85%;
    }

    div.logo img {
        max-width: 85%;
    }

    .zoom img {
        position: absolute;
        top: auto;
        left: auto;
        transform: none;
        z-index: 0;
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

    .zoom {
        overflow: auto;
        padding-bottom: 0px;
    }

    div.content {
        min-height: 600px;
    }

    div.footer {
        min-height: 70px;
    }

    div.footer a.enquire-btn {
        bottom: 12px;
    }


    div.inquire-btn-page1 {
        left: auto;
    }

    div.page-inner,
    div.timeline-item {
        width: 100%;
    }

    /*    img.img-arrow {
            margin-top: -50px;
        }*/
    span.home-mb-text {
        margin-bottom: 0px;
    }

}


@media (max-width: 767.98px) {

    div.slogan-text p {
        font-size: 1rem;
    }

    div.inquire-btn-page1 {
        right: auto;
        text-align: center;
        width: 100%;
    }

    div.footer {
        text-align: center;
    }

    div.footer a.enquire-btn {
        right: auto;
    }

    div.arrow-down-div a img {
        width: 25px;
    }

    div.footer-logos,
    .lazari-logo {
        display: none;
    }

    /*    div.inquire-btn-page1 {
            bottom: 24px;
        }*/

}


@media (max-width: 575.98px) {
    .timeline-item p {
        font-size: 1rem;
        margin-bottom: 0;
    }
}


/* ====================================== */
/* Arrow Animation Override */
/* ====================================== */
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}







