html, body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    width: 100%;
}

main {
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    position: relative;
    z-index: 1000;
    background: #fff;
    margin-bottom: 455px;
    box-shadow: rgba(0, 0, 0, .2) 0 -10px 65px 25px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 455px;
    z-index: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

/*

 * @THANKS

 * container

 */

.thanks-container {
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

/**
*   .nav-container
**/

.navbar img {
    height: 70px;
    width: auto;
}

.navbar.mobile .nav-link {
    color: #FFB511;
}

.navbar {
    color: #FFB511;
    background-color: #333333;
}

.navbar .nav-item .nav-link {
    color: #FFB511;
    cursor: pointer;
}

.navbar .nav-item .nav-link:hover {
    color: #fff;
}

.navbar .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FFB511;
    transition: width .3s;
}

.navbar .nav-link:hover::after {
    width: 100%;
}

/**
*   .welcome-container
**/

video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.welcome-container .btn, .welcome-container .btn:hover, .welcome-container .btn:focus {
    border-radius: 0;
    color: #333333;
    font-size: 15px;
    background-color: #FFB511;
    border-color: #FFB511;
}

.video-text-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 15px;
    margin-top: 150px;
    left: -15px;
    bottom: 25px;
    z-index: 5;
    position: absolute;
}

.custom-h1 {
    color: #FFB511;
    font-size: 1.8rem;
}

.custom-h1:nth-child(2) {
    font-size: 30px;
}

.main-header {
    font-size: 17px;
}

.welcome-container {
    position: relative;
}

.welcome-container .content {
    height: 100vh;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px;
    color: #fff;
}

.welcome-container .content button {
    pointer-events: none;
}

.welcome-container::after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    position: absolute;
    content: '';
    width: 100vw;
    display: block;
    height: 260px;
    bottom: 0
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(60px);
    }
}

svg #wheel {
    animation: scroll ease 2s infinite;
}

/**
*   .services-container
**/

.services-container {
    position: relative;
}

.ch-wrapper {
    height: 85px;
    margin-bottom: 25px;
}

.card-header.custom, .card-header.custom p {
    height: 100%;
}

.right-bubble {
    position: absolute;
    bottom: -155px;
    height: 300px;
    width: 275px;
    right: -12px;
    z-index: 99;
}

.bubbles {
    position: absolute;
    height: 400px;
    width: 370px;
    right: -30px;
    z-index: 95;
    background-position: center;
    background-size: cover;
}

.first-bubble {
    top: -50px;
    background-image: url("assets/images/BUBBLE_1.svg");
    animation-name: rotate-anim;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

@keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(-15deg) scale(1.1);
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0deg);
    }
}

.text-content {
    position: relative;
    z-index: 100;
    padding-top: 35px;
}

.text-content h6 {
    margin-top: 12px;
}

.text-content p {
    font-size: 12px;
}

.skype-wrapper {
    position: relative;
    z-index: 100;
}

.skype-wrapper img {
    position: absolute;
    right: 50px;
    top: 60px;
    width: 65px;
    height: 65px;
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.btn-primary-custom {
    background-color: #FFB511;
}

@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.services-content h3::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90px;
    padding-top: 10px;
    border-bottom: 2px solid #FFB511;
}

.services-content {
    width: 100vw;
    text-align: center;
    margin: 100px 0;
}

.services-content .flow {
    position: absolute;
    top: 365px;
    left: -30px;
    width: 1200px;
}

.card-text {
    transition: 1s;
}

.step-1 {
    position: absolute;
    bottom: 120px;
    left: -30px;
    width: 40px;
    height: 40px;
    background-image: url("assets/images/Passo_1.svg");
}

.step-1:hover {
    background-image: url("assets/images/Passo_1_1.svg");
}

.step-2 {
    position: absolute;
    top: 430px;
    left: 302px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background-image: url("assets/images/Passo_2.svg");
}

.step-2:hover {
    background-image: url("assets/images/Passo_2_1.svg");
}

.step-3 {
    position: absolute;
    top: 440px;
    left: 575px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background-image: url("assets/images/Passo_3.svg");
}

.step-3:hover {
    background-image: url("assets/images/Passo_3_1.svg");
}

.step-4 {
    position: absolute;
    top: 350px;
    right: -32px;
    width: 40px;
    height: 40px;
    background-image: url("assets/images/Passo_4.svg");
}

.step-4:hover {
    background-image: url("assets/images/Passo_4_1.svg");
}

.passo-1 svg:hover, .passo-2 svg:hover, .passo-3 svg:hover, .passo-4 svg:hover {
    fill: #fff;
}

.services-content .card {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    border: 0;
}

.services-content .card-header {
    border: none;
}

.services-content .card-header::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 20%;
    border-bottom: 2px solid #FFB511;
}

.services-content .card-header::after:hover {
    border-bottom: 2px solid #fff;
}

.smooth-card-transition {
    height: 100%;
    transition: 0.5s all;
}

.services-content .smooth-card-transition:hover {
    background-color: #FFC85A;
}

.services-container .card-header {
    background-color: transparent;
}

.services-content .card img {
    height: 150px;
    width: 100%;
}

/**
* .aboutus-container
**/

.aboutus-container {
    padding-top: 100px;
}

.aboutus-container .text-background {
    height: 100%;
    width: 100%;
    color: #fff;
    background-image: url("assets/images/aboutus.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.aboutus-container h3::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90px;
    padding-top: 10px;
    border-bottom: 2px solid #FFB511;
}

.aboutus-container .description-text, .aboutus-container .text-background {
    display: table;
    text-align: left;
}

.text-background .text-wrapper, .aboutus-container .text-background {
    display: table-cell;
    vertical-align: middle;
}

.list-wrapper {
    list-style: none;
}

.future-plan-wrapper {
    margin-top: 100px;
}

.img-wrapper {
    display: block;
    height: 200px;
}

.img-wrapper img {
    height: 100%;
}

.card-content-wrapper {
    height: 350px;
}

.proposal-wrapper, .projects-wrapper {
    height: 450px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    border: 0;
}

.proposal-wrapper p, .projects-wrapper p {
    color: #000;
}

.proposal-wrapper img, .projects-wrapper img {
    max-width: 40%;
    margin: 0.5rem auto 2rem auto;
}

.bubble-wrap {
    position: relative;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.second-bubble {
    top: 150px;
    right: -55px;
    background-image: url("assets/images/BUBBLE_1.svg");
    animation-name: rotate-anim;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

.bubble-wrap a {
    transform: inherit;
}

.eeef-logo {
    top: 210px;
    right: 50px;
    height: 125px;
    width: 195px;
    transform: inherit;
    background-image: url("assets/images/EEEF_LOGO.svg");
}

.bubble-container h4.bubbles {
    position: absolute;
    top: -285px;
    height: inherit;
    width: inherit;
    right: -55px;
    z-index: 95;
    background-position: center;
    background-size: cover;
    transform: rotate(270deg);
}

.graph {
    max-height: 350px;
}

.team-container {
    position: relative;
    padding-top: 100px;
}

.team-container h3::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90px;
    padding-top: 10px;
    border-bottom: 2px solid #FFB511;
}

.contact-container h3::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90px;
    padding-top: 10px;
    border-bottom: 2px solid #FFB511;
}

.custom-card-header {
    font-size: 25px;
}

.custom-card-header::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 20%;
    padding-top: 5px;
    border-bottom: 2px solid #FFB511;
}

.custom-card-body {
    height: 100px;
    background-color: #FFB511;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 1s;
}

.contact-container {
    padding-top: 100px;
    position: relative;
}

.contact-us-wrapper {
    position: relative;
}

.contact-us-wrapper h3 {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 400px);
}

.sun-wrapper, .clouds-wrapper {
    position: absolute;
}

.sun-wrapper {
    top: 10px;
    left: 250px;
}

.clouds-wrapper {
    top: 25px;
    z-index: 1;
    -webkit-animation: cloud_movement 60s linear infinite;
    /* Safari 4.0 - 8.0 */
    animation: cloud_movement 60s linear infinite;
}

.clouds-wrapper img {
    height: 150px;
    width: auto;
}

.sun-wrapper img {
    height: 125px;
    width: auto;
}

.sky {
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    height: 225px;
}

.arrow-wrapper img {
    width: 200px;
}

.pannels-wrapper {
    width: 350px;
    height: auto;
    position: absolute;
    right: 50px;
    bottom: 10px;
}

.copyright-container {
    background-color: #333333;
    color: #fff;
}

.copyright-container a {
    color: #FFB511;
}

