/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --primary-color: blue;
    --secondary-color: green;
}
.grecaptcha-badge{
    z-index: 4 !important;
}
html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
 
html {
    scroll-behavior: smooth;
    scroll-padding-top: 250px !important;
}

.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

.wp-video, video{
    max-width: 100% !important; 
    display: block;
    margin: 50px auto;
}

.skip-link {
    background: #319795;
    color: #fff;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-link:focus {
    transform: translateY(0%);
}

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}

picture{
    width: 100%
}
.adminLabel{
    display: none !important;
}
/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    font-family: 'Public Sans', sans-serif;
    color: #0D0F12;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Exo', sans-serif;
    color: #000;
}
h1{
    font-size: 40px;
    line-height: 47px;
}
h2{
    font-size: 37px;
    line-height: 42px;
}
h3{
    font-size: 27px;
    line-height: 32px;
}
h4{
    font-size: 25px;
    line-height: 32px;
}
h5{
    font-size: 23px;
    line-height: 32px;
}
small{
    font-size: 14px;
}

/*----------------------------
CONTENT
----------------------------*/

#app {
    margin-top: 149px;
}
@media(max-width: 1201px){
    #app {
        margin-top: 99px;
    }
}
@media(max-width: 757px){
    #app {
        margin-top: 80px;
    }
}
/*----------------------------
FOOTER
----------------------------*/
footer {
    padding: 40px 0 0;
}
footer img {
    margin-bottom: 30px;
}
footer h4 {
    color: #000;
    text-align: center;
    font-family: Exo;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
footer h4 a {
    text-decoration: none;
    color: #000;
}
footer .date {
    color: #000;
    text-align: center;
    font-family: "Public Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
footer .date a {
    color: #000;
    text-decoration: none;
}


/*----------------------------
BUTTONS
----------------------------*/
.btn{
    text-align: center;
    font-family: 'Exo';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    height: 56px;
    border-radius: 0;
    padding: 0 20px;
    line-height: 56px;
    border: 1px solid #000;
    text-transform: uppercase;
}
.btn:hover{
    border-color: #6BEF50;
}
.btn-primary{
    color: #000;
    background: #6BEF50;
    border-color: #6BEF50;
}
.btn-primary:hover{
    background: #1C1B1F;
    border-color: #6BEF50;
}
.btn-secondary{
    color: #fff;
    background: #1C1B1F;
    border-color: #1C1B1F;
}
.btn-secondary:hover{
    background: #6BEF50;
    color: #000;
    border-color: #6BEF50;
}

@media(max-width: 576px){
    .btn{
        max-width: 100%;
    }
}


/*----------------------------
PAGINATION
----------------------------*/

#pagination ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

#pagination li{
    margin: 0 5px;
}

#pagination li a{
    font-size: 18px;
    font-weight: 700;
}

/* =======================================================
Home
=======================================================*/
/* =======================================================
Hero
=======================================================*/
#hero {
    position: relative;
    padding: 20px 0;
    background-size: cover;
}
#hero::before {
    content: '';
    opacity: 0.8;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#hero .container {
    position: relative;
    z-index: 2;
}
#hero .right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#hero .right img {
    width: 378px;
    height: 145px;
    aspect-ratio: 305/117;
}
#hero .left {
    display: flex;
    align-items: center;
}
#hero .left .inner {
    padding: 60px 0;
}

#hero .tag {
    color: #6BEF50;
    font-family: 'Exo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#hero h1 {
    color: #FFF;
    font-family: 'Exo';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
    margin-bottom: 20px;
}
#hero .text p {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}
#hero ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0 50px;
}
#hero li {
    padding: 5px 0;
    color: #FFF;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}
#hero li img {
    margin-right: 12px;
    width: 26px;
    height: 26px;
}

@media (max-width: 991px) {
    #hero ul {
        grid-template-columns: 1fr;
    }
    #hero .right {
        align-items: center;
        justify-content: center;
    }
    #hero .right img {
        width: 100%;
        height: auto;
    }
    #hero .left .inner {
        padding: 20px 0;
    }
    #hero h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    #hero h1 {
        font-size: 25px;
        line-height: 36px
    }
    #hero li img {
        margin-right: 12px;
        width: 20px;
        height: 20px;
    }
    #hero ul {
        margin: 10px 0 20px;
    }
    #hero .left .inner {
        padding: 0 0 20px;
    }
    #hero .right img {
        width: 250px;
        height: auto;
    }
}
/* =======================================================
Testimonials
=======================================================*/
#testimonials {
    padding: 50px 0;
    background-size: cover;
}
#testimonials .left {
    display: flex;
    align-items: center;
}
#testimonials .left .inner {
    padding-right: 100px;
}
#testimonials .left p {
    color: #000;
    font-family: 'Exo';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
