@font-face {
    font-family: 'hackney';
    src: url('../fonts/hackney/HackneyPersonalUseOnly.ttf') format('truetype');
}

@font-face {
    font-family: 'monospace';
    src: url('../fonts/monospace/monospace.ttf') format('truetype');
}

@font-face {
    font-family: 'courier';
    src: url('../fonts/courier/courier.ttf') format('truetype');
}

@font-face {
    font-family: 'courier-new';
    src: url('../fonts/courier-new/courier-new.ttf') format('truetype');
}

@font-face {
    font-family: 'futura-condensed';
    src: url('../fonts/futura-condensed/futura-condensed-pt-medium-589e44ed1e3a5.woff') format('woff'), url('../fonts/futura-condensed/futura-condensed-pt-medium-oblique-589e4507d391c.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-bold-589e44b6aacd3.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-bold-oblique-589e453384a18.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-book-589a6dec272c3.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-book-oblique-589e44623c7b4.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-demibold-589e43b852117.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-demibold-oblique-589e43ec3ea82.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-heavy-589a6dd12187e.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-heavy-oblique-589a6e480ab16.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-light-589a6e187563a.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-light-oblique-589e448ae90e2.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-medium-589e45b956de4.woff') format('woff'), url('../fonts/futura-condensed/futura-pt-medium-oblique-589e460871ec2.woff') format('woff');
}

/*
=============================================================================
>>>> color variable <<<<
==============================================================================
*/
:root {
    /* --header-color: #231f20;
    --on-header-color: #ffffff;
    --footer-color: #231f20;
    --on-footer-color: #ffffff;
    --section-color: #e26704; */
    --on-section-color: #fff;
    --button-color: #e26704;
    --on-button-color: #fff;

    --highlight-color: #fabe3e;
    --on-highlight-color: #000000;

    --body-font-size: 1.2rem;
    --default-font-size: 1rem;
    --navigation-menu-font-size: 1.4rem;
    --slider-headding-font-size: 20rem;
    /* --slider-headding-font-size: 8rem; */
    --section-title-font-size: 5rem;
    --theme-button-font-size: 1.5rem;
    --font-size-3: 3rem;
    --font-size-2: 2rem;
}

/*
=============================================================================
DEFAULT STYLE START
==============================================================================
*/
body {
    font-family: "hackney", sans-serif;
    font-size: var(--body-font-size);
    letter-spacing: 0.5px;
    line-height: 27px;
    font-weight: 400;
    /* color: var(--on-section-color); */
    background: #d8ecf3;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
strong {
    font-family: "hackney", "futura-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif
}

p {
    font-family: 'Roboto', "courier-new", "courier", "monospace", sans-serif;
}

.section-padding {
    padding: 50px 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li a,
ul li a:hover,
ul li a:focus,
a,
a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.theme-btn a {
    background-color: var(--theme-color);
    padding: 15px 35px;
    color: var(--on-button-color);
    font-size: var(--theme-button-font-size);
    border-radius: 30px;
    display: inline-block;
    margin-top: 25px;
}

.theme-btn.bordered a {
    border: 2px solid var(--theme-color);
}

.section-title h2 {
    font-size: var(--section-title-font-size);
    margin-bottom: 25px;
}

.section-title a {
    color: white;
}

.more-link {
    text-align: right;
    position: relative;
    top: 40px;
}

.more-link a {
    color: white;
    font-size: var(--theme-button-font-size);
}

.more-link a i {
    margin-left: 5px;
}

/**
================================================================================
  1. DEFAULT STYLE END
================================================================================
*/

/**
===================================================================================
===============================  FRONT PAGE STYLE START  ==========================
===================================================================================
 */
/**
================================================================================
header style start
================================================================================
*/
header.header-section {
    padding: 15px 0;
    transition: all 0.5s;
    background-color: var(--header-color);
}

.header-section.sticky-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 5px #fff;
    z-index: 21;
    transition: all 0.5s;
}

.header-cont-wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.logo img {
    max-height: 80px;
    width: auto;
}

.nav-menus {
    margin-left: 50px;
}

.nav-menus ul li {
    display: inline-block;
}

.nav-menus ul li a {
    display: block;
    padding: 20px 5px;
    color: var(--on-header-color);
    font-size: var(--navigation-menu-font-size);
    letter-spacing: 0px;
}

.nav-menus ul li a i {
    color: var(--highlight-color);
    margin-right: 5px;
}

.nav-menus ul li a i.fa-truck {
    transform: rotateY(180deg);
}

header.header-section .social-links ul li a {
    border: 1px solid var(--on-header-color);
    color: var(--on-header-color);
    width: 50px;
    height: 50px;
    line-height: 27px;
    text-align: center;
    margin: 0 10px;
    transition: all 0.5s;
}

header.header-section .social-links ul li a:hover {
    background: var(--highlight-color);
}

/*mobile navigation start*/
.mobile-nav-bars {
    font-size: calc(var(--default-font-size) * 3);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--header-color);
    overflow-x: hidden;
    padding-top: 60px;
    z-index: 25;
    transition: 0.5s;
}

