/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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 {
  -webkit-box-sizing: content-box;
          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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

@font-face {
  font-family: "BebasNeue";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/BebasNeueRegular/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeueRegular/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular/BebasNeueRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BebasNeue";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/BebasNeueBold/BebasNeueBold.eot");
  src: url("../fonts/BebasNeueBold/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold/BebasNeueBold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype"); }

@font-face {
  font-family: "Lobster";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/LobsterRegular/LobsterRegular.eot");
  src: url("../fonts/LobsterRegular/LobsterRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LobsterRegular/LobsterRegular.woff") format("woff"), url("../fonts/LobsterRegular/LobsterRegular.ttf") format("truetype"); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 16px;
  min-width: 320px;
  line-height: 1.75; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

a {
  text-decoration: none; }

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

.section-title {
  margin-top: 120px; }

h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #1ab798; }

.decoration {
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #BABDC1; }
  .decoration:first-child {
    margin-right: 14px; }
  .decoration:last-child {
    margin-left: 14px; }

header {
  width: 100%;
  background: url(../img/header-bg.png) no-repeat;
  background-size: cover; }

nav {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
  padding-left: 38px;
  padding-right: 38px;
  background-color: #fff; }
  nav a {
    margin-right: auto; }
  nav .mobile-menu-icon {
    display: none;
    width: 25px;
    height: 25px; }
  nav .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #1ab798; }
  nav ul {
    padding: 0; }
    nav ul li {
      margin-right: 40px;
      list-style: none;
      text-transform: uppercase; }
      nav ul li:last-child {
        margin-right: 0px; }
      nav ul li a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: #969596; }
        nav ul li a:hover {
          cursor: pointer;
          color: #333; }

.banner {
  margin: 0 auto;
  width: 90%;
  padding-left: 40px;
  padding-right: 80px; }

.banner-text {
  padding-top: 170px;
  font-family: 'Open Sans', sans-serif;
  line-height: 2.2em;
  color: #fff; }
  .banner-text h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff; }
  .banner-text h3 {
    margin-top: 25px;
    font-weight: 600; }
  .banner-text ul {
    list-style-image: url(../img/arrow-right.png);
    padding: 15px; }
    .banner-text ul li {
      padding-left: 15px; }
  .banner-text .btn-download {
    width: 212px;
    margin-left: 15px;
    border-radius: 5px;
    background: url(../img/download.png) #17d0ac no-repeat 25px 50%;
    padding: 15px 40px 15px 80px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease; }
    .banner-text .btn-download:hover {
      background: url(../img/download.png) #1BB798 no-repeat 25px 50%; }

.banner-img {
  position: relative;
  top: 115px; }

.s-features {
  padding-bottom: 100px; }
  .s-features > p {
    width: 70%;
    margin-top: 70px;
    margin-bottom: 90px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #282528; }
  .s-features .features-container {
    width: 90%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .s-features .features {
    margin-top: 65px; }
  .s-features .features-img {
    width: 311px; }
  .s-features .feature {
    width: 325px; }
    .s-features .feature img {
      margin-right: 50px; }

.s-video {
  background-color: #31D4E7;
  padding-top: 70px;
  padding-bottom: 70px; }
  .s-video h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #222; }
  .s-video p {
    font-family: 'Open Sans', sans-serif;
    color: #fff; }
  .s-video .os a {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    font-size: 32px;
    color: #fff;
    background: #0098cd;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    border-radius: 50%; }
    .s-video .os a:hover {
      background: #222; }
  .s-video .video-text {
    width: 545px; }
  .s-video iframe {
    border-radius: 7px; }

.s-team .team-description {
  width: 80%;
  margin-top: 75px;
  margin-bottom: 119px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #282528; }

.s-team .employees {
  width: 100%;
  font-family: 'Open Sans', sans-serif; }
  .s-team .employees .employee-name {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600; }
  .s-team .employees .employee-position {
    margin-top: 0px;
    font-size: 13px;
    color: #979ca1; }

.s-team .employee {
  position: relative; }
  .s-team .employee img {
    width: 270px;
    height: 300px; }
  .s-team .employee .hover-block {
    width: 270px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    background: rgba(50, 191, 163, 0.85);
    text-align: center;
    color: #fff;
    opacity: 0;
    z-index: 10; }
    .s-team .employee .hover-block h4 {
      max-width: 100%;
      margin-top: 0px;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px; }
    .s-team .employee .hover-block p {
      max-width: 100%;
      margin-top: 15px;
      font-size: 16px;
      line-height: 22px; }
  .s-team .employee:hover .hover-block {
    opacity: 1; }
  .s-team .employee:hover .employee-name {
    color: #1ab798; }
  .s-team .employee .socials {
    width: 135px;
    margin-top: 35px; }
  .s-team .employee .social {
    height: 45px;
    width: 45px;
    margin-right: 5px;
    background: rgba(25, 124, 105, 0.7); }
    .s-team .employee .social i {
      font-size: 22px;
      color: #fff; }

.s-review .customer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }
  .s-review .customer .customer-photo {
    width: 100px;
    height: 100px;
    margin-top: 35px;
    margin-bottom: 30px;
    background: url("../img/customer.jpg") no-repeat 50%;
    border: 1px solid #c8cbcb;
    border-radius: 50%; }
  .s-review .customer h3 {
    font-size: 16px; }
  .s-review .customer p {
    margin-top: -6px;
    font-size: 13px;
    font-weight: 400;
    color: #646464; }
  .s-review .customer .quote {
    max-width: 1200px;
    background: url(../img/quotes.png) no-repeat 12% 48%; }
    .s-review .customer .quote P {
      margin-top: 120px;
      padding-left: 15%;
      padding-right: 15%;
      font-size: 18px;
      text-align: center; }
  .s-review .customer .carousel {
    height: 12px;
    margin-top: 57px;
    margin-bottom: 126px; }
    .s-review .customer .carousel .carousel-button {
      width: 10px;
      height: 10px;
      margin-right: 8px;
      cursor: pointer;
      background-color: #d4d3d4;
      border: 1px solid #fff;
      border-radius: 10px; }
      .s-review .customer .carousel .carousel-button:hover {
        width: 12px;
        height: 12px;
        margin-right: 6px;
        background-color: #1ab798; }

footer {
  background: url("../img/footer-bg.png") no-repeat;
  background-size: cover; }
  footer .section-title {
    margin-top: 70px;
    margin-bottom: 100px; }
    footer .section-title h2 {
      color: #fff; }
  footer .footer-info {
    width: 100%;
    max-width: 550px;
    font-family: 'Open Sans', sans-serif; }
    footer .footer-info h5 {
      font-size: 24px;
      font-weight: 400;
      color: #fff; }
    footer .footer-info p {
      width: 100%;
      font-size: 14px;
      line-height: 21px;
      color: #a8a8a8; }
    footer .footer-info .footer-socials .social {
      width: 42px;
      height: 42px;
      margin-right: 15px;
      border-radius: 50%;
      font-size: 20px;
      color: #fff;
      -webkit-transition: background 1s ease;
      -o-transition: background 1s ease;
      transition: background 1s ease;
      -webkit-transition: color 1s ease;
      -o-transition: color 1s ease;
      transition: color 1s ease; }
      footer .footer-info .footer-socials .social-facebook {
        background: #3B5997; }
      footer .footer-info .footer-socials .social-twitter {
        background: #3EC2F3; }
      footer .footer-info .footer-socials .social-google-plus {
        background: #E44C42; }
      footer .footer-info .footer-socials .social:hover {
        background: #fff;
        color: #222; }
    footer .footer-info .contacts {
      margin-top: 30px; }
      footer .footer-info .contacts p {
        margin: 0;
        color: #bface2; }
      footer .footer-info .contacts .email {
        font-size: 14px; }
  footer form {
    width: 570px; }
    footer form input {
      width: 270px;
      height: 42px; }
    footer form input,
    footer form textarea {
      border-radius: 5px;
      background-color: #fff;
      border: none;
      padding-left: 15px; }
    footer form textarea {
      height: 180px;
      width: 575px;
      margin-top: 30px;
      margin-bottom: 30px;
      padding-top: 10px; }
    footer form button {
      width: 160px;
      height: 52px;
      padding: 13px 40px;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      background: #31d4e7;
      border: 0;
      border-radius: 5px;
      font-size: 22px;
      color: #fff;
      cursor: pointer;
      -webkit-transition: background .5s ease;
      -o-transition: background .5s ease;
      transition: background .5s ease; }
      footer form button:hover {
        background-color: #17D0AC; }
  footer .copyrigth {
    width: 100%;
    height: 76px;
    margin-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ababab;
    border-top: 1px solid #6B6B6B; }
    footer .copyrigth .container-footer {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto; }

@media only screen and (max-width: 1200px) {
  .banner-text h2 {
    text-align: left; }
  .features-img {
    display: none; }
  .s-video {
    padding-left: 25px;
    padding-right: 25px; }
  .os {
    margin-bottom: 50px; }
  footer {
    padding-left: 25px;
    padding-right: 25px; }
    footer form {
      margin-top: 50px; } }

@media only screen and (max-width: 992px) {
  nav {
    margin-top: 0; }
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .banner .banner-text {
      padding-top: 50px; }
      .banner .banner-text h2,
      .banner .banner-text h3 {
        text-align: center; }
      .banner .banner-text .btn-download {
        margin: auto; } }

@media only screen and (max-width: 768px) {
  nav {
    width: 100%;
    position: fixed;
    z-index: 12;
    border-bottom: 1px solid #ababab; }
    nav a {
      margin: 0; }
  .banner {
    margin-top: 150px; }
  .s-features > p {
    margin-bottom: 5px; }
  .s-features .features {
    margin-top: 0px; }
    .s-features .features .feature {
      margin-top: 50px; }
  .feature-text p {
    margin: 0; }
  footer {
    padding-left: 25px;
    padding-right: 25px; }
    footer form {
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      footer form .inputs {
        width: 95%; }
        footer form .inputs input {
          width: 100%;
          margin-bottom: 25px; }
      footer form textarea {
        width: 95%; } }

@media only screen and (max-width: 480px) {
  header .container nav {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  header nav .mobile-menu-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px; }
  header nav ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    header nav ul li {
      margin-bottom: 15px; }
      header nav ul li a {
        font-size: 22px; }
  .banner .banner-img img {
    max-width: 300px; }
  .features .feature img {
    margin: 10px; }
  .decoration {
    display: none; } }