#testimonials .left h2 {
    color: #000;
    font-family: 'Exo';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
}
#testimonials .test {
    border-radius: 15px;
    background: #FFF;
    padding: 40px;
}
#testimonials .marks {
    margin-bottom: 15px;
    width: 53px;
    height: 33px;
}
#testimonials .text {
    color: #4D5765;
    font-family: "Public Sans";
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    /* 147.368% */
}
#testimonials .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4D5765;
    font-family: "Public Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 147.368% */
}
#testimonials .slick-prev {
    display: none !important;
}
#testimonials .slick-next .slick-next-icon:before,
#testimonials .slick-prev .slick-next-icon:before {
    font-family: slick;
    font-size: 40px;
    color: #000;
    opacity: 1;
}
#testimonials .slick-next {
    right: -55px;
}
@media(max-width: 991px) {
    #testimonials .left {
        margin-bottom: 50px;
    }
    #testimonials .slick-next {
        display: none !important;
    }
}
@media(max-width: 767px){
    #testimonials .left h2 {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    #testimonials .left .inner {
        padding-right: 0;
    }
    #testimonials .left {
        margin-bottom: 10px;
    }
    #testimonials .left p {
        text-align: center;
    }
}
/* =======================================================
Our Work
=======================================================*/
#ourWork {
    background-size: cover;
    padding: 50px 0;
}
#ourWork .text-wrap {
    margin: 40px 0 80px;

}

#ourWork h2 {
    color: #FFF;
    font-family: 'Exo';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
}

#ourWork .tag {
    color: #6BEF50;
    font-family: 'Exo';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
#ourWork .slider {
    margin-bottom: 50px;
}
#ourWork .slick-prev {
    top: -100px;
    right: 130px;
    left: auto;
}
#ourWork .slick-next {
    top: -100px;
    right: 80px;
}
#ourWork .slick-next .slick-prev-icon:before,
#ourWork .slick-prev .slick-prev-icon:before,
#ourWork .slick-next .slick-next-icon:before,
#ourWork .slick-prev .slick-next-icon:before {
    font-family: slick;
    font-size: 40px;
    color: #6BEF50;
    opacity: 1;
}
#ourWork .slider img {
    width: 369px;
    height: 362px;
    margin: 0 auto;
}
#ourWork .btn {
    margin: 0 auto;
    display: block;
    width: 192px;
}

@media(max-width: 1201px) {
    #ourWork .slick-prev {
        top: -50px;
        right: 55%;
        left: auto;
    }
    #ourWork .slick-next {
        top: -50px;
        right: 45%;
    }
}
@media(max-width: 767px) {
    #ourWork .slider img {
        width: 100%;
        height: auto;
    }
}

/* =======================================================
How
=======================================================*/
#how {
    padding: 80px 0;
}
#how h2 {
    color: #000;
    text-align: center;
    font-family: 'Exo';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
}
#how .tag {
    color: #1DA800;
    text-align: center;
    font-family: 'Exo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: 3.2px;
}
#how .repeater {
    margin: 65px 0;
    display: flex;
    flex-wrap: wrap;
}
#how .step {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}
#how .image {
    border-radius: 10px;
    border: 4px solid #6BEF50;
    background: #FFF;
    width: 295.614px;
    height: 287.835px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
#how h3 {
    color: #000;
    text-align: center;
    font-family: 'Exo';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-height: 55px;
}
#how p {
    color: #4D5765;
    text-align: center;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

@media(max-width: 1401px) {
    #how .step {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    #how .step {
        width: 100%;
    }
}
/* =======================================================
About
=======================================================*/
#about {
    padding: 50px 0 100px;
}
#about .right {
    display: flex;
    align-items: center;
}
#about h2 {
    color: #000;
    font-family: 'Exo';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
}
#about p {
    color: #4D5765;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
#about .right .inner {
    padding-left: 50px;
}
#about .image1 img {
    width: 389.662px;
    height: 389.662px;
}
#about .image2 img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
#about .image2 {
    width: 202.081px;
    height: 202.081px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 40px;
}
#about .left .inner {
    position: relative;
    padding-bottom: 80px;
}

@media(max-width: 991px) {
    #about .right .inner {
        padding-left: 0;
    }
    #about .left .inner {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
}
@media(max-width: 767px) {
    #about .image1 img {
        width: 100%;
        height: auto;
    }
}
/* =======================================================
Services
=======================================================*/
#services {
    padding: 80px 0;
    background-size: cover;
}
#services h2 {
    color: #000;
    text-align: center;
    font-family: 'Exo';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
    margin-bottom: 50px;
}
#services .services {
    display: flex;
    flex-wrap: wrap;
}
#services .service {
    width: 33%;
    padding: 10px 20px;
}
#services .service .inner {
    border-radius: 5px;
    background: rgba(18, 25, 30, 0.80);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    height: 100%;
}
#services .inner h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Exo';
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#services .inner p {
    color: #FFF;
    text-align: center;
    font-family: 'Exo';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#services .inner img {
    width: 23px;
    height: 23px;
    margin-bottom: 15px;
}
@media(max-width: 1401px) {
    #services .service {
        width: 50%;
    }
}
@media(max-width: 991px) {
    #services .service {
        width: 100%;
        padding: 10px 0;
    }
}
/* =======================================================
Quote Form
=======================================================*/
#quote_form {
    padding: 50px 0;
}
#quote_form .inner {
    border-radius: 10px;
    background: #FFF;
    padding: 35px;
    text-align: center;
}
#quote_form h2 {
    color: #000;
    text-align: center;
    font-family: 'Exo';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#quote_form p {
    color: #1C2A45;
    text-align: center;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#quote_form form {
    text-align: left;
}
#quote_form a{
   color: #1C2A45;
}

