body button, body a {
  cursor: pointer;
}

body h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

body header {
  background-image: url("images/header-background1.png");
  background-size: cover;
  color: #fff;
  min-height: 400px;
  max-height: 490px;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

body header .container nav {
  padding-top: 12px;
  background: none;
}

body header .container nav #myNavbar a {
  color: #fff;
  margin-right: 15px;
  font-size: 15px;
}

body header .container nav #myNavbar button {
  background-color: #47c2c5;
  color: #fff;
  border: none;
  border-radius: 15px;
  font-size: 12px;
  padding: 5px 15px;
  text-transform: uppercase;
  margin: 5px 0 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body header .container nav #myNavbar button:hover {
  background-color: #fff;
  color: #3cbbbd;
}

body header .container .header-text {
  margin-top: 40px;
  padding: .5rem 1rem;
  max-width: 55em;
}

body header .container .header-text h1 {
  font-size: 60px;
}

body header .container .header-text h1 span {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: bold;
}

body header .container .header-text p {
  font-size: 20px;
  margin-bottom: 85px;
}

body header .white-strip {
  position: absolute;
  bottom: 0;
  background-image: url("images/white-strip.png");
  height: 2em;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

body header .white-strip .scroll-button {
  background-image: url("images/nav-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.5em;
  width: 3em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
  bottom: 17px;
  cursor: pointer;
}

body #services {
  padding: 55px 0;
}

body #services .container p {
  text-align: center;
  width: 65%;
  margin: auto;
  margin-top: 15px;
}

body #services .container .my-slider {
  margin: 50px;
}

body #services .container .my-slider .slides {
  width: 375px;
  height: 255px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 10px;
}

body #services .container .my-slider .slides.slide-1 {
  background-image: url("images/support.png");
}

body #services .container .my-slider .slides.slide-2 {
  background-image: url("images/webprogramming.png");
}

body #services .container .my-slider .slides.slide-3 {
  background-image: url("images/appdevelopment.png");
}

body #services .container .my-slider .slides.slide-4 {
  background-image: url("images/design.png");
}

body #services .container .my-slider .slides.slide-5 {
  background-image: url("images/brand-approach.png");
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #services .container .my-slider .slides.slide-5:hover {
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.8);
}

body #services .container .my-slider .slides p {
  display: none;
  opacity: 0;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 90%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body #services .container .my-slider .slides:hover {
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

body #services .container .my-slider .slides:hover h5 {
  display: none;
}

body #services .container .my-slider .slides:hover p {
  display: block;
  opacity: 1;
}

body #services .container .my-slider .left-arrow {
  position: absolute;
  bottom: -30px;
  right: 51%;
  cursor: pointer;
}

body #services .container .my-slider .right-arrow {
  position: absolute;
  left: 51%;
  bottom: -30px;
  cursor: pointer;
}

body #why-us {
  padding: 50px 0;
  background-image: url("images/why-us.png");
  background-size: cover;
}

body #why-us .container p {
  text-align: center;
  width: 65%;
  margin: auto;
  margin-top: 15px;
}

body #why-us .container .boxes {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body #why-us .container .boxes .box {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  margin-bottom: 50px;
}

body #why-us .container .boxes .box img {
  width: 45px;
  height: auto;
  margin-right: 25px;
}

body #why-us .container .boxes .box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  max-width: 80%;
}

body #why-us .container .boxes .box .text-box h5 {
  text-align: left;
  color: #3cbbbd;
  font-weight: bold;
  margin-bottom: 20px;
}

body #why-us .container .boxes .box .text-box p {
  text-align: left;
  margin: 0;
  width: auto;
  font-size: 14px;
}

body #contact {
  background-color: #ebf9f9;
  padding: 70px 0;
}

body #contact .container {
  text-align: center;
}

body #contact .container p {
  width: 65%;
  margin: auto;
}

body #contact .container form {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: auto;
}

body #contact .container form input,
body #contact .container form textarea {
  width: 48%;
  margin-bottom: 25px;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 10px 10px;
  outline: none;
}

body #contact .container form input::-webkit-input-placeholder,
body #contact .container form textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 12px;
}

body #contact .container form button {
  margin-left: auto;
  background-color: #3cbbbd;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 5px 30px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 35px;
}

body #contact .container form button:hover {
  background-color: #fff;
  color: #3cbbbd;
}

body #contact .alert {
  width: 20%;
  margin: 10px auto;
  color: #fff;
  background-color: #333;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

body #contact .alert.alert-show {
  width: 60%;
  opacity: 1;
}

body footer {
  padding: 30px 0;
}

body footer .container {
  width: 60%;
}

