@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway:400,400i,700,800");
* {
  box-sizing: border-box; }

/*
 * Color Palet
 */
/*
 * -- BASE STYLES --
 */
body {
  background-color: #f2f1f1;
  font-family: 'Open Sans', sans-serif; }

.wrapper {
  margin: 0 auto;
  padding: 0px 40px; }

.center {
  text-align: center; }

#margin-bottom {
  margin-bottom: 15px; }

/*
 * -- INTRO STYLES --
 */
.intro {
  background: url(/images/homepage_cover.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 760px; }

.intro h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: white;
  font-size: 3em;
  max-width: 50%; }

.intro-subhead {
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  color: white;
  font-size: 1.25em;
  max-width: 50%;
  margin-bottom: 100px; }

.intro-content {
  padding-top: 150px; }

.scroll {
  color: white; }

.greenline-intro {
  background-color: #2fa263;
  width: 322px;
  height: 10px;
  margin: 45px 0px 35px 0px; }

@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .intro h1 {
    max-width: 50%; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .intro h1 {
    font-size: 2.5em;
    max-width: 55%; } }

@media screen and (max-width: 768px) and (min-width: 426px) {
  .intro-content {
    padding-top: 170px; }
  .scroll {
    display: none; }
  .mouse {
    display: none; }
  .intro {
    height: 700px; }
  .intro h1 {
    font-size: 2.3em;
    max-width: 70%; } }

@media screen and (max-width: 425px) and (min-width: 391px) {
  .greenline-intro {
    height: 8px;
    margin: 45px auto; }
  .scroll {
    display: none; }
  .mouse {
    display: none; }
  .intro {
    height: 650px; }
  .intro h1 {
    font-size: 1.6em;
    max-width: 100%;
    text-align: center; }
  .intro-subhead {
    text-align: center;
    max-width: 100%; } }

@media screen and (max-width: 390px) {
  .greenline-intro {
    height: 8px;
    margin: 45px auto;
    width: 250px; }
  .scroll {
    display: none; }
  .mouse {
    display: none; }
  .intro {
    height: 650px; }
  .intro h1 {
    font-size: 1.6em;
    max-width: 100%;
    text-align: center; }
  .intro-subhead {
    text-align: center;
    max-width: 100%; } }

/* 
- Name: Responsive overlay menu framework
- Version: 1.0
- Latest update: 15.9.2015.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/* OPEN / CLOSE BTNS */
.menu-btn {
  position: absolute;
  top: 23px;
  right: 30px;
  z-index: 999;
  display: inline;
  font-size: 40px; }

.menu-btn a {
  display: none;
  text-decoration: none;
  /* safari hack */ }

.btn-open:after {
  color: #333;
  content: "\f394";
  font-family: "Ionicons";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s; }

