body {
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section.home {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../img/home-bg.jpg");
  background-color: #017e8d;
  /* position: relative; */
}
.home-screen {
  color: #fff;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-screen p {
  margin: 0;
}
.quick-links button,.quick-links button {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 26px;
  max-width: 200px;
  line-height: 32px;
  margin: 0 100px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
  vertical-align: top;
}
.quick-links button img,.quick-links button img {
  max-height: 100px;
  margin-bottom: 14px;
}
.page-logo img {
  max-width: 600px;
}
.container {
  max-width: 90%;
  padding: 30px 0;
}
.logo-slug {
  text-align: center;
  position: relative;
  margin: 60px 0;
}
.logo-slug p {
  font-size: 40px;
}
.logo-slug:before {
  content: "";
  display: inline-block;
  height: 2px;
  background: #63b24f;
  width: 300px;
  top: -26px;
  position: relative;
}
.wave.arrow-down,
.wave.arrow-up,
.arrow-down,
.arrow-up {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 100%;
  border: 0;
  outline: none;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.arrow-up {
  background-image: url("../img/arrow-up.png");
}
.arrow-down {
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/arrow-down.png");
}

/*Click Effect*/
.wave,
.orange-btn,
.white-btn {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  cursor: pointer;
}
.orange-btn:focus,
.white-btn:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}
.wave:after,
.orange-btn:after,
.white-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: -o-radial-gradient(circle, #000 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
      -ms-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.3s;
  transition: opacity 1s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 1s;
  transition: transform 0.3s, opacity 1s;
  transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s;
}
.wave.wave-light:after {
  background-image: -o-radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.wave:active:after,
.orange-btn:active:after,
.white-btn:active:after {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.2;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
button#arrow-up {
  position: fixed;
  z-index: 99;
}
.icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-two-column h2 {
  margin: 0;
  font-size: 54px;
  color: #7dc545;
  font-weight: bold;
  padding-left: 24px;
  max-width: 450px;
  text-transform: uppercase;
}
.icon-row img {
  max-height: 108px;
}
.centerd-title > p {
  font-size: 29px;
  font-weight: 400;
  color: #007785;
  margin: 8px 0 0 0;
}
.sec-two-column .row:first-child {
  position: relative;
  height: 100%;
}
.sec-two-column .row:first-child:after {
  content: "";
  height: 100%;
  width: 2.5px;
  background: #7dc545;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul.centerd-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sec-two-column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 5px solid #7dc545;
}
section#page7,
section#page6,
#page5 .sec-two-column,
#page4 .sec-two-column,
#page3 .sec-two-column {
  border-top: 5px solid #7dc545;
  border-bottom: 5px solid #7dc545;
}
.sec-two-column .container {
  height: 100%;
}
.sec-two-column .row .col-6 {
  padding-left: 4%;
  padding-left: 4%;
  padding-right: 4%;
}
ul.centerd-list li {
  border-bottom: 1px solid #007785;
  padding: 24px 0 24px 120px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 90px;
}
.centerd-list h4 {
  color: #7dc545;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}
.centerd-list p {
  margin: 0;
  color: #007785;
  font-size: 18px;
}
ul.centerd-list li.icon-map {
  background-image: url("./../img/icon-location.png");
}
ul.centerd-list li.icon-alert {
  background-image: url("./../img/icon-monitr.png");
}
ul.centerd-list li.icon-feadback {
  background-image: url("./../img/icon-thumbs.png");
}
ul.centerd-list li.icon-organizzaion {
  background-image: url("./../img/icon-organizzaion.png");
}
ul.centerd-list li.icon-messag {
  background-image: url("./../img/icon-mesg.png");
}
ul.centerd-list li.icon-gestione {
  background-image: url("./../img/icon-gest.png");
}
ul.centerd-list li.icon-dipend {
  background-image: url("./../img/icon-comunity.png");
}
ul.centerd-list li.icon-cloud {
  background-image: url("./../img/icon-cloud.png");
}
ul.centerd-list li:last-child {
  border-bottom: 0;
}
.left-align-text h5 {
  color: #007785;
  margin: 0 0 25px 0;
  font-weight: bold;
  font-size: 18px;
}
.left-align-text p {
  color: #007785;
  margin: 0 0 25px 0;
  font-size: 18px;
  font-weight: 400;
}
ul.portfolio li {
  display: inline-block;
  width: 22%;
  background-color: rgba(24, 137, 150, 0.8);
  height: 200px;
  margin: 1%;
  position: relative;
}
ul.portfolio {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overlaped-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 5px;
  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;
  background-color: rgba(24, 137, 150, 0.8);
}
.overlaped-content h4 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  position: relative;
  text-align: center;
}
.overlaped-content h4:after {
  content: "";
  display: inline-block;
  width: 80px;
  position: absolute;
  height: 2px;
  background-color: #7dc545;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
ul.portfolio li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div#app {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  height: 100vh;
}
body {
  background-color: #f2f2f2;
}
.sec-form {
  width: 100%;
  height: 100%;
  background-color: #007785;
  color: #fff;
  text-align: center;
}
.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #7dc545;
  font-size: 30px;
  color: #fff;
  height: 80px;
  margin: 3% 0;
}
.sec-form .container {
  height: 100%;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 80%;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.botm-form {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; 
  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;
}
.sec-form button.btn.btn-success {
  margin-top: 60px;
  font-size: 32px;
  font-weight: 600;
  height: 90px;
  padding: 0 24px;
}
.sec-form h2 {
  font-size: 44px;
}
.form-control:focus {
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.quick-links button p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
/* Animation */
section .container {
	overflow: hidden;
}
section.active .container {
	overflow: initial;
}
section .container {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	-webkit-transform: translate3d(0, 70px, 0);
	        transform: translate3d(0, 70px, 0);
}

section.active .container {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

@media (max-width: 1400px) {
  .quick-links button {
    margin: 0 50px;
  }
}
@media (max-width: 991px) {
  .logo-slug p {
    font-size: 16px;
  }
  .quick-links button {
    margin: 0 16px;
  }
  .quick-links button p {
    font-size: 12px;
    line-height: 16px;
    max-width: 130px;
  }
  .quick-links button img {
    max-height: 50px;
    margin-bottom: 6px;
  }
  .wave.arrow-down,
  .wave.arrow-up,
  .arrow-down,
  .arrow-up {
    width: 36px;
    height: 36px;
  }
  .page-logo img {
    max-width: 320px;
  }
}
@media (max-height: 950px) {
  .page-logo img {
    max-width: 350px;
  }
  .logo-slug p {
    font-size: 22px;
  }
  .quick-links button img {
    max-height: 70px;
  }
  .quick-links button p {
    font-size: 16px;
    line-height: 24px;
    max-width: 140px;
  }
  .wave.arrow-down,
  .wave.arrow-up,
  .arrow-down,
  .arrow-up {
    width: 44px;
    height: 44px;
  }
}
@media (max-height: 950px) and (max-width: 991px) {
  .logo-slug p {
    font-size: 18px;
  }
  .quick-links button p {
    font-size: 14px;
    line-height: 18px;
  }
  .logo-slug {
    margin: 46px 0;
  }
}
@media (max-height: 800px) {
  ul.centerd-list li {
    padding: 10px 0 10px 112px;
    background-size: 74px;
}
.centerd-list h4 {
  font-size: 20px;
  margin-bottom: 4px;
}
.centerd-list p {
  font-size: 16px;
  line-height: 22px;
}
ul.portfolio li {
  height: 140px;
}
.sec-form h2 {
  font-size: 32px;
}
.form-control {
  margin: 0% 0;
  font-size: 24px;
}
.sec-form button.btn.btn-success {
  margin-top: 34px;
}
.sec-two-column h2 {
  font-size: 46px;
}
.centerd-title > p {
  font-size: 22px;
}
.icon-row img {
  max-height: 90px;
}
}
@media (max-height: 680px) and (max-width: 1366px) {
  .logo-slug {
    margin: 38px 0;
  }
  .logo-slug p {
    font-size: 16px;
  }
  .quick-links button p {
    font-size: 14px;
    line-height: 18px;
  }
  .quick-links button p {
    font-size: 16px;
    line-height: 24px;
    max-width: 180px;
}
.quick-links button img, .quick-links button img {
  max-height: 80px;
}
}
@media (max-height: 720px) and (max-width: 1280px) {
  .form-control {
    height: 65px;
    font-size: 20px;
}
ul.centerd-list li {
  padding: 10px 0 10px 75px;
  background-size: 56px;
}
.sec-two-column h2 {
  font-size: 36px;
  padding-left: 16px;
  max-width: 350px;
}
.icon-row img {
  max-height: 70px;
}
ul.portfolio li {
  height: 100px;
}
.left-align-text h5 {
  margin: 0 0 18px 0;
  font-size: 16px;
}
.left-align-text p {
  margin: 0 0 18px 0;
  font-size: 14px;
}
.overlaped-content h4 {
  font-size: 16px;
}
.centerd-title > p {
  font-size: 20px;
}
.sec-form h2 {
  font-size: 24px;
  line-height: 24px;
}
.form-control {
  height: 50px;
  font-size: 16px;
}
.sec-form button.btn.btn-success {
  margin-top: 26px;
  font-size: 24px;
  height: 60px;
}
}
@media (max-height: 600px) and (max-width: 1280px) {
  .centerd-list p {
    font-size: 12px;
    line-height: 20px;
}
}
@media (max-height: 600px) and (max-width: 800px) {
  .sec-two-column h2 {
    font-size: 28px;
}
.centerd-title > p {
  font-size: 16px;
}
.icon-row img {
  max-height: 54px;
}
.centerd-list h4 {
  font-size: 16px;
}
.centerd-list p {
  font-size: 10px;
  line-height: 16px;
}
ul.centerd-list li {
  padding: 10px 0 10px 70px;
  background-size: 50px;
}
}
@media (max-height: 768px) and (max-width: 991px) {
  .icon-row img {
    max-height: 62px;
}
.sec-two-column h2 {
  font-size: 34px;
}
.centerd-title > p {
  font-size: 16px;
}
}
@media (max-width: 1024px) { 
  .sec-two-column h2 {
    font-size: 36px;
}
}
@media (max-width: 991px) { 
  .sec-two-column .row:first-child .col-6 {
    -ms-flex:100%;
    -webkit-box-flex:100%;
            flex:100%;
    max-width: 100%;
}
.sec-two-column .row:first-child:after {
  display: none;
}
.sec-form h2 {
  font-size: 22px;
}
.overlaped-content h4 {
  font-size: 14px;
}
.form-control {
  font-size: 18px;
  height: 52px;
}
.sec-form button.btn.btn-success {
  font-size: 24px;
  height: 80px;
}
section#page3 .sec-two-column .row,
section#page4 .sec-two-column .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
}
}
@media (max-height: 600px) {
  .quick-links button img {
    max-height: 50px;
    margin-bottom: 7px;
  }
  .quick-links button p {
    font-size: 14px;
    line-height: 18px;
    max-width: 136px;
  }
  .quick-links button img {
    max-height: 60px;
    margin-bottom: 8px;
  }
  .logo-slug {
    margin: 40px 0;
  }
  .logo-slug:before {
    top: -16px;
  }
}
@media (max-height: 530px) {
  .logo-slug {
    margin: 15px 0;
  }
  .quick-links button img {
    max-height: 36px;
    margin-bottom: 6px;
  }
  .logo-slug p {
    font-size: 14px;
  }
  .quick-links button p {
    font-size: 12px;
    line-height: 16px;
    max-width: 130px;
  }
  .wave.arrow-down,
  .wave.arrow-up,
  .arrow-down,
  .arrow-up {
    width: 34px;
    height: 34px;
  }
}
@media (max-height: 480px) {
  .page-logo img {
    max-width: 190px;
  }
}
@media (max-height: 680px) and (max-width: 575px) {
  .logo-slug p {
    font-size: 10px;
  }
  .quick-links button p {
    font-size: 10px;
    line-height: 14px;
    max-width: 100px;
  }
  .quick-links button {
    margin: 0 4px;
  }
}
@media (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 30px 14px;
}
.sec-two-column h2 {
  font-size: 24px;
  width: 100%;
  padding-left: 14px;
}
.icon-row img {
  max-height: 48px;
}
.centerd-title > p {
  font-size: 14px;
}
.centerd-list h4 {
  font-size: 18px;
}
.centerd-list p {
  font-size: 14px;
  line-height: 20px;
}
ul.centerd-list li {
  padding: 10px 0 10px 75px;
  background-size: 60px;
}
.left-align-text h5 {
  margin: 0 0 16px 0;
  font-size: 16px;
}
.left-align-text p {
  margin: 0 0 16px 0;
  font-size: 14px;
}
ul.portfolio li {
  width: 31%;
  height: 120px;
}
.overlaped-content h4 {
  font-size: 12px;
}
.centerd-list h4 {
  font-size: 16px;
}
.sec-form .container {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.sec-form h2 {
  font-size: 14px;
}
.form-control {
  font-size: 14px;
  height: 46px;
}
.sec-form button.btn.btn-success {
  font-size: 16px;
  height: 50px;
}
.overlaped-content h4 {
  font-size: 10px;
}
}
@media (max-width: 575px) {
  .page-logo img {
    max-width: 250px;
  }
  .logo-slug:before {
    width: 150px;
  }
  .quick-links button img {
    max-height: 50px;
  }
  .wave.arrow-down,
  .wave.arrow-up,
  .arrow-down,
  .arrow-up {
    width: 36px;
    height: 36px;
  }
  .quick-links button {
    margin: 0 -4px;
  }
}
@media (max-width: 420px) {
  .logo-slug p {
    font-size: 14px;
  }
  .quick-links button p {
    font-size: 10px;
    line-height: 14px;
    max-width: 108px;
  }
}
@media (max-width: 390px) {
  .page-logo img {
    max-width: 200px;
  }
  .quick-links button img {
    max-height: 46px;
  }
  .logo-slug p {
    max-width: 90%;
    margin: 0 auto;
    font-size: 10px;
  }
  .centerd-list p {
    font-size: 12px;
    line-height: 16px;
  }
  ul.centerd-list li {
    padding: 10px 0 10px 68px;
    background-size: 48px;
  }
  .centerd-list h4 {
    font-size: 14px;
  }
  .quick-links button {
    margin: 0 -7px;
  }
  .botm-form .row .col-6 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    max-width: 100%;
}
.sec-form button.btn.btn-success {
  font-size: 14px;
}
}
@media (max-height: 380px) {
  .quick-links button img {
    max-height: 30px;
  }
  .logo-slug p {
    font-size: 12px;
  }
  .logo-slug:before {
    width: 150px;
  }
  .logo-slug:before {
    top: -8px;
  }
  .page-logo img {
    max-width: 160px;
  }
  .logo-slug {
    margin: 0px 0 8px 0;
  }
  .botm-form .row .col-6 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
}
}
@media (max-width: 375px) {
  .quick-links button {
    margin: 0 -13px;
}
.overlaped-content h4:after {
  width: 40px;
}
ul.portfolio li {
  height: 110px;
}
}