html,
body {
    margin: 0 !important;
    padding: 0 !important;
}
 
html {
    scroll-behavior: smooth;
}
footer h4{
    color: #fff;
}
.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;
}
#consent{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #7AB82F;
    padding: 30px;
    display: flex;
    color: #fff;
}
#consent .text{
    width: 70%;
}
#consent .buttons{
    width: 30%;
    display: flex;
    justify-content: center;
}
#consent .btn{
    width: 40%;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#consent .btn-holo{
    color: #fff;
    border-color: #F39200;
    background: transparent;
    font-weight: 600;
    border-width: 2px;
}
#consent .btn-green{
    color: #fff;
    border-color: #F39200;
    background: #F39200;
    font-weight: 600;
    border-width: 2px;
}


@media(max-width: 1200px){
    #consent .text{
        width: 100%;
    }
    #consent .buttons{
        width: 100%;
        margin-top: 20px;
    }
    #consent{
        flex-direction: column;
    }
}
/*----------------------------
BODY / FONTS
font-family: 'Poppins', sans-serif;
----------------------------*/
body{
    position: relative;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    color: #272727;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

small{
    font-size: 14px;
}

h1,
.xl-header{
    font-size: 50px;
    line-height: 54px;
}

h2,
.lg-header{
    font-size: 24px;
    line-height: 28px;
}

h3,
.md-header{
    font-size: 20px;
    line-height: 23px;
}

.sm-header,
h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}


a{
    color: #fff;
    transition: .3s all ease;
}


/*----------------------------
GLOBAL
----------------------------*/

.f-green{
    color: #7AB82F!important;
}

.f-orange{
    color: #F39200!important;
}
.dark-text{
    color: #292023;
}
.grey-text{
    color: #696969;
}
.green-text{
    color: #7AB82F;
}
h2{
    font-size: 36px;
    font-weight: 600;
}
h3{
    font-size: 25px;
    font-weight: 500;
}
.f20{
    font-size: 18px;
}
.btn::after{
    content: '';
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f101";
    margin-left: 20px;
}
/*----------------------------
NAV
----------------------------*/
#nav{
    height: 115px
}

#nav .container-fluid{
    padding: 0 140px;
}

#nav .row{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 115px;
}

#nav .click{
    display: flex;
    justify-content: flex-end;
}

#nav .logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    height: fit-content;
}

#alert{
    background: #7AB82F;
    padding: 12px 0;
}

#alert .container-fluid{
    padding: 0 70px
}

#alert .contact,
#alert .social{
    display: flex;
    align-items: center;
}

#alert a{
    margin-right: 20px;
    text-decoration: none;
}

#alert a:hover{
    color: #000;
}

#alert .location{
    color: #fff;
}

#alert .social{
    justify-content: flex-end;
}

#alert .social p{
    color: #fff;
    margin-right: 20px;
}

@media(max-width:991px){
    #nav .container-fluid{
        padding: 0 50px;
    }
}

@media(max-width:767px){
    #nav .logo{
        left: 0;
        transform: translateX(0);
    }
}

@media(max-width:576px){
    #nav .click{
        display: none;
    }
    #nav .logo{
        left: 50%;
        transform: translateX(-50%);
    }
}

