html {
    box-sizing: border-box;
    font-family: "Open Sans";
    color: #333;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    font-family: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Open Sans";
}

.link:hover {
    color: #7f8c8d;
}

.contact-us {
    display: flex;
    flex-direction: row;
}

.contact-us-sections {
    flex: 1 1 50%;
    background-color: #333333;
}

.information_in_contact_us {
    color: white;
    text-align: left;
    padding: 2em;
}

.information_in_contact_us h2 {
    font-size: 40px;
    color: white;
    font-weight: 900 !important;

}

.information_in_contact_us ul {
    list-style: none;
    font-size: 1.5em;
    font-weight: 500;
    max-width: 600px;
}

.information_in_contact_us ul li {
    margin: 1em 0;
}

.information_in_contact_us ul li .title {
    padding: .25em;
    margin: 0;
    background-color: #ffd32f;
    color: #535353;
    font-weight: 900;
}

.information_in_contact_us ul li .info {
    padding: .25em;
    margin: 0;
    background-color: #535353;
    color: #ffd32f;
    line-height: 2.3em;
}

.inner-wrapper {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    padding: 2em 0;
}

.inner-wrapper::before {
    content: "";
    display: table;
}

.section__title {
    text-align: center;
    font-size: 1.5em;
    height: auto;
    margin: 0;
}

.section__title::after {
    content: " ";
    display: block;
    width: 0em;
    margin: 0.3em auto;
    border-bottom: 3px solid #ffd32f;
    transition: width 0.3s;
}

.section__tagline {
    text-align: center;
    margin: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.arrows {
    display: table;
    padding: 0.2em 0.5em;
    border: 1px solid #333333;
}

.arrow {
    padding: 0 0.2em;
    font-size: 1.1em;
}


/**
 * 3
 * IE 6/7 only
 */

.clearfix {
    *zoom: 1;
}

.top-header {
    background-color: #ffffff;
    padding: 1em 0;
    text-align: center;
}

.logo {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.banner {
    height: 100vh;
    background: url("../image/cover.jpg") no-repeat center center/cover #1b1b1b;
    color: #ffffff;
    text-align: center;
    padding: 4em 0;
    position: relative;
    box-shadow: inset 0px -100px 100px rgba(0, 0, 0, 0.75);
}

.banner path {
    fill: #333;
}

.banner h1 {
    text-shadow: 0 1px 7px rgba(51, 51, 51, 0.74);
    font-weight: 600;
    font-size: 2.5em;
    margin: .5em 0 0.2em;
    color: #ffd32f;
}

.banner__box {
    margin-top: 100px
}

.banner__btn {
    display: table;
    margin: 2em auto 0;
    text-decoration: none;
    color: #333333;
    background-color: rgba(255, 211, 47, 0.8);
    padding: 1em 3em;
    text-shadow: none;
}

.banner__tagline {
    margin: 0 0 1.5em 0;
    text-shadow: 0 1px 7px rgba(51, 51, 51, 0.74);
}

.banner__time {
    display: block;
    margin-top: 0.1em;
}

#upArrow {
    width: 100px;
    margin: auto;
}

.banner__arrow {
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
    font-size: 4em;
    bottom: 80px;
    animation-name: arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.cover1 {
    background: url("../image/cover2.jpg") no-repeat center center/cover #1b1b1b;
}

.cover2 {
    background: url("../image/cover3.jpg") no-repeat center center/cover #1b1b1b;
}

.cover3 {}

@keyframes arrow {
    0% {
        bottom: 80px;
    }
    100% {
        bottom: 50px;
    }
}

.nav__bars,
.nav__exit {
    position: absolute;
    font-size: 1.5em;
    top: 1em;
    right: 1em;
}

.nav__exit {
    color: #333333;
}

.nav {
    opacity: 0;
    display: flex;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 0.5em;
    top: 0;
    right: 0;
    background-color: #ffd32f;
    height: 100vh;
    width: 100vw;
    transition: opacity 0.5s;
}

.nav__menu {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.nav__item {
    list-style-type: none;
    padding: 1em;
}

.nav__link {
    display: block;
    color: #333;
    font-size: 2.5em;
}

.nav__link:hover {
    font-weight: 600;
}

.lock_body {
    overflow: hidden;
}

.nav_show {
    opacity: 1;
    pointer-events: auto;
}

.nav_color {
    color: #333;
}

@media (min-width: 48em) {
    .start {
        display: flex;
    }
}

.welcome {
    background-color: #ffd32f;
    text-align: center;
    color: #333333;
}

@media (min-width: 48em) {
    .welcome {
        float: right;
        width: 60%;
    }
}

.welcome__box {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 65em) {
    .welcome__box {
        display: flex;
        align-items: center;
        width: 80%;
        height: 100%;
    }
}

.welcome__image {
    float: right;
    width: 20%;
    padding: 1em 0;
    display: block;
    border-radius: 50%;
}

.welcome__text {
    width: 80%;
    float: right;
    padding: 1em;
    margin: 0;
    text-align: justify;
}

.welcome__button {
    display: table;
    margin: 1em auto 0 auto;
    padding: 1em 1.5em;
    border: 3px solid #333333;
    font-size: 0.9em;
    transition: all 0.3s;
}

.welcome__button:hover {
    background-color: #333333;
    color: #ffd32f;
}

.news {
    background-color: #f7f7f7;
    position: relative;
}

@media (min-width: 48em) {
    .news {
        float: right;
        width: 40%;
    }
}

.news__box {
    margin: auto;
    width: 80%;
}

.news__title {
    font-weight: 600;
}

.news__body {
    margin-bottom: 2em;
}

.news__arrows {
    margin: auto;
}

@media (min-width: 65em) {
    .news__arrows {
        margin-left: auto;
    }
}

.news__tri {
    position: absolute;
    border-top: 0;
    border-bottom: 1.35em solid #f7f7f7;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
    top: -1.25em;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
}

@media (min-width: 48em) {
    .news__tri {
        position: absolute;
        right: -1.25em;
        top: 43%;
        display: block;
        width: 0;
        height: 0;
        border-top: 1em solid transparent;
        border-bottom: 1em solid transparent;
        border-right: none;
        border-left: 1.35em solid #f7f7f7;
        margin: 0;
    }
}

.projects:hover .section__title::after {
    width: 3em;
}

.project__item {
    width: 100%;
    padding: 0.5em;
    float: right;
}

@media (min-width: 30em) {
    .project__item {
        width: 50%;
    }
}

@media (min-width: 48em) {
    .project__item {
        width: 33.33%;
    }
}

.projects__box {
    margin: 2em auto 0 auto;
    width: 100%;
    display: table;
}

@media (min-width: 65em) {
    .projects__box {
        width: 80%;
    }
}

.project {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.project__menu {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transition: opacity 0.3s ease-in-out;
}

.project__action {
    display: inline-block;
    padding: 0.7em;
    text-decoration: none;
    color: #ffffff;
    background-color: #333333;
    text-align: center;
}

.project__caption {
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.3s ease-in-out;
}

.project:hover .project__caption {
    transform: translate3d(0, 0, 0);
}

.project:hover .project__menu {
    opacity: 1;
}

.project__name {
    margin: 0;
}

.project__desc {
    font-size: 0.8em;
    margin: 0.3em 0;
}

.project__img {
    display: block;
    width: 100%;
}

.project__action--yellow {
    background-color: #ffd32f;
    color: #333;
}

.project__action--gray {
    background-color: rgba(255, 255, 255, 0.6);
    color: #333333;
}

.services {
    background-color: #f7f7f7;
}

.services:hover .section__title::after {
    width: 3em;
}

.service__box {
    margin: 2em auto;
}

@media (min-width: 65em) {
    .service__box {
        width: 80%;
    }
}

.service__wrapper {
    width: 50%;
    padding: 0.4em;
    float: right;
}

@media (min-width: 30em) {
    .service__wrapper {
        width: 50%;
    }
}

@media (min-width: 48em) {
    .service__wrapper {
        width: 25%;
    }
}

.service {
    padding: 1.5em 1em;
    text-align: center;
    background-color: white;
    transition: all 0.3s;
    position: relative;
    bottom: 0;
}

.service:hover {
    bottom: 5px;
    box-shadow: 0px 5px 5px rgba(160, 160, 160, 0.67);
}

.service__icon {
    font-size: 1.2em;
}

.quotes {
    text-align: center;
    background: url(http://up.upinja.com/cnv1w.jpg) no-repeat center center/cover #ffd32f;
    background-blend-mode: soft-light;
}

.quotes:hover .section__title::after {
    width: 3em;
    border-color: #333333;
}

.quotes__box {
    width: 70%;
    margin: 1em auto;
    text-align: center;
    position: relative;
}

.quotes__img {
    width: 30%;
    max-width: 150px;
    border-radius: 50%;
    margin-top: 1em;
}

@media (min-width: 48em) {
    .quotes__img {
        width: 10%;
    }
}

.quotes__text {
    padding: 1em;
    font-style: italic;
}

.quotes__sign {
    position: absolute;
    font-size: 1.5em;
    color: #333;
}

.quotes__right_sign {
    top: 0;
    right: 0;
}

.quotes__left_sign {
    bottom: 0;
    left: 0;
}

.quotes__arrows {
    margin: auto;
}

.contact:hover .section__title::after {
    width: 3em;
}

.contact {
    background-color: #f7f7f7;
}

.contact__box {
    padding: 2em 0;
    margin: auto;
}

@media (min-width: 48em) {
    .contact__box {
        width: 80%;
    }
}

.contact__form__box {
    margin: auto;
}

@media (min-width: 48em) {
    .contact__form__box {
        padding: 1em;
        float: right;
        width: 60%;
        margin: 0;
    }
}

.contact__form {
    text-align: center;
}

.contact__form form {
    margin: auto;
    text-align: center;
}

.contact__form form input,
.contact__form form textarea {
    width: 100%;
}

.contact__form form input[type=submit] {
    background-color: #ffd32f;
    border: none;
    font-size: 0.9em;
    color: #333333;
}

.contact__form form input,
.contact__form form textarea {
    border: 1px solid #ccc;
    padding: 0.7em;
    margin: 0.5em 0;
}

.contact__form form textarea {
    resize: none;
}

.contact__details__box {
    margin: 1em auto 0 auto;
}

@media (min-width: 48em) {
    .contact__details__box {
        padding: 1em;
        float: right;
        width: 40%;
        margin: 0;
    }
}

.contact__details {
    text-align: right;
}

.contact__details span.fa {
    margin-left: 1em;
}

.contact__details__title {
    display: table;
    padding-left: 6em;
    padding-bottom: 0.5em;
    font-size: 1em;
    border-bottom: 0.2em solid #ffd32f;
    margin: 0;
}

.contact__details__wrapper {
    margin: 1em 0;
}

.contact__details__text {
    font-size: 0.75em;
}

.map {
    display: inline-block;
    height: 100vh;
    width: 100%;
}

.google-contact-form {
    width: 100%;
    height: 100vh;
}

.map__body {
    width: 100%;
    height: 100%;
    display: block;
}

.footer {
    text-align: center;
    background-color: #333333;
    padding: 2em;
    padding-bottom: 0.5em;
    color: #f7f7f7;
}

.footer__title {
    margin: 0;
    font-size: 1.2em;
}

.footer__subtitle {
    margin: 0.5em 0 0 0;
    font-size: 0.8em;
}

.footer__inputBox {
    display: flex;
    justify-content: center;
    margin: 1.5em 0;
}

.footer__input {
    width: 70%;
    max-width: 20em;
    padding: 0.5em;
    background-color: transparent;
    border: 1px solid #cccccc;
    color: #cccccc;
}

.footer__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 4em;
    color: #333333;
    background-color: #cccccc;
}

.footer__social {
    padding: 0;
    margin: 0;
}

.footer__social li {
    margin: 0 1em;
    padding: 0.5em;
    list-style: none;
    font-size: 1.5em;
}

.copyright {
    font-size: 0.5em;
    margin: 1em 0 1em 0;
}