﻿/*----------------------------------------------------
' Package: IGC
' Version: 1.0
' Date Created: 07-03-2018
' Last Modified: 16-03-2018
' Authors: LeLaboDigital <info@lelabodigital.com>
----------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #252525;
    font-family: 'IBM Plex Sans', 'Times New Roman';
    font-size: 16px;
    line-height: 21px;
}

header {
    background-color: transparent;
    color: #ffffff;
    height: 100vh;
    padding-top: 20px;
}

header a {
    color: #ffffff;
    font-size: 20px;
}

header a:hover { color: #d7a251; }

p, ol { line-height: 30px; }

#hero-image {
    background: url("../images/main.jpg") no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

#hero-text {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section { background-size: cover; }

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
    font-family: 'IBM Plex Sans', 'Times New Roman';
    font-weight: 700;
}

@media (min-width: 991px) {
    .h1, h1 { font-size: 1.5rem; }

    .h2, h2 { font-size: 1.2rem; }

    .h3, h3 { font-size: 1rem; }

    .h4, h4 { font-size: 0.9rem; }
}

h1.h1-title-hero {
    -ms-transform-origin: 50% 50% 0px;
    -o-transition: none;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-origin: 50% 50% 0px;
    -webkit-transition: none;
    border-width: 0px;
    color: rgb(255, 255, 255);
    font-family: 'Raleway', sans-serif;
    font-size: 68px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 78px;
    margin: 0px;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    padding: 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    transition: none;
    white-space: nowrap;
    z-index: 5;
}

/*h1.h1-title-hero:after {
        content: "";
        color: #fff;
        width: 32%;
        position: absolute;
        bottom: 0;
        border-bottom: solid 4px #fff;
        left: 0;
        right: 0;
        text-align: center;
        margin-bottom: -16px;
        margin-left: auto;
        margin-right: auto;
    }*/

h2.h2-title {
    color: #0d004c;
    letter-spacing: 2px;
    line-height: 46px;
    margin-bottom: 20px;
    text-align: center;
}

h2.h2-title:after {
    border-bottom: solid 4px #0d004c;
    bottom: 0;
    color: #0d004c;
    content: "";
    left: 0;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100px;
}

h3.h3-title {
    color: #0d004c;
    letter-spacing: 2px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}

h4.h4-title {
    color: #0d004c;
    text-align: center;
}

p.testimonial-text {
    color: #0d004c;
    font-family: 'IBM Plex Sans', 'Times New Roman';
    text-align: center;
    font-weight: 700;
}

.custom-content-max-height {
    max-height: 320px;
    padding-right: 30px;
}

#bg-contact {
    background: url("../images/contact.jpg") no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

#bg-testimonials {
    background: url(../images/testimonials.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - (2 * (66px + 6rem)));
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

/*Fix with respect to height of screen*/

@media (max-height: 700px) {
    #bg-testimonials { height: calc(100vh - (2 * (66px + 3rem))); }

    .my-contact-custom { margin-bottom: 10px !important; }
}

.testimonial-container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 60px;
}

.container-inner {
    background-color: #fff;
    bottom: -100vh;
    left: 0;
    min-height: 90vh;
    padding: 20px 0 60px 0;
    position: absolute;
}

.row + .row { margin-top: 1rem; }

footer {
    background-color: #252525;
    bottom: 0px;
    color: #d7d7d7;
    left: 0px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    width: 100%;
}

footer a { color: #868e96; }

div [class^="col-"] { /*border: solid 1px blue;*/ }

.btn-primary {
    background-color: #0d004c;
    border-color: #0d004c;
}

.btn-primary:hover {
    background-color: #d7a251;
    border-color: #d7a251;
}

.parallax {
    /*box-shadow: inset 0px -2px 4px -2px rgba(24, 24, 24, 0.68), inset 0px 2px 4px -2px rgba(24, 24, 24, 0.68);*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    width: 100%;
}

.parallax.scroll { background: transparent; }


@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    body { font-size: 13px; }

    .h1, h1 { font-size: 1.5rem; }

    .h2, h2 { font-size: 1.2rem; }

    .h3, h3 { font-size: 0.9rem; }

    .h4, h4 { font-size: 0.7rem; }

    section { padding: 40px 0; }

    .img-logo { width: 200px; }

    .h1, h1 { font-size: 1.5rem; }

    #bg-testimonials { height: 100vh; }

    footer {
        padding: 0;
        position: relative;
    }

    .custom-content-max-height {
        max-height: 100%;
        padding-right: 0;
    }

    .container-inner { top: 0px; }
}

@media (max-width: 767px) {
    body { font-size: 12px; }

    footer { padding: 0; }

    h1.h1-title-hero {
        font-size: 40px;
        line-height: 50px;
    }

    .testimonial-container {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px 30px;
    }
}

@media (max-width: 575px) {
    body { font-size: 14px; }

    h1.h1-title-hero {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 534px) {
}

a { color: #252525; }

a:hover {
    color: #d7a251;
    text-decoration: none;
}

/* Carousel Home (#carousel-home) */

#carousel-home .carousel-title {
    color: #0d004c;
    font-size: 20px;
    left: 0px;
    padding-left: 4px;
    position: relative;
    text-transform: uppercase;
    top: 0px;
}

#carousel-home .carousel-title::before {
    background-color: #0d004c;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: -3rem;
    position: absolute;
    top: calc(50% - (2px / 2));
    width: 2.5rem;
}