.btn-open:hover:after {
  color: #34B484; }

.btn-close:after {
  color: #fff;
  content: "\f2d7";
  font-family: "Ionicons";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s; }

.btn-close:hover:after {
  color: #34B484; }

/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #333; }

.menu {
  width: 100%;
  height: 100%; }

.menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.menu li {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 25%;
  list-style: none;
  text-align: center;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s; }

.menu li a {
  display: table-cell;
  color: #fff;
  vertical-align: middle; }

.menu li:hover {
  background: #34495e; }

.menu li.active a {
  border-top: 3px solid #333;
  color: #333; }

.menucontact {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: white; }

.menucontact a {
  color: white; }

.menucontact h3 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 50px;
  font-size: 1em; }

/*
 * -- MENU STYLES --
 */
.header-wrapper {
  margin: 0 auto;
  padding: 0px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

header {
  background-color: white;
  position: fixed;
  min-width: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 86px; }

header.sticky {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: white;
  position: fixed;
  min-width: 100%;
  height: 60px;
  z-index: 2; }

.logo-a img {
  height: 50px;
  margin: 1em 0; }

.logo-b img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 30px;
  margin: 1em 0; }

.logo-b {
  display: none; }

.header-menu {
  display: none; }

.header-contact p {
  text-align: right;
  margin: 5px 0px 2px 0px; }

.header-contact a {
  text-decoration: none;
  color: #373737; }

.header-menu a {
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  font-weight: 700;
  color: #373737;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .header-menu a:hover {
    color: #2fa263; }

li {
  display: inline-block; }

@media screen and (max-width: 768px) and (min-width: 426px) {
  .menu-btn {
    display: block; }
  .menu-btn a {
    display: inline-block; }
  .header-contact {
    display: none; }
  .header-menu {
    display: none; } }

@media screen and (max-width: 425px) and (min-width: 391px) {
  header {
    height: 75px; }
  .header-wrapper {
    padding: 0px 20px; }
  .menu-btn a {
    display: inline-block; }
  .header-contact {
    display: none; }
  .header-menu {
    display: none; }
  .menu-btn {
    display: block;
    top: 15px; }
  .logo-a img {
    height: 40px;
    margin: 1em 0; } }

@media screen and (max-width: 390px) {
  header {
    height: 75px; }
  .header-wrapper {
    padding: 0px 20px; }
  .menu-btn a {
    display: inline-block; }
  .header-contact {
    display: none; }
  .header-menu {
    display: none; }
  .menu-btn {
    display: block;
    top: 15px; }
  .logo-a img {
    height: 40px;
    margin: 1em 0; } }

/*
 * -- ABOUT ME STYLES --
 * This represents the about me area
 */
.about-me {
  margin: 0 auto;
  padding: 0px 220px;
  margin-top: 150px;
  margin-bottom: 150px; }

.about-content:before {
  content: "";
  box-shadow: 0px 0px 80px 0px rgba(43, 43, 43, 0.3);
  float: right;
  position: relative;
  z-index: -1;
  top: -55px;
  margin: 0 0px 0px 42px;
  width: 375px;
  height: 420px;
  background: url(../images/michal2.png) no-repeat 0 0; }

.about-content {
  background-color: #373737;
  position: relative;
  z-index: 1;
  padding: 30px 40px 40px 50px;
  color: white;
  max-height: 375px; }

.about-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 20px;
  letter-spacing: 0.005em; }

.about-content h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: white;
  font-size: 2.5em;
  margin: 15px 0px 25px 0px; }

.greenline-about {
  background-color: #2fa263;
  width: 252px;
  height: 10px;
  margin: 15px 0px 35px -130px; }

.photo-top-one {
  width: 315px;
  position: absolute;
  top: 70px;
  left: 50px; }

@media screen and (max-width: 1350px) and (min-width: 1271px) {
  .about-me {
    padding: 0px 180px; } }

@media screen and (max-width: 1270px) and (min-width: 1191px) {
  .about-me {
    padding: 0px 140px; } }

@media screen and (max-width: 1190px) and (min-width: 1111px) {
  .about-me {
    padding: 0px 100px; }
  .greenline-about {
    width: 220px;
    height: 9px;
    margin: 15px 0px 35px -100px; } }

@media screen and (max-width: 1110px) and (min-width: 1025px) {
  .about-me {
    padding: 0px 80px; }
  .greenline-about {
    width: 210px;
    height: 8px;
    margin: 15px 0px 30px -93px; }
  .about-content h1 {
    font-size: 2.3em; } }

@media screen and (max-width: 1024px) and (min-width: 955px) {
  .about-me {
    padding: 0px 40px; }
  .about-content {
    padding: 20px 50px 25px 50px; }
  .about-content:before {
    top: -50px;
    margin: 0 0px 0px 60px; }
  .greenline-about {
    width: 252px;
    height: 8px;
    margin: 20px 0px 25px 0px; } }

@media screen and (max-width: 954px) and (min-width: 769px) {
  .about-me {
    margin: 0 auto;
    padding: 0px 80px;
    margin-top: 65px;
    margin-bottom: 125px; }
  .about-content {
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px 0px;
    color: white;
    max-height: auto; }
  .about-content:before {
    display: none; }
  .about-content h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #373737;
    font-size: 3em;
    text-align: center;
    margin: 0 auto;
    /* padding: 25px 0px; */ }
  .greenline-about {
    background-color: #2fa263;
    width: 252px;
    height: 10px;
    margin: 22px auto 60px;
    /* margin: 15px 0px 35px 0px; */
    /* padding: 25px 0px; */ }
  .about-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #373737;
    text-align: center; } }

@media screen and (max-width: 768px) and (min-width: 425px) {
  .about-me {
    margin: 0 auto;
    padding: 0px 50px;
    margin-top: 65px;
    margin-bottom: 125px; }
  .about-content {
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px 0px;
    color: white;
    max-height: auto; }
  .about-content:before {
    display: none; }
  .about-content h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #373737;
    font-size: 3em;
    text-align: center;
    margin: 0 auto;
    /* padding: 25px 0px; */ }
  .greenline-about {
    background-color: #2fa263;
    width: 252px;
    height: 10px;
    margin: 22px auto 60px;
    /* margin: 15px 0px 35px 0px; */
    /* padding: 25px 0px; */ }
  .about-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #373737;
    text-align: center; } }