/* =======================================================
QUOTE TOOL
=======================================================*/
#quoteTool{
    min-height: 300px;
}
#quoteTool h2 {
    color: #000;
    text-align: center;
    font-family: 'Exo';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 155.556% */
    position: relative;
    margin: 50px 0 40px;
}
#quoteTool h2::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 190px;
    background: #6BEF50;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
#quoteTool .question {
    color: #000;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
#quoteTool .question::before {
    content: 'Q: ';
    color: #000;
    text-align: center;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
}
#quoteTool .bottom-bar {
    background: #6BEF50;
}

#quoteTool .bottom-bar .row {
    display: flex;
    align-items: center;
}
#quoteTool .bottom-bar .left,
#quoteTool .bottom-bar .middle,
#quoteTool .bottom-bar .right {
    width: 33%;
    height: 74px;
    display: flex;
    align-items: center;
}
#quoteTool .bottom-bar .middle {
    text-align: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
}
#quoteTool .bottom-bar .right {
    justify-content: flex-end;
}
#quoteTool .bottom-bar .btn {
    width: 216px;
}
#quoteTool .bottom-bar .btn:hover {
    border-color: #000;
}
#quoteTool .stage .wrap {
    padding: 50px 0 80px;
}
#quote .progress {
    background-color: #6BEF50;
    border-radius: 0;
}
#quote .progress-bar {
    background-color: #1C1B1F;
}
#quoteTool .opt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
#quoteTool .opt .inside {
    width: 190px;
    height: 185px;
    background: #FFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: #000;
    text-align: center;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    transition: all ease 0.2s;
}
#quoteTool .opt img{
    object-fit: cover;
    width: 190px;
    height: 185px;
    border-radius: 13px;
    border: 4px solid #6BEF50;
}
#quoteTool .opt .inside:hover {
    transform: scale(1.1);
    transition: all ease 0.2s;
}
#quoteTool .stage4 .opt {
    display: block;
}
#quoteTool .stage4 label {
    color: #000;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
#quoteTool .stage5 .wrap {
    padding: 20px 0 80px;
}
#quoteTool .stage5 .form-group {
    margin: 10px 0;
}
#quoteTool .stage5 .privacyWrapper {
    text-align: left;
    margin: 10px 0 40px;
}
#quoteTool .stage5 .privacyWrapper a {
    color: #000;
}
#quoteTool .text {
    color: #000;
    text-align: center;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    /* 350% */
}

@media(max-width: 991px) {
    #quoteTool .bottom-bar .row {
        flex-direction: column-reverse;
    }
    #quoteTool .bottom-bar .left,
    #quoteTool .bottom-bar .middle,
    #quoteTool .bottom-bar .right {
        width: 100%;
        height: auto;
        min-height: 20px;
        justify-content: center;
        padding: 10px 0;
    }
    #quoteTool .stage .wrap {
        padding: 50px 10px 80px;
    }
}
@media(max-width:767px){
    #quoteTool h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0 40px;
    }
    #quoteTool .stage .wrap {
        padding: 20px 10px 20px;
    }
    #quoteTool .opt {
        width: 33%;
        margin: 0 0 20px;
    }
    #quoteTool .row{
        display: flex;
        flex-wrap: wrap;
        
    }
    #quoteTool .opt .inside {
        width: 100%;
        height: 100px;
    }
    #quoteTool .opt img {
        width: 100px;
        height: auto;
    }
    #quoteTool .text {
        line-height: 24px;
        min-height: 50px;
        display: flex;
        margin-top: 5px;
        align-items: center;
    }
    #quoteTool .stage4 .opt {
        width: 100%;
        margin: 0 0 20px;
    }
    #ourWork h2 {
    font-size: 30px;
    line-height: 46px;
    text-align: center;
}
#ourWork .tag {
    text-align: center;
}
#ourWork .text-wrap {
    margin: 0 0 80px;
}
#how {
    padding: 40px 0;
}
#how .repeater {
    margin: 30px 0;
}
#how .image {
    width: 90px;
    height: 90px;
}
#how img{
    height: 40px;
}
#how h2 {
    font-size: 38px;
    line-height: 46px;
}
#about h2 {
    font-size: 38px;
    line-height: 46px;
}
#about {
    padding: 30px 0 50px;
}
#services {
    padding: 40px 0;
}
#services h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 20px;
}
#quote_form h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}
}