.f-w-700 {
  font-weight: 700 !important; }

#loader {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #292525;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  #loader .cont-logo {
    padding-top: 33px; }
    #loader .cont-logo img {
      width: 100%;
      height: auto;
      max-width: 150px; }

.blink {
  -webkit-animation: blink-animation 150ms steps(2, start) infinite;
  animation: blink-animation 150ms steps(2, start) infinite; }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden; } }

@keyframes blink-animation {
  to {
    visibility: hidden; } }

.cont-line-fly {
  height: 100vh;
  width: 45vw;
  position: fixed;
  right: 0;
  opacity: 0;
  z-index: 9;
  pointer-events: none; }
  .cont-line-fly .line-fly {
    position: absolute; }
    .cont-line-fly .line-fly.big-line {
      height: 100%;
      width: 1px;
      background-color: #707070;
      left: 0; }
    .cont-line-fly .line-fly.small-line {
      height: 1px;
      width: 100%;
      background-color: #707070;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

header.active {
  background-color: #292525; }

header {
  height: 100px;
  background-color: transparent;
  width: 100%;
  position: fixed;
  z-index: 8;
  -webkit-transition: all 300ms ease-out 0ms;
  -moz-transition: all 300ms ease-out 0ms;
  -o-transition: all 300ms ease-out 0ms;
  transition: all 300ms ease-out 0ms; }
  header .cont-logo {
    padding-top: 33px; }
    header .cont-logo img {
      width: 100%;
      height: auto;
      max-width: 150px; }
  header .cont-hamb {
    width: 30px;
    height: 16px;
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 39px;
    cursor: pointer; }
    header .cont-hamb:hover .second {
      width: 100%; }
    header .cont-hamb .line {
      position: absolute;
      right: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 25px;
      -webkit-transition: all 300ms ease-out 0ms;
      -moz-transition: all 300ms ease-out 0ms;
      -o-transition: all 300ms ease-out 0ms;
      transition: all 300ms ease-out 0ms; }
    header .cont-hamb .first {
      top: 0; }
    header .cont-hamb .second {
      width: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    header .cont-hamb .third {
      bottom: 0; }
  header .light-b {
    position: absolute;
    right: 65px;
    top: 32px;
    max-width: 25px;
    cursor: pointer; }

.line.first.coll {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px; }

.line.second.coll {
  opacity: 0; }

.line.third.coll {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 5px; }

.cont-inf {
  width: auto;
  min-width: 370px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.overlay {
  background-color: #292525;
  width: 100%;
  height: calc(100vh - 100px);
  position: fixed;
  top: 100px;
  z-index: 7;
  display: none; }
  .overlay p {
    font-size: 18px !important; }
  .overlay ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-padding-start: 0;
    padding-inline-start: 0; }
    .overlay ul li {
      list-style-type: none; }
      .overlay ul li a {
        font-weight: 700;
        font-size: 40px;
        color: #ffffff;
        text-decoration: none; }
        .overlay ul li a:hover {
          text-decoration: none; }

.menu-title {
  opacity: 0;
  font-family: "Inconsolata", monospace;
  padding-bottom: 15px; }

.cont-mov-menu .mov-menu {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px); }

.cont-mov-menu .mov-menu.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.overlay .big-title {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #FF4438; }

.overlay .small-title {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #FF4438; }

.overlay .container {
  height: 100%; }
  .overlay .container .row {
    height: 100%; }

@media (max-width: 1199.98px) {
  .overlay .small-title {
    font-size: 25px !important; }
  .overlay p {
    font-size: 15px !important; }
  .overlay .big-title {
    font-size: 32px !important; }
  .overlay ul li a {
    font-size: 30px; }
  .cont-inf {
    width: auto;
    min-width: 270px;
    display: inline-block;
    position: inherit;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-top: 50px; }
  .overlay {
    height: auto;
    min-height: 100vh; }
  .overlay .container .row {
    height: inherit; }
  .cont-line-fly {
    display: none !important; }
  .overlay ul {
    position: inherit; } }

@media (max-width: 991.98px) {
  .overlay .small-title {
    font-size: 20px !important; }
  .overlay .big-title {
    font-size: 26px !important; } }

@media (max-width: 767.98px) {
  .border-r {
    border-right: 0px solid transparent !important; }
  .cont-inf {
    width: auto;
    min-width: inherit; }
  .overlay {
    height: 100%;
    top: 0px; }
  .vertical-c {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (min-width: 576px) {
  header .cont-hamb {
    margin-top: 33px; } }

footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #FF4438;
  color: #ffffff; }
  footer .border-l {
    border-left: 1px solid #fff; }
  footer .row {
    min-height: 270px; }
  footer li {
    font-size: 13px;
    list-style-type: none; }
    footer li a {
      color: #ffffff;
      text-decoration: none; }
      footer li a:hover {
        color: #ffffff;
        text-decoration: none; }

footer h4 {
  color: #ffffff;
  font-family: "Inconsolata", monospace; }

.f-box {
  height: 210px;
  padding-top: 20px; }

.p-l-f {
  padding-left: 25px; }

@media (max-width: 991.98px) {
  footer {
    padding: 30px 0 50px 0; }
    footer .border-l {
      border-left: 0px solid #fff; }
    footer .row {
      min-height: 270px; }
    footer ul {
      -webkit-padding-start: 0;
      padding-inline-start: 0;
      margin-bottom: 0; }
  .f-box {
    height: auto; }
  .p-l-f {
    padding-left: 0; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
  font-size: 20px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
  font-weight: 700;
  font-size: 20px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
  font-weight: 700;
  font-size: 20px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
  font-weight: 700;
  font-size: 20px; }

.modal-body {
  padding: 50px !important;
  font-family: "Inconsolata", monospace; }
  .modal-body h4 {
    margin-bottom: 30px; }

input {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #707070;
  border-left: none;
  padding: 10px 10px 10px 0px;
  width: 100%;
  margin-bottom: 30px !important;
  color: #707070; }

textarea {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #707070;
  border-left: none;
  width: 100%;
  color: #707070; }

.sub {
  width: 50%;
  background-color: #FF4438;
  border: none !important;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 0 !important;
  color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "Helvetica Neue", sans-serif; }
  .sub:hover {
    background-color: #ff7067; }

body {
  background-color: #292525; }

body.no-scroll {
  overflow: hidden;
  height: 100%; }

.side-text {
  position: relative; }
  .side-text h2 {
    position: absolute;
    top: 0px;
    font-family: "Inconsolata", monospace;
    font-size: 50px;
    font-weight: 700;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .side-text h2.left {
      left: 0px; }
    .side-text h2.right {
      right: 0px; }

@media (max-width: 1199.98px) {
  .xl-mob-marg {
    margin-bottom: 60px; }
  .bb-p-t {
    padding-top: 150px; } }

@media (max-width: 991.98px) {
  .l-mob-marg {
    margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .mob-marg {
    margin-bottom: 30px; }
  .xl-mob-marg {
    margin-bottom: 30px; }
  .b-p-t {
    padding-top: 150px; } }

.p-t {
  padding-top: 100px; }

.transl {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px); }

ul li {
  list-style-type: none; }

p {
  font-size: 13px;
  margin-bottom: 0px !important;
  font-weight: 300 !important; }

.big-p {
  font-size: 25px !important;
  margin-bottom: 0px !important; }

h1, h2, h3, h5, h6, p, span {
  color: #ffffff; }

h1.dark, h2.dark, h3.dark, h5.dark, h6.dark, p.dark, span.dark {
  color: #292525; }

h1 {
  font-weight: 700 !important; }

h3 {
  font-size: 35px !important;
  font-weight: 700 !important; }

h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #FF4438; }

section.marquee-container .marquee {
  width: 100vw;
  overflow: hidden;
  font-size: 11px;
  color: #707070; }

#pointer {
  background: transparent;
  position: fixed;
  top: 5px;
  left: -35px;
  z-index: 9999;
  pointer-events: none;
  mix-blend-mode: normal;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.05s ease-out;
  transition: -webkit-transform 0.05s ease-out;
  -o-transition: transform 0.05s ease-out;
  transition: transform 0.05s ease-out;
  transition: transform 0.05s ease-out, -webkit-transform 0.05s ease-out; }
  #pointer .pointer-data, #pointer .pointer-data span {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5); }

.bg-button {
  font-size: 13px;
  padding: 15px 60px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  display: inline-block;
  margin-top: 25px;
  color: #e6e6e6;
  text-decoration: none;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }
  .bg-button:hover {
    color: #ff4438;
    text-decoration: none;
    background-color: #e6e6e6; }

.sm-button {
  font-size: 13px;
  padding: 15px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  display: inline-block;
  margin-top: 25px;
  color: #e6e6e6;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .sm-button:hover {
    color: #ff4438;
    text-decoration: none;
    background-color: #e6e6e6; }

.in-write p {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px); }

.in-write p.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.h-200 {
  min-height: 200px; }

#intro {
  width: 100%;
  position: relative; }
  #intro .lp-title {
    font-family: "Inconsolata", monospace;
    font-size: 50px; }
    #intro .lp-title span {
      font-size: 50px;
      font-weight: 700;
      font-family: "Inconsolata", monospace; }
  #intro p {
    margin-top: 30px;
    font-size: 16px;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 600ms ease-out 0ms;
    -moz-transition: all 600ms ease-out 0ms;
    -o-transition: all 600ms ease-out 0ms;
    transition: all 600ms ease-out 0ms; }
    #intro p.active {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }

.intro-home {
  height: 100vh; }
  .intro-home .container {
    height: 100%; }
    .intro-home .container .row {
      height: 100%; }

.loghi-pro {
  background-color: #4D4D4D;
  width: 45vw;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0; }

.red {
  color: #FF4438; }

.pad {
  padding-top: 200px;
  padding-bottom: 200px; }

.pad-t {
  padding-top: 200px; }

.pad-b {
  padding-bottom: 200px; }

#core {
  position: relative; }

#core h3 {
  font-family: "Inconsolata", monospace; }

#servizi {
  position: relative; }

#servizi .cont-servizi {
  padding: 40px; }

#servizi h4::before {
  content: ">_";
  position: absolute;
  left: 10px; }

#servizi h4 {
  font-family: "Inconsolata", monospace; }

#servizi .border-r {
  border-right: 1px solid #707070;
  overflow: hidden; }

#database {
  position: relative; }

#database h3 {
  font-family: "Inconsolata", monospace; }

#lines, #db {
  z-index: -1;
  position: relative; }

/*PAGINA SERVIZI*/
.intro-servizi {
  height: 100vh; }

.intro-servizi .container {
  height: 100%; }

.intro-servizi .container .row {
  height: 100%; }

.intro-servizi .lp-title {
  min-height: 60px;
  font-size: 50px; }

#importer {
  position: relative; }
  #importer h3 {
    font-family: "Inconsolata", monospace; }
  #importer ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0; }

#importer li {
  font-weight: 700;
  font-size: 20px; }

/*FINE PAGINA SERVIZI*/
/*PAGINA SVILUPPO*/
.intro-sviluppo {
  height: 100vh; }

.intro-sviluppo .container {
  height: 100%; }

.intro-sviluppo .container .row {
  height: 100%; }

.intro-sviluppo .lp-title {
  min-height: 60px;
  font-size: 50px; }

#core-services {
  position: relative; }
  #core-services ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0; }