@media screen and (max-width: 425px) and (min-width: 321px) {
  .about-me {
    margin: 0 auto;
    padding: 0px 35px;
    margin-top: 65px;
    margin-bottom: 125px; }
  .about-content {
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px 0px;
    color: white;
    max-height: auto; }
  .about-content:before {
    display: none; }
  .about-content h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #373737;
    font-size: 3em;
    text-align: center;
    margin: 0 auto;
    /* padding: 25px 0px; */ }
  .greenline-about {
    background-color: #2fa263;
    width: 252px;
    height: 10px;
    margin: 22px auto 60px;
    /* margin: 15px 0px 35px 0px; */
    /* padding: 25px 0px; */ }
  .about-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #373737;
    text-align: center; } }

@media screen and (max-width: 425px) {
  .about-me {
    margin: 0 auto;
    padding: 0px 25px;
    margin-top: 65px;
    margin-bottom: 125px; }
  .about-content {
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px 0px;
    color: white;
    max-height: auto; }
  .about-content:before {
    display: none; }
  .about-content h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #373737;
    font-size: 3em;
    text-align: center;
    margin: 0 auto;
    /* padding: 25px 0px; */ }
  .greenline-about {
    background-color: #2fa263;
    width: 252px;
    height: 10px;
    margin: 22px auto 60px;
    /* margin: 15px 0px 35px 0px; */
    /* padding: 25px 0px; */ }
  .about-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #373737;
    text-align: center; } }

/*
 * -- ABOUT ME STYLES --
 * This represents the about me area
 */
footer {
  background: #e1dfdf; }

.wrapper-footer {
  margin: 0 auto;
  padding: 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wrapper-footer li {
  font-size: 1.5em;
  padding: 0px 10px 0px 10px;
  color: #373737;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .wrapper-footer li:hover {
    color: #2fa263; }

.wrapper-footer i {
  color: #373737;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .wrapper-footer i:hover {
    color: #2fa263; }

.social-media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media screen and (max-width: 425px) and (min-width: 391px) {
  .wrapper-footer {
    padding: 0px 20px; }
  .wrapper-footer p {
    width: 135px; }
  .social-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (max-width: 390px) {
  .wrapper-footer {
    padding: 0px 20px; }
  .wrapper-footer p {
    width: 135px; }
  .social-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

/*
 * -- SERVICE STYLES --
 * This represents the service area
 */
.service {
  margin: 0 auto;
  padding: 0px 20px; }

.service h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #373737;
  font-size: 3em;
  text-align: center; }

.service-mobile h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #373737;
  font-size: 3em;
  text-align: center; }

.service a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 0.85em;
  color: #373737;
  text-decoration: none;
  outline: none; }

.greenline-service {
  background-color: #2fa263;
  width: 252px;
  height: 10px;
  margin: 22px auto 100px; }

#tab-2 {
  display: none; }

#tab-3 {
  display: none; }

#tab-4 {
  display: none; }