.contact-card {
    height: 70%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.map-wrapper {
    height: 100%;
    width: 100%;
}

.form-wrapper input, .form-wrapper textarea {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    background-color: transparent;
}

.custom-textarea {
    resize: none;
    overflow: hidden;
    max-height: 100px;
}

.form-control:focus {
    border-color: #FFC85A;
    box-shadow: none;
    background-color: transparent;
}

.custom-submit-btn button {
    background-color: #FFC85A;
}

.form-check-label a {
    color: #333333;
}

.goback-wrapper a {
    color: #FFB511;
}

.mobile-card img:not(.linkedin) {
    height: 150px;
    width: auto;
}

.wattosun-info {
    text-align: center;
}

.wattosun-info ul {
    list-style: none;
}

/*

 * @FORM

 * message

 */

form .error.alert {
    display: block;
    margin-top: 10px;
    position: absolute;
    color: red;
}

form .alert.error.valid {
    display: none;
}

.layer {
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*

 * @THANKS

 * container

 */

.thanks-container {
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

.header-img {
    height: 90px;
}

.thanks-container .message {
    text-align: center;
    color: #fff;
    height: 105vh;
    width: auto;
    background-image: url("assets/capa_desktop.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.thanks-container .message .layer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px;
}

.thanks-container .message .text {
    margin-top: 5rem;
}

.thanks-container .message .text h2 {
    font-size: 3rem;
}

.thanks-container .message .text hr {
    width: 100px;
    border-width: 10px;
    border-color: #FFB511;
}

.thanks-container .message .text a {
    text-decoration: none;
    background-color: #FFB511;
    color: #ffffff;
    border-radius: 2px;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 0.8rem;
}

.thanks-container .message .text a:hover {
    opacity: 0.8;
    transition: 0.2s all;
}

@-webkit-keyframes cloud_movement {
    0% {
        left: 0px;
        opacity: 0.3;
    }
    50% {
        left: 50vw;
        opacity: 0.9;
    }
    100% {
        left: 75vw;
        opacity: 0.1;
    }
}

@keyframes cloud_movement {
    0% {
        left: 0px;
        opacity: 0.2;
    }
    50% {
        left: 25vw;
        opacity: 1;
    }
    100% {
        left: 60vw;
        opacity: 0;
    }
}

/**
*   Media queries
**/

@media (max-width: 540px) {
    .clouds-wrapper {
        animation: none;
    }
    .clouds-wrapper img {
        height: 100px;
    }
    .pannels-wrapper {
        width: 250px;
    }
    video, .welcome-container .content {
        height: 100vh;
    }
    .ch-wrapper {
        height: 50px;
    }
    .card-content-wrapper {
        height: auto;
    }
    .main-header {
        font-size: 14px;
    }
    .custom-h1:nth-child(1) {
        font-size: 25px;
    }
    .custom-h1:nth-child(2) {
        font-size: 24px;
    }
    .wattosun-info {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .skype-wrapper.desktop img, .pannels-wrapper, .desktop-card, .bubble-wrap, .first-bubble, .bubbles .right-bubble, .bubble-container, .text-content {
        display: none;
    }
    .skype-wrapper.mobile img {
        right: 15px;
        top: 0;
    }
    .team-container {
        margin: 0 auto;
    }
    .clouds-wrapper {
        animation: initial;
    }
    .contact-us-wrapper h3 {
        font-size: 30px;
    }
    .projects-wrapper {
        position: relative;
        top: inherit;
    }
    .list-wrapper>li:before {
        content: "\2022";
        color: #FFC85A;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
    .services-content .card img {
        height: 75px;
    }
    .graph {
        height: 250px;
    }
    .content-wrapper p {
        font-size: 12px;
    }
    .video-text-wrapper {
        padding: 25px;
        border-radius: 15px;
        margin-top: 150px;
        left: inherit;
        bottom: inherit;
        position: relative;
    }
    .aboutus-container {
        padding-top: 0;
    }
}

@media (max-width: 1199px) {
    h4.bubbles, .bubbles.eeef-logo, .second-bubble, .flow-wrapper, .flow, .step-1, .step-2, .step-3, .step-4 {
        display: none;
    }
    .services-content .cards .card::before {
        position: absolute;
        content: '';
        top: -5px;
        left: -5px;
        width: 30px;
        height: 30px;
        z-index: 1;
    }
    .services-content .cards .card.one::before {
        background-image: url("assets/images/Passo_1.svg");
    }
    .services-content .cards .card.two::before {
        background-image: url("assets/images/Passo_2.svg");
    }
    .services-content .cards .card.three::before {
        background-image: url("assets/images/Passo_3.svg");
    }
    .services-content .cards .card.four::before {
        background-image: url("assets/images/Passo_4.svg");
    }
}

@media (min-width: 992px) {
    .mobile-card, .skype-wrapper.mobile img {
        display: none;
    }
    .future-plan-wrapper {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .eef-mobile {
        display: none;
    }
    .contact-container {
        min-height: 100vh;
    }
}

/**
*   Hover CSS
**/

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:hover .card-header::after {
    border-color: #fff;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFC85A;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: #000;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}