*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a8edea), color-stop(120%, #fed6e3));
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 120%);
  font-family: 'Nunito', sans-serif;
}

.wrapper {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.underline {
  position: absolute;
  width: 0%;
  height: 4px;
  margin-top: -16px;
  margin-bottom: 20px;
  background-color: #B09800;
  border-radius: 15%;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.center-by-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scroll-fix::before {
  content: '';
  display: block;
  height: 90px;
  margin-top: -90px;
}

nav button i {
  padding: 20px;
  color: #fff;
}

nav .active {
  font-weight: bold;
}

nav .navbar-toggler {
  padding: 0;
}

nav .navbar-brand {
  text-transform: uppercase;
  font-size: 38px;
  color: #20a3ca;
}

nav .navbar-brand span {
  display: inline-block;
  margin: 0px 1px;
  width: 17%;
  height: 28px;
  border: 3.5px solid #20a3ca;
  border-radius: 20%;
}

nav .navbar-nav {
  margin-left: 3%;
}

nav .navbar-nav .nav-item {
  margin: 7px;
  color: #fff;
  font-size: 25px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

nav .navbar-nav .nav-item:hover {
  color: #20a3ca;
}

header {
  position: relative;
}

header .carousel-inner {
  height: 100vh;
}

header .carousel-indicators {
  margin-bottom: 30px;
}

header .carousel-indicators li {
  height: 13px;
  width: 16px;
  margin: 0 8px 0 8px;
  background-color: #20a3ca;
}

header .carousel-item {
  position: relative;
}

header .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

header .carousel-item #first-slide {
  -o-object-position: center;
     object-position: center;
}

header .carousel-item #second-slide {
  -o-object-position: 75% 0%;
     object-position: 75% 0%;
}

header .carousel-item #third-slide {
  -o-object-position: top;
     object-position: top;
}

header .carousel-item .carousel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #C7CCD2;
  text-align: center;
}

header .carousel-item .carousel-text h1 {
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 10px 0 10px;
}

header .carousel-item .carousel-text p {
  margin-top: 18px;
  padding: 0 20px 0 20px;
  font-size: 18px;
}

header .carousel-item .carousel-text button {
  width: 75%;
  margin-top: 10px;
  padding: 7px;
  text-transform: uppercase;
  font-size: 22px;
}

header .carousel-item .carousel-text button i {
  padding-left: 10px;
}

header .carousel-item .carousel-text .ul-left {
  left: 20%;
}

header .carousel-item .carousel-text .ul-right {
  right: 20%;
}

header .carousel-item .carousel-text:hover .underline {
  width: 45%;
}

header .carousel-item .carousel-shadow {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#service-items {
  margin-top: 50px;
  text-align: center;
  color: #444444;
}

#service-items h1 {
  font-size: 34px;
  color: #140F2D;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#service-items .service-item {
  margin-top: 50px;
  opacity: 0;
}

#service-items .service-item img {
  width: 45%;
  margin-top: 30px;
}

#service-items .service-item h2 {
  font-size: 30px;
  color: #ddd;
}

#service-items .service-item .item-text {
  width: 85%;
  margin: 0 auto;
  background-color: #20a3ca;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#service-items .devices {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
  background-color: #20a3ca;
}

#about-us {
  position: relative;
  background-image: url("/img/abstract_1280.png");
  background-attachment: fixed;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

#about-us h1 {
  text-align: center;
  font-size: 43px;
}

#about-us p {
  font-size: 18px;
}

#about-us p i {
  position: absolute;
  top: 2%;
  color: #FFCC8E;
  font-size: 25px;
  text-shadow: 2px 2px #333;
}

#about-us #ab-us-invitation {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}

#about-us .wrapper {
  width: 85%;
  padding: 20px 17px;
  background-color: #628285;
  -webkit-box-shadow: 5px 5px 10px #b6b6b6;
          box-shadow: 5px 5px 10px #b6b6b6;
  opacity: 1;
}

#about-us .top-left-pin {
  left: 6%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

#about-us .top-right-pin {
  left: 85%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

#why-us {
  margin-top: 50px;
  text-align: center;
}

#why-us h1 span {
  color: #D81E5B;
  text-transform: uppercase;
  text-align: center;
  font-size: 53px;
  letter-spacing: 2px;
}

#why-us .why-us-item {
  margin-top: 30px;
  opacity: 0;
  --animate-delay: 5s;
}

#why-us .why-us-item p {
  padding: 0 7% 0 7%;
  font-size: 18px;
}

#why-us .why-us-item i {
  color: #D81E5B;
  font-size: 60px;
  text-shadow: 3px 3px 5px #fff;
}

#contact {
  margin-top: 40px;
  color: #333;
}

#contact h1 {
  font-size: 34px;
  color: #140F2D;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

#contact .underline {
  position: absolute;
  left: 50%;
  width: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #20a3ca;
}

#contact .row {
  margin-top: 30px;
  padding: 20px 5px;
  background-color: #fff4f4;
  -webkit-box-shadow: 10px 10px 10px #b6b6b6;
          box-shadow: 10px 10px 10px #b6b6b6;
}

#contact .contact-container {
  width: 98%;
  margin: 0 auto;
  padding: 3px 5px;
}

#contact .contact-container .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

#contact .contact-container .contact-item i {
  padding: 3px;
  color: #20a3ca;
  font-size: 30px;
  text-shadow: 3px 3px #fff;
}

#contact .contact-container .contact-item p {
  font-size: 15px;
  overflow: hidden;
}

#contact .map-container iframe {
  width: 100%;
  height: 230px;
  border: 3px solid #20a3ca;
}

#contact .contact-us {
  margin-top: 35px;
  text-align: center;
}

#contact .contact-us button {
  border: none;
  padding: 20px 15px;
  background-color: #3194b3;
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
  -webkit-box-shadow: 3px 3px 5px #356;
          box-shadow: 3px 3px 5px #356;
  -webkit-transition: color .3s, background-color .5s, -webkit-transform .3s;
  transition: color .3s, background-color .5s, -webkit-transform .3s;
  transition: color .3s, background-color .5s, transform .3s;
  transition: color .3s, background-color .5s, transform .3s, -webkit-transform .3s;
}

#contact .contact-us button:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  background-color: #fff;
  color: #3194b3;
}

header .contact-form-header {
  position: relative;
  height: 35vh;
  background-image: url("/img/email-marketing_1280.png");
  background-position: 0 43%;
}

header .contact-form-header p {
  position: absolute;
  top: 62%;
  left: 50%;
  display: block;
  width: 85%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 31px;
  letter-spacing: 1px;
}

header .contact-form-header .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

main form {
  position: relative;
  width: 90%;
  margin: 8vh auto 8vh auto;
  padding: 30px 20px;
  background-color: #fff;
  background-image: url("/img/blue_1280.jpg");
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
  -webkit-box-shadow: 5px 5px 10px #9d9d9d;
          box-shadow: 5px 5px 10px #9d9d9d;
  -webkit-animation: disappear 5s 3s;
          animation: disappear 5s 3s;
}

main form input[type=submit] {
  width: 65%;
  padding: 10px 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 10px;
  background-color: #fff;
  border: 2px solid #3194b3;
  border-radius: 25px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

main form input[type=submit]:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}

main form .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

main form .form-field label {
  margin: 0;
}

main form .form-field input, main form .form-field textarea {
  border: none;
  border-bottom: 1px solid #3194b3;
  border-left: 1px solid #3194b3;
}

main form .form-field input:focus {
  outline: none;
  border-bottom: 3px solid #3194b3;
  border-left: 3px solid #3194b3;
}

main form .form-field textarea:focus {
  outline: none;
}

main .message-box {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 80vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  background-color: #fff;
  border-radius: 50px;
  opacity: 0;
  overflow: hidden;
}

main .message-box div {
  position: relative;
}

main .message-box div .upper {
  height: 20vh;
  font-size: 55px;
  color: #fff;
}

main .message-box div .lower {
  height: 20vh;
}

main .message-box div .lower p {
  padding: 0 10%;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}

main .success {
  border: 2px solid #3fc26f;
}

main .success div .upper {
  background-color: #46c474;
}

main .success div .lower p {
  color: #3fc26f;
}

main .error {
  border: 2px solid #e2644d;
}

main .error div .upper {
  background-color: #e2644d;
}

main .error div .lower p {
  color: #e2644d;
}

footer {
  margin-top: 50px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.433);
  border-top: 12px double #21d1bd;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
}

footer i {
  color: #20a3ca;
}

footer #foot-bookmarks i {
  padding: 0px 4px;
}

footer #foot-bookmarks a {
  padding: 0;
  color: #000;
  text-decoration: underline;
  font-size: 21px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

footer #foot-bookmarks a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

footer #foot-social {
  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;
  margin-top: 30px;
}

footer #foot-social p {
  margin: 0;
}

footer #foot-social img {
  margin: 3px;
  width: 20%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

footer #foot-social img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

footer #foot-copy {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}

footer #foot-copy #desktop-copy {
  font-size: 22px;
}

footer #foot-copy #attribute {
  padding: 0 10% 0;
  font-size: 13px;
}

footer #foot-contact {
  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;
  margin-top: 40px;
  text-align: left;
  font-size: 18px;
}

footer #mobile-copy {
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 390px) {
  header .contact-form-header p {
    width: 82%;
  }
}

@media (min-width: 414px) {
  header .carousel-item .carousel-text h1 {
    font-size: 53px;
  }
  header .carousel-item .carousel-text p {
    font-size: 22px;
  }
  header .carousel-item .carousel-text button {
    font-size: 22px;
  }
  #contact .contact-container {
    width: 94%;
  }
  #contact .contact-container .contact-item i {
    padding: 4px;
    font-size: 35px;
  }
  #contact .contact-container .contact-item p {
    font-size: 18px;
  }
  #contact .contact-container .contact-item #location {
    margin-left: 2%;
  }
  #contact .map-container iframe {
    height: 300px;
  }
  #service-items h1 {
    font-size: 44px;
  }
  #about-us h1 {
    font-size: 46px;
  }
  #about-us p {
    font-size: 20px;
  }
  #about-us p i {
    font-size: 27px;
  }
  #about-us #ab-us-invitation {
    font-size: 27px;
  }
  #about-us .wrapper {
    padding: 20px 30px;
  }
  #about-us .top-left-pin {
    left: 6%;
  }
  #about-us .top-right-pin {
    left: 88%;
  }
  #why-us .why-us-item p {
    font-size: 23px;
  }
  #contact .contact-us button {
    font-size: 26px;
  }
  #contact h1 {
    font-size: 44px;
  }
  header .contact-form-header p {
    top: 58%;
    font-size: 37px;
  }
  main form {
    width: 88%;
    padding: 30px 25px;
    font-size: 21px;
  }
  main .message-box {
    width: 75vw;
  }
  main .message-box div .upper {
    font-size: 65px;
  }
  main .message-box div .lower p {
    padding: 0 10%;
    font-size: 25px;
  }
  footer #foot-bookmarks a {
    font-size: 25px;
  }
  footer #foot-social {
    margin-top: 30px;
  }
  footer #foot-social p {
    font-size: 23px;
  }
  footer #foot-social img {
    width: 23%;
  }
  footer #foot-copy #attribute {
    font-size: 15px;
  }
  footer #foot-contact {
    font-size: 22px;
  }
  footer #mobile-copy {
    font-size: 25px;
  }
}

@media (min-width: 493px) {
  header .contact-form-header p {
    padding: 0 2%;
  }
}

@media (min-width: 500px) {
  #service-items .devices {
    width: 65%;
  }
  #why-us .why-us-item p {
    padding: 0 20% 0 20%;
  }
  #contact .underline {
    width: 43%;
  }
  footer #foot-social img {
    width: 17%;
  }
}

@media (min-width: 515px) {
  header .contact-form-header p {
    width: 90%;
  }
  footer #foot-social img {
    width: 15%;
  }
  footer #foot-contact {
    padding-left: 12%;
  }
}

@-webkit-keyframes showAndDisappear {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showAndDisappear {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */