/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --primary-color: blue;
    --secondary-color: green;
}

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: 'Montserrat', sans-serif;
    color: #0D0F12;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Montserrat', 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;
}

.slick-autoplay-toggle-button{
    display: none!important;
}

.pag {
    text-align: center;
    display: flex;
    justify-content: center;
}
.pag .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #E5097F;
    margin: 0 5px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.pag .current {
    background: #0E4099;
    border: 1px solid #0E4099;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 128px;
}

/*----------------------------
FOOTER
----------------------------*/
footer {
    background: #0B2A61;
    padding: 20px 75px 10px;
}
footer .top {
    margin-bottom: 80px;
}
footer .left img {
    width: 204.057px;
    height: 104.357px;
    flex-shrink: 0;
}
footer .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
footer .right .btn {
    border-radius: 0;
    background: #F9519E;
    border: none;
    display: flex;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 40px;
    padding: 0 45px;
    height: 84px;
}
footer .right .btn:hover {
    background: #0E4099;
}
footer .phone {
    color: #fff;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    margin: 0 30px 0 0;
}
footer .phone img {
    margin-right: 10px;
}
footer h4 {
    color: #FF7FBA;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
footer li {
    margin: 5px 0;
}
footer li a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 25px;
    /* 156.25% */
}
footer p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
    margin: 15px 0 0;
}
footer .date {
    margin-bottom: 0;
}
footer p a {
    color: #fff;
    text-decoration: none;
}

footer .bottom a:hover{
    color: #FF7FBA;
}

footer .bottom{
    justify-content: center;
}
@media(max-width: 1400px) {
    footer .bottom {
        flex-wrap: wrap;
    }
    footer .col {
        flex: 1 0 50%;
    }

}
@media(max-width: 1200px) {
    footer .right {
        justify-content: center;
    }
    footer .left img {
        margin: 10px auto 50px;
        display: block;
    }
}
@media(max-width: 767px) {
    footer {
        padding: 10px 0;
    }
    footer .col {
        flex: 1 0 100%;
    }
    footer .right {
        flex-direction: column;
    }
    footer .right .btn {
        margin: 30px 0 0;
    }
}


/*----------------------------
BUTTONS
----------------------------*/
.btn-primary{
    background: #F0448E;
    border-radius: 0;
    border-color: #F0448E;
    display: flex;
    height: 45px;
    padding: 21px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}
.btn-primary:hover{
    background: #0E4099;
    border-color: #0E4099;
}
.btn-secondary {
    background: #fff;
    border-radius: 0;
    border-color: #F0448E;
    color: #000000;
    display: flex;
    height: 45px;
    padding: 21px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
}
.btn-secondary:hover {
    background: #F0448E;
    border-color: #F0448E;
    color: #fff;
}
@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;
}

/* =======================================================
Form
=======================================================*/
.form-container {
    width: 550px;
}
.form-wrap {
    height: 100%;
    background: #0E4099;
    padding: 50px 40px;
}
.form-wrap h2 {
    color: #FFF;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.form-wrap .top p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form-wrap .bottom p {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 146.154% */
}
.form-wrap form {
    margin: 40px 0;
}
.form-wrap .btn {
    display: flex;
    width: 100%;
    height: 55px;
    padding: 21px 28px;
    justify-content: center;
    align-items: center;
    background: #F0448E;
    border-color: #F0448E;
    border-radius: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.form-wrap .btn:hover {
    background: #0E4099;
    border-color: #fff;
}
.form-wrap input,
.form-wrap select {
    height: 45px;
    border-radius: 0;
    border: 1.8px solid rgba(255, 255, 255, 0.70);
    background: #0E4099;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form-wrap input::placeholder {
    color: #fff;
}
.form-wrap input::-webkit-input-placeholder {
    color: #fff;
}
.form-wrap input::-moz-placeholder {
    color: #fff;
}
.form-wrap input:-ms-input-placeholder {
    color: #fff;
}

/* =======================================================
HERO 1
=======================================================*/
#hero.hero_1 {
    background-size: cover;
    position: relative;
}
#hero.hero_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.88) 77.88%, rgba(255, 255, 255, 0.98) 100%);
}
#hero.hero_1 .inner {
    display: flex;
    z-index: 2;
    position: relative;
    padding: 0 90px 0 0;
}
#hero.hero_1 .right {
    flex-shrink: 0;
    z-index: 2;
}
#hero.hero_1 .left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
#hero.hero_1 .left .bottom {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px 110px;
    flex-wrap: wrap;
}
#hero.hero_1 .bottom_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: flex;
}
#hero.hero_1 .left .bottom_bar .one {
    flex: 1;
    background: #FBFBFB;
    padding: 0 0 0 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hero.hero_1 .left .bottom_bar .one p strong{
    margin: 0;
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 3px 0;
}
#hero.hero_1 .left .bottom_bar .one p a {
    color: #E5097F;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#hero.hero_1 .left .bottom_bar .two {
    width: 400px;
    background: #EFEFEF;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hero.hero_1 .left .bottom_bar .two a {
    color: #000;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
#hero.hero_1 .left .bottom_bar .two img {
    margin-right: 10px;
}

#hero.hero_1 .left .top {
    padding: 60px 350px 0 200px;
}
#hero.hero_1 .left .tag {
    color: #F0448E;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
#hero.hero_1 .left h1 {
    color: #0E4099;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
    /* 101.852% */
    margin: 20px 0 35px;
}
#hero.hero_1 .left h1 strong {
    color: #0E4099;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FF7FBA;
    text-decoration-thickness: 8.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#hero.hero_1 .left .text p {
    color: #192237;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 35px;
    /* 156.25% */
}
#hero.hero_1 .left .btn {
    width: 213px;
    margin-top: 30px;
}
#hero.hero_1 .btn-enquire {
    display: none;
}

#hero.hero_1 .left .bottom_bar .one p{
    margin: 0;
}
@media(max-width: 1850px) {
    #hero.hero_1 .left .top {
        padding: 60px 200px 0;
    }
}
@media(max-width: 1700px) {
    #hero.hero_1 .left .top {
        padding: 60px 100px 0 200px;
    }
    #hero.hero_1 .left .bottom_bar .one {
        padding: 0 20px;
    }
}
@media(max-width: 1500px) {
    #hero.hero_1 .inner {
        padding: 0;
    }
    #hero.hero_1 .left .top {
        padding: 60px 100px 0 20px;
    }
}
@media(max-width: 1500px) {
    #hero.hero_1 .left .bottom_bar .two {
        width: 280px;
    }
}
@media(max-width: 1200px) {
    #hero.hero_1 .left .top {
        padding: 60px 20px;
    }
    #hero.hero_1 .inner {
        flex-wrap: wrap;
    }
    #hero.hero_1 .right {
        display: none;
    }
    #hero.hero_1 .left {
        width: 100%;
        flex: auto;
    }
}
@media(max-width: 767px) {
    #hero.hero_1 .left h1,
    #hero.hero_1 .left h1 strong {
        font-size: 30px;
        line-height: 35px;
    }
    #hero.hero_1 .bottom_bar {
        flex-wrap: wrap;
    }
    #hero.hero_1 .left .bottom_bar .one {
        flex: auto;
        text-align: center;
        padding: 10px;
    }
    #hero.hero_1 .left .bottom_bar .two {
        width: 100%;
    }
    #hero.hero_1 .left .bottom {
        justify-content: center;
        padding: 0 0 240px;
    }
    #hero.hero_1 .left .top {
        padding: 20px 15px;
    }
    #hero.hero_1 .btn-enquire {
        display: flex;
    }
    #hero.hero_1 .left .btn {
        width: 100%;
        margin-top: 20px;
    }
}
/* =======================================================
Hero 2
=======================================================*/
#hero.hero_2 {
    position: relative;
}
#hero.hero_2 .bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    z-index: 1;
    background-size: cover;
}
#hero.hero_2 .inner {
    display: flex;
    z-index: 2;
    position: relative;
    padding: 0 90px 0 0;
}
#hero.hero_2 .right {
    flex-shrink: 0;
    z-index: 2;
}
#hero.hero_2 .left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 200px 140px 0 200px;
}

#hero.hero_2 .left .top {
    background: #FFF;
    padding: 50px;
}
#hero.hero_2 .left .tag,
#hero.hero_2 .left .tag a {
    color: #F0448E;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
}
#hero.hero_2 .left h1 {
    color: #0E4099;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
    /* 101.852% */
    margin: 20px 0 35px;
}
#hero.hero_2 .left h1 strong {
    color: #0E4099;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FF7FBA;
    text-decoration-thickness: 8.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#hero.hero_2 .left p {
    color: #192237;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 156.25% */
}
#hero.hero_2 .left .btn {
    width: 250px;
    margin-top: 30px;
}
#hero.hero_2 .btn-enquire {
    display: none;
}

@media(max-width: 1700px) {
    #hero.hero_2 .left {
        padding: 60px 100px 0 200px;
    }
}
@media(max-width: 1500px) {
    #hero.hero_2 .inner {
        padding: 0;
    }
    #hero.hero_2 .left {
        padding: 60px 20px 0;
    }
}
@media(max-width: 1200px) {

    #hero.hero_2 .inner {
        flex-wrap: wrap;
    }
    #hero.hero_2 .right {
        display: none;
    }
    #hero.hero_2 .left {
        width: 100%;
        flex: auto;
        padding: 20px;
    }
    #hero.hero_2 .btn-enquire {
        display: flex;
    }
    #hero.hero_2 .left .btn {
        width: 100%;
        margin-top: 20px;
    }
}
@media(max-width: 767px) {
    #hero.hero_2 .left h1,
    #hero.hero_2 .left h1 strong {
        font-size: 30px;
        line-height: 35px;
    }
    #hero.hero_2 .left .top {
        padding: 20px 15px;
    }
}