/*----------------------------
FOOTER
----------------------------*/
footer{
    background: transparent linear-gradient(180deg, #323D45 0%, #14212B 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

footer .container-fluid{
    padding: 50px 100px 20px
}

footer .usefulList{
    column-count: 2;
}

footer .usefulList li::marker{
    color: #7AB82F;
}

footer .socials a{
    margin-right: 20px;
    font-size: 20px;
}

footer a:hover{
    color: #7AB82F!important
}

footer .block{
    display: flex;
    margin-bottom: 20px;
}

footer .left{
    padding-right: 50px;
}

footer .icon{
    margin-right: 10px;
}

footer .icon i{
    color: #7AB82F;
    font-size: 25px;
}

footer a{
    text-decoration: none;;
}

footer hr{
    border: 1px solid #000000;
    margin: 30px 0;
}

@media(max-width:1200px){
    footer .left{
        padding: 0;
    }
}

@media(max-width:767px){
    footer .container-fluid{
        padding: 0 15px;
    }
}
/*----------------------------
BUTTONS
----------------------------*/
.btn-hero{
    background: #F39200;
    color: #fff;
    box-shadow: 0px 5px 9px #F392003C;
    border-radius: 4px;
    padding: 10px;
}

.btn-main{
    background: #F39200;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    font-weight: 600
}

/*----------------------------
HERO
----------------------------*/

#hero{
    position: relative;
    z-index: 0;
    padding: 200px 0;
}

#hero::before{
    position: absolute;
    background: #000;
    opacity: .5;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#hero .subtitle p{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

#hero .content p{
    color: #fff;
    font-size: 22px;
}
#hero h1{
    font-weight: 600;
}
#hero .btn{
    margin-top: 20px;
}
@media(max-width: 767px){
    #hero{
        padding: 100px 0;
    }
}
@media(max-width: 576px){
    #hero{
        padding: 50px 0;
    }
    #hero .content p{
        font-size: 16px;
    }
    #hero .subtitle p{
        font-size: 18px;
    }
    #hero h1{
        font-size: 40px;
    }
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
HOW
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#how{
    padding: 100px 0;
}
#how img{
    margin-bottom: 30px;
}
#how p{
    padding: 0 20px;
}
#how h2{
    margin-bottom: 50px;
}
@media(max-width: 556px){
    #how{
        padding: 50px 0;
    }
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
QUALIFYING
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#qualifying{
    background: #FBFCF7;
    padding: 50px;
}
#qualifying img{
    width: 100%;
}
#qualifying .right{
    padding: 20px 50px;
}
#qualifying li img{
    width: 20px;
    margin-right: 15px;
}
#qualifying ul{
    list-style: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top: 40px;
}
#qualifying li{
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#qualifying .btn{
    margin-top: 20px;
}
#qualifying span{
    display: block;
    line-height: 25px;
    position: relative;
    bottom: 2px;
}
@media(max-width: 1200px){
    #qualifying .left img{
        width: 300px;
        display: block;
        margin: 0 auto 50px;
    }
}

@media(max-width: 991px){
    #qualifying ul{
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    }
    #qualifying .right {
        padding: 20px 0;
    }
    h2{
        font-size: 30px;
    }
    .f20{
        font-size: 17px;
    }
}
@media(max-width: 576px){
    #qualifying .left img{
        width: 100%; 
    }
    .btn{
        width: 100%;
    }
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
FORM
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
 #form{
    background: transparent linear-gradient(180deg, #94D841 0%, #7AB82F 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0;
    color: #fff;
}
#form h2{
    font-weight: 600;
    color: #fff;
}
#form label{
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}
#form input, #form select{
    border-radius: 4px;
    padding: 10px 10px;
    box-shadow: 0px 9px 10px #00000014;
    border: 1px solid #E8E8E8;
}
#form .input{
    margin: 10px 0;
}
#form select{
    width: 100%;
    color: #696969
}


@media(max-width:1200px){
    #form input, #form select{
        margin: 5px 0;
    }
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
SERVICES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#services{
    padding: 100px 0 50px;
}
#services h2{
    margin-bottom: 30px;
}
#services .inner{
    margin: 40px 0;
    background: #fff;
    box-shadow: 0px 9px 10px #00000019;
    border-radius: 4px;
}
#services img{
    width: 100%;
}
#services .bottom{
    padding: 20px;
}
#services p{
    min-height: 144px;
}
@media(max-width: 556px){
    #services{
        padding: 50px 0 20px;
    }
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ACCREDITATIONS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#accreditations{
    background: #FBFCF7;
    padding: 100px 0;
}
#accreditations h2{
    margin-bottom: 60px;
}

#accreditations .inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 556px){
    #accreditations{
        padding: 50px 0;
    }
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ALERT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#alert .inner{
    display: flex;
    justify-content: space-between;
}


@media(max-width: 1300px){
    #alert .inner{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width: 991px){
    #alert{
        display: none;
    }
}
@media(max-width: 767px){
    #alert .container-fluid{
        width: 100%;
        padding: 0 10px;
    }
}