#tab-5 {
  display: none; }

#tab-6 {
  display: none; }

#tab-7 {
  display: none; }

#tab-8 {
  display: none; }

.content-wrap {
  margin: 70px auto;
  max-width: 978px;
  padding: 0px 35px 0px 35px;
  color: #373737; }

.content-wrap hr {
  color: #373737;
  margin: 30px 0px; }

.content-wrap p {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  letter-spacing: 0.005em;
  padding: 5px 5px; }

.content-wrap i {
  padding-right: 10px;
  font-size: 1.3em;
  color: #373737;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .content-wrap i:hover {
    color: #2fa263; }

#content-list {
  background-color: #f2f1f1;
  display: block;
  box-shadow: none;
  padding-left: 30px;
  height: 100%; }

#content-list li {
  display: list-item;
  background-color: #f2f1f1;
  padding: 10px;
  list-style-type: square; }

.content-wrap h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.65em;
  font-weight: 900; }

.service-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0px 0px 50px 0px rgba(43, 43, 43, 0.1);
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100px; }

.active-tab {
  background-color: #2fa263;
  position: relative;
  box-shadow: 0px 0px 80px 0px rgba(43, 43, 43, 0.3);
  padding: 1.75em;
  top: -20px;
  display: table;
  min-width: 140px;
  text-align: center; }

.active-tab a {
  color: white; }

.icon-01:before {
  content: "";
  background-image: url("../images/01_icon.svg");
  display: block;
  background-size: 30px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 30px; }

.icon-01-white:before {
  content: "";
  background-image: url("../images/01_icon_white.svg");
  display: block;
  background-size: 40px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat; }

.icon-02:before {
  content: "";
  background-image: url("../images/02_icon.svg");
  display: block;
  background-size: 30px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat; }

.icon-02-white:before {
  content: "";
  background-image: url("../images/02_icon_white.svg");
  display: block;
  background-size: 40px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat; }

.icon-03:before {
  content: "";
  background-image: url("../images/03_icon.svg");
  display: block;
  background-size: 30px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 30px; }

.icon-03-white:before {
  content: "";
  background-image: url("../images/03_icon_white.svg");
  display: block;
  background-size: 40px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat; }

.icon-04:before {
  content: "";
  background-image: url("../images/04_icon.svg");
  display: block;
  background-size: 30px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  top: 4px; }

.icon-04-white:before {
  content: "";
  background-image: url("../images/04_icon_white.svg");
  display: block;
  background-size: 40px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat; }

.icon-05:before {
  content: "";
  background-image: url("../images/05_icon.svg");
  display: block;
  background-size: 30px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  top: 10px; }

.icon-05-white:before {
  content: "";
  background-image: url("../images/05_icon_white.svg");
  display: block;
  background-size: 40px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat; }

.icon-06:before {
  content: "";
  background-image: url("../images/06_icon.svg");
  display: block;
  background-size: 30px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 30px; }

.icon-06-white:before {
  content: "";
  background-image: url("../images/06_icon_white.svg");
  display: block;
  background-size: 40px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat; }

.icon-07:before {
  content: "";
  background-image: url("../images/07_icon.svg");
  display: block;
  background-size: 30px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat; }

.icon-07-white:before {
  content: "";
  background-image: url("../images/07_icon_white.svg");
  display: block;
  background-size: 40px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat; }

.icon-08:before {
  content: "";
  background-image: url("../images/08_icon.svg");
  display: block;
  background-size: 30px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 30px; }

.icon-08-white:before {
  content: "";
  background-image: url("../images/08_icon_white.svg");
  display: block;
  background-size: 40px;
  margin: 21px auto 12px;
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat; }

