/*
Theme Name: Landing
Author: Your Name
Version: 1.0
*/

:root {
    --height-standard: 600px;
    --main-color: #1a2235;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
    text-decoration: none;
    list-style: none;
}

html, body {
    margin: 0px;
    padding: 0px;
}



body *, html * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 


html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%; 
	-moz-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	color: var(--main-nav-color);
}

a, i {
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a > i {
    -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.w25 {
    width: 25%;
}


.w33 {
    width: 33.33333%;
}

.w50 {
    width: 50%;
}

.w66 {
    width: 66.66666%;
}

.fl {
    float: left;
}

.ptlg {
    padding-top: 50px;
}

.pblg {
    padding-bottom: 50px;
}

.ta-c {
    text-align: center;
}

.posr {
    position: relative;
}

.dis-n {
    display: none;
}

.tr {
    transition: ease 1s;
}

/* front page load */


.load {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 20;
    top: 0;
    left: 0;
}


.welcome-cont .inner {
    top: 1000px;
    transition: ease 1s;
    opacity: 0;
}

    .welcome-cont .inner.load-after {
        top: 0;
        opacity: 1;
    }

header h1 {
    left: -400px;
    opacity: 0;
    transition: ease 1.25s;
}

    header h1.load-after {
        left: 0;
        opacity: 1;
        position: relative;
    }

.main-nav {
    left: -400px;
    opacity: 0;
    transition: ease 1.5s;
    position: relative;
}

    .main-nav.load-after {
        left: 0;
        opacity: 1;
    }

.header-footer {
    left: -400px;
    opacity: 0;
    transition: ease 1.25s;
    position: relative;
}

    .header-footer.load-after {
        left: 0;
        opacity: 1;
    }

/*
*
* HEADER
*
*/

body {
    padding-left: 250px;
    padding-right: 100px;
}


header {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    width: 300px;
    padding: 0 50px;
}

    header h1 {
        font-size: 35px;
        line-height: 1.25em;
        padding-top: 50px;
        color: var(--main-color);
        float: left;
        text-align: center;
        width: 100%;
        position: relative;
    }

        header .menu li {
            float: left;
            font-size: 20px;
            padding: 20px 0;
            text-align: center;
            width: 100%;
        }

            header li a {
                color: var(--main-color);
                position: relative;
            }

            header li a::after {
                content: "";
                position: absolute;
                bottom: -5px;
                left: -15px;
                height: 2px;
                width: 0%;
                background: #1a2235;
                opacity: 0;
                transition:
                    width 0.4s ease,
                    opacity 0.4s ease;
                
            }

            header li.active a::after {
                content: "";
                position: absolute;
                bottom: -5px;
                left: -15px;
                height: 2px;
                background: #1a2235;
                transition:
                    width 0.4s ease,
                    opacity 0.4s ease;
                width: 80%;
                opacity: 1;
            }

            header li:hover a::after {
                width: 80%;
                opacity: 1;
            }

        .header-footer {
            bottom: 0;
            padding-bottom: 50px;
            text-align: center;
            width: 200px;
            font-size: 14px;
        }



/*
    BODY
*/

.welcome-cont {
    padding: 50px;
    display: table;
    width: 100%;
    height: var(--height-standard);
    padding-right: 0;
}

    .welcome-cont .inner {
        width: 100%;
        overflow: hidden;
        border-radius: 45px;
        background-image: url('./img/homepage.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        position: relative;
        height: calc(var(--height-standard) - 100px);
    }

        .welcome-cont h1 {
            font-size: 50px;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 0 0 50px 50px;
        }


        .welcome-cont h1.noview {
            bottom: -150px;
        }

        .welcome-cont h1.noview {
            bottom: -150px;
            opacity: 0;
            transition: all 1.5s ease;
        }

        .welcome-cont h1 {
            opacity: 1;
            transition: all 1.5s ease;
        }

.section {
    height: 100%;
    width: 50%;
    padding: 50px 50px 50px 0;
    position: absolute;
    opacity: 1;
    transition: all 1.5s ease;
    right: 0;
    bottom: 0;
}

.service-panel {
    position: absolute;
    opacity: 1;
    transition: all 1.5s ease;
    right: 0;
}

.noviewr {
    right: -125%;
    opacity: 0;
    transition: all 1.5s ease;
}

    .in {
        height: 100%;
        display: flex;
        justify-content: Center;
        flex-direction: column;
        padding-right: 25px;
        text-align: right;
    }

    .in p {
        font-size: 17px;
        margin: 15px 0;
    }

    .in a {
        color: #fff;
    }

    .in h6 {
        font-size: 18px;
        margin: 15px 0;
    }

.service-selection {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
}

.service-selection.noview {
    top: -200px;
    opacity: 0;
    transition: all 1s ease;
}

.service-selection {
    opacity: 1;
    transition: all 1.5s ease;
    z-index: 10;
}

    .service-selection li {
        font-size: 18px;
        margin-bottom: 15px;
        position: relative;
    }

    .service-selection li::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: -15px;
        height: 2px;
        width: 0%;
        background: #ffffff;
        opacity: 0;
        transition:
            width 0.4s ease,
            opacity 0.4s ease;
        
    }

    .service-selection li:hover::after {
        width: 40%;
        opacity: 1;
    }

    .service-selection li.selected::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: -15px;
        height: 2px;
        background: #ffffff;
        transition:
            width 0.4s ease,
            opacity 0.4s ease;
        width: 40%;
        opacity: 1;
    }

        header li:hover a::after {
            width: 100%;
            opacity: 1;
        }


    .service-selection li a {
        color: #fff;
    }

.service-panel {
    width: 100%;
    bottom: 0;
}

.service-content {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: Center;
    flex-direction: column;
    padding-right: 25px;
}

    .service-content h3 {
        font-size: 30px;
        text-align: right;
        padding-bottom: 25px;
    }

    .service-content p {
        text-align: right;
    }


/*
    BODY
*/

.footer {
    padding: 50px;
}

.footer .seca .inner {
        height: 100%;
        width: 100%;
        overflow: hidden;
        border-radius: 45px;
        background-image: url('./img/seca.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        position: relative;  
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }


.footer .inner.contact {
    width: 100%;
    overflow: hidden;
    border-radius: 45px;
    background-image: url('./img/footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(var(--height-standard) - 100px);
    color: white;
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .footer .contact {
        padding-left: 50px;
        font-size: 18px;
        text-align: center;
    }

    .footer h2 {
        color: #fff;
        font-size: 37px;
        line-height: 1em;
        top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer .sec-cont {
        padding-left: 25px;
    }

    .footer .contact p {
        padding-bottom: 25px;
        font-size: 16px;
    }

    .footer .contact a {
        color: #fff;
    }

footer {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    width: 100px;
    text-align: center;
}

    footer h2 {
        font-size: 22px;
        padding-bottom: 25px;
    }

    footer p, footer a {

        font-size: 13px;
    }

    .footer-linkedin {
        height: 20px;
        width: 20px;
    }

    footer p {
        opacity: 0;
    }

    .ft-1 {
        height: 100%;
    }

    .ft-2 {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        text-align: center;
    }

@media (max-width: 1350px) {    
    .section {
        width: 60%;
    }
}

@media (max-width: 1150px) {
    .pb-l {
        padding-bottom: 25px;
    }

    .pt-l {
        padding-top: 25px;
    }

    body {
        padding-left: 175px;
        padding-right: 75px;
    }

    header {
        width: 200px;
        padding: 0 25px
    }

    header h1 {
        padding-top: 25px;
    }

    .header-footer {
        width: auto;
        padding-bottom: 25px;
    }

    footer {
        width: 75px;
    }

    .welcome-cont {
        padding: 25px 0 25px 25px;
    }

    .welcome-cont .inner {
        height: calc(var(--height-standard) - 50px);
    }
}

@media (max-width: 1000px) {
    body {
        padding-right: 25px;
    }

    footer {
        display: none;
    }

    .welcome-cont h1.welcome {
        font-size: 50px;
        position: absolute;
        top: unset;
        right: unset;
        bottom: 0;
        left: 0;
        padding: 0 0 50px 50px;
    }


    .welcome-cont h1.welcome.noview {
        bottom: -150px;
    
    }

    .welcome-cont h1 {
        font-size: 50px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: unset;
        left: unset;
        padding: 35px 35px;
        line-height: 1em;
    }

    .welcome-cont h1.noview {
        right: -150px;
        opacity: 0;
        transition: all 1.5s ease;
    }

    .section {
        width: 100%;
        padding: 50px 50px 50px 50px;
    }

    .service-content h3 {
        font-size: 25px;
    }

    .service-selection li {
        font-size: 15px;
    }

    header .menu li {
        font-size: 20px;
    }

    .in h6 {
        font-size: 18px;
        margin: 15px 0;
    }

    .in p {
        font-size: 14px;
        margin: 15px 0;
    }

    .in {
        padding: 0;
        text-align: center;
    }

    .in img {
        display: inline-block;
    }

    .in p.email {
        padding-bottom: 50px;
        font-size: 14px;
    }

    .in p.copyright {
        font-size: 10px;
    }

    .welcome-cont h1 {
        font-size: 45px;
    }
}

@media (max-width: 850px) {
    .dis-n-m {
        display: none;
    }

    .dis-b-m {
        display: block;
    }

    header {
        width: 100%;
        height: 100px;
    }

        .logo a {
            display: table;
            margin: 0 auto;
        }

        header h1 {
            font-size: 22px;
        }
    body {
        padding: 0;
    }

    .welcome-cont {
        padding: 100px 25px 25px;
    }

        .welcome-cont .inner {
            height: calc(var(--height-standard) - 125px);
        }

    .welcome-cont .inner {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 25px;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }

    .welcome-cont h1.welcome {
        position: relative;
        padding: 0;
        text-align: center;
        font-size: 22px;
    }

    .mobile-menu {
        position: absolute;
        bottom: 0;
        color: #fff;
        padding: 35px;
        max-width: 400px;
        width: 100%;
        z-index: 10;
    }

        .mobile-menu ul {
            width: 100%;
            display: flex;
            overflow: hidden;
            justify-content: space-evenly;
        }

        .mobile-menu li {
            font-size: 16px;
        }

        .mobile-menu a {
            color: #fff;
        }
    .service-selection {
        left: unset;
        right: 0;
        width: 100%;
    }

    .service-selection.noview {
        top: 0;
        right: -100%;
    }

    /* load transition */

    .welcome-cont .inner {
        top: 1000px;
        transition: ease 1s;
        opacity: 0;
    }

        .welcome-cont .inner.load-after {
            top: 0;
            opacity: 1;
        }

    header h1 {
        left: unset;
        top: -200px;
        opacity: 0;
        transition: ease 1.25s;
    }

        header h1.load-after {
            top: 0;
            left: 0;
            opacity: 1;
            position: relative;
        }

    .main-nav {
        left: -400px;
        opacity: 0;
        transition: ease 1.5s;
        position: relative;
    }

        .main-nav.load-after {
            left: 0;
            opacity: 1;
        }

    .header-footer {
        left: -400px;
        opacity: 0;
        transition: ease 1.25s;
        position: relative;
    }

        .header-footer.load-after {
            left: 0;
            opacity: 1;
        }
}

@media (max-width: 500px) and (max-height: 875px) {

    .service-selection {
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .service-selection li {
        float: left;
    }    
}

@media (max-width: 500px) {
    header {
        padding: 0 15px;
    }
    .welcome-cont .inner {
        height: calc(var(--height-standard) - 30px);
    }

    header h1 {
        float: left;
        text-align: left;
        padding-top: 35px;
        padding-left: 25px;
        color: #fff;
    }

    .logo a {
        display: block;
        margin: unset;
    }

    .welcome-cont {
        padding: 15px;
    }

    .mobile-menu {
        padding: 25px 0px;
        z-index: 10;
    }

    .section {
        width: 100%;
        padding: 25px 25px 50px;
    }

    .welcome-cont h1 {
        font-size: 30px;
        width: 100%;
        text-align: right;
    }

    .in {
        padding-top: 50px;
    }

    .in p {
        font-size: 12px;
    }

    .service-content {
        padding: 0;
    }

    .service-panel {
        padding-bottom: 25px;
    }

    .service-selection {
        padding-top: 100px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 0;
    }

    .service-selection li::after, .service-selection li.selected::after {
        left: 0;
    }
    


}