.sidenav a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--on-header-color);
    display: block;
    transition: 0.3s;
}

.sidenav a i {
    margin-right: 10px;
}

.sidenav a:hover {
    color: var(--highlight-color);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/*mobile navigation end*/
/**
================================================================================
header style end
================================================================================
*/

/**
================================================================================
slider section style start
================================================================================
*/
section.slider-section {
    position: relative;
}

.slider-cont {
    text-align: center;
}

.single-slider-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.slider-cont {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
    width: 80%;
}

/* .single-slider-item .theme-btn a {
    color: var(--highlight-color);
} */

.slider-cont h1 {
    color: #fff;
    font-size: var(--slider-headding-font-size);
    font-weight: 900;
    line-height: 15rem;
    margin-bottom: 35px;
}

.slider-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.slider-section .owl-nav button span {
    font-size: var(--font-size-3);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--on-theme-color);
    border-radius: 50%;
    line-height: 2rem;
}

.slider-section .owl-nav button.owl-prev {
    left: 20px;
}

.slider-section .owl-nav button.owl-next {
    right: 20px;
}

/**
================================================================================
slider section style end
================================================================================
*/

/**
================================================================================
feature links section style start
================================================================================
*/
.feature-links-wrapper a {
    color: var(--on-theme-color);
    margin: 0 auto;
}


section.feature-links .section-title h2 {
    text-align: center;
    font-size: var(--font-size-3);
}

.feature-links-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.single-feature-link {
    display: flex;
    position: relative;
}

.single-feature-link:after {
    position: absolute;
    content: "\2192";
    right: -66%;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border: 1px solid var(--on-highlight-color);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: var(--on-highlight-color)
}

.feature-links-wrapper a:last-child .single-feature-link::after {
    content: "";
    border: none;
}

.single-feature-link img {
    max-width: 70px;
}

.single-feature-link i {
    font-size: 60px;
    margin-right: 10px;
}

.single-feature-link .sflc {
    font-size: var(--font-size-3);
    line-height: 1.9rem;
}

.single-feature-link .sflc span:last-child {
    display: block;
}

.single-feature-link .sflc span:nth-child(2) {
    font-size: var(--font-size-2);
}

section.feature-links.section-padding {
    /* padding-bottom: 0; */
    background-color: var(--highlight-color);
}

/**
================================================================================
feature links section style end
================================================================================
*/

/**
================================================================================
location section style start
================================================================================
*/
.location-section {
    /* padding-bottom: 400px; */
    /* background-color: var(--section-color); */
    background-color: #000;
}

.location-section .section-title h2,
.location-section .section-title p {
    color: #fff;
}

.section-title-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.section-title-wrapper h1 {
    font-size: calc(var(--section-title-font-size) * 3);
    line-height: initial;
    margin: 0;
}

