/*
Theme Name: Kerbside
Theme URI:  Kerbside
Author:     Kerbside Intelligence
Author URI: Kerbside Intelligence
Description: A custom theme with advanced functionality for specific requirements.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: basic-theme
*/
@font-face {
    font-family: "indivisible";
    src: url("https://use.typekit.net/af/38ce13/00000000000000007735eebc/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/38ce13/00000000000000007735eebc/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/38ce13/00000000000000007735eebc/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}
@font-face {
    font-family: "indivisible";
    src: url("https://use.typekit.net/af/96c65b/00000000000000007735eebb/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/96c65b/00000000000000007735eebb/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/96c65b/00000000000000007735eebb/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: "indivisible";
    src: url("https://use.typekit.net/af/091769/00000000000000007735eeb6/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/091769/00000000000000007735eeb6/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/091769/00000000000000007735eeb6/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}
body {
    font-family: "indivisible";
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
}
* {
    box-sizing: border-box;
}
a {
    transition: all 0.3s ease 0s;
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0.25px;
}
h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 44px;
    letter-spacing: 0.23px;
}
h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.15px;
}
h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.75px;
}
h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.6px;
}
h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
}
.styleh1 h2 {
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0.25px;
}
.container-fluid {
    padding: 0 20px;
}
.container {
    max-width: 1190px;
    padding: 0 15px;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
}
body.dark {
    padding-top: 90px;
}
/* ===================================
Header
======================================*/
.marquee {
    overflow: hidden;
    white-space: nowrap;
    background: #E5E553;
    padding: 22.5px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
.marquee .text {
    display: inline-block;
    padding-right: 42px;
    position: relative;
}
.marquee .text:after {
    background: #340000;
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    top: 50%;
    transform: translate(0, -50%);
    right: 8px;
}
.marquee .text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #340000;
    margin: 0;
}
/* ===================================
           Hero Area
======================================*/
.hero-area {
    height: calc(100vh - 240px);
    position: relative;
}
.hero-area .video, .hero-area .image {
    height: 100%;
}
.hero-area .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-area .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-area .caption {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}
footer {
    background: linear-gradient(180deg, #F65624 0%, #C4D4DD 100%);
    padding: 94px 0 35px;
    overflow: hidden;
}
footer h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
footer .footer-top .flex-box {
    justify-content: space-between;
}
footer .footer-top .icon img {
    width: 72px;
}
footer .footer-top {
    padding-bottom: 48px;
}
footer .bottom-text .flex-box {
    margin: 0 -105px;
}
footer .bottom-text .left-box {
    width: 50%;
    padding: 0 105px;
}
footer .bottom-text .right-box {
    width: 50%;
    padding: 0 105px;
}
footer .bottom-text .content h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 9px;
}
footer .bottom-text .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .bottom-text .content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #fff;
    color: #fff;
    padding: 10px 0;
}
footer .bottom-text .right-box .content h2 {
    padding: 0 0 9px;
    margin: 0 0 9px;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
footer .bottom-text .right-box .content h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
footer .bottom-text .right-box .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
footer .bottom-text .right-box .content p strong{
	font-weight: 600;
}
footer .bottom-text .right-box .content p a {
    color: #fff;
}
.copyright {
    padding-top: 85px;
}
.copyright p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #340000;
}
.copyright p  a {
	color: #340000;
}
@media screen and (max-width:1199px) {
    footer .bottom-text .flex-box {
        margin: 0 -50px;
    }
    footer .bottom-text .left-box, footer .bottom-text .right-box {
        width: 50%;
        padding: 0 50px;
    }
}
@media screen and (max-width:767px) {
    .container {
        padding: 0 20px 0 35px;
    }
    .hero-area {
        height: calc(100dvh - 165px);
    }
    .marquee {
        padding: 18px 0;
    }
    .marquee .text p {
        font-size: 14px;
        line-height: 14px;
    }
    footer {
        padding: 42px 0 31px;
    }
    footer h1 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 47px;
    }
    footer .bottom-text .content h2 {
        margin: 0 0 11px;
    }
    footer .footer-top {
        padding-bottom: 44px;
    }
    .bottom-text .content {
        max-width: 272px;
    }
    footer .bottom-text .flex-box {
        margin: 0;
    }
    footer .bottom-text .left-box {
        margin-bottom: 43px;
    }
    footer .bottom-text .left-box, footer .bottom-text .right-box {
        width: 100%;
        padding: 0;
    }
    footer .bottom-text .content ul li {
        padding: 8px 0;
    }
    footer .bottom-text .right-box .content p {
        line-height: 20px;
    }
    .copyright p {
        max-width: 300px;
    }
    .copyright {
        padding-top: 49px;
    }
}