#core-services li {
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "Inconsolata", monospace;
  cursor: pointer; }

#core-services li:last-child {
  margin-bottom: 0; }

#core-services li.active {
  border-bottom: 1px solid #707070;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#core-services li p {
  color: #fff;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 15px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#core-services li p.dark {
  color: #292525; }

#core-services li.active p {
  font-size: 20px !important;
  top: -12px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#core-services li span {
  font-size: 30px;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#core-services li.active span {
  font-size: 60px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.box {
  color: #fff;
  min-height: 150px; }

#other {
  position: relative; }
  #other h3 {
    font-family: "Inconsolata", monospace; }

#other img {
  width: 60vw;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*FINE PAGINA SVILUPPO*/
/*PAGINA CONTATTI*/
.intro-contatti {
  height: 100vh; }

.intro-contatti .container {
  height: 100%; }

.intro-contatti .container .row {
  height: 100%; }

.intro-contatti h1 {
  font-size: 50px; }

.intro-contatti p {
  margin-top: 0px !important; }

hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border: 0;
  border-top: 1px solid #707070 !important; }

.modal-cont {
  background-color: #fff;
  padding: 50px; }

/*FINE PAGINA CONTATTI*/
@media (max-width: 1199.98px) {
  #other img {
    width: 100vw;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media (max-width: 991.98px) {
  /*HOME*/
  h3 {
    font-size: 25px !important; }
  #intro {
    width: 100%;
    position: relative; }
    #intro .lp-title {
      font-family: "Inconsolata", monospace;
      font-size: 35px; }
      #intro .lp-title span {
        font-size: 35px;
        font-weight: 700;
        font-family: "Inconsolata", monospace; }
    #intro p {
      margin-top: 30px;
      font-size: 16px;
      opacity: 0;
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px);
      -webkit-transition: all 600ms ease-out 0ms;
      -moz-transition: all 600ms ease-out 0ms;
      -o-transition: all 600ms ease-out 0ms;
      transition: all 600ms ease-out 0ms; }
      #intro p.active {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px); }
  .intro-home .row {
    height: 100vh; }
  .h-200 {
    min-height: 120px; }
  .side-text h2 {
    font-size: 35px; }
  .bg-button {
    padding: 15px 40px; }
  /*FINE HOME*/
  /*SVILUPPO SOFTWARE*/
  #other .side-text h2 {
    position: inherit;
    top: 0px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  /*FINE SVILUPPO SOFTWARE*/
  .intro-contatti {
    height: auto; } }

@media (max-width: 767.98px) {
  .pad {
    padding-top: 100px;
    padding-bottom: 100px; }
  .pad-t {
    padding-top: 100px; }
  .pad-b {
    padding-bottom: 100px; }
  .transl {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .loghi-pro {
    width: 100vw;
    opacity: 0.2; }
  .side-text h2 {
    position: inherit;
    top: 0px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #servizi .cont-servizi {
    padding: 0; }
  #servizi h4::before {
    content: ">_";
    position: relative;
    left: 0; }
  .intro-sviluppo {
    height: auto; }
  .intro-sviluppo .container {
    height: auto; }
  .intro-sviluppo .row {
    height: inherit !important; }
  .big-p {
    font-size: 20px !important;
    margin-bottom: 0px !important; }
  .intro-servizi {
    height: auto; }
  .intro-servizi .container {
    height: auto; }
  .intro-servizi .row {
    height: inherit !important; }
  #core-services li span {
    display: block; }
  #core-services li p {
    left: 0; } }