.section-title-wrapper .section-title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translate(0, -50%);
    padding: 50px;
}

.section-title-wrapper .section-title:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: var(--section-color); */
    z-index: -1;
    opacity: 0.8;
}

.locations-wrapper {
    margin-top: 50px;
}

.single-location-card {
    position: relative;
    padding: 20px 20px 70px 20px;
}

.single-location-card::after {
    position: absolute;
    content: "";
    background-image: url(../images/pattern.svg);
    width: 100%;
    height: 90%;
    background-repeat: repeat;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.thumb-and-name img {
    height: 200px;
    width: auto !important;
    margin: 0 auto;
}

.thumb-and-name h3 {
    background: #f1f1f1;
    text-align: center;
    width: 100%;
    margin: 15px 0;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

.thumb-and-name h3:hover {
    background-color: var(--theme-color);
}

.thumb-and-name h3 a {
    color: var(--header-color);
    padding: 10px;
    display: block;
}

.thumb-and-name {
    position: relative;
    /* margin-bottom: 45px; */
}

.meta-info ul li {
    display: block;
    padding: 10px 0;
    font-size: calc(var(--default-font-size) * 1.3);
    color: white;
    letter-spacing: 1px;
}

.meta-info ul li i {
    width: 35px;
    font-size: calc(var(--default-font-size) * 1.875);
    text-align: center;
    /* background: #d8ecf3; */
    border-radius: 5px;
    color: white;
    margin-right: 10px;
}

.quick-links {
    text-align: center;
    margin-top: 20px;
}

.quick-links ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 5px;
}

.quick-links ul li {
    position: relative;
}

.quick-links ul li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    border-right: 2px dotted #ddd;
}

.quick-links ul li:last-child:after {
    border-right: none;
}

.quick-links ul li a {
    color: white;
}

.quick-links ul li a:hover {
    color: wheat;
}

.quick-links ul li a span {
    font-size: calc(var(--default-font-size) * 1.2);
}

.quick-links ul li a i {
    display: block;
    color: white;
}

.locations-wrapper .owl-nav {
    position: absolute;
    top: -50px;
    left: 0;
}

.locations-wrapper .owl-nav button {
    margin: 10px;
}

.locations-wrapper .owl-nav button span {
    font-size: var(--font-size-3);
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid var(--on-theme-color);
    color: var(--on-theme-color);
    border-radius: 50%;
    line-height: 1.4rem;
}

/**
================================================================================
location section style end
================================================================================
*/

/**
================================================================================
large banner section style start
================================================================================
*/
.banner-cont-wrapper {
    position: relative;
}

.banner-cont-wrapper .banner-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.banner-cont-wrapper .banner-cont h1 {
    font-size: calc(var(--section-title-font-size) * 2);
    line-height: 7rem;
    color: var(--highlight-color);
}

.overlay-banner-image {
    position: absolute;
    left: 50%;
    top: -80%;
    transform: translate(-50%, 80%);
}

/**
================================================================================
large banner section style end
================================================================================
*/
.about-us-section {
    background-color: var(--highlight-color);
}

/**
================================================================================
join section style start
================================================================================
*/
/* .section-img img {
    max-width: 350px;
} */

/* .bottom-shape {
    max-width: 350px;
    height: 50px;
    background-image: url("../images/pattern.svg");
} */
section.join-section.section-padding {
    /* padding-bottom: 0; */
    /* background-color: var(--section-color); */
    background-color: #000;
    color: #fff;

}

.section-img.desktop {
    position: relative;
    top: 75px;
}


/**
================================================================================
join section style end
================================================================================
*/
.lg-banner-section {
    position: relative;
}

.lg-banner-section .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/**
================================================================================
subscribe style start
================================================================================
*/
.subscribe-section {
    background-color: var(--button-color);
}

.subscribe-wrapper {
    background-image: url('../images/pattern.svg');
    padding: 30px 40px 150px 40px;
}

