/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  
  color: #5a5a5a;
  font-family: 'Poppins', sans-serif;
  font-size: 100%;

}

.dark {
  background-color: #020002;
}

.light {
  background-color: #efefee;
}

.darkgrey {
  background-color: #171717;
}

.lightgreen {
  background-color: rgba(100, 146, 140, 0.2);
}

.lightgrey {
  background-color: #efefee;
}

.green {
  background-color: #64928c;
}

.darkText {
  color: #25282a;
}

.greenText {
  color: #64928c;
}

.clearText {
  color: #efefee;
}

.navbar {
  top: 0px;
  
}

.navbarF {
  top: 0px;

}


.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #64928c!important;
  }

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #64928c!important;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #64928c!important;
}

a:link {
  color: #64928c;
}

/* visited link */
a:visited {
  color: #64928c;
}

/* mouse over link */
a:hover {
  color: #64928c;
}

/* selected link */
a:active {
  color: #64928c;
}

::placeholder { 
  color: #64928c!important;
  opacity: 1!important; 
}

:-ms-input-placeholder { 
  color: #64928c!important;
}

::-ms-input-placeholder { 
  color: #64928c!important;
}

.loginSVG svg {
  fill: #efefee;
  width: 40px;
  height: 40px;
  z-index: 100;
}

.loginSVG svg:hover {
  fill: #64928c!important;
}

.rocketShip svg {
  fill: #64928c;
  width: 123px;
  height: 123px;
}

.rocketShip svg:hover {
  fill: #25282a;
}

.form-control {
  border-radius: 0!important;
  border-color: #64928c!important;
}

.form-group input[type=email], .form-group input[type=text], .form-group select, .form-group button {
    height: 45px !important;
}

.btn {
  border-radius: 0!important;
}

.nav-link {
  color: white!important;
  margin-left: 10px!important;
  margin-right: 10px!important;
  transition: none;
}


.navbar-logo {
  margin-left: 40px;
  margin-top: 20px;
}

.nav-item {
  height: 20px;
  
  line-height: 5px;
}

.nav-item:not(:first-child) {
  border-left: 1px solid white !important;
  height: 20px;
  margin: auto;
  line-height: 5px;
}

.nav-item2 {
  display: inline-block;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 8px;
  font-weight: 300;
}

.reqbutton {
  
  padding: 5px 20px 5px 20px;
  border: 1px solid #64928c;
  background-color: transparent;
  color: white;
  font-size: 14px;
  font-weight: 300;
}



.joinHeader {
  font-weight: 500;
  font-size:24px;
  z-index: 2;
  margin: auto;
  padding-top: 10px;
  text-align: center;
}

.joinHeader::after {
  content : "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 70px;
  height  : 1px;
  width   : 90px; 
  border-top: 2px solid #64928c;
}

.zind {
  z-index: 10;
}

#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #212529;
}

#myTrunk {

  background-color: #020002;
}

.header {
  min-height: 500px;
  background-color: #020002;
  background-image: url('../../images/header_wave.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;

}

.header img {
  margin: auto;
  text-align: center;
  display: block;
  
}




.vborder{
  height: 70px; 
  width: 1px;
  margin-top: 70px;
  margin-left: 50%;
  border-left: 2px solid #64928c;
  overflow: hidden;
}

.vborderDark{
  height: 70px; 
  width: 2px;
  margin-top: -50px;
  margin-left: 50%;
  border-left: 2px solid #25282a;
  overflow: hidden;
}

.about {
  min-height: 300px;
  font-weight: 600;
  color: #25282a;
  font-size: 24px;
  z-index: 2;
  margin-top: 40px;
  text-align: center;
}



.aboutSub {
  padding-top: 20px;
  width: 65%;
  font-weight: 300;
  color: #25282a;
  font-size: 20px;
  z-index: 2;
  text-align: center;
  margin: 0px auto  20px auto;
}

.bookText {
  padding-top: 20px;
  padding-left: 20%;
  font-weight: 300;
  font-size: .96em;
  z-index: 2;
  text-align: left;
  margin: auto;
}

.bookText:before {
  content : "";
  position: absolute;
  margin-left: -100px;
  margin-top: 30px;
  height  : 1px;
  width   : 80px; 
  border-top: 2px solid #64928c;
}

.typeText {
  padding-top: 100px;
  padding-left: 20%;
  text-align: left;
  margin: auto;
}

.txt-rotate {
  font-weight: 600;
  font-size: 32px;
  z-index: 2;
}

.suites, .suitesH {
  text-align: center;
  
}



.waves {
  overflow: hidden;
}

.suites span, .suitesH span {
  font-weight: 600;
  color: #25282a;
  font-size: 24px;
  z-index: 2;
  text-align: center;
}


.oceanScroll { 
  min-height: 150px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-left: 0px;
}

.new_wave::before {
  content: '';
  width: 6400px;
  height: 160px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: url('wave.svg') repeat-x;
  animation: trains 120s linear infinite;
  opacity: 0.5;
}

.new_wave {
  width: 6400px;
  height: 160px;
  background: url('wave.svg') repeat-x;
  animation: trains2 90s linear infinite;
  position: absolute;
  opacity: 0.7;
}

.new_wave_up::before {
  content: '';
  width: 6400px;
  height: 160px;
  left: 0;
  top: 0;
  position: absolute;
  background: url('wave.svg') repeat-x;
  animation: trains 120s linear infinite;
  opacity: 0.5;
}

.new_wave_up {
  width: 6400px;
  height: 160px;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  background: url('wave.svg') repeat-x;
  animation: trains2 90s linear infinite;
  position: absolute;
  
  opacity: 0.7;
  top: 0;
}

.new_wave_upG::before {
  content: '';
  width: 6400px;
  height: 160px;
  left: 0;
  top: 0;
  position: absolute;
  background: url('wave2.svg') repeat-x;
  animation: trains 120s linear infinite;
  opacity: 0.5;
}

.new_wave_upG {
  width: 6400px;
  height: 160px;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  background: url('wave2.svg') repeat-x;
  animation: trains2 90s linear infinite;
  position: absolute;
  
  opacity: 0.7;
  top: 0;
}

@keyframes trains{
  from{background-position:0}
  to{background-position:-100% 0}
}
@keyframes trains2{
  from{background-position:0}
  to{background-position:100% 0}
}

.quote {
  font-weight: 300;
  color: #25282a;
  font-size: 24px;
  z-index: 2;
  text-align: center;
}

.limassolBG {
  background-image: url('../../images/limassol.jpg');
  background-repeat: no-repeat;
  
  min-height: 530px;
  background-position: bottom;
  background-size: 100% 100%;
  padding-right: 10%;
}

.limassolText {
  font-weight: 300;
  color: #25282a;
  font-size: .96em;
  z-index: 2;
  text-align:justify;
  padding-top: 100px;
}

.talent {
  min-height: 50px;
  font-weight: 600;
  color: #25282a;
  font-size: 24px;
  z-index: 2;
  left: 50%;
  margin-top: 50px;
  text-align: center;
}

.talent:after {
  content : "";
  position: absolute;
  height  : 1px;
  width   : 90px; 
  border-top: 2px solid #64928c;
  margin-left: -50px;
}

#ecoLogo > div {
  background-image: url('../../images/eco-wave.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  overflow: hidden;
}

#proLogo > div {
  background-image: url('../../images/pro-wave.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  overflow: hidden;
}

.ecoLogo {
  text-align: center;
  margin: 0px auto 20px auto;

  position: relative;
}

.ecoLogo span {
  color: #64928c;
  font-size: 27px;
  font-weight: 300;
  line-height: 45px;
}

.headerText {
  color: #64928c;
  font-size: 43px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
}

.headerTextDemo {
  color: #64928c;
  font-size: 43px;
  font-weight: 400;
  text-align: center;
  margin:auto; 
  font-size: 32px; 
  margin-bottom: 70px;
}

.headerTextC {
  color: #64928c;
  font-size: 34px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
}

.ecoLogo img {

  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.ecoLogoG {
  text-align: center;
  margin: 0px auto 20px auto;
  
  position: relative;
}
.ecoLogoGS {
  text-align: center;
  margin: 0px auto 20px auto;
  
  position: relative;
}
.aboutSuites {
  text-align: center;
  position: relative;
}

.ecoSuiteLogo {
  text-align: center;
    position: relative;
    max-width: 190px;
    min-height: unset;
    margin: 20px auto;
    padding-top: unset;
}

.ecoSuiteLogo .centered {
    display: inline-flex;
    transform: translate(-50%, -50%);
    width: 120px;
    top: 50%;
    color: #64928c;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

.proSuiteLogo {
  text-align: center;
  position: relative;
  margin: 100px auto;  
  display: block;
}

.proSuiteLogo img {
  max-width: 200px;
}

.proSuiteLogo .centered {
  width:120px;
  top: 50%;
  color: #64928c;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.ecoLogoG:not(:nth-child(2)):before {
  content: '';
  height: 40%; 
  width: 2px;

  position: absolute;
  left: 0;
  top: 100px; 

  background-color: #000000;
}

.ecoLogoHeader {
  
  color: #64928c;
  font-size: 27px;
  font-weight: 300;
  line-height: 45px;
}

.ecoLogoG-animation img {
  
  -webkit-animation:spin 1s linear infinite;
  -moz-animation:spin 1s linear infinite;
  animation:spin 1s linear;
}
@-moz-keyframes spin { 33% { -moz-transform: rotate(20deg); }  66% { -moz-transform: rotate(-20deg); } 100% { -moz-transform: rotate(0deg); } }
@-webkit-keyframes spin { 33% { -webkit-transform: rotate(20deg); } 66% { -webkit-transform: rotate(-20deg); } 100% { -webkit-transform: rotate(0); } }
@keyframes spin { 33% { -webkit-transform: rotate(20deg); transform:rotate(20deg); } 66% { -webkit-transform: rotate(-20deg); transform:rotate(-20deg); } 100% { -webkit-transform: rotate(0deg); transform:rotate(0deg); } }
.centered {
  position: absolute;
  top: 29%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  word-wrap: normal;
  color: #25282a;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.aboutpad-20 {
    padding-right: 20px;
}

.centeredG {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
    word-wrap: normal;
    color: #25282a;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
}

.centeredGPro {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  word-wrap: normal;
  color: #25282a;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.morebutton {
  margin-top: 70px;
  width: auto;
  padding: 5px 30px 5px 30px;
  border: 1px solid #25282a;
  background-color: transparent;
  color: #25282a;
  font-size: 14px;
  font-weight: 300;
}

.containerAp {

  padding-top: -70px!important;
  text-align: center;
}

.approach {
  margin-bottom: -70px;
}

.approach span {
  color: #64928c;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  
}

.benefits {
  margin-bottom: 100px;
}

.benefits span {
  color: #64928c;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  
}

.approach span:after {
  content : "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 110px;
  height  : 1px;
  width   : 100px; 
  border-top: 2px solid #64928c;
}

.center {
  margin: 60px auto 130px auto;
  text-align: center;
  padding-top: 0px;
  
}

.containerAp h5 {
  padding-top: 40px;
  color: #64928c;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 30px;
}

.watch {
  margin-bottom: 100px;
  padding-top: 50px;
  text-align: center;
}

.watch span {
  color: #efefee;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  
}

.vborderW{
  height: 70px; 
  width: 1px;
  margin-top: 130px;
  margin-left: 50%;
  border-left: 2px solid #efefee;
  overflow: hidden;
}

.globeText {
  color: #efefee;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-top: 200px;
  
}

.globeTextSub {
  color: #64928c;
  font-size: .99em;
  font-weight: 300;
  text-align: left;

}

.reqbutline::before {
  content: "";
  position: absolute;
  margin-top: 40px;
  height: 2px;
  width: 100px; 
  background-color: #64928c;
}

.approach-child {
  min-height: 450px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5)); /* FF */
  -webkit-transform: scale(1.5)); /* Safari and Chrome */
  -o-transform: scale(1.5)); /* Opera */
  padding: 10px;
  margin-right:20px;
}

.containerJoin {
  min-height: 500px;
}

.join span {
  color: #25282a;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  
}

.joinSub {
  padding-top: 100px;
  width: 50%;
  color: #25282a;
  font-size: .96em;
  font-weight: 300;
  text-align: center;
  margin: auto;
}

.join span:after {
  content : "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 70px;
  height  : 1px;
  width   : 100px; 
  border-top: 2px solid #64928c;
}

.suites span:after {
  content : "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 90px;
  height  : 1px;
  width   : 100px; 
  border-top: 2px solid #25282a;
  margin-left: -10px;
}

.suitesH span:after {
  content : "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 90px;
  height  : 1px;
  width   : 100px; 
  border-top: 2px solid #25282a;
}

.joinBut {
  width: auto;
  padding: 5px 20px 5px 20px;
  border: 1px solid #64928c;
  background-color: transparent;
  color: #64928c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

.news {
  min-height: 300px;
  font-weight: 600;
  color: #64928c;
  font-size: 24px;
  z-index: 2;
  margin-top: 20px;
  text-align: center;
}

.newsSub {
  padding-top: 0px;
  width: 50%;
  font-weight: 300;
  color: #64928c;
  font-size: 12px;
  z-index: 2;
  text-align: center;
  margin: 0px auto 40px auto;
}


.containerF {
  background-image: url('../../images/footer_bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 330px;
  background-position: bottom;
  padding-left: 10%;
  padding-right: 10%;
 
}

.containerF > div {
  
  height: 100%;
  vertical-align: bottom;
  padding-bottom: 50px;
}

.containerF  img {
  margin-top: 30px;
}

.newsForm {
  margin-top: 60px;
  margin: 0px 0%;
  align-items: center;
  text-align: center;
  display: flex;

}

    .newsForm input[type=text], .newsForm input[type=email] {
        border: 1px solid #d0d2d3;
        font-weight: 300;
        color: #171717;
        font-size: 15px;
        z-index: 2;
        height: 50px;
        max-width: 500px;
    }

.padR180 {
  padding-right: 180px;
}

.formSubmit {
  padding: 12px 50px 12px 50px;
  border: 1px solid #64928c;
  background-color: transparent;
  color: #64928c!important;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  margin-left: 30px;

}

.fcontact {
  font-weight: 400;
  color: #171717;
  font-size: 14px;
  z-index: 2;
}

.copy {
  font-weight: 300;
  color: #171717;
  font-size: 11px;
  z-index: 2;
  text-align: center;
}

.storyText {
  padding-top: 100px;
  font-weight: 300;
  
  z-index: 2;
  text-align: left;
  margin: auto;
  padding-left: 130px;
}

.storyText:before {
  content : "";
  position: absolute;
  margin-left: -80px;
  margin-top: 20px;
  height  : 2px;
  width   : 70px; 
  border-top: 2px solid #64928c;
}

.divided {
  display: flex;
  align-items: center;
  margin: 150px auto; 
}

.divider {
  flex-grow: 1;
  border-bottom: 1px solid white;
  margin: -30px;
  margin-top: -160px;
}

.storyTextSub {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: left;
  font-size: 0.96em;
  padding-right: 120px;
  padding-left: 50px;
  margin: auto;
  overflow: hidden;
}

.mvText {
  padding-top: 20px;
  font-weight: 600;
  font-size: 24px;
  z-index: 2;
  text-align: center;
  margin: auto;
}

.mvText p {
  font-weight: 300;
  font-size: .93em;
  z-index: 2;
  text-align: center;
  margin: auto;
  padding: 30px 10%;
}

.vborder-green{
  height: 90px; 
  width: 1px;
  margin-top: 50px;
  margin-left: 50%;
  border-left: 2px solid #64928c;
  overflow: hidden;
}

.navbar-toggler {
  /*margin-right: 30px;*/
}

.chartdiv {
  min-height: 750px;
}


@media (max-width: 1023px) {
  

  .containerF {
    background-image: url('../../images/footer_bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 330px;
    background-position: bottom;
    padding-left: 10%;
    padding-right: 10%;
   
  }

  .containerF > div {
    height: 100%;
    vertical-align: bottom;
    padding-bottom: 50px;

  }
  
  .nav-item:not(:first-child) {
    border-left: 0px solid white !important;
    height: 20px;
    margin: auto;
    line-height: 5px;
  }
  .ecoLogoG:not(:nth-child(2)):before {
    content: '';
    height: 50%; 
    width: 0px;
  
    position: absolute;
    left: 0;
    top: 150px; 
  
    background-color: #000000;
  }
}

#navbarResponsive {
  margin-left: 100px;
  margin-top: 15px;
  z-index: 100;
}

.pad-20 {
  padding: 0px;
}



.dropzone-wrapper {
  border: 0px dashed #91b0b3;
  color: #171717;
  position: relative;
}
 
.dropzone-desc {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 40%;
font-size: 16px;

display: inline-table;
}
 
.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  cursor: pointer;
  height: 100%;
  opacity: 0;
}

.hidden {
  display: none;
}

.preview-zone {
  text-align: center;
}
 
.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
 
.btn-danger {
  background-color: #64928c;
  border: 1px solid #64928c;
}

.btn-danger:hover {
  background-color: #64928c;
  border: 1px solid #64928c;
}

.form-group input[type=email], .form-group input[type=text], .form-group select, .form-group button, .form-group textarea {
    font-weight: 300;
    color: #171717;
    font-size: 15px;
    z-index: 2;
    margin: 15px 0px;
}

.before::before {
  background: white;
  height: 2px;
  flex: 1;
  content: '';
  margin-right: 20px;
}

#exampleFormControlSelect1 option {
  background: white !important;
}

.eco::after {
    content: "";
    display: block;
    width: 6em;
    max-width: 70%;
    border-bottom: 0.1em solid #64928c;
    margin: 2em auto 0;
    margin-bottom: 50px;
}

.demoForm::before {
  content:"";
    display:block;
    width: 5em;
    max-width:70%;
    border-bottom: 0.1em solid #64928c;
    margin-bottom: 14px;
    margin-right: 10px;
}

.monitor {
  padding-top: 200px; 
  font-size: 24px; 
  font-weight: 300; 
  color: #64928c; 
  position: relative; 
  text-align: right; 
  padding-right: 60px;
}

.trace {
  padding-top: 200px; 
  font-size: 24px; 
  font-weight: 300; 
  color: #64928c; 
  position: relative; 
  padding-left: 50px;
}

.optimize {
  margin:0 auto 120px auto; 
  text-align:center; 
  font-size: 24px; 
  font-weight: 300; 
  color: #64928c; 
  margin-top: -40px; 
  position: relative; 
  padding-top: 60px;
}

.monitor::before {
  content : "";
  position: absolute;
  right: -140px;
  transform: translate(-50%, -50%);
  margin-top: 20px;
  height  : 1px;
  width   : 120px; 
  border-top: 2px solid #64928c;
}

.monitor::after {
  content : url("../../images/bullet.png");
  position: absolute;
  right: -90px;
  margin-top: -1px;
 
}

.trace::before {
  content : url("../../images/bullet.png");
  position: absolute;
  left: -90px;
  margin-top: -1px;
}

.trace::after {
  content : "";
  position: absolute;
  left: -30px;
  transform: translate(-50%, -50%);
  margin-top: 20px;
  height  : 1px;
  width   : 120px; 
  border-top: 2px solid #64928c;
}

.vEcoborder {
  height: 120px; 
  width: 1px;
  margin-top: -80px;
  margin-left: 50%;
  border-left: 2px solid #64928c;

}

.vEcoborder::before {
  content : url("../../images/bullet.png");
  position: absolute;
  margin-left: -18px;
  margin-top: -10px;

}
 
.hoverfillG:hover {
  background-color: #64928c;
  color: #efefee!important;
}

.hoverfillD:hover {
  background-color: rgba(37, 40, 42, 0.5);
  color: white;
  border: 1px transparent;
  
}

.hovercolorG:hover {
  color: #64928c!important;
}

.hoverfillG.active {
  background-color: #64928c;
  color: #efefee!important;
}

.circle
{
  border-radius: 50%;
  width: 200px;
  height: 200px; 
  background-color: rgba(100, 146, 140, 0.7);
}

.circle:hover
{
  background-color: rgba(37, 40, 42, 0.7);
}

.tooltipK {
  border-radius: 10px;
  width: 250px;
  height: 120px; 
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  color: #25282a;
  font-size: 12px;
  display: none;
}

#toTop {
  display: none; 
  position: fixed; 
  bottom:30px; 
  right: 20px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
  background-color: transparent;
}

.nav-link.active {
  color: #64928c!important;
}


.blinking-cursor {
  font-weight: 200;
  font-size: 50px;
  color: white;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}


@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

.bar {
  list-style: none;
  display: inline-table;
  padding-left: 18px;
  transform: translate(-50%, 0%);
  left: 50%;
  position: absolute;
}

.bar >li {
  position: relative;
}

.bar>li:first-child:before {
  content: '\25CF';
  /*margin-right: 15px;*/
  font-size: 22px;
  color: #020002;
  display: table;
}
.bar>li:last-child:before {
  content: '\25CF';
  margin-right: 15px;
  font-size: 22px;
  color: #020002;
}
.bar>li:before {
  content: '\25CF';
  margin-right: 10px;
  font-size: 0px;
}
.bar>li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-left: 1px solid #020002;
  margin-left: 6px;
  height: 100%;
}
.bar >li:first-of-type:after {
  top: 50%;
  font-size: 20px;
}
.bar >li:last-of-type:after {
  top: -50%;
  font-size: 20px;
}

.overlayJoin {
  box-shadow: inset 0 0 99999px rgba(0, 0, 0, 0.6);
}

.overlay-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  overflow:hidden;
  padding-top: 150px;
}

.rocketB{display:inline-block;height:123px;width:123px;}
.rock{background:url("../../images/rocket.png");}
.rock:hover{background:url("../../images/rocketb.png");}

.loginB{display:inline-block;height:35px;width:37px;}
.exit{background:url("../../images/login.png");}
.exit:hover{background:url("../../images/login-hover.png");}