#carousel-home .carousel-text {
    color: #0d004c;
    font-size: 13px;
    line-height: 17px;
    padding-left: 4px;
    text-transform: uppercase;
}

#carousel-home .carousel-indicators li {
    background: #0d004c;
    border: solid 2px #0d004c;
    border-radius: 10px;
    color: #0d004c;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 12px;
    line-height: 10px;
    margin-right: 12px;
    text-decoration: none;
    text-indent: -9999px;
    width: 12px;
}

#carousel-home .carousel-indicators { bottom: 5%; }

@media (max-width: 767px) {
    #carousel-home .carousel-indicators { bottom: 0; }
}

#carousel-home .carousel-indicators .active {
    background: #d7a251;
    border: solid 2px #d7a251;
    color: #d7a251;
    opacity: 1;
}

/* End of Caoursel */

/* Menu List and List Items */

.menu-list {
    left: 0px;
    list-style: none;
    padding: 0px;
    position: absolute;
    top: calc(100vh - 72px);
    z-index: 100;
}

.menu-item {
    -ms-transform: translateY(0px);
    -o-transition: transform 0.2s ease-in-out;
    -webkit-transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    background-color: #0d004c;
    left: 0px;
    position: relative;
    top: 0px;
    transform: translateY(0px);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.menu-item img { max-width: 36px; }

.menu-item h5 {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.menu-separator {
    background-color: #0d004c;
    left: 0px;
    min-height: 100%;
    min-width: 2px;
    pointer-events: none;
    position: relative;
    top: 0px;
}

.menu-separator::after {
    background-color: #FFFFFF;
    content: "";
    height: 60%;
    left: 0px;
    position: absolute;
    top: 20%;
    width: 2px;
}

@media screen and (min-width: 991px) and (min-height: 580px) {
    .section.fp-section.active:nth-child(1) ~ .menu-list .menu-item:hover {
        -ms-transform: translateY(-48px);
        -webkit-transform: translateY(-48px);
        transform: translateY(-48px);
    }

    .section.fp-section.active:nth-child(2) ~ .menu-list .menu-item:hover {
        -ms-transform: translateY(calc(100% - 48px));
        -webkit-transform: translateY(calc(100% - 48px));
        transform: translateY(calc(100% - 48px));
    }
}

@media screen and (max-width: 991px) {
    .menu-list {
        top: calc(100vh - 93px);
        top: 100vh;
    }

    .menu-item {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }

    .menu-item img { max-width: 28px; }

    .menu-item h5 { font-size: 12px; }
}

/* End of Menu List and List Items */

/*Contact form*/

#form-container {
    margin: 0 auto;
    max-width: 400px;
    text-align: left;
    width: 100%;
}

@media screen and (max-width: 991px) {
    #form-container { max-width: 300px; }
}

/*End of contact form*/

.findus-row { min-height: 50vh; }

    .findus-row p {
        color: #0d004c;
        font-family: 'IBM Plex Sans';
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

.findus-row span {
    font-size: 20px;
    margin-right: 1rem;
}

@media (max-width: 767px) {
    .findus-row span { font-size: 16px; }
}

.overflow-hidden { overflow: hidden; }

.overflow-y-hidden { overflow-y: hidden; }

/* Recaptcha */

.g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
    position: inherit;
    right: inherit;
}

.g-recaptcha {
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media screen and (max-height: 580px) {
    .section.fp-section { height: auto !important; }

    .section-container { margin-bottom: 5rem; }

    .footer-section { padding-bottom: 5rem; }

    .about-section { margin-top: 8rem; }

    .about-section .fp-tableCell { height: auto !important; }

    .about-section .fp-slides { overflow: visible; }

    .about-section .fp-slidesContainer { padding-bottom: 2rem; }

    .carousel-indicators { bottom: -4rem !important; }

    #bg-contact {
        height: auto;
        min-height: 100vh;
    }

    #bg-testimonials { height: 100vh; }

    .container-inner {
        bottom: 0px;
        position: relative;
        top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .section.fp-section { height: auto !important; }

    .section-container { margin-bottom: 5rem; }

    .footer-section { padding-bottom: 5rem; }

    .about-section { margin-top: 8rem; }

    .about-section .fp-tableCell { height: auto !important; }

    .about-section .fp-slides { overflow: visible; }

    .about-section .fp-slidesContainer { padding-bottom: 2rem; }

    .carousel-indicators { bottom: -4rem !important; }

    #bg-contact {
        height: auto;
        min-height: 100vh;
    }

    #bg-testimonials { height: 100vh; }

    .container-inner {
        bottom: 0px;
        position: relative;
        top: 0px;
    }
}

#map {
    height: 100%;
    min-height: 350px;
    width: 100%;
}

ul.list-unstyled li { margin-bottom: 0.5rem; }

.footer-title {
    color: #0d004c;
    font-size: 16px;
}