.subscribe-wrapper .section-title h2 {
    background: var(--theme-color);
    display: inline-block;
    padding: 0 15px;
}

.subscribe-wrapper {
    text-align: center;
}

.section-subtitle p {
    /* background-color: var(--theme-color); */
    display: inline-block;
    padding: 5px 10px 5px 0;
}

/* 
form.subscribe-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 200px;
    grid-gap: 10px;
    text-align: left;
    margin-top: 25px;
}

form.subscribe-form label {
    font-size: calc(var(--default-font-size) * 1.62);
    margin-bottom: 10px;
}

form.subscribe-form input,
form.subscribe-form select {
    background-color: #303034 !important;
    border: none;
    border-bottom: solid 2px #53525d !important;
    color: #fff;
    font-family: 'Roboto', "courier-new", "courier", "monospace", sans-serif;
    font-size: calc(var(--default-font-size) * 1.2);
    letter-spacing: 1px;
} */
.tiktok-wrapper img {
    width: 70px;
}

.instagram-wrapper i {
    color: #fff;
    font-size: 60px;
}

/**
================================================================================
subscribe style end
================================================================================
*/

/**
================================================================================
footer style start
================================================================================
*/
footer.footer-section {
    /* background-color: var(--footer-color); */
    /* color: var(--on-footer-color);  */
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.footer-top {
    position: relative;
    padding: 100px 0;
}

.two-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

.social-links {
    text-align: right;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li a {
    font-size: var(--navigation-menu-font-size);
    color: #000;
    border: 3px solid #000;
    display: block;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 45px;
    text-align: center;
    margin: 10px;
}

.social-links ul li a img {
    height: auto;
    margin-top: auto;
}

.social-links img {
    height: 110px;
    margin-top: 25px;
    transform: rotateY(180deg);
}

.footer-widget-title h4 {
    font-size: var(--font-size-2);
    color: #000;
    margin-bottom: 35px;
}

.footer-widget ul li a {
    font-family: 'Roboto', "courier-new", "courier", "monospace", sans-serif;
    color: #000;
    font-size: calc(var(--default-font-size) * 1.2);
    letter-spacing: 0.5px;
    display: block;
    padding: 5px 0;
}

.footer-bottom {
    padding: 25px 0;
    position: relative;
}

.pattern-border {
    background-image: url(../images/pattern.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-repeat: repeat-x;
    background-position: center center;
}

.copywrite {
    margin-right: 25px;
}

.footer-bottom p {
    margin: 0;
    color: #000;
    font-size: var(--default-font-size);
    font-weight: 400;
    letter-spacing: 0.5px;
}

.footer-bottom p a {
    color: #000;
    font-weight: 700;
}

.back_to_top i.fa {
    position: fixed;
    right: 10px;
    bottom: 60px;
    background: var(--theme-color);
    color: var(--on-theme-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
}

.footer-bottom-cont.two-grid {
    grid-template-columns: 1fr auto;
}

/**
================================================================================
footer style end
================================================================================
*/


/* contact us page start  */
.contact-section {
    background-color: #000;
    color: #fff;
    padding-top: 100px;
}

.contact-section p a {
    color: #fff;
}

.contact-wrapper h2 {
    color: white;
}

.contact-wrapper strong {
    color: white;
    font-size: 1.5rem;
}

.contact-wrapper a {
    font-family: 'Roboto', "courier-new", "courier", "monospace", sans-serif;
    color: var(--header-color);
}

section.contact-section iframe {
    width: 100%;
    box-shadow: 0 0 2px grey;
    border-radius: 10px;
}

.contact-form-area .form-group {
    margin-bottom: 10px;
}

.contact-form-area input {
    height: 50px;
    font-family: 'Roboto', sans-serif;
}

.contact-form-area select {
    height: 50px;
    font-family: 'Roboto', sans-serif;
}

.contact-form-area textarea {
    font-family: 'Roboto', sans-serif;
}

/* contact us page end  */