body footer .container p {
  font-size: 12px;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  body header {
    background-image: url("images/header-background1.png");
    background-size: cover;
    color: #fff;
    min-height: 370px;
    max-height: 490px;
    position: relative;
  }
  body header .container nav {
    padding-top: 12px;
    background: none;
  }
  body header .container nav #myNavbar {
    text-align: center;
  }
  body header .container nav #myNavbar a {
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
  }
  body header .container nav #myNavbar button {
    background-color: #47c2c5;
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 12px;
    padding: 5px 15px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body header .container nav #myNavbar button:hover {
    background-color: #fff;
    color: #3cbbbd;
  }
  body header .container nav .navbar-toggler {
    background-color: #47c2c5;
  }
  body header .container nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
  body header .container .header-text {
    margin-top: 40px;
    padding: 0;
    max-width: 100%;
    text-align: left;
  }
  body header .container .header-text h1 {
    font-size: 18px;
  }
  body header .container .header-text p {
    margin-bottom: 85px;
  }
  body header .white-strip {
    position: relative;
    bottom: 0;
    background-image: none;
    height: 1em;
    width: 100%;
  }
  body header .white-strip .scroll-button {
    background-image: url("images/nav-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 2.5em;
    width: 3em;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    bottom: 17px;
    cursor: pointer;
  }
  body #services {
    padding: 50px 0;
  }
  body #services .container p {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  body #services .container .my-slider {
    margin: 15px 0;
  }
  body #services .container .my-slider .slides {
    width: 375px;
    height: 255px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin: 10px;
  }
  body #services .container .my-slider .slides.slide-1 {
    background-image: url("images/support.png");
  }
  body #services .container .my-slider .slides.slide-2 {
    background-image: url("images/webprogramming.png");
  }
  body #services .container .my-slider .slides.slide-3 {
    background-image: url("images/appdevelopment.png");
  }
  body #services .container .my-slider .slides.slide-4 {
    background-image: url("images/design.png");
  }
  body #services .container .my-slider .left-arrow {
    position: absolute;
    bottom: -30px;
    right: 51%;
    cursor: pointer;
  }
  body #services .container .my-slider .right-arrow {
    position: absolute;
    left: 51%;
    bottom: -30px;
    cursor: pointer;
  }
  body #why-us {
    padding: 50px 0;
    background-image: url("images/why-us.png");
    background-size: cover;
  }
  body #why-us .container p {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 15px;
  }
  body #why-us .container .boxes {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  body #why-us .container .boxes .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0px;
    margin-bottom: 50px;
  }
  body #why-us .container .boxes .box img {
    width: 45px;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body #why-us .container .boxes .box .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-width: 100%;
  }
  body #why-us .container .boxes .box .text-box h5 {
    text-align: center;
    color: #3cbbbd;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body #why-us .container .boxes .box .text-box p {
    text-align: center;
    margin: 0;
    width: auto;
    font-size: 14px;
  }
  body #contact {
    background-color: #ebf9f9;
    padding: 70px 0;
    padding-bottom: 0px;
  }
  body #contact .container {
    text-align: center;
  }
  body #contact .container p {
    width: 90%;
    margin: auto;
  }
  body #contact .container form {
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: auto;
  }
  body #contact .container form input,
  body #contact .container form textarea {
    width: 90%;
    margin-bottom: 25px;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 10px 10px;
    outline: none;
  }
  body #contact .container form input::-webkit-input-placeholder,
  body #contact .container form textarea::-webkit-input-placeholder {
    color: #000;
    font-size: 12px;
  }
  body #contact .container form button {
    margin-left: auto;
    background-color: #3cbbbd;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 5px 30px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  body #contact .container form button:hover {
    background-color: #fff;
    color: #3cbbbd;
  }
  body #contact .alert {
    width: 50%;
    margin: 10px auto;
    color: #fff;
    background-color: #333;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  body #contact .alert.alert-show {
    width: 90%;
    opacity: 1;
  }
  body footer {
    padding: 30px 0;
  }
  body footer .container {
    width: 95%;
  }
  body footer .container p {
    text-align: center;
    font-size: 12px;
    margin: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 1024px) {
  body header {
    background-image: url("images/header-background1.png");
    background-size: cover;
    color: #fff;
    min-height: 370px;
    max-height: 490px;
    position: relative;
  }
  body header .container nav {
    padding-top: 12px;
    background: none;
  }
  body header .container nav #myNavbar {
    text-align: center;
  }
  body header .container nav #myNavbar a {
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
  }
  body header .container nav #myNavbar button {
    background-color: #47c2c5;
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 12px;
    padding: 5px 15px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body header .container nav #myNavbar button:hover {
    background-color: #fff;
    color: #3cbbbd;
  }
  body header .container nav .navbar-toggler {
    background-color: #47c2c5;
  }
  body header .container nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
  body header .container .header-text {
    margin-top: 40px;
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
  body header .container .header-text h1 {
    font-size: 18px;
  }
  body header .container .header-text p {
    margin-bottom: 85px;
  }
  body header .white-strip {
    position: relative;
    bottom: 0;
    background-image: none;
    height: 2em;
    width: 100%;
  }
  body header .white-strip .scroll-button {
    background-image: url("images/nav-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 2.5em;
    width: 3em;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    bottom: 0px;
    cursor: pointer;
  }
}
/*# sourceMappingURL=style.css.map */