.multiSounds__sound {
  top: 0;
  left: 0;
  right: 0;
  height: 65px!important;
  }

.sHeader {
  width: 705px;
  
} 

.sHeader > div:first-of-type {
  color: #efefee; 
  font-weight:300; 
  font-size: 20px; 
  margin: auto; 
  display: flex;
  text-align: center;
  align-items: center; 
  justify-content: center
}

.sHeader .grace {
  font-weight:300; 
  font-size: 12px; 
  color: #efefee; 
  margin: 50px auto; 
  text-align: center;
}


.sHeader .headerText {
  color: #64928c;
  font-size: 43px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
}

.trunkText {
  font-weight: 500;
  font-size: 50px;
  z-index: 2;
  padding-left: 11%;
  align-items: center;

  line-height: 50px;

}

.trunkText:before {
  content : "";
  position: absolute;
  left    : 11%;
  height  : 1px;
  width   : 80px; 
  border-top: 2px solid #64928c;
  top: -25px;
}

.trunkSub {
  font-weight: 500;

  font-size: 27px;
  z-index: 2;
  
}



.loader{
  width: 800px;
  height: 346px;
  background : url("../../images/spritesheet-2.png") left center;
  animation: moveX 7s steps(74);
}
@keyframes moveX{
  100% { background-position: -59200px;}
}

.logo-anim{
  width: 170px;
  height: 85px;
  background : url("../../images/spritesheet-logo.png") left center;
  animation: moveXL 7s steps(73);
}
@keyframes moveXL{
  100% { background-position: -12410px;}
}

.header-img {
  max-width: 300px;
}

.about-Img {
  margin: auto; 
  display: block;
}



.demoButCont {
  margin-top: 20px; 
  margin-bottom: 40px; 
  margin-left: 150px; 
  min-width: 200px;

}
.demoReq {
  text-align: justify; 
  margin: 40px auto; 
  color: #171717; 
  font-weight: 600; 
  font-size: 22px; padding: 0 40px 0 40px; 
  display: flex;
}

.about-par {
  min-height: 1700px;
}

.eco-par {
  min-height: 1300px;
}



.suitesEco {
  border: 1px solid white; 
  min-height: 600px; 
  margin: 20px auto; 
  padding-top: 150px;
}

.suitesPro {
  border: 1px solid white; 
  min-height: 600px; 
  margin: 20px auto; 
  padding-top: 150px;
}

.suitesPro img, .suitesEco img {
  max-width: 190px;
}

.shipping4 img {
  max-width: 285px;
}

.limassolT {
  padding-left:50px; 
  font-weight: 300; 
  font-size: 36px; 
  text-align: center;
}

.potentialT {
  margin-top: 90px; 
  margin-bottom: 100px;
}

.positionC {
  position:relative; 
  cursor:pointer; 
  display:grid; 
  min-height: 450px; 
  text-align: center;
  font-size:58px; 
  font-weight:400; 
  margin: 15px auto; 
  color: #efefee;  
  background-size: cover;
}

.btn-outline-light:hover {
  background-color: transparent!important;
}

.redText {
  color: red;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}

#ecoLogoA, #proLogoA {
  min-height: 420px;
}

.benefits div {
  margin-bottom: 70px
}

#ecoLogoA .centered, #proLogoA .centered {
  position: absolute;
  top:50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  word-wrap: normal;
  color: #25282a;
  font-size:28px;
  font-weight: 400;
  line-height: 28px;
}

.indexP .ecoLogoG-animation img, .ecoLogoG img {
  max-width: 190px;
}

.suitesPro .centered, .suitesEco .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  word-wrap: normal;
  color: #25282a;
  font-size: 28px;
  font-weight: 400;
  line-height:28px;
}

@media (min-width:1920px) {
    .ecoSuiteLogo {
        text-align: center;
        position: relative;
        max-width: 190px;
        min-height: unset;
        margin: 60px auto;
        padding-top: unset;
    }

    .indexP .ecoLogoG-animation img, .ecoLogoG img {
        max-width: 190px;
    }
}

@media (min-width:1600px) {
    .ecoSuiteLogo {
        text-align: center;
        position: relative;
        max-width: 190px;
        min-height: unset;
        margin: 20px auto;
        padding-top: unset;
    }
}

@media (min-width:1024px) {
    .monMarg {
        margin-right: -50px !important;
    }

    .trcMarg {
        margin-left: -50px !important;
    }
}



@media (max-width:1024px) {
    .ecoSuiteLogo {
        text-align: center;
        position: relative;
        max-width: 190px;
        min-height: unset;
        margin: 70px auto;
        padding-top: unset;
    }

    .header-img {
        max-width: 250px;
    }

    .ecoSuiteLogo .centered {
        display: inline-flex;
        width: 100px;
        top: 50%;
        color: #64928c;
        font-size: 28px;
        line-height: 28px;
        text-align: center;
    }

    .monitor::before {
        content: "";
        position: absolute;
        right: -70px;
        transform: translate(-50%, -50%);
        margin-top: 20px;
        height: 1px;
        width: 70px;
        border-top: 2px solid #64928c;
    }

    .monitor::after {
        content: url(../../images/bullet.png);
        position: absolute;
        right: -35px;
        margin-top: -1px;
    }

    .trace::after {
        content: "";
        position: absolute;
        left: 0px;
        transform: translate(-50%, -50%);
        margin-top: 20px;
        height: 1px;
        width: 70px;
        border-top: 2px solid #64928c;
    }

    .trace::before {
        content: url(../../images/bullet.png);
        position: absolute;
        left: -40px;
        margin-top: -1px;
    }

    .vEcoborder {
        height: 70px;
        width: 1px;
        margin-top: -140px;
        margin-left: 50%;
        border-left: 2px solid #64928c;
    }

        .vEcoborder::before {
            content: url("../../images/bullet.png");
            position: absolute;
            margin-left: -18px;
            margin-top: -10px;
        }

    .optimize {
        margin: 0 auto 120px auto;
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        color: #64928c;
        margin-top: -90px;
        position: relative;
        padding-top: 30px;
    }

    .indexP .ecoLogoG-animation img, .ecoLogoG img {
        max-width: 190px;
    }

    .padR180 {
        padding-right: 120px;
    }


    .mobileNo {
        display: none !important;
    }

    #navbarResponsive {
        margin-left: 0px;
        z-index: 100;
    }
}

