@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c40000;
  --red-dark: #c40000;
  --orange: #fd7e14;
  --yellow: #fed136;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #fed136;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fed136;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*
sub-heading => font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
tooltip, popover => font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
*/

body, html {
  height: 100%;
  font-family: "Poppins", "Montserrat";
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Poppins", "Montserrat";
  font-weight: 700;
  line-height: 1.2;
}

a {
  color: var(--red);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--red-dark);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.75;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}


.btn-primary {
  color: #fff;
  background-color: #C40000;
  border-color: #C40000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #C40000;
  border-color: #c40000;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #c40000;
  border-color: #c40000;
  box-shadow: 0 0 0 0.2rem #c40000;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #c40000;
  border-color: #c40000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c40000;
  border-color: #c40000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #c40000;
}


.text-primary {
  color: #c40000 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #e6b301 !important;
}





.page-section {
  padding: 6rem 0;
}
.page-section-sm {
  padding: 5rem 0rem 5rem 0rem;
}
.page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 4rem;
}

.carousel-caption {
  position: absolute;
  top: 35% !important;
  left: 10% !important;
  z-index: 10 !important;
  padding-bottom: 20px !important;
  color: #fff;
  text-align: left !important; }

  .special {
    font-size: 2.5rem!important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

@media (max-width: 768px) {
  .mob-1 {
    order: 1;
  }
  .mob-2 {
    order: 2;
  }
  .mob-3 {
    order: 3;
  }
  .container {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .header-subheading {
    max-width: 250px;
  }
  .header-subheading-home {
    max-width: 250px;
  }
}

@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }

}
::-moz-selection {
  background: #c40000;
  text-shadow: none;
}

::selection {
  background: #c40000;
  text-shadow: none;
  color: white;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}
/*.btn-social:hover {
  background-color: var(--red);
}*/
#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*background-color:#fff!important;*/
  /*font-family: "Poppins", "Montserrat";*/
}
#mainNav .navbar-toggler {
  padding: 0.75rem;
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-size: 0.75rem;
  color: #000000;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
}
#mainNav .navbar-brand {
  color: #c40000;
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
#mainNav .navbar-brand img {
  height: 1.5rem;
}
#mainNav .navbar-nav .nav-item .nav-link {
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-size: 0.95rem;
  color:black;
  letter-spacing: 0.0625em;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #c40000;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: 3rem;
    transition: height 0.3s ease-in-out;
  }
  /* modify here for the navbar */
  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f8f9fa;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #mainNav.navbar-shrink .navbar-brand svg,
#mainNav.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}

canvas{width:  auto;height:180%;}

header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: black;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  /*font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}
header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}
#portfolio .portfolio-item {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(254, 209, 54, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: #cb0b0b;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  /*font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  /*font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: var(--red-dark);
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


.team-member {
  margin-bottom: 3rem;
  text-align: center;
  width: 11rem;
}
.team-member img {
  width: 10.5rem;
  height: 10.5rem;
  border: 0.3rem solid rgba(0, 0, 0, 0.1);
}
.team-member a {
  width: 2rem;
  height: 2rem;
}

.calendly {
  margin-top: 2rem;
  text-align: center;
}
.calendly img {
  width: 10.5rem;
  height: 10.5rem;
  border: 0.3rem solid rgba(0, 0, 0, 0.1);
}
.calendly a {
  width: 2rem;
  height: 2rem;
}
.calendly h5 {
  font-size: 1.2rem;
}




section#contact {
  background-color: transparent;
  position: relative;
  width: 100%;
}

div#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
}

div#particles-js-2 {
  position: absolute;
  height: 100%;
  width: 100%;
}

section#contact .section-heading {
  color: #fff;
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color: var(--red-dark);
  box-shadow: none;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-moz-placeholder {
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm ::-moz-placeholder {
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-ms-input-placeholder {
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-weight: 700;
  color: #ced4da;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}



/*font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/


#certificates img {
  max-width: 10em;
}

#partners-logo div, #certificates div {
  vertical-align: middle;
  line-height: 10em;
}

#partners-logo img {
  max-height: 5em;
  /*max-width: 10em;*/
  max-width: 100%;
}
#header-servizi {
  height:60%;
  color: white;
  background-color:#E8E8E8;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top:10rem;
}

#header-servizi-sm {
  height:65%;
  color: white;
  background-color:#E8E8E8;
  background-image: url("../img/bg-servizi.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top:10rem;
}

#header-servizi-sm-usecase {
  height:65%;
  color: white;
  background-color:#E8E8E8;
  background-image: url("../img/bg-servizi.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top:10rem;
}

#header-servizi-sm-ty {
  height:85%;
  color: white;
  background-color:#E8E8E8;
  background-image: url("../img/bg-servizi.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top:10rem;
}


@media screen and (max-width: 767px) { 
  #header-servizi-sm {
    height:80%;
	  background-image: url("../img/bg-servizi-mobile.svg")
  }
}
@media screen and (max-width: 767px) { 
  #header-servizi-sm-ty {
    height:80%;
	  background-image: url("../img/bg-servizi-mobile.svg")
  }
}
@media screen and (max-width: 767px) { 
  #header-servizi-sm-usecase {
    height:110%;
	  background-image: url("../img/bg-servizi-mobile.svg")
  }
}



#header-home {
  height:100%;
  color: white;
  background-image: url("../img/hero-homepage2.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
  padding-top:10rem;
}

@media screen and (max-width: 998px) { 
  #header-home {
    height:90%;
	  background-image: url("../img/bg-home-mobile.svg");
  }
}

#contattaci {border-radius: 1rem}
#header-pages {
  padding-top: 7rem;
  object-fit: cover;
}

.navbar-pages {
  background-color: inherit;
  background-image: url("../img/turin_photo_soter.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: revert;
}

.header-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: Fira Sans, sans-serif;
}

.header-subheading {
	text-transform: none;
	font-family: "Poppins";
	font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 25px;
  /*font-family: "Courier New";*/
}

.header-subheading-home {
	text-transform: none;
	font-family: "Poppins";
	font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 25px;
  /*font-family: "Courier New";*/
}


#mainNav.navbar-shrink{
  background-color:#f8f9fa;
}

.no-btn-borders:focus {
  outline: none !important;
  box-shadow: none;
}

.nav-select, .nav-select:focus {
  outline: none !important;
  box-shadow: none;
  background: none;
  border: none;
  cursor: pointer;
}

.page-section h3{
  font-family: inherit !important;
}


/*@media screen and (max-width: 767px) {
  #certificates img {
    max-width: 8em;
  }
}*/

.nav-services-tab {
  border-bottom: 1px solid #dddddd;
}

.nav-services-tab .nav-link {
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 1.2em;
}

.nav-services-tab .nav-link.active {
  border: 1px solid var(--red);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: var(--red);
}

nav .custom-select option {
  background-color: var(--gray-dark);
  color:black;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: none;
        border-top: .25rem dotted #C40000;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #C40000;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
    .header-subheading-home {max-width: 530px;}
}

.timeline-steps .timeline-content {
    width: 14rem;
    text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.2rem;
    height: 1.2rem;
    width: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #C40000;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #C40000;
    display: inline-block;
    height: 2.4rem;
    width: 2.4rem;
    min-width: 2.4rem;
    border-radius: 6.25rem;
    opacity: .5;
}

.timeline-steps .timeline-step:not(:last-child):after {
  width: 10rem;
  left: auto;
  top: 0.6rem;
	display: none
}

.timeline-steps .timeline-step:not(:last-child):before {
  width: 10rem;
  left: auto;
  top: 0.6rem;
}

.timeline-steps .timeline-step:not(:first-child):before {
  width: 0rem;
}


.red {
  background: #C40000;
}

* {
  transition: 0.5s;
}

.h-100 {
  height: 30vh !important;
	
}

.align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.column {
  margin-top: 3rem;
  padding-left: 3rem;
}
.column:hover {
  padding-left: 0;
}
.column:hover .card .txt {
  margin-left: 1rem;
}
.column:hover .card .txt h3, .column:hover .card .txt p {
  color: white;
  opacity: 1;
}
.column:hover a {
  color: white;
}
.column:hover a:after {
  width: 10%;
}

