@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
.grid-1 {
  width: 8.3333333333%;
}

.grid-2 {
  width: 16.6666666667%;
}

.grid-3 {
  width: 25%;
}

.grid-4 {
  width: 33.3333333333%;
}

.grid-5 {
  width: 41.6666666667%;
}

.grid-6 {
  width: 50%;
}

.grid-7 {
  width: 58.3333333333%;
}

.grid-8 {
  width: 66.6666666667%;
}

.grid-9 {
  width: 75%;
}

.grid-10 {
  width: 83.3333333333%;
}

.grid-11 {
  width: 91.6666666667%;
}

.grid-12 {
  width: 100%;
}

[class^=grid-] {
  border: 1px solid;
  box-sizing: border-box;
  float: left;
  padding: 1em 0;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.wrapper-site {
  height: auto;
  width: 100%;
  background: rgba(223, 230, 233, 0.862745098);
}

.wrapper-site:after {
  content: "";
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
  background: #1d2a36;
}

.wrapper-header {
  height: 75px;
  width: 100%;
  background: rgba(223, 230, 233, 0.862745098);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wrapper-logo {
  height: 100%;
  width: 40%;
}

.wrapper-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 60%;
}
.wrapper-navigation .navigation {
  height: 100%;
  width: 92.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.wrapper-navigation .navigation a {
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
  color: black;
  text-decoration: none;
  padding: 10px 30px;
}
.wrapper-navigation .navigation a.active {
  color: #fff;
  background-color: #0767b2;
  -webkit-animation: fadeIn 0.75s;
          animation: fadeIn 0.75s;
}
.wrapper-navigation .navigation a:hover {
  color: #fff;
  background-color: #0767b2;
  transition: color 0.75s;
  transition: background-color 0.75s;
}

.wrapper-login {
  background-color: #0984e3;
  height: 100%;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

#about {
  height: 100vh;
  width: 100%;
  background: rgb(194, 194, 194);
}

#services {
  height: 100vh;
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#team {
  height: 100vh;
  width: 100%;
  background: rgb(138, 138, 138);
}

#work {
  height: 100vh;
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact {
  height: 100vh;
  width: 100%;
  background: rgb(107, 107, 107);
}

.wrapper-intro {
  height: calc(100vh - 75px);
  width: 100%;
  background-size: cover;
  display: flex;
}
.wrapper-intro .introLeft {
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(223, 230, 233, 0.862745098);
}
.wrapper-intro .introRight {
  height: 100%;
  width: 70%;
  background: linear-gradient(rgba(95, 44, 44, 0.1921568627), rgba(66, 66, 66, 0.2823529412));
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  position: relative;
}

.contact {
  background-color: white !important;
}
.contact input {
  border-radius: 25px;
}
.contact textarea {
  border-radius: 25px;
}
.contact__inner {
  padding-top: 75px;
  z-index: 2;
}
.contact__heading {
  color: #2f3640;
  font-weight: bolder;
  font-size: 1.1em;
  padding-bottom: 20px;
}

.contact-cartoon {
  position: absolute;
  bottom: 30px;
  left: 150px;
  z-index: 0;
}
.contact-cartoon img {
  transform: scaleX(-1);
  height: 450px;
}

.panel {
  background-color: white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(223, 230, 233, 0.8705882353);
}
.footer__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 25px;
  padding-left: 25px;
  text-decoration: none;
  color: #2f3640;
}
.footer__item i {
  margin-right: 10px;
}
.footer__item a {
  text-decoration: none;
  color: #2f3640;
}
.footer__item:hover {
  color: #0984e3;
}
.footer__item:hover a {
  color: #0984e3;
}

.service-box {
  height: 60%;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.service-box__item {
  transition: 0.2s;
  cursor: pointer;
  height: 200px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: rgba(223, 230, 233, 0.862745098);
  border-radius: 25px;
  padding: 20px;
}
.service-box__item div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
}
.service-box__item div i {
  font-size: 1.5em;
  padding-left: 10px;
}
.service-box__item i {
  font-size: 3.5em;
}
.service-box__item:hover {
  transition: 0.2s;
  box-shadow: 0px 0px 7px 0px grey;
}

.service-box-accordion {
  height: 60%;
  width: 80%;
  display: none;
  flex-direction: row;
  box-shadow: 0px 0px 7px 0px grey;
  border-radius: 25px;
}
.service-box-accordion__menu {
  border-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: flex;
  width: 35%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(223, 230, 233, 0.862745098);
}
.service-box-accordion__menu__item {
  cursor: pointer;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: row;
}
.service-box-accordion__menu__item i {
  padding-right: 10px;
  padding-left: 10px;
}
.service-box-accordion__menu__item:hover {
  background-color: white;
}
.service-box-accordion__menu__item--active {
  background-color: white;
}
.service-box-accordion__content p {
  padding: 25px;
  height: 100%;
  width: 100%;
  text-align: justify;
}/*# sourceMappingURL=main.css.map */