@media (max-width: 768px) {
    .aboutpad-20 {
        padding-right: 0px;
    }
    .indexP .ecoLogoG-animation img, .ecoLogoG img {
        max-width: 190px;
    }

    .pad-20 {
        padding: 0 40px;
    }

    .demoButCont {
        margin: 20px auto 40px auto;
        display: inherit;
        min-width: 200px;
    }

    .demoReq {
        text-align: left;
        margin: 40px auto;
        color: #171717;
        font-weight: 600;
        font-size: 18px;
        padding: 0 40px 0 40px;
        display: flex;
    }

    .about-par {
        min-height: 2300px;
    }

    .eco-par {
        min-height: 1400px;
    }

    .circle {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        background-color: rgba(100, 146, 140, 0.7);
    }

        .circle img {
            max-width: 40%;
        }

    .containerAp h5 {
        padding-top: 20px;
        color: #64928c;
        font-size: 19px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .centeredG {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        transform: translate(-50%, -50%);
        word-wrap: normal;
        color: #25282a;
        font-size: 28px;
        font-weight: 400;
        line-height: 28px;
    }

    .morebutton {
        margin-top: 30px;
    }

    .header {
        min-height: 400px;
    }

    .approach-child {
        min-height: 330px;
    }

    .navbar-logo {
        margin-left: -10px;
        margin-top: 0px;
        max-width: 100px;
    }

    .navbar-toggler {
        /*margin-right: 0px;*/
    }

    .typeText {
        padding-top: 100px;
        padding-left: 5%;
        padding-right: 5%;
        text-align: left;
        margin: auto;
    }

    .aboutSub {
        padding-top: 20px;
        width: 90%;
        font-weight: 300;
        color: #25282a;
        font-size: 20px;
        z-index: 2;
        text-align: center;
        margin: 0px auto 20px auto;
    }

    .padR180 {
        padding-right: 30px;
    }

    .bookText {
        padding-top: 20px;
        padding-left: 5%;
        padding-right: 5%;
        font-weight: 300;
        font-size: .93em;
        z-index: 2;
        text-align: left;
        margin: auto;
    }

        .bookText:before {
            content: "";
            position: absolute;
            margin-left: -100px;
            margin-top: 30px;
            height: 1px;
            width: 50px;
            border-top: 2px solid #64928c;
        }

    .storyText {
        padding-top: 0px;
        font-weight: 300;
        font-size: 20px;
        z-index: 2;
        text-align: left;
        margin: auto;
        padding-left: 100px;
    }

        .storyText:before {
            content: "";
            position: absolute;
            margin-left: -70px;
            margin-top: 0p;
            height: 1px;
            width: 50px;
            border-top: 2px solid #64928c;
        }

    .storyTextSub {
        padding-top: 20px;
        padding-bottom: 40px;
        text-align: left;
        padding-right: 40px;
        padding-left: 30px;
        margin: auto;
    }

    .lBorder {
        content: "";
        position: absolute;
        left: 0;
        top: 100px;
        height: 550px;
        width: 1px;
        border-left: 0px solid #64928c;
    }

    .globeSide {
        width: 90%;
    }

    .globeText {
        color: #efefee;
        font-size: 32px;
        font-weight: 600;
        text-align: left;
        padding-left: 20px;
        margin-top: 100px;
    }

    .globeTextSub {
        color: #64928c;
        font-size: .93em;
        font-weight: 300;
        text-align: left;
        padding-left: 20px;
    }

    .reqbutton {
        width: auto;
        padding: 5px 20px 5px 20px;
        border: 1px solid #64928c;
        background-color: transparent;
        color: white;
        font-size: 12px;
        font-weight: 300;
        margin-left: 0px;
    }

    .joinSub {
        padding-top: 100px;
        width: 90%;
        color: #25282a;
        font-size: .93em;
        font-weight: 300;
        text-align: center;
        margin: auto;
    }

    .reqbutline::before {
        margin-left: 20px;
    }

    #buildX img {
        margin-bottom: 100px;
        z-index: 2;
    }

    .limassolBG {
        background-image: url(../../images/limassol.jpg);
        background-repeat: no-repeat;
        min-height: 530px;
        background-position: bottom;
        background-size: 100% 100%;
        padding-right: 0%;
    }

    .about-Img {
        margin: 30px auto 30px auto;
        display: block;
    }

    .header-Img {
        max-width: 200px;
    }

    #buildX img::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 100px;
        top: 0;
        left: 49%;
        background: white;
        z-index: 0;
    }

    .padR180 {
        padding-right: 180px;
    }

    .divided {
        display: block;
        align-items: center;
        position: relative;
        margin: 100px auto;
    }

    .divider {
        content: '';
        position: absolute;
        left: 49%;
        border-right: 0px solid white;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .sHeader {
        width: 405px;
    }

        .sHeader > div:first-of-type {
            font-size: 12px;
        }

        .sHeader .grace {
            font-weight: 300;
            font-size: 10px;
        }

        .sHeader .headerText {
            font-size: 24px;
            font-weight: 400;
            line-height: 52px;
        }

    .trunkText {
        font-weight: 500;
        font-size: 36px;
        padding-left: 11%;
        margin-top: 0px;
        line-height: 36px;
    }

    .trunkSub {
        font-weight: 500;
        font-size: 24px;
    }

    .ecoSuiteLogo {
        text-align: center;
        position: relative;
        max-width: 190px;
        min-height: unset;
        margin: 20px auto;
        padding-top: unset;
        padding-bottom: unset;
    }


    .monitor {
        padding-top: 150px;
        font-size: 14px;
        font-weight: 300;
        color: #64928c;
        position: relative;
        text-align: right;
        padding-right: 60px;
    }

    .trace {
        padding-top: 150px;
        font-size: 14px;
        font-weight: 300;
        color: #64928c;
        position: relative;
        padding-left: 50px;
    }

    .optimize {
        margin: 0 auto 120px auto;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        color: #64928c;
        margin-top: -10px;
        position: relative;
        padding-top: 30px;
    }

    .ecoSuiteLogo .centered {
        display: inline-flex;
        width: 50%;
        top: 50%;
        color: #64928c;
        font-size: 28px;
        line-height: 28px;
        text-align: center;
    }

    .monitor::before {
        content: "";
        position: absolute;
        right: -70px;
        transform: translate(-50%, -50%);
        margin-top: 10px;
        height: 1px;
        width: 70px;
        border-top: 2px solid #64928c;
    }

    .monitor::after {
        content: url(../../images/bullet.png);
        position: absolute;
        right: -35px;
        margin-top: 0px;
    }

    .trace::after {
        content: "";
        position: absolute;
        left: -10px;
        transform: translate(-50%, -50%);
        margin-top: 10px;
        height: 1px;
        width: 70px;
        border-top: 2px solid #64928c;
    }

    .trace::before {
        content: url(../../images/bullet.png);
        position: absolute;
        left: -50px;
        margin-top: 0px;
    }

    .vEcoborder {
        height: 70px;
        width: 1px;
        margin-top: -60px;
        margin-left: 50%;
        border-left: 2px solid #64928c;
    }

        .vEcoborder::before {
            content: url(../../images/bullet.png);
            position: absolute;
            margin-left: -18px;
            margin-top: -10px;
        }
}

@media (max-width: 415px) {
  .rocketShip svg {
    fill: #64928c;
    width: 90px;
    height: 90px;
  }

  .pad-20 {
    padding: 0px 20px;
  }

  .benefits {
    margin-bottom: 50px;
  }

  .benefits div {
    margin-bottom: 20px
  }

  .reqbutline .reqbutton {
    margin-left: 20px;
  }

  .approach-child {
    min-height: 230px;
  }

  #ecoLogoA, #proLogoA {
    min-height: 320px;
  }

  

  #ecoLogoA .centered, #proLogoA .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    width:80px;
    transform: translate(-50%, -50%);
    word-wrap: normal;
    color: #25282a;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
  }

  .indexP .ecoLogoG-animation img, .ecoLogoG img {
    max-width: 190px;
  }

  .proSuiteLogo .centered {
    width:120px;
    top: 195px;
    padding-bottom:190px;
    color: #64928c;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .about-par {
    min-height: 2600px;
  }
  
  .eco-par {
    min-height: 1000px;
  }

  .header {
    min-height: 300px;
  
  }

  .talent {
    padding: 0 70px;
  }

  .positionC {
    font-size:42px; 

  }

  .potentialT {
    margin-top: 0px; 
    margin-bottom: 0px;
  }

  .limassolT {
    padding-left:0px; 
    font-weight: 300; 
    font-size: 32px; 
    text-align: center;
    margin-top: -70px;
  }

  .headerTextDemo {
    line-height: 36px;
    }

  #buildX img:nth-child(1) {
    max-width: 220px;
    padding-left: 11px;
  }
  #buildX img:nth-child(5) {
    max-width: 220px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #buildX img:nth-child(3) {
    max-width: 220px;
  }

  .shipping4 img {
    max-width: 205px;
  }

  .proSuiteLogo {
    text-align: center;
    position: relative;
    margin: 40px auto;  
    display: block;
  }

  .proSuiteLogo img {
    max-width: 200px;
  }

  

  .suitesPro {
    border: 1px solid white; 
    min-height: 450px; 
    margin: 20px auto; 
    padding-top: 100px;
  }

  .suitesEco {
    border: 1px solid white; 
    min-height: 450px; 
    margin: 20px auto; 
    padding-top: 100px;
  }

  .suitesPro img, .suitesEco img {
    max-width: 190px;
  }

  .suitesPro .centered, .suitesEco .centered {
    position: absolute;
    top:50%;
    left: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
    word-wrap: normal;
    color: #25282a;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
  }

  .containerF > div:nth-child(3),.containerF > div:nth-child(4) {
    height: 100%;
    vertical-align: bottom;
    padding-bottom: 0px;
  }

  .containerF > div:nth-child(5),.containerF > div:nth-child(6) {
    padding-bottom: 100px;
  }


  .containerF img {
    margin: 50px auto 0px auto;
    display: flex;
  }

  .headerTextDemo {
    color: #64928c;
    font-weight: 400;
    text-align: center;
    margin:auto; 
    font-size: 28px; 
    margin-bottom: 0px;
  }

  .limassolBG {
    background-image: url(../../images/limassol.jpg);
    background-repeat: no-repeat;
    min-height: 530px;
    background-position: bottom;
    background-size: 100% 40%;
    padding-right: 0%;
  }

  .about-Img {
    margin: 30px auto 30px auto; 
    display: block;
  }

  .header-img {
    max-width: 150px;
  }

  .chartdiv {
    min-height: 400px;
  }
  .sHeader {
    width: 340px;
    
  } 
  .padR180 {
    padding-right: 30px;
    margin-left: 0px;

  }

  input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 3px;
    margin-right: 2px;
    margin-left: 15px;
  }

  .sHeader .headerText {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }
  .sHeader > div:first-of-type {
    font-size: 9px;
  }
  .sHeader .grace {
    font-weight:300; 
    font-size: 9px; 
  }

  .trunkText {
    font-weight: 500;
    font-size: 30px;
    padding-left: 11%;
    margin-top: 0px;
    line-height: 30px;
  }
  
  .trunkSub {
    font-weight: 500;
    font-size: 20px;
  }

    .ecoSuiteLogo {
        text-align: center;
        position: relative;
        max-width: 190px;
        min-height: unset;
        /*margin: -20px auto -20px auto;
    padding-top: 40px;*/
    }

  .ecoSuiteLogo .centered {
    display: inline-flex;
    width: 50%;
    top: 50%;
    color: #64928c;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .monitor {
    padding-top: 150px;
    font-size: 14px;
    font-weight: 300;
    color: #64928c;
    position: relative;
    text-align: right;
    padding-right: 60px;
  }
  
  .trace {
    padding-top: 150px;
    font-size: 14px;
    font-weight: 300;
    color: #64928c;
    position: relative;
    padding-left: 50px;
  }
  
  .optimize {
    margin: 0 auto 120px auto;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #64928c;
    margin-top: -140px;
    position: relative;
    padding-top: 30px;
  }   

  .monitor::before {
    content: "";
    position: absolute;
    right: -20px;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    height: 1px;
    width: 30px;
    border-top: 2px solid #64928c;
  } 

  .monitor::after {
    content: url(../../images/bullet.png);
    position: absolute;
    right: -15px;
    margin-top: -21px;
  }

  .trace::after {
    content: "";
    position: absolute;
    left: 20px;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    height: 1px;
    width: 30px;
    border-top: 2px solid #64928c;
  }

  .trace::before {
    content: url(../../images/bullet.png);
    position: absolute;
    left: -5px;
    margin-top: 0px;
  }

  .vEcoborder {
    height: 30px;
    width: 1px;
    margin-top: -140px;
    margin-left: 50%;
    border-left: 2px solid #64928c;
  }
}

@media (max-width:400px) {
  trace::after {
    content: "";
    position: absolute;
    left: 20px;
    transform: translate(-50%, -50%);
    margin-top: -11px;
    height: 1px;
    width: 30px;
    border-top: 2px solid #64928c;
  }
}

.containerFull {
	height: 100%;
  min-height: 100%;
	display: flex;
	flex-direction: column;
}
.boxFull {

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-1 {
  
}

.box-2 {

  flex: 1;
}

/*Modal CSS*/
 .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0px solid #dee2e6!important;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: white;
    font-weight: 300;
    margin: auto;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.modal-body {
  color: white;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 0px solid #dee2e6!important;
  border-bottom-right-radius: 0!important;
  border-bottom-left-radius: 0!important;
  margin: auto;
  text-align: center;
  }

.close {
    margin: 0;
    position: absolute;
    top: -0px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: 0;
    background-color: transparent;
    color: white;
    font-size: 28px;
    opacity: 1;
    z-index: 10;
}

.yBut, .nBut {
  padding: 10px 50px;
}

.yBut, .yBut:hover {
  color: white;
  background-color: #64928c;
  border: 0;
  font-size: 14px;
}

.nBut, .nBut:hover {
  color: #25282a;
  background-color: white;
  border: 0;
  font-size: 14px;
}

.ecopro-bg {
  background-image: url('../../images/eco-circle.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}



#stop-scroll {
  height: 400px;
  width: 100%;
}

.background_container{
  background: url('../../images/waves-parallax.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed; /* <= This one */
  background-position: bottom;
  z-index: 100;
}
.bg-static {
 
}
.paroller {

  background-image: url('../../images/waves-parallax.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.box-one {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}

.box-two {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.parallax {
	background: #171717 url('../../images/waves-parallax.png') no-repeat fixed 100%;
  background-position: bottom;
	text-align: center;
}
.parallax-inner {
	padding-top: 0%;
	padding-bottom: 0%;
}

.navbar-dark .navbar-toggler, .navbar-dark .navbar-toggler:hover, .navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:active  {
  color: rgba(255,255,255,.55);
  border-color: transparent!important;

}

.navbar-toggler {
  border-color: transparent!important;
  box-shadow: 0 0 0 0rem;
  padding: .70rem 2.5rem!important;
  margin-right: -35px;
}

.navbar-toggler-icon {
  margin-top: -28px;
  margin-right: -20px;
}

.cookiealert {
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
 
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 0rem!important; 
  border: 1px solid transparent;
  border-radius: 0rem!important;
}

.fixed-bot {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  border-radius: 0px;
}

@media (max-width: 375px) {
  #breadcrumbs {
    font-size:11px!important;
  }
}

@media (min-width: 1900px) {
    .ecoSuiteLogo {
        text-align: center;
        position: relative;
        max-width: 190px;
        min-height: unset;
        margin: 20px auto;
        padding-top: unset;
    }
}