/*
 * -- Mobile tabs --
 * This is mobile version
 */
.bulet-icon-1 {
  background-image: url("../images/01_icon.svg");
  height: 18px;
  width: 18px;
  background-repeat: no-repeat; }

.bulet-icon-2 {
  background-image: url("../images/02_icon.svg");
  height: 18px;
  width: 18px;
  background-repeat: no-repeat; }

.bulet-icon-3 {
  background-image: url("../images/03_icon.svg");
  height: 18px;
  width: 18px;
  background-repeat: no-repeat; }

.bulet-icon-4 {
  background-image: url("../images/04_icon.svg");
  height: 18px;
  width: 18px;
  background-repeat: no-repeat; }

.bulet-icon-5 {
  background-image: url("../images/05_icon.svg");
  height: 18px;
  width: 18px;
  background-repeat: no-repeat; }

.bulet-icon-6 {
  background-image: url("../images/06_icon.svg");
  height: 18px;
  width: 18px;
  background-repeat: no-repeat; }

.bulet-icon-7 {
  background-image: url("../images/07_icon.svg");
  height: 18px;
  width: 18px;
  background-repeat: no-repeat; }

.bulet-icon-8 {
  background-image: url("../images/08_icon.svg");
  height: 18px;
  width: 18px;
  background-repeat: no-repeat; }

.service-mobile {
  display: none; }

.accordion h1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px; }

.accordion h1 a {
  color: #c12c42;
  font-size: 16px; }

.accordion {
  width: 100%;
  margin: 0px 0px 35px 0px;
  padding: 0px; }

.accordion li {
  display: block; }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li:last-child .link {
  border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; }

.accordion li.open .link {
  color: #2fa263; }

.accordion li.open i {
  color: #2fa263; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.accordion li.default .submenu {
  display: block; }

.submenu {
  display: none;
  font-size: 14px; }

.submenu li {
  padding: 15px 0px 10px 0px; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.submenu a:hover {
  background: #b63b4d;
  color: #FFF; }

.service-wrapper {
  margin: 0 auto;
  padding: 0px 25px; }

/*
 * -- RESPONSIVE STYLES --
 */
@media screen and (max-width: 768px) and (min-width: 426px) {
  .service-mobile {
    display: block; }
  .service {
    display: none; }
  .service-tabs {
    margin-bottom: 580px; }
  .greenline-service {
    background-color: #2fa263;
    width: 252px;
    height: 10px;
    margin: 22px auto 50px; } }

@media screen and (max-width: 425px) {
  .service-mobile {
    display: block; }
  .service {
    display: none; }
  .service-tabs {
    margin-bottom: 580px; }
  .greenline-service {
    background-color: #2fa263;
    width: 252px;
    height: 10px;
    margin: 22px auto 50px; } }

.mouse {
  background: #4e5559 -webkit-linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  margin: auto;
  position: relative;
  width: 26px;
  height: 44px;
  background-size: 100% 100%;
  border-radius: 100px;
  background-size: 225%;
  -webkit-animation: colorSlide 6s linear infinite, nudgeMouse 6s ease-out infinite;
          animation: colorSlide 6s linear infinite, nudgeMouse 6s ease-out infinite; }
  .mouse:before, .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .mouse:before {
    width: 22px;
    height: 40px;
    background-color: #373737;
    border-radius: 100px; }
  .mouse:after {
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 6s linear infinite;
            animation: trackBallSlide 6s linear infinite; }

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%; }
  20% {
    background-position: 0% 0%; }
  21% {
    background-color: #4e5559; }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%; }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%; }
  50% {
    background-position: 0% 0%; }
  51% {
    background-color: #4e5559; }
  59.99% {
    background-color: #ffffff;
    background-position: 0% 0%; }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%; }
  80% {
    background-position: 0% 0%; }
  81% {
    background-color: #4e5559; }
  89.99%, 100% {
    background-color: #ffffff; } }

@keyframes colorSlide {
  0% {
    background-position: 0% 100%; }
  20% {
    background-position: 0% 0%; }
  21% {
    background-color: #4e5559; }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%; }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%; }
  50% {
    background-position: 0% 0%; }
  51% {
    background-color: #4e5559; }
  59.99% {
    background-color: #ffffff;
    background-position: 0% 0%; }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%; }
  80% {
    background-position: 0% 0%; }
  81% {
    background-color: #4e5559; }
  89.99%, 100% {
    background-color: #ffffff; } }

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(2.5px);
            transform: scale(0.9) translateY(2.5px); }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px); }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px); }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(2.5px);
            transform: scale(0.9) translateY(2.5px); }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px); }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px); }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(2.5px);
            transform: scale(0.9) translateY(2.5px); }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px); }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px); }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); } }

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(2.5px);
            transform: scale(0.9) translateY(2.5px); }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px); }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px); }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(2.5px);
            transform: scale(0.9) translateY(2.5px); }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px); }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px); }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(2.5px);
            transform: scale(0.9) translateY(2.5px); }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px); }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px); }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px); } }

@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes colorText {
  21% {
    color: #4e5559; }
  30% {
    color: #ffffff; }
  51% {
    color: #4e5559; }
  60% {
    color: #ffffff; }
  81% {
    color: #4e5559; }
  90% {
    color: #ffffff; } }

@keyframes colorText {
  21% {
    color: #4e5559; }
  30% {
    color: #ffffff; }
  51% {
    color: #4e5559; }
  60% {
    color: #ffffff; }
  81% {
    color: #4e5559; }
  90% {
    color: #ffffff; } }

/*
 * -- BANNER STYLES --
 * This represents the banner area
 */
.banner {
  background: url(/images/banner_bcg.jpg) no-repeat center center;
  height: 420px; }

.wrapper-banner {
  padding: 45px 0px 0px 185px; }

.wrapper-banner h3 {
  color: white;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  color: white;
  font-size: 1.65em;
  font-weight: 700;
  line-height: 140%; }

.greenline-banner {
  background-color: #2fa263;
  width: 252px;
  height: 7px;
  margin: 35px 0px 40px 0px; }

.banner button a {
  color: white; }

.banner button {
  background-color: #2fa263;
  color: white;
  box-sizing: border-box;
  padding: 10px 20px 10px;
  border-width: 0px;
  border-style: none; }

@media screen and (max-width: 1125px) and (min-width: 875px) {
  .wrapper-banner {
    padding: 45px 0px 0px 90px; } }

@media screen and (max-width: 874px) and (min-width: 425px) {
  .wrapper-banner {
    padding: 45px 0px 0px 40px; }
  .wrapper-banner h3 {
    font-size: 1.55em; } }

@media screen and (max-width: 424px) {
  .wrapper-banner {
    text-align: center;
    padding: 45px 10px 0px 10px; }
  .wrapper-banner h3 {
    font-size: 1.45em;
    text-align: center; }
  .greenline-banner {
    margin: 35px auto 40px; }
  .banner button {
    margin-top: 15px; } }

/*
 * -- CONTACT STYLES --
 * This represents the contacts area
 */
.contact-head {
  margin-top: 55px; }

.greenline-contact {
  background-color: #2fa263;
  width: 200px;
  height: 8px;
  margin: 22px auto 35px; }

.contact h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #373737;
  font-size: 2em;
  text-align: center; }

.contact-content h3 {
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #373737; }

.contact-content a {
  margin-right: 10px;
  padding: 10px;
  font-weight: 100;
  color: #373737;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .contact-content a:hover {
    color: #2fa263; }

.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  color: #373737;
  margin-bottom: 55px; }

.contact i {
  padding: 10px; }

.contact p {
  margin: 5px 0px 2px 0px; }

/*
 * -- Responsive --
 */
@media screen and (max-width: 740px) {
  .contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .margin-b {
    margin-bottom: 35px; } }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }
