html, body {
  width: 100%;
  height: 100%;
  background-color:#fff;
  overflow-x:hidden;
}
#fixed-top{
  position:fixed;
}
.left-space{
  padding-left:140px;
}
#main-navbar{
  justify-content:space-between;
  padding: 30px 100px;
  background-color:rgba(255,255,255, 0.95);
  align-items:center;
}
#main-navbar:before{
  content: '';
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:transparent linear-gradient(270deg, #72146D 0%, #3193E0 100%) 0% 0% no-repeat padding-box;
  height:1px;
  width:100%;
}
#navbar{
  flex-grow:initial;
}
#navbar .navbar-nav{
  align-items:center;
}
#navbar a{
  color:#0D0D4D;
  font-family:'Montserrat', sans-serif;
  font-size:16px;
  margin-right:80px;
}
#navbar a:last-child{
  margin-right:0;
}
#nav-blue-btn{
  background-color:#3193E0;
  color:#fff !important;
  width:180px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
}
#hero-text{
  color:#0D0D4D;
  font-size:70px;
  line-height:70px;
  font-family:'Montserrat', sans-serif;
  font-weight: 700;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-60{
  padding-top:60px;
}
.pl-100{
  padding-left:140px;
}
.regular-text{
  color:#222222;
  font-size:16px;
  font-family:'Lato', sans-serif;
}
#o-noua-era{
  padding:160px 0 80px 0;
  position:relative;
}
.angle-right{
  position:relative;
  transform:translateX(0);
  transition: all 0.3s ease-in-out;
}
.angle-right:after{
  transition: all 0.3s ease-out;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  content: '';
  display: inline-block;
  height: 5px;
  right: 5px;
  position: absolute;
  top: 10px;
  width: 5px;
  transform: rotate(45deg);
  opacity: 0;
}
.cta-blue{
  background-color:#3193E0;
  color:#fff !important;
  width:300px;
  height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Montserrat', sans-serif;
  font-weight:700;
  border:none;
  outline:none;
}
.cta-blue:focus{
  outline:none !important;
}
.cta-blue:hover{
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  text-decoration:none;
}
.cta-blue:hover span {
  transform:translateX(-10px);
  transition: all 0.4s ease-in-out;
}
.cta-blue:hover span:after {
  opacity: 1;
  right: -15px;
  transition: all 0.4s ease-in-out;
}
#first-img{
  width:90%;
  height:90%;
}
.first-img-wrapper{
  margin-left:-200px;
}
.inner-text{
  padding-top:30px;
  color:#fff;
  min-height:200px;
}
.hero-content{
  position:relative;
  z-index:5;
}
.first-col{
  display:flex;
  align-items:center;
}
.bottom-mark{
  position:relative;
}
.bottom-mark:before{
  content: '';
  position:absolute;
  left:0;
  background:transparent linear-gradient(270deg, rgba(49, 147, 224, 0.2) 0%, rgba(114, 20, 109, 0.2) 100%) 0% 0% no-repeat padding-box;
}
#hero-text.bottom-mark:before{
  top:25%;
  width:65%;
  height:20%;
}
.inner-first{
  padding:60px 0;
  width:75%;
}
.section-title{
  color:#0D0D4D;
  font-size:50px;
  line-height:50px;
  font-family:'Montserrat', sans-serif;
}
.second-title:before{
  top: 25px;
  width: 17%;
  height: 24%;
}
#second-text{
  font-family: 'Lato', sans-serif;
  color:#222222;
  font-size:16px;
  padding-top:60px;
  padding-left:30px;
  padding-bottom:100px;
}
.second-inner-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#fff;
  font-size:40px;
}
#beneficii{
  padding: 140px 0;
  position:relative;
}
.ct-el{
  position:relative;
}
.ct-el .ct-row{
  padding:0 200px 100px 200px;
}
.ct-el:nth-child(odd) .ct-row{
  flex-direction:row-reverse;
}
.ct-el:nth-child(odd) .ct-row .second-col:last-child .benefits-content{
  float:right;
}
.ct-el:nth-child(even) .ct-row .second-col:first-child .second-img-wrapper{
  float:right;
}
.ct-el:nth-child(odd) .ct-row .second-col:last-child .benefits-content{ 
  margin-top: -10px;
  margin-right: -50px;
}
.ct-el:nth-child(even) .ct-row .second-col:last-child .benefits-content{ 
  margin-top: -10px;
  margin-left: -50px;
}
.ct-el:last-child .ct-row{
  padding-bottom: 0;
}
#bft-img1{
  position:absolute;
  top:0;
  left:-150px;
}
#bft-img2{
  position: absolute;
  bottom: 0;
  right: -220px;
  transform: rotate(-180deg);
}
#bft-img3{
  position: absolute;
  top:-150px;
  left: -200px;
}
#bft-img4{
  position: absolute;
  bottom:80px;
  right:-100px;
  width:200px;
}
.benefits-content{
  padding:60px;
  width:85%;
}
.bg-blue{
  background-color:#3193E0;
}
.bg-purple{
  background-color:#72146D;
}
.bg-dark-blue{
  background-color:#0D0D4D;
}
.bg-yellow{
  background-color:#FD8008;
}
.bg-green{
  background-color:#00AA78;
}
.bg-word{
  position:relative;
  z-index:5;
  margin-left:140px;
}
.bg-word:before{
  content:'timpul tau';
  font-size:14vw;
  line-height:0.5;
  position:absolute;
  top:-40px;
  left:-40px;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  color:rgba(114, 20, 109, 0.03);
  width:100%;
  z-index:0
}
.second-content-wrapper{
  position:relative;
}
#path-img{
  position:absolute;
  left:-190px;
  top:30px;
}
#ce-facem{
  padding:80px 0 30px 0;
}
.bg-purple{
  background-color:#72146D;
}
.third-wrapper{
  padding:160px 100px 0 100px;
}
.extra-space{
  padding:80px 0 50px 0;
}
#trusted-text{
  display:flex;
  align-items:center;
}
#trusted-inner-text{
  color:#fff;
  font-family:'Montserrat', sans-serif;
  font-size:60px;
}
.trusted-inner-block{
  color:#fff;
  font-family:'Lato', sans-serif;
  font-size:18px;
  padding:0 30px;
  height:100%;
  display:flex;
  align-items:center;
}
.big-text{
  text-align:right;
  color:#fff;
  font-family:'Montserrat', sans-serif;
  font-size:40px;
  padding:0 30px;
  font-weight:700;
  height:100%;
  display:flex;
  align-items:center;
}
.separator{
  border-right:1px solid #fff;
}
#testimoniale{
  padding:120px 0;
  position:relative;
  overflow:hidden;
  margin-bottom:100px;
}
.fourth-bg-word{
  position:relative;
  z-index:5;
  margin-left:140px;
}
.fourth-bg-word:before{
  content:'digitalizare';
  font-size:14vw;
  line-height:0.5;
  position:absolute;
  top:-65px;
  left:10px;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  color:rgba(114, 20, 109, 0.03);
  width:100%;
  z-index:0
}
#path-img-sec{
  position:absolute;
  top: 100px;
  left: -320px;
}
#fourth-title:before{
  bottom:5px;
  width:13%;
  height:45%;
}
.fourth-small-text{
  width:80%;
  padding-top:60px;
  padding-left:30px;
  color: #222222;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height:28px;
}
.center-section{
  display:flex;
  justify-content:center;
  padding:100px 0;
}
.center-el{
  text-align:center;
  padding:0 60px;
}
.number{
  color:#3193E0;
  font-size:60px;
  font-family:'Montserrat', sans-serif;
  font-weight:700;
}
.text{
  font-family: 'Lato', sans-serif;
  font-size:16px;
  color:#222222;
}
.testimonials{
  padding-left:140px;
}
.testimonials-title{
  font-size:40px;
  color:#72146D;
  font-family:'Montserrat', sans-serif;
  padding-bottom:60px;
  padding-left:140px;
  font-weight:700;
}
.avatar{
  width:70px;
  height:70px;
  border:1px solid #72146D;
  border-radius:100%;
  margin-right:15px;
}
.name{
  font-family:'Montserrat', sans-serif;
  font-size:24px;
  color:#72146D;
  font-weight:700;
}
.occupation{
  font-family: 'Lato', sans-serif;
  font-size:12px;
  color:#333333;
}
.avatar-header{
  display:flex;
  padding-bottom:15px;
  align-items:center;
}
.testimonial-title{
  padding-bottom:15px;
}
.testimonial-content{
  font-family: 'Lato', sans-serif;
  font-size:12px;
  line-height:18px;
  color:#222222;
  padding-left:15px;
  position:relative;
  margin-left:30px;
}
.testimonial-text{
  column-count:2;
  column-gap:5em;
}
.testimonial-content:before{
  content:'';
  width:1px;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background: transparent linear-gradient( rgba(49, 147, 224, 0.7) 0%, rgba(114, 20, 109, 0.7) 100%) 0% 0% no-repeat;
}
.item{
  padding-right: 120px;
}
#control-left{
  color:#3193E0;
  position:absolute;
  bottom:-60px;
  right:250px;
  top:auto;
  left:auto;
  z-index:1000;
  font-size:20px;
}
#control-right{
  color:#3193E0;
  position:absolute;
  bottom:-60px;
  right:150px;
  top:auto;
  left:auto;
  z-index:1000;
  font-size:20px;
}
.slick-prev:before, .slick-next:before{
  content:'' !important;
}
#testimonial-path{
  position: absolute;
  right:-150px;
  bottom:80px;
  width:650px;
}
.fifth-bg-word{
  position:relative;
  z-index:5;
  margin-left:140px;
}
.fifth-bg-word:before{
  content:'comunitate';
  font-size:14vw;
  line-height:0.5;
  position:absolute;
  top:-65px;
  left:10px;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  color:rgba(114, 20, 109, 0.03);
  width:100%;
  z-index:0;
}
.bottom-wrapper{
  padding-left:140px;
}
.fifth-title:before{
  top: 24px;
  width: 14%;
  height: 24%;
}
#fifth-subtitle{
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color:#72146D;
  font-weight:700;
  padding-bottom:30px;
  font-weight:700;
  padding-left:30px;
}
.fifth-text{
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color:#333333;
  width:60%;
  line-height:28px;
  padding-bottom:60px;
  padding-left:30px;
}
.with-left{
  padding-left:60px;
}
#fifth-wrapper{
  padding-bottom:60px;
}
.fifth-img-wrapper{
  padding:0 100px;
}
.fifth-img-wrapper img{
  width:100%;
}
#form{
  position: relative;
  z-index: 10;
}
#form input, #form select{
  border-radius: 0;
  width:300px;
  height:35px;
  border:1px solid #D3D3D3;
  font-family:'Lato', sans-serif;
  font-size: 14px;
  position:relative;
}
#form #check-terms{
  width:auto;
  height:auto;
  font-family:'Lato', sans-serif;
  font-size: 14px;
  margin-right:5px;
}
#form label{
  font-family:'Lato', sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom:15px;
}
#send-btn{
  transition:all 0.3s ease;
}
#send-btn[disabled]{
  pointer-events:none;
  background-color: #D3D3D3;
}
#form option{
  padding:10px 0;
}
::-webkit-input-placeholder {
  color: #333333;
  font-family:'Lato', sans-serif;
  font-size: 14px;
}
:-ms-input-placeholder {
  color:#333333;
  font-family:'Lato', sans-serif;
  font-size: 14px;
}
::placeholder {
  color: #333333;
  font-family:'Lato', sans-serif;
  font-size: 14px;
}
#last-path{
  position:absolute;
  left:-150px;
  bottom:0;
}
#comunitate{
  position:relative;
  padding: 50px 0 200px 0;
}
#social-fixed{
  display: flex;
  flex-direction: column;
  position:fixed;
  right:60px;
  top:750px;
  z-index:50;
}
#social-fixed a{
  margin-bottom:15px;
}
.hidden-md{
  display:none;
}
#back-to-top{
  width:35px;
  height:35px;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#3193E0;
  color:#fff;
  border-radius:50%;
  position:absolute;
  z-index:999;
  bottom:30px;
  right:15px;
  border: 1px solid #fff;
}
#back-to-top i{
  font-size:20px;
  color:#fff;
}
#back-to-top:hover{
  text-decoration:none;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.wyzr{
  color:#72146D;
  font-weight:700;
}
.container-wrapper{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#terms-modal .modal-content{
  border-radius:0;
  height:100%;
}
#terms-modal .modal-dialog{
  min-width:650px;
  height: calc(100% - 3.5rem);
}
#terms-modal .modal-body{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  height: 100%;
  overflow: auto;
  margin: 15px 15px 15px 0;
  padding-top:0;
}
#modal-title{
  color: #0D0D4D;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight:600;
  text-transform:uppercase;
}
#terms-modal .modal-footer{
  border:none;
}
#accept-btn{
  background-color:#3193E0;
  color:#fff !important;
  border-radius:0;
  margin:0;
  height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Montserrat', sans-serif;
  font-weight:700;
  border:none;
  outline:none;
}
#terms-modal ::-webkit-scrollbar{
  width: 5px;
}
#terms-modal ::-webkit-scrollbar-track{
  background:#d3d3d3;
}
#terms-modal ::-webkit-scrollbar-thumb{
  background:transparent linear-gradient(#72146d 0%, #3193e0 100%) 0% 0% no-repeat;
}
#modal-btn{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #3193E0;
  background:none;
  border:none;
  box-shadow:none;
  font-weight:600;
}
#modal-btn:focus{
  outline:none !important;
}
.clickable {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #modal-btn{
    font-size:12px;
  }
  #form label{
    font-size:12px;
  }
  #terms-modal .modal-dialog{
    min-width:90%;
  }
  #main-navbar{
    padding: 10px 15px;
    border-radius:0;
    height:50px;
  }
  #logo img{
    width:50px;
  }
  #nav-icon:focus{
    outline: none !important;
  }
  #nav-icon {
    width: 38px;
    height:33px;
    padding:0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index:100;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    background: #0D0D4D;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    -o-transition: .20s ease-in-out;
    transition: .20s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
    width: 80%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon span:nth-child(2) {
    top: 10px;
    width: 60%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition:all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    transition: all .20s ease-out;
  }
  #nav-icon span:nth-child(3) {
    top: 20px;
    width: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    width:100%;
  }
  #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    right:80%;
  }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  #navbar .navbar-nav{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  #navbar{
    width:0;
    height:0;
    position:absolute;
    top:0;
    right:0;
    background-color:#fff;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: width .20s ease-out, height .20s ease-out;
    -moz-transition: width .20s ease-out, height .20s ease-out;
    -o-transition: width .20s ease-out, height .20s ease-out;
    transition: width .20s ease-out, height .20s ease-out;
  }
  #navbar.show{
    width:100vw;
    height:100vh;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: width .20s ease-out, height .20s ease-out;
    -moz-transition: width .20s ease-out, height .20s ease-out;
    -o-transition: width .20s ease-out, height .20s ease-out;
    transition: width .20s ease-out, height .20s ease-out;
  }
  .pl-100{
    padding:0;
  }
  .second-img-wrapper img{
    width: 100%;
  }
  #navbar a{
    margin:0;
    font-size: 22px;
    margin-bottom: 15px;
  }
  #navbar a:last-child{
    margin:0;
    font-size: 22px;
    margin-bottom: 0;
    margin:8px 0;
    font-size:16px;
  }
  #o-noua-era{
    padding: 90px 0 40px 0;
  }
  #hero-text{
    font-size:33px;
    line-height:40px;
    padding-bottom:40px;
  }
  .inner-first{
    width:100%;
    padding:40px 0;
  }
  #hero-text.bottom-mark:before{
    top: 15%;
    width: 50%;
    height: 10%;
  }
  .hidden-xs{
    display:none;
  }
  .shown-xs{
    display:block;
    width:100%;
    margin:0;
    text-align: center;
  }
  #first-img{
    width: 100%;
  }
  .inner-text{
    width:100%;
    padding:0;
    min-height:auto;
  }
  .regular-text{
    font-size:12px;
  }
  .cta-blue{
    width:100%;
  }
  .bg-word{
    margin:0;
  }
  .section-title{
    font-size:25px;
    line-height:29px;
    text-align:left;
  }
  #beneficii{
    padding:40px 0 0 0;
  }
  #beneficii .row{
    padding-bottom:40px;
  }
  .second-inner-title{
    font-size: 18px;
    padding-bottom:20px;
  }
  .second-title:before{
    top: 12px;
    width: 40%;
    height: 16%;
  }
  #second-text{
    padding:30px 0;
    font-size:12px;
    width:75%;
  }
  .ct-el .ct-row{
    padding:0;
  }
  .ct-el:nth-child(odd) .ct-row{
    flex-direction:row;
  }
  .ct-el:nth-child(odd) .ct-row .second-col:last-child .benefits-content{
    float:none;
  }
  .ct-el:nth-child(even) .ct-row .second-col:first-child .second-img-wrapper{
    float:none;
  }
  .ct-el:nth-child(odd) .ct-row .second-col:last-child .benefits-content{ 
    margin:0;
  }
  .ct-el:nth-child(even) .ct-row .second-col:last-child .benefits-content{ 
    margin:0;
  }
  .benefits-content{
    width:100%;
    padding:20px;
  }
  .second-img-wrapper img{
    width:100%;
    height:150px;
    object-fit: cover;
    object-position: top;
  }
  #path-img{
    left: -90px;
    top: -25px;
    width: 130px;
  }
  #ce-facem{
    padding:0 0 40px 0;
  }
  .third-wrapper{
    padding:80px 0 60px 0;
  }
  #trusted-text{
    padding-bottom:60px;
  }
  .big-text{
    font-size:18px;
    padding:0;
    padding-bottom:20px;
  }
  #trusted-img{
    height:40px;
  }
  #trusted-inner-text{
    font-size:24px;
  }
  .extra-space{
    padding:0;
  }
  .trusted-inner-block{
    padding-left:20px;
    margin-left:20px;
    font-size:12px;
    border-left:1px solid #fff;
  }
  #testimoniale{
    padding: 40px 0;
    margin-bottom:0;
  }
  .bg-word:before{
    left:-10px;
    top:-10px;;
    font-size:16vw;
  }
  .fourth-bg-word{
    margin:0;
  }
  .fourth-small-text{
    padding:0;
    margin:0;
    width:100%;
    padding-top:20px;
    font-size:12px;
    line-height:18px;
  }
  #fourth-title:before{
    top: 13px;
    width: 32%;
    height: 22%;
  }
  .fourth-bg-word:before{
    left:-10px;
    top:-10px;
    font-size:16vw;
  }
  .xs-space{
    padding-top:40px;
    padding-bottom:40px;
  }
  .center-section{
    display:block;
    padding:0;
  }
  .center-el{
    padding: 0 15px;
    width: 50%;
    float: left;
    min-height:150px;
  }
  .center-el:first-child{
    width:100%;
  }
  .testimonials-title{
    padding: 0 0 40px 0;
    font-size:18px;
  }
  #path-img-sec{
    width:130px;
    left:-50px;
    top:130px;
  }
  .testimonials{
    padding:0;
  }
  .testimonial-content{
    margin-left:15px;
  }
  .testimonial-text{
    column-count:1;
  }
  .item{
    padding:0;
  }
  #testimonial-path{
    bottom:450px;
    width:200px;
    right:-50px;
  }
  .item{
    padding-right:20px;
  }
  .name{
    font-size:16px;
  }
  .testimonial-content:before{
    height:200px;
  }
  .slick-list{
    margin-left:-35px !important;
  }
  .slick-slide:focus{
    outline:none !important;
  }
  .slick-dots li button:before{
    content:'' !important;
    width:15px !important;
    height:3px !important;
    background-color:#3193E0 !important;
  }
  .slick-dots{
    bottom:-50px !important;
  }
  #comunitate{
    padding:50px 0 40px 0;
  }
  .fifth-bg-word{
    margin:0;
  }
  .fifth-title:before{
    width: 35%;
    height: 10%;
    top: 14px;
  }
  .fifth-bg-word:before{
    top: -10px;
    left: -10px;
    font-size:16vw;
  }
  #social-fixed{
    top:90px;
    right:15px;
  }
  #fifth-wrapper {
    padding-right: 0;
    padding-bottom:0;
  }
  .fifth-img-wrapper{
    padding:0;
    padding-bottom:40px;
  }
  .fifth-title{
    padding-bottom:40px;
  }
  #last-path{
    width:130px;
    left:-70px;
    top:0;
    bottom:auto;
  }
  #form{
    padding:0 20px 40px 20px;
  }
  #form input{
    width:100%;
  }
  .bottom-wrapper{
    padding:0;
  }
  .fifth-text{
    padding:0;
    margin:0;
    width:100%;
    font-size:12px;
    line-height:18px;
    padding-bottom:20px;
  }
  #fifth-subtitle{
    font-size:12px;
    padding-bottom:20px;
    padding-left:0;
  }
  .separator{
    border:none;
  }
  #control-right{
    bottom:-50px;
  }
  #control-left{
    bottom:-50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #main-navbar{
    padding: 10px 15px;
    border-radius:0;
    height:50px;
  }
  #logo img{
    width:50px;
  }
  #nav-icon:focus{
    outline: none !important;
  }
  #nav-icon {
    width: 38px;
    height:33px;
    padding:0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index:100;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    background: #0D0D4D;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    -o-transition: .20s ease-in-out;
    transition: .20s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
    width: 80%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon span:nth-child(2) {
    top: 10px;
    width: 60%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition:all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    transition: all .20s ease-out;
  }
  #nav-icon span:nth-child(3) {
    top: 20px;
    width: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    width:100%;
  }
  #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    right:80%;
  }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  #navbar .navbar-nav{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  #navbar{
    width:0;
    height:0;
    position:absolute;
    top:0;
    right:0;
    background-color:#fff;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: width .20s ease-out, height .20s ease-out;
    -moz-transition: width .20s ease-out, height .20s ease-out;
    -o-transition: width .20s ease-out, height .20s ease-out;
    transition: width .20s ease-out, height .20s ease-out;
  }
  #navbar.show{
    width:100vw;
    height:100vh;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: width .20s ease-out, height .20s ease-out;
    -moz-transition: width .20s ease-out, height .20s ease-out;
    -o-transition: width .20s ease-out, height .20s ease-out;
    transition: width .20s ease-out, height .20s ease-out;
  }
  .pl-100{
    padding:0;
  }
  .second-img-wrapper img{
    width: 100%;
  }
  #navbar a{
    margin:0;
    font-size: 22px;
    margin-bottom: 15px;
  }
  #navbar a:last-child{
    margin:0;
    font-size: 22px;
    margin-bottom: 0;
    margin:8px 0;
    font-size:16px;
  }
  #o-noua-era{
    padding: 90px 0 40px 0;
  }
  #hero-text{
    font-size:36px;
    line-height:40px;
    padding-bottom:40px;
  }
  .inner-first{
    width:100%;
    padding:40px 0;
  }
  #hero-text.bottom-mark:before{
    top: 15%;
    width: 50%;
    height: 10%;
  }
  #first-img{
    width: 100%;
  }
  .first-img-wrapper{
    margin-left:-70px;
    margin-top:50px;
  }
  .inner-text{
    width:100%;
    padding:0;
    min-height:auto;
  }
  .regular-text{
    font-size:12px;
  }
  .cta-blue{
    width:100%;
  }
  .bg-word{
    margin:0;
  }
  .section-title{
    font-size:25px;
    line-height:29px;
    text-align:left;
  }
  #beneficii{
    padding:40px 0 0 0;
  }
  #beneficii .row{
    padding-bottom:40px;
  }
  .second-inner-title{
    font-size: 18px;
    padding-bottom:20px;
  }
  .second-title:before{
    top: 12px;
    width: 40%;
    height: 16%;
  }
  #second-text{
    padding:30px 0;
    font-size:12px;
    width:75%;
  }
  .ct-el{
    padding-bottom:40px;
  }
  .ct-el .ct-row{
    padding:0;
  }
  .ct-el:nth-child(odd) .ct-row .second-col:last-child .benefits-content {
    margin-top: 0px;
    margin-right: -50px;
  }
  .ct-el:nth-child(even) .ct-row .second-col:last-child .benefits-content{
    margin-top: 0;
    margin-left: -50px;
  }
  .benefits-content{
    width:100%;
    padding:20px;
  }
  .second-img-wrapper img{
    width:100%;
    height:150px;
    object-fit: cover;
    object-position: top;
  }
  #path-img{
    left: -90px;
    top: -25px;
    width: 130px;
  }
  #ce-facem{
    padding:0 0 40px 0;
  }
  .third-wrapper{
    padding:80px 0 60px 0;
  }
  #trusted-text{
    padding-bottom:60px;
  }
  .big-text{
    font-size:18px;
    padding:0;
    padding-bottom:20px;
  }
  #trusted-img{
    height:40px;
  }
  #trusted-inner-text{
    font-size:24px;
  }
  .extra-space{
    padding:0;
  }
  .trusted-inner-block{
    padding-left:20px;
    margin-left:20px;
    font-size:12px;
    border-left:1px solid #fff;
  }
  #testimoniale{
    padding: 40px 0;
    margin-bottom:0;
  }
  .bg-word:before{
    left:-10px;
    top:-10px;;
    font-size:16vw;
  }
  .fourth-bg-word{
    margin:0;
  }
  .fourth-small-text{
    padding:0;
    margin:0;
    width:100%;
    padding-top:20px;
    font-size:12px;
    line-height:18px;
  }
  #fourth-title:before{
    top: 13px;
    width: 32%;
    height: 22%;
  }
  .fourth-bg-word:before{
    left:-10px;
    top:-10px;
    font-size:16vw;
  }
  .xs-space{
    padding-top:40px;
    padding-bottom:40px;
  }
  .center-section{
    display:block;
    padding:0;
  }
  .center-el{
    padding: 0 15px;
    width: 50%;
    float: left;
    min-height:150px;
  }
  .center-el:first-child{
    width:100%;
  }
  .testimonials-title{
    padding: 0 0 40px 0;
    font-size:18px;
  }
  #path-img-sec{
    width:130px;
    left:-50px;
    top:130px;
  }
  .testimonials{
    padding:0;
  }
  .testimonial-content{
    margin-left:15px;
  }
  .testimonial-text{
    column-count:1;
  }
  .item{
    padding:0;
  }
  #testimonial-path{
    bottom:450px;
    width:200px;
    right:-50px;
  }
  .item{
    padding-right:20px;
  }
  .name{
    font-size:16px;
  }
  .testimonial-content:before{
    height:200px;
  }
  .slick-list{
    margin-left:-35px !important;
  }
  .slick-slide:focus{
    outline:none !important;
  }
  .slick-dots li button:before{
    content:'' !important;
    width:15px !important;
    height:3px !important;
    background-color:#3193E0 !important;
  }
  .slick-dots{
    bottom:-50px !important;
  }
  #comunitate{
    padding:50px 0 40px 0;
  }
  .fifth-bg-word{
    margin:0;
  }
  .fifth-title:before{
    width: 35%;
    height: 10%;
    top: 14px;
  }
  .fifth-bg-word:before{
    top: -10px;
    left: -10px;
    font-size:16vw;
  }
  #social-fixed{
    top:90px;
    right:15px;
  }
  #fifth-wrapper {
    padding-right: 0;
    padding-bottom:0;
  }
  .fifth-img-wrapper{
    padding:0;
    padding-bottom:40px;
  }
  .fifth-title{
    padding-bottom:40px;
  }
  #last-path{
    width:130px;
    left:-70px;
    top:0;
    bottom:auto;
  }
  #form{
    padding:0 20px 40px 20px;
  }
  #form input{
    width:100%;
  }
  .bottom-wrapper{
    padding:0;
  }
  .fifth-text{
    padding:0;
    margin:0;
    width:100%;
    font-size:12px;
    line-height:18px;
    padding-bottom:20px;
  }
  #fifth-subtitle{
    font-size:12px;
    padding-bottom:20px;
    padding-left:0;
  }
  .separator{
    border:none;
  }
  #control-right{
    bottom:-50px;
  }
  #control-left{
    bottom:-50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1368px) {
  #main-navbar{
    padding: 15px 15px;
    border-radius:0;
  }
  #logo img{
    width:50px;
  }
  #nav-icon:focus{
    outline: none !important;
  }
  .pl-100{
    padding:0;
  }
  .second-img-wrapper img{
    width: 100%;
  }
  #navbar a{
    margin:0;
    font-size: 22px;
    margin-right:15px;
  }
  #navbar a:last-child{
    margin:0;
    font-size: 22px;
    margin-bottom: 0;
    margin:8px 0;
    font-size:16px;
  }
  #hero-text{
    font-size:36px;
    line-height:40px;
    padding-bottom:40px;
  }
  .inner-first{
    padding:40px 0;
  }
  #hero-text.bottom-mark:before{
    top: 15%;
    width: 50%;
    height: 10%;
  }
  #first-img{
    width: 100%;
  }
  .first-img-wrapper{
    margin-left:-70px;
    margin-top:50px;
  }
  .inner-text{
    width:100%;
    padding:0;
    min-height:auto;
  }
  .regular-text{
    font-size:12px;
  }
  .bg-word{
    margin:0;
  }
  .section-title{
    font-size:25px;
    line-height:29px;
    text-align:left;
  }
  #beneficii{
    padding:40px 0 0 0;
  }
  #beneficii .row{
    padding-bottom:40px;
  }
  .second-inner-title{
    font-size: 18px;
    padding-bottom:20px;
  }
  .second-title:before{
    top: 12px;
    width: 40%;
    height: 16%;
  }
  #second-text{
    padding:30px 0;
    font-size:12px;
    width:75%;
  }
  .ct-el{
    padding-bottom:40px;
  }
  .ct-el .ct-row{
    padding:0;
  }
  .ct-el:nth-child(odd) .ct-row .second-col:last-child .benefits-content {
    margin-top: 0px;
    margin-right: -50px;
  }
  .ct-el:nth-child(even) .ct-row .second-col:last-child .benefits-content{
    margin-top: 0;
    margin-left: -50px;
  }
  .benefits-content{
    width:100%;
    padding:20px;
  }
  .second-img-wrapper img{
    width:100%;
    height:150px;
    object-fit: cover;
    object-position: top;
  }
  #path-img{
    left: -90px;
    top: -25px;
    width: 130px;
  }
  #ce-facem{
    padding:0 0 40px 0;
  }
  .third-wrapper{
    padding:80px 0 60px 0;
  }
  #trusted-text{
    padding-bottom:60px;
  }
  .big-text{
    font-size:18px;
    padding:0;
    padding-bottom:20px;
  }
  #trusted-img{
    height:40px;
  }
  #trusted-inner-text{
    font-size:24px;
  }
  .extra-space{
    padding:0;
  }
  .trusted-inner-block{
    padding-left:20px;
    margin-left:20px;
    font-size:12px;
    border-left:1px solid #fff;
  }
  #testimoniale{
    padding: 40px 0;
    margin-bottom:0;
  }
  .bg-word:before{
    left:-10px;
    top:-10px;;
    font-size:16vw;
  }
  .fourth-bg-word{
    margin:0;
  }
  .fourth-small-text{
    padding:0;
    margin:0;
    width:100%;
    padding-top:20px;
    font-size:12px;
    line-height:18px;
  }
  #fourth-title:before{
    top: 13px;
    width: 32%;
    height: 22%;
  }
  .fourth-bg-word:before{
    left:-10px;
    top:-10px;
    font-size:16vw;
  }
  .xs-space{
    padding-top:40px;
    padding-bottom:40px;
  }
  .center-section{
    display:block;
    padding:0;
  }
  .center-el{
    padding: 0 15px;
    width: 50%;
    float: left;
    min-height:150px;
  }
  .center-el:first-child{
    width:100%;
  }
  .testimonials-title{
    padding: 0 0 40px 0;
    font-size:18px;
  }
  #path-img-sec{
    width:130px;
    left:-50px;
    top:130px;
  }
  .slick-list{
    margin-left:-50px !important;
  }
  .testimonial-content{
    margin-left:15px;
  }
  .testimonial-text{
    column-count:1;
  }
  .item{
    padding:0;
  }
  #testimonial-path{
    bottom:450px;
    width:200px;
    right:-50px;
  }
  .item{
    padding-right:50px;
  }
  .name{
    font-size:16px;
  }
  .testimonial-content:before{
    height:200px;
  }
  .slick-slide:focus{
    outline:none !important;
  }
  .slick-dots{
    bottom:-50px !important;
  }
  #comunitate{
    padding:50px 0 40px 0;
  }
  .fifth-bg-word{
    margin:0;
  }
  .fifth-title:before{
    width: 35%;
    height: 10%;
    top: 14px;
  }
  .fifth-bg-word:before{
    top: -10px;
    left: -10px;
    font-size:16vw;
  }
  #social-fixed{
    top:90px;
    right:15px;
  }
  #fifth-wrapper {
    padding-right: 0;
    padding-bottom:0;
  }
  .fifth-img-wrapper{
    padding:0;
    padding-bottom:40px;
  }
  .fifth-title{
    padding-bottom:40px;
  }
  #last-path{
    width:130px;
    left:-70px;
    top:0;
    bottom:auto;
  }
  #form{
    padding:0 20px 40px 20px;
  }
  .bottom-wrapper{
    padding:0;
  }
  .fifth-text{
    padding:0;
    margin:0;
    width:100%;
    font-size:12px;
    line-height:18px;
    padding-bottom:20px;
  }
  #fifth-subtitle{
    font-size:12px;
    padding-bottom:20px;
    padding-left:0;
  }
  .separator{
    border:none;
  }
  #control-right{
    bottom:-50px;
  }
  #control-left{
    bottom:-50px;
  }
  .container-fluid{
    padding-left:100px !important;
    padding-right:100px !important;
  }
  .container-wrapper{
    padding-left:100px !important;
    padding-right:100px !important;
  }
}

