/**
* Mie aggiunte (per evitare problemi quando si aggiorna Bootstrap)
*/

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  border-radius: 20px;
  padding: 0px 0px;
}

.services .icon-box .pic {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.services .icon-box h4 {
  padding: 0px 20px;
}

.services .icon-box p {
  padding: 0px 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.portfolio .icon-box .pic {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.portfolio .icon-box .icon {
  margin-bottom: 10px;
}

.portfolio .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.portfolio .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
  padding: 0px 20px;
}

.portfolio .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.portfolio .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0px 20px;
}

.portfolio .icon-box:hover {
  transform: translateY(-10px);
}

.portfolio .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .php-email-form .checkbox {
  padding-bottom: 8px;
  display: inline !important;
}

.privacy-policy {
  height: 20px !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .copyright {
  text-align: center;
}

/*--------------------------------------------------------------
# Quiz
--------------------------------------------------------------*/
.quiz .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.quiz .content ul {
  list-style: none;
  padding: 0;
}

.quiz .content ul li {
  padding-bottom: 10px;
}

.quiz .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.quiz .content p:last-child {
  margin-bottom: 0;
}

.quiz .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.quiz .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.quiz .progress .skill .val {
  float: right;
  font-style: normal;
}

.quiz .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.quiz .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

#quiz .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

/*--------------------------------------------------------------
# Durante
--------------------------------------------------------------*/
.durante {
  background-color: #f3f5fa;
}

.durante .row {
  padding-top: 0px;
}

.durante .box {
  padding: 20px 20px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.durante h3 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 20px;
  color: #37517e;
}

.durante h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.durante h4 sup {
  font-size: 28px;
}

.durante h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.durante ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.durante ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.durante ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.durante ul .na {
  color: #ccc;
}

.durante ul .na i {
  color: #ccc;
}

.durante ul .na span {
  text-decoration: line-through;
}

.durante .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.durante .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.durante .featured {
  border-top-color: #47b2e4;
}

.durante .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.durante .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .durante .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .durante .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .durante .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}