.card {
  min-height: 210px;
  margin: 0;
  padding: 1.7rem 1.2rem;
  border: none;
  border-radius: 0;
  color: black;
  letter-spacing: 0.05rem;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
}
.card .txt {
  margin-left: -3rem;
  z-index: 1;
}
.card .txt h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.card .txt p {
  font-size: 0.6rem;
  font-family: "Poppins";
	font-weight: 500;
  letter-spacing: 0rem;
  margin-top: 33px;
  opacity: 0;
  color: white;
}
.card a {
  z-index: 3;
  font-size: 0.7rem;
  color: black;
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  text-transform: uppercase;
}
.card a:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid white;
  transition: 0.5s;
}
.card .ico-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card i {
  position: relative;
  right: -50%;
  top: 60%;
  font-size: 12rem;
  line-height: 0;
  opacity: 0.2;
  color: white;
  z-index: 0;
}

.card span {
  z-index: 3;
  font-size: 0.7rem!important;
  color: black;
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  text-transform: uppercase;
  color: white;
}
.card span:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 10%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid white;
  transition: 0.5s;
}

/* Dropdown menu custom */

.dropdown-item {
  color:black;
  font-weight: 300!important;
}

.dropdown-item:hover {
  color: #C40000!important;
}

.dropdown-menu {
  background-color:#fff;
}

@media screen and (max-width: 767px) { 
  .dropdown-item {
    white-space: normal!important;
    font-size: smaller!important;
  }
}

/* Custom */

.under {
  text-decoration: underline 6px #C40000;
}

ol {
  line-height: 1.8;
  padding-left: 1.8em;
}

li {
  line-height: 1.8;
}

.grey {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  border-top: 1px solid #f7f7f7;
}

.grey-reverse {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  border-bottom: 1px solid #f7f7f7!important;
}

.grigio-ch {
  background-color: #fbfbfb!important;
}

.grigio-sc {
  background-color: #cdcdcd!important;
}

.black {
  background-color: #000!important;
}

.text-black {
  color: #000!important;
}

.sfondo-cta {
  background-image: url(../img/sfondo-cta.jpg);
    color: #000;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.white-text {
  color: #fff;
}

.grey-text {
  color: #adabab;
}
.card-services-home{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }

.card-services {flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  background-color: #E8E8E8;
}

.card-services img {
  max-height: 10rem;
}

.grayscale img {filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.grayscale img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

@media screen and (max-width: 767px) { 
  .rischio {
	display: none!important;
	}
  .carousel-caption {
    top: 15%!important;
  }
}

  @media screen and (min-width: 767px) { .rischia {
    display: none!important;
    }
    .sfondo-cta {
      padding-top: 8rem;
      padding-bottom: 8rem!important;
    }}

    .carousel-control-next-icon {
      filter: invert(40%)!important;
  }

  .carousel-control-prev-icon {
    filter: invert(40%)!important;
}

.grecaptcha-badge { opacity:0;}



/* Inizio accordion pagina "Gestire un attacco informatico" */
 

details {
  width: 100%;
  min-height: 5px;
  padding: 45px 70px 45px 45px;
  margin: 0 auto;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s;
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

#testo-accordion {
  font-size: 15px;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

summary:focus {
  outline: none;
  
}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 0px #c40000;
}

summary::-webkit-details-marker {
  display: none
}

.control-icon {
  fill: #c40000;
  transition: .3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}
/* Fine Accordion pagina "Gestire un attacco informatico" */

.usecase {
  height: 300px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  background-size: cover !important;
  border-radius: 5px;
  color: white;
  position: relative;
  margin-bottom: 20px;
}

.usecase-category {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.usecase-description {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.usecase-description h2 {
  font-size: 20px;
}
.usecase-description p {
  font-size: 10px;
}
.usecase-link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index:2;
  background: black;
  opacity: 0;
}
.usecase-link:hover{
  opacity: 0.3;
}
.features img {
  width: 100px;
}
.features h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.features p {
  font-size: 15px;
  font-weight: lighter;
}

.stepper {
  .line {
    width: 2px;
    background-color: lightgrey !important;
  }
  .lead {
    font-size: 1.1rem;
  }
}

