/*
 Theme Name:   LG Headless
 Description:  LG Headless
 Author:       Keiran Martin
*/

:root {
    --yellow: #F4BF00;
    --darkBlue: #13224F;
    --white: #fff;
}
 
html {
    scroll-behavior: smooth;
}

.skip-link {
    background: #319795;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
  }

.mega-close{
    display: none !important;
}

/*----------------------------
CONTENT
----------------------------*/
#content{
    margin-top: 123px;
}

@media(max-width:1200px){
    #content{
        margin-top: 80px;
    }
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Open Sans', sans-serif;
}
 
.grecaptcha-badge {
    bottom: 90px !important;
    }
html {
    scroll-behavior: smooth;
}
.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
  }
.skip-link {
    background: #319795;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.wp-video, video{
    max-width: 100% !important; 
    display: block;
    margin: 50px auto;
}
.align-left{
    margin: 50px 0;
}

.skip-link:focus {
    transform: translateY(0%);
}

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}



/*--------
Global
--------*/
.f-white{
    color: #fff!important;
}

.bg-blue{
    background: #152554;
}

.alt-font{
    font-family: 'Open Sans', sans-serif;
}

.relative{
    position: relative;
}

.line{
    position: absolute!important;
    top: 0!important;
    left: -20px!important;
    width: 2px!important;
    height: 100%!important;
    background: linear-gradient(180deg, #F4BF00 0%, #EEBB00F4 33%, #F3BE0100 100%)!important;
}

.sub{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 4.7px;
}

.tickBG{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    z-index: -1;
}

section{
    z-index: 0;
}
/*----------------------------
BODY / FONTS
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
----------------------------*/
body{
    position: relative;
    z-index: 0;
    font-family: 'Open Sans', sans-serif;
    color: #252E48;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

small{
    font-size: 14px;
}

.xl-header,
h1{
    font-size: 50px;
    line-height: 52px;
    font-weight: 600;
}

.lg-header,
h2{
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
}

.md-header,
h3{
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
}

.sm-header,
h4{
    font-size: 30px;
    line-height: 37px;
}

.xsm-header,
h5{
    font-size: 25px;
    line-height: 30px;
}

.subtitle{
    font-size: 20px;
    line-height: 30px;
}

.meta{
    font-size: 13px;
    font-weight: 15px;
}

a{
    color: blue;
    transition: .3s all ease;
}

a:hover{
    color: #F4BF00!important;
    transition: .3s all ease;
}



/*----------------------------
FOOTER
----------------------------*/
footer .contact a{
    color: #fff;
}

footer .contact{
    margin-bottom: 30px;
}

footer .social a{
    color: #fff;
    text-decoration: none;
}

footer .social i{
    margin-right: 10px;
}

footer .date p{
    margin: 50px 0 0
}

footer{
    padding: 50px 0 10px;
    background: #172245!important;
}
footer ul{
    list-style: none;
    padding: 0;
}
footer ul a{
    color: #fff;
}
/*----------------------------
BUTTONS
----------------------------*/
.btn-yellow{
    background: #F4BF00;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    width: 250px;
    padding: 10px;
}

.btn-yellow:hover{
    background: #252E48;
    color: #F4BF00;
}

.btn-blue{
    width: 250px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #FFFFFF;
    padding: 10px;
}

.btn-blue:hover{
    background: #fff;
    color: #252E48!important;
}

@media(max-width:576px){
    .btn{
        width: 100%;
    }
}
/*----------------------------
HERO
----------------------------*/
#hero .btn-yellow{
    margin-right: 10px;
}
   
@media(max-width:576px){
    #hero .btn-yellow{
        margin-bottom: 20px;
        margin-right: 0;
    }
}
/*----------------------------
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;
}

#pagination ul a{
    color: #252E48!important;
    text-decoration: none;
}

#pagination ul a:hover{
    color: #F4BF00!important;
}
#pagination > ul > li{
    display: none;
}

#pagination > ul > li.show{
    display:block !important;
}
#pagination > ul > li.show a{
    color: #000 !important;
}

#pagination > ul > li:nth-child(1),#pagination > ul > li:nth-last-of-type(1){
    display: block;
}

#pagination > ul > li:nth-child(1)::after{
    content: '...';
    margin-left: 10px;
}

#pagination > ul > li:nth-last-of-type(1)::before{
    content: '...';
    margin-right: 10px;
}

/*----------------------------
Articles
----------------------------*/

#articles{
    background: #172245;
    padding: 100px 0;
}

#articles .sub{
    color: #fff;
    margin-bottom: 20px
}

#articles h2{
    text-align: center;
    color: #fff;
    margin-bottom: 40px
}

#articles img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

#articles .inner{
    background: #fff;
}

#articles .content{
    padding: 20px;
}

#articles .title{
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0;
    min-height: 102px;
}

#articles .btn{
    width: 100%;
    border-radius: 0;
}

#articles .view{
    text-align: center;
    margin-top: 50px;
}

#articles .view a{
    color: #F4BF00;
    font-weight: 300;
    text-decoration: none;
}

#articles .view a:hover{
    color: #fff!important;
}
.defaultFI{
    border-bottom: 1px solid #C9C9C9!important;
}
/*--------------
Why
--------------*/

#why{
    padding: 150px 0;
}

#why .sub{
    text-align: left;
    margin-bottom: 20px;
}

#why .click{
    margin-top: 50px
}

#why h3{
    font-weight: 400;
}

#why ul{
    list-style-type: none;
    padding-left: 0;
}

#why li{
    margin-bottom: 20px;
}

#why .row{
    align-items: center;
}

#why li{
    display: flex;
    align-items: center;
}

#why li img{
    width: 33px;
    height: 26px;
}

#why .icon{
    margin-right: 20px;
}

/*--------------
Contact Section
--------------*/

#contactSection{
    padding: 100px 0;
}

#contactSection .sub{
    text-align: left;
    margin-bottom: 20px;
}

#contactSection .formRow{
    display: flex;
    justify-content: space-between;
}

#contactSection .input{
    width: 49%;
}
#contactSection .left{
    padding-right: 50px;
}
#contactSection .right{
    padding-left: 50px;
}
@media(max-width: 1200px){
    #contactSection .left{
        padding-right: 0;
        padding: 0 15px;
    }
    #contactSection .right{
        padding-left: 0;
        padding: 0 15px;
    }
}
/*--------------
Testimonials
--------------*/

#testimonials{
    padding: 100px 0;
}

#testimonials h2{
    margin-bottom: 50px;
}

#testimonials .inner{
    border: 1px solid #F4BF00;
    border-radius: 5px;
    padding: 20px;
}

#testimonials .content{
    margin-bottom: 50px
}

#testimonials .name{
    font-weight: 700;
    font-size: 25px;
    text-align: right
}

#testimonials .job{
    font-size: 16px;
    font-weight: 700;
    text-align: right
}

#testimonials .inner img{
    width: 45px;
    height: 33px;
}

#testimonials .icon{
    margin-bottom: 20px
}

#testimonials .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

#testimonials .bottom img{
    width: 120px
}
#testimonials .logo-478{
    width: 120px !important;
    height: 15px !important;
}
#testimonials .logo-470{
    width: 120px !important;
    height: 57px !important;
}
#testimonials .logo-472{
    width: 90px !important;
    height: 90px !important;
}
#testimonials .company{
    font-size: 20px;
}
/*--------------
Faq
--------------*/

#faq{
    padding: 100px 0;
}

#faq .row{
    align-items: center;
}

#faq img{
    width: 450px;
    height: 468px;
    margin: 0 auto;
    display: block;
}

#faq .sub{
    text-align: left;
    margin-bottom: 20px;
}

#faq h2{
    margin-bottom: 30px;
}

#faq .accordion-button:not(.collapsed){
    color: #252E48;
    background: transparent;
    box-shadow: none;
}

#faq .accordion-button p{
    margin: 0;
}

#faq .accordion-button{
    padding: 0;
    color: #252E48;
    padding-bottom: 20px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

#faq .accordion-item{
    border: none;
    border-bottom: 1px solid rgba(112,112,112, 0.31);
    margin-bottom: 20px;
}

#faq .accordion-body{
    padding: 1rem 1.25rem 1rem 0;
}

@media(max-width:576px){
    #faq img{
        width: 344px;
        height: 358px;
        max-width: 100%;
    }
}