@import url(https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Caveat&display=swap);
body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1063;
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-modal {
  background-color: #fff;
  font-family: Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, HelveticaLight, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}

.swal2-modal:focus {
  outline: 0;
}

.swal2-modal .swal2-title {
  color: #000;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 0.4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0 infinite normal;
  animation: rotate-loading 1.5s linear 0 infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: "";
  margin-left: 5px 0 15px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0 infinite normal;
  animation: rotate-loading 1.5s linear 0 infinite normal;
}

.swal2-modal .swal2-styled {
  color: #fff;
  border: none;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 16px 5px 24px 5px;
  cursor: pointer;
  letter-spacing: 0;
  min-width: 100px;
}

.swal2-cancel.swal2-styled {
  background-color: #c1c1c1 !important;
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal .swal2-content {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: black;
  word-wrap: break-word;
}

.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
  margin: 20px auto;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color box-shadow 0.3s;
  transition: border-color box-shadow 0.3s;
}

.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 1px solid #b4dbed;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type=number] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #545454;
}

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

.swal2-modal > .swal2-checkbox,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-textarea,
.swal2-range output {
  display: none;
}

.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-file:focus::-moz-placeholder,
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-input:focus::-moz-placeholder,
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus::-moz-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-file::-moz-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-input::-moz-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder,
.swal2-modal .swal2-textarea::-moz-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span,
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #ff5757;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #ff0000;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, HelveticaLight, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ff8d2a;
  border-color: #ffb16e;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, HelveticaLight, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #25caff;
  border-color: #6edbff;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, HelveticaLight, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #458ead;
  border-color: #86bacf;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #126600;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(137, 227, 86, 0.88);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #35cf14;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle,
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}

.swal2-hide.swal2-noanimation,
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animate-success-tip {
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
}
@keyframes animate-success-tip {
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
}
@-webkit-keyframes animate-success-long {
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
}
@keyframes animate-success-long {
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%, 5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100%, 12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100%, 12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
  0%, 50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
}
@keyframes animate-x-mark {
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
  0%, 50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
}
.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* rgb(30, 38, 55); */
@media (min-width: 1348px) {
  .left-col {
    left: -75px;
    position: relative;
  }
  .right-col {
    right: -75px;
    position: relative;
  }
  .img-sm {
    margin-top: 10px;
    margin-left: -300px !important;
  }
}
@media (min-width: 1700px) {
  .case-title {
    width: 165% !important;
  }
}
@media (max-width: 1699px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .spaced-container {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .recaptcha-label {
    margin-bottom: 30px !important;
    margin-left: 20px !important;
  }
  .form-contatti .spacing-form-contatti .recaptcha-label {
    margin-bottom: 50px !important;
    margin-left: 10px !important;
  }
  .right-col {
    /* margin-top: 30px !important; */
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .img-sm {
    width: 40%;
    margin-bottom: 35px;
    margin-top: -10px;
  }
  /* 	.bg-img-testata {
  	height: 400px !important;
  } */
  .mb-md-50 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .right-col {
    /* margin-top: -30px !important; */
  }
}
@media (max-width: 575px) {
  .numeriCol {
    display: flex;
    justify-content: center;
    margin-left: 20% !important;
  }
  .numeriCol:first-child {
    margin-left: 15% !important;
  }
  .tool-sm {
    margin-bottom: -120px !important;
    z-index: 999;
  }
  .numbers-sm {
    margin-top: 75px;
  }
  .p-sm {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .recaptcha-label {
    margin-left: 5px !important;
  }
}
@media (max-width: 992px) {
  .img-sm {
    width: 40% !important;
  }
}
@media (min-width: 1200px) {
  .mockup-text {
    margin-right: 20% !important;
    float: right !important;
    width: 50% !important;
  }
  .img-mockup img {
    width: 125% !important;
    margin-top: 5%;
    margin-left: 2%;
    border-radius: 10px;
  }
  .fs-38-24 {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .img-mockup img {
    width: 100% !important;
  }
  .fs-38-24 {
    font-size: 34px !important;
    line-height: 1.1em !important;
  }
  .form-contatti .spacing-form-contatti .recaptcha-label {
    margin-bottom: 60px !important;
    margin-left: 5px !important;
  }
}
.blue {
  color: #2D4A8A !important;
}

.blue-dark {
  color: #1E2637 !important;
}

.orange {
  color: #EA8A5B !important;
}

.base {
  color: #6E6E6E !important;
}

.black {
  color: #040B21 !important;
}

.cream {
  color: rgb(231, 230, 219) !important;
}

.left-col {
  display: flex;
  align-items: center;
}

.l-sp-3 {
  letter-spacing: 3px !important;
}

.l-sp-1 {
  letter-spacing: 1px !important;
}

.mt-20per {
  margin-top: 20% !important;
}

.ticketing-desc {
  width: 75%;
  margin: 0 auto;
  margin-top: 30px !important;
}

.card_cliente {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #E9E1E1;
}

.card_cliente img {
  width: 100% !important;
  margin: auto;
  height: 140px !important;
  object-fit: contain !important;
}

.spaced-container {
  margin-top: 75px;
  margin-bottom: 75px;
}

.img-sm {
  margin-top: 10px;
}

.icon-team {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: white !important;
}

.featured-icon-box_2:hover h5 {
  color: white !important;
}
.featured-icon-box_2:hover a {
  color: white !important;
}

.featured-imagebox_2:hover h5 {
  color: white !important;
}
.featured-imagebox_2:hover a {
  color: white !important;
}

.ttm-history-box-details:hover h5 {
  color: white !important;
}

.in_line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img_carousel {
  width: 100% !important;
  height: 190px !important;
  object-fit: contain !important;
}

.max_text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.max_text_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.lwcs {
  text-transform: lowercase;
}

#privacy, #newsletter {
  background-color: #DDDDDD;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  margin-top: 5px;
  margin-left: -25px;
  transition: transform 2s;
}
#privacy:checked, #newsletter:checked {
  background-color: #EA8A5B;
  transform: rotate(360deg);
}

.max_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.max_alt {
  height: 100px !important;
}

.title_hg {
  height: 50px !important;
}

.title_hg_2 {
  height: 60px !important;
}

.centered {
  justify-content: center;
}

.card_articolo {
  height: 270px;
  display: flex;
  flex-direction: column;
}

.card-team img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin: 0 auto;
}

.card_servizio {
  height: 250px !important;
}

.lista_articoli {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.articolo {
  /* max-width: 80%; */
}

.img_articolo {
  max-height: 515px;
  object-fit: fill;
  width: 100%;
}

.shadowed {
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px #8C8585;
}

.img_servizi img {
  height: 270px;
  object-fit: cover;
}

.flati {
  margin-top: 10px !important;
  margin-left: -5px !important;
}

.lista li {
  list-style: initial !important;
}

.descrizione_articolo h4 {
  color: #6E6E6E !important;
}

.btn-contatti-header {
  background-color: #EA8A5B;
  display: inline !important;
  padding: 8px 22px !important;
  color: white !important;
  font-size: 14px !important;
  border-radius: 20px !important;
  border: 1px solid #EA8A5B !important;
}
.btn-contatti-header:hover {
  color: #EA8A5B !important;
  border: 1px solid #EA8A5B !important;
  background-color: white !important;
}
.btn-contatti-header::before {
  background-color: transparent !important;
}

.right-col p {
  font-size: 16px;
  letter-spacing: 2px;
  width: 100%;
  text-align: justify;
  margin: 0 !important;
}

.left-col h1 {
  line-height: 47px;
}

.case-subtitle {
  border-bottom: 2px solid white;
  margin-right: 83px;
}

.title-points {
  color: white !important;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: end;
}

.pagination_blog a {
  color: #040B21;
}
.pagination_blog a :hover {
  color: #FFFFFF !important;
}
.pagination_blog li {
  color: #040B21;
}
.pagination_blog li :hover {
  color: #FFFFFF !important;
}
.pagination_blog .active li {
  color: white !important;
}

.bottom-btn {
  margin-top: auto !important;
  text-align: initial !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #FFFFFF !important;
  background-color: #077EDC !important;
  border-color: #077EDC !important;
}

.ttm-border:hover {
  border-color: #077EDC !important;
}

.form-contatti {
  width: 100%;
  margin: auto;
  margin-bottom: 40px !important;
  margin-top: 50px !important;
}

.spacing-form-contatti {
  padding: 40px;
}

.owl-prev {
  display: none !important;
}

.owl-next {
  display: none !important;
}

.year {
  cursor: pointer;
}

.b-n_colored {
  width: 50%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: flex;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
}
.b-n_colored:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
}

.app-left-border {
  border-left: 3px #D0C4C4 dashed;
}

.app-item {
  position: relative;
  float: left;
  display: flex;
  margin: 0 auto;
  height: 200px;
  text-align: center;
}
.app-item img {
  width: 60%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

footer {
  left: 0;
  bottom: 0;
  width: 100%;
}

a:focus {
  text-decoration: none;
  color: #EA8A5B;
}
a:hover {
  color: #EA8A5B;
  text-decoration: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

strong {
  font-weight: 700;
}

iframe {
  width: 100%;
  border: none;
  display: block;
}

p {
  margin: 0 0 15px;
}

*::-moz-selection,
::-moz-selection,
::selection {
  background: #EA8A5B;
  color: #FFFFFF;
  text-shadow: none;
}

.form-control {
  padding: 17px 24px;
  height: auto;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 14px;
  background-color: transparent;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
}

textarea {
  font-family: inherit;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #8093A8;
  padding: 10px 15px;
  border-radius: 0;
  font-weight: 400;
  text-transform: inherit;
  border: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 15px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0;
}
textarea.form-control {
  font-family: inherit;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #8093A8;
  padding: 10px 15px;
  border-radius: 0;
  font-weight: 400;
  text-transform: inherit;
  border: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 15px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0;
}

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
  font-family: inherit;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #8093A8;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: inherit;
  border: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 15px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0;
}

select {
  font-family: inherit;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #8093A8;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: inherit;
  border: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 15px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0;
}

textarea:focus {
  border: 1px solid #FDA02B;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus {
  border: 1px solid #FDA02B;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea:-moz-placeholder, textarea::-moz-placeholder {
  color: #FFFFFF;
}

input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder {
  color: #FFFFFF;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #FFFFFF;
}

menu,
ol,
ul {
  margin: 0;
  padding: 0 0 0 25px;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #6E6E6E;
  background-color: #FFFFFF;
  letter-spacing: 0;
  overflow-x: hidden;
}

.white-title {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  font-weight: 600;
  color: #EA8A5B;
}

h1 {
  font-size: 45px;
  line-height: 50px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
}

h3 {
  font-size: 27px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}

h5 {
  font-size: 19px;
  line-height: 23px;
}

h6 {
  font-size: 16px;
  line-height: 18px;
}

rs-slide a {
  transition: unset;
}

.owl_services {
  height: 350px !important;
  display: flex;
  flex-direction: column;
}

.featured-icon-box .featured-icon,
.ttm-btn,
button,
.owl-item,
img,
span,
.featured-icon-box,
.featured-icon,
#totop {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a,
.site-branding,
#site-header-menu #site-navigation .menu ul li > a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.social-icons li > a,
.ttm-menu-toggle .toggle-block,
.accordion .toggle-title a,
.widget-download ul.download li {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.featured-icon-box.style6 .featured-desc p,
.featured-icon-box.style6 .featured-title h5 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.tp-caption:hover {
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox .process-num {
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.ttm-btn span,
.nav-link span,
.cart-info a i {
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

.site-branding img,
.site-branding a {
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

.panel-title > a span,
.ttm-header-icon.ttm-header-cart-link .navbar-form span,
ul.products li.product .ttm-shop-icon a i {
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

.featured-imagebox .ttm-box-bottom-content {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ttm-box-bottom-content .ttm-icon,
.ttm-box-bottom-content .featured-title h5,
.ttm-box-bottom-content .featured-desc {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ttm-history-box-details,
.ttm-history-box-wrapper .ttm-historybox-title h5,
.ttm-historybox-description,
.featured-desc p {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.box-shadow,
.featured-imagebox-blog {
  -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
  -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}

.box-shadow2 {
  -webkit-box-shadow: 0 0 15px 0 rgba(32, 46, 60, 0.12);
  -moz-box-shadow: 0 0 15px 0 rgba(32, 46, 60, 0.12);
  box-shadow: 0 0 15px 0 rgba(32, 46, 60, 0.12);
}

body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
body .page.sidebar-true .site-main {
  padding: 0;
  background-color: #FFFFFF;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.container-fluid {
  padding: 0 0;
  overflow: hidden;
}

a {
  color: #EA8A5B;
}

.social-icons a {
  color: #2D4A8A;
}

.social-icons > .facebook a {
  color: rgb(0, 88, 219);
}

.social-icons > .linkedin a {
  color: rgb(36, 132, 221);
}

.social-icons > .instagram a {
  color: rgb(255, 0, 140);
}

.social-icons > .youtube a {
  color: red;
}

.z-1,
.z-0 {
  z-index: 1 !important;
}

.z-11 {
  z-index: 11 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-30 {
  font-size: 30px !important;
  line-height: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.desc-line {
  width: 8% !important;
  margin: 0 auto;
  height: 2px !important;
  background-color: #FFFFFF;
}

.rs-layer.ttm-btn {
  transition: unset;
}
.rs-layer.ttm-btn:hover {
  transition: all 0.4s;
}

.fw-500 {
  font-weight: 500;
}

.about-overlay-01 {
  top: 100px;
  color: #FFFFFF;
  padding: 28px 30px;
  border-radius: 15px;
  font-size: 22px;
  line-height: 31px;
  width: 210px;
  text-align: center;
  position: absolute;
  right: 0;
}

.about-overlay-02 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 15px 30px 15px 30px;
  border-left: 8px solid #EA8A5B;
}
.about-overlay-02 h3 {
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0;
}
.about-overlay-02 p {
  font-size: 13px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}

.about-overlay-03 {
  position: absolute;
  right: 15px;
  bottom: 0;
  padding: 10px 23px;
  width: max-content;
}
.about-overlay-03 h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0;
}

.with-border15 img {
  border: 15px solid;
}

.cta-section h5 {
  color: #2D4A8A;
}

.cta-widget {
  padding: 50px;
  background-color: #FFFFFF;
  margin: 50px 0;
  margin-right: 75px;
  max-width: 400px;
  margin-left: auto;
  text-align: center;
}
.cta-widget .cta-title h4 {
  font-size: 24px;
  line-height: 25px;
}
.cta-widget .cta-avtar {
  height: 169px;
  width: 169px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 35px;
}
.cta-widget .cta-caption h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}
.cta-widget .cta-caption ul li {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.cta-widget .cta-form button {
  font-size: 16px;
  padding: 14px 30px 14px 30px;
  cursor: pointer;
}

.spacing-1 {
  margin-top: 80px;
  margin-bottom: -80px;
  padding-top: 70px;
  padding-left: 70px;
  padding-bottom: 70px;
  padding-right: 15px;
}

.spacing-2 {
  padding: 50px 50px 50px 50px;
}

.spacing-3 {
  padding: 40px 40px 30px 40px;
}

.spacing-4 {
  padding: 45px 30px 45px 45px;
}

.spacing-5 {
  padding: 60px 0 60px 0;
}

.spacing-6 {
  padding: 50px 15px 50px 50px;
}

.spacing-7 {
  padding: 50px 50px 50px 15px;
}

.spacing-8 {
  padding: 80px 0 80px 50px;
}

.spacing-9 {
  padding: 80px 60px 80px 0;
}

.spacing-10 {
  padding: 80px 0 80px 40px;
}

.spacing-11 {
  padding: 40px 25px;
}

.spacing-12 {
  padding: 120px 0;
  padding-right: 300px;
  margin: 0;
}

.spacing-13 {
  padding: 90px 0;
}

.spacing-14 {
  padding: 0 25px 90px 0;
  margin-top: -94px;
}

.spacing-15 {
  margin-top: -155px;
  margin-right: 45%;
  padding-top: 75px;
  padding-bottom: 80px;
}

.p-12 {
  padding: 12px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt_2 {
  margin-top: -2px !important;
}

.mt_5 {
  margin-top: -5px !important;
}

.mt_10 {
  margin-top: -10px !important;
}

.mt_12 {
  margin-top: -12px !important;
}

.mt_15 {
  margin-top: -15px !important;
}

.mt_25 {
  margin-top: -25px !important;
}

.mt_30 {
  margin-top: -30px !important;
}

.mt_40 {
  margin-top: -40px !important;
}

.mt_50 {
  margin-top: -50px !important;
}

.mt_55 {
  margin-top: -55px !important;
}

.mt_60 {
  margin-top: -60px !important;
}

.mt_70 {
  margin-top: -70px !important;
}

.mt_72 {
  margin-top: -72px !important;
}

.mt_80 {
  margin-top: -80px !important;
}

.mt_90 {
  margin-top: -90px !important;
}

.mt_95 {
  margin-top: -95px !important;
}

.mt_100 {
  margin-top: -100px !important;
}

.mt_225 {
  margin-top: -225px !important;
}

.mt_230 {
  margin-top: -230px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-287 {
  margin-left: 287px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml_15 {
  margin-left: -15px !important;
}

.ml_30 {
  margin-left: -30px !important;
}

.ml_40 {
  margin-left: -40px !important;
}

.ml_230 {
  margin-left: -230px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr_170 {
  margin-right: -170px !important;
}

.mr_20 {
  margin-right: -20px;
}

.mr_30 {
  margin-right: -30px;
}

.mr_25 {
  margin-right: -25px;
}

.mr_40 {
  margin-right: -40px;
}

.mr_60 {
  margin-right: -60px;
}

.mr_80 {
  margin-right: -80px;
}

.mb_1 {
  margin-bottom: -1px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb_15 {
  margin-bottom: -15px !important;
}

.mb_30 {
  margin-bottom: -30px !important;
}

.mb_60 {
  margin-bottom: -60px !important;
}

.mb_80 {
  margin-bottom: -80px !important;
}

.mb_85 {
  margin-bottom: -85px !important;
}

a:hover,
.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
.ttm-btn-color-skincolor {
  color: #EA8A5B;
}

.ttm-btn.ttm-btn-color-skincolor, .ttm-btn.ttm-btn-color-darkgrey.btn-inline:hover {
  color: #EA8A5B;
}

.ttm-topbar-wrapper.ttm-textcolor-white a:hover,
a.tp-caption.dark-text-button:hover {
  color: #EA8A5B;
}

.section-title h5,
.section-title h2.title span {
  color: #EA8A5B;
}

.ttm-bgcolor-white .section-title h5,
.ttm-textcolor-white.ttm-topbar-wrapper .social-icons li > a:hover,
ul li .icon-box.icon-style-border i {
  color: #EA8A5B;
}

#site-header-menu #site-navigation .menu ul.dropdown > li.active > a, #site-header-menu #site-navigation .menu ul.sub-menu > li.active > a {
  color: #EA8A5B;
}
#site-header-menu #site-navigation .menu > ul > li > ul > li a:before {
  color: #EA8A5B;
}

.ttm-header-style-01 #site-header-menu #site-navigation .menu ul.dropdown > li.active > a, .ttm-header-style-01 #site-header-menu #site-navigation .menu ul.dropdown > li:hover > a {
  color: #EA8A5B;
}

#site-header-menu #site-navigation .menu ul > li:hover > a, #site-header-menu #site-navigation .menu ul.sub-menu li > a:hover {
  color: #EA8A5B;
}

#site-navigation .menu ul > li:hover > a:before,
.ttm-icon_element-color-skincolor,
.ttm-icon_element-bgcolor-white i,
.ttm-btn.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .featured-title h6,
.title-box .breadcrumb-wrapper span:last-child,
.tp-caption.skin-flatborder-button,
.sidebar .widget a:hover,
.header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover,
.about-text-box span a,
.featured-imagebox-portfolio .ttm-media-link a:hover,
.post-meta i,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li i,
.ttm-highlight-fid-style-1 .ttm-fid.inside h4,
.ttm-ptablebox-price-w,
.ttm-highlight-fid-style-2 .inside h4,
.ttm-fid-view-lefticon.style2 .ttm-fid-icon-wrapper i {
  color: #EA8A5B;
}

.accordion.style2 .toggle .toggle-title a:after, .accordion.style2 .toggle .toggle-title a.active:after {
  color: #EA8A5B;
}

.ttm-pf-single-detail-box ul li i,
.ttm-blog-classic .ttm-commentbox i,
.coupon_toggle .coupon_code:before,
#payment .payment_box:before,
.ttm-fid-icon-wrapper i,
.ttm-team-list-title i,
.timing-box i,
.widget_info .widget_icon,
.ttm-bgcolor-grey.ttm-topbar-wrapper .social-icons li > a:hover i,
h1.ttm-textcolor-skincolor,
h2.ttm-textcolor-skincolor,
h3.ttm-textcolor-skincolor,
h4.ttm-textcolor-skincolor,
h5.ttm-textcolor-skincolor,
h6.ttm-textcolor-skincolor {
  color: #EA8A5B;
}

.ttm-bgcolor-skincolor {
  background-color: #EA8A5B;
}
.ttm-bgcolor-skincolor > .ttm-bg-layer {
  background-color: #040B21;
}
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner {
  background-color: #EA8A5B;
}
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner-blue {
  background-color: #1E2637 !important;
}

.tp-shapewrapper,
.ttm-bg-highlight-skin,
.tp-caption.skin-flatborder-button:hover {
  background-color: #EA8A5B;
}

.top-contact.ttm-highlight-left:after, .top-contact.ttm-highlight-right:after {
  background-color: #EA8A5B;
}

.ttm-header-icons .ttm-header-cart-link span.number-cart,
.ttm-header-icons .ttm-header-search-link a:hover {
  background-color: #EA8A5B;
}

#site-navigation .menu ul.dropdown > li > a:before,
#site-header-menu #site-navigation .menu ul li a span,
.ttm-icon_element-bgcolor-skincolor,
.ttm-btn-bgcolor-skincolor,
.widget .widget-title:after,
.ttm-btn-bgcolor-darkgrey:hover {
  background-color: #EA8A5B;
}

.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover, .ttm-btn.ttm-btn-bgcolor-darkgrey:hover {
  background-color: #EA8A5B;
}

#totop.top-visible,
.ttm-processbox-wrapper .ttm-processbox:hover .process-num,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a,
.widget.widget-nav-menu ul li a:after,
.mailchimp-inputbox button[type=submit],
a.checkout-button:hover,
.coupon button:hover,
.ttm-cart-form button:hover,
.place-order button:hover {
  background-color: #EA8A5B;
}

.ttm-btn-play:after, .ttm-btn-play:before {
  background-color: #EA8A5B;
}

.tp-caption.skin-flat-button,
.skin-flat-button,
.ttm-video-play-btn {
  background-color: #EA8A5B;
}

.ttm-video-btn .ttm-video-btn-play {
  background-color: #EA8A5B;
}
.ttm-video-btn .ttm-video-btn-play:before, .ttm-video-btn .ttm-video-btn-play:after {
  background-color: #EA8A5B;
}

.ttm-tabs.ttm-tab-style-classic ul.tabs li.active:after,
.ttm-search-overlay .ttm-site-searchform button,
.ttm-rt-contact .ttm-custombutton,
.sidebar .widget .tagcloud a:hover,
.color-trigger,
.ttm-header-icons .ttm-header-search-link a,
.tooltip:after,
[data-tooltip]:after,
.newsletter-form input[type=submit],
.footer .social-icons li > a:hover,
.about-overlay-01,
.ttm-history-box-wrapper:hover .ttm-history-box-details,
.featured-imagebox-team .social-icons {
  background-color: #EA8A5B;
}

.progress-bar-color-bar_skincolor {
  background-color: #EA8A5B;
}
.progress-bar-color-bar_skincolor.progress-bar:before {
  background-color: #EA8A5B;
}

.featured-imagebox-portfolio .ttm-media-link a,
.featured-imagebox-blog .ttm-box-post-date,
.featured-icon-box.style5:before {
  background-color: #EA8A5B;
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active a {
  background-color: #EA8A5B;
}
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active a:before {
  background-color: #EA8A5B;
}

.testimonial-slide.owl-theme.ttm-bgcolor-white .owl-dots .owl-dot span,
.featured-imagebox-portfolio.style2 .featured-content,
.featured-icon-box.style6:hover,
.about-overlay-02,
.about-overlay-03,
.ttm-btn-bgcolor-grey:hover,
.featured-imagebox-services.style1:hover .featured-content,
.accordion .toggle-title a.active,
.sidebar .widget .widget-title:before,
.widget.widget-search .form-group i {
  background-color: #EA8A5B;
}

.ttm-pagination .page-numbers.current, .ttm-pagination .page-numbers:hover {
  background-color: #EA8A5B;
}

.ttm-box-view-left-image .featured-content .category > a:hover,
.ttm-blog-single .ttm-blog-single-content blockquote:before,
.ttm-tag-list span a:hover,
.ttm-blog-single-content .social-icons li > a:hover,
.comment-list a.comment-reply-link:hover,
.ttm-shop-icon .product-btn:hover,
.widget-top-rated-products ins,
div.product ul.tabs li a:before,
.featured-imagebox-portfolio.style1 .featured-content {
  background-color: #EA8A5B;
}

.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div:hover, .testimonial-slide.style3.owl-theme .owl-dots .owl-dot span {
  background-color: #EA8A5B;
}

.portfolio-slide.owl-theme .owl-dots .owl-dot.active span,
.testimonial-slide.style4 .testimonial-avatar .testimonial-img:after {
  background-color: #EA8A5B;
}

.ttm-play-icon-animation.ttm-skincolor:before, .ttm-play-icon-animation.ttm-skincolor:after {
  background-color: #EA8A5B;
}

.skincolor-border,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.sidebar .widget .tagcloud a:hover,
.tp-caption.skin-flat-button,
.skin-flat-button,
.tp-caption.skin-flatborder-button,
textarea:focus {
  border-color: #EA8A5B !important;
}

input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus {
  border-color: #EA8A5B !important;
}

.skin-border .with-top-border img,
.ttm-bgcolor-skincolor .panel-title > a,
.ttm-header-style-01 .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-tabs ul.tabs li.active a,
.ttm-blog-classic .ttm-blog-classic-content blockquote,
.ttm-header-icons .ttm-header-search-link a:hover,
.footer .social-icons li > a:hover,
.featured-imagebox-team.style1:hover .featured-content,
.ttm-processbox:hover .ttm-box-image,
.featured-imagebox-portfolio .ttm-media-link a,
.accordion .toggle-title a.active,
.widget.widget-search .form-group i,
.ttm-box-view-left-image .featured-content .category > a:hover,
.ttm-blog-single-content .social-icons li > a:hover,
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div:hover,
textarea:focus {
  border-color: #EA8A5B !important;
}

.ttm-search-overlay,
.ttm-rounded-shadow-box,
div.product ul.tabs li.active a:before,
.coupon_toggle .coupon_code,
#payment .payment_box,
.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before,
.section-title.with-desc .title-header:before,
#site-header-menu #site-navigation .menu > ul {
  border-top-color: #EA8A5B !important;
}

.ttm-search-overlay .w-search-form-row:before,
.tooltip-bottom:before,
.featured-imagebox-services.style1 .featured-content,
.ttm-pf-single-detail-box {
  border-bottom-color: #EA8A5B !important;
}

.quicklink-box .featured-icon-box .ttm-icon:before,
.ttm-blog-single .ttm-blog-single-content blockquote {
  border-left-color: #EA8A5B !important;
}

.ttm-textcolor-darkgrey {
  color: #EA8A5B;
}
.ttm-textcolor-darkgrey p,
.ttm-textcolor-darkgrey span,
.ttm-textcolor-darkgrey h1,
.ttm-textcolor-darkgrey h2,
.ttm-textcolor-darkgrey h3,
.ttm-textcolor-darkgrey h4,
.ttm-textcolor-darkgrey h5,
.ttm-textcolor-darkgrey h6 {
  color: #EA8A5B;
}

.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey {
  color: #EA8A5B;
}
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey p,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey span,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h1,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h2,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h3,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h4,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h5,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h6,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey .featured-title h5 {
  color: #EA8A5B;
}

.ttm-bgcolor-white .section-title h2.title,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-color-darkgrey,
#site-header-menu #site-navigation .menu ul li > a,
.sidebar .widget a,
.ttm-pagination .page-numbers,
.ttm-tabs ul.tabs li a,
.ttm-list.ttm-list-style-icon li,
.about-text-box {
  color: #EA8A5B;
}

.accordion.style2 .toggle .toggle-title a {
  color: #EA8A5B;
}
.accordion.style2 .toggle .toggle-title a.active {
  color: #EA8A5B;
}

.ttm-pf-single-detail-box ul li span,
.ttm-box-view-left-image .featured-content .category > a,
.product-price,
div.product ul.tabs li.active a,
.ttm-team-details-list {
  color: #EA8A5B;
}

.ttm-bgcolor-darkgrey {
  background-color: #EA8A5B;
}
.ttm-bgcolor-darkgrey > .ttm-bg-layer {
  background-color: #040B21;
}
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-bg-layer-inner {
  background-color: #EA8A5B;
}

.ttm-btn-bgcolor-darkgrey,
.ttm-btn-color-darkgrey:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-icon_element-bgcolor-darkgrey,
.ttm-btn-bgcolor-white:hover,
.ttm-btn-bgcolor-skincolor:hover {
  background-color: #EA8A5B;
}

.widget.widget-nav-menu ul li:hover a:before, .widget.widget-nav-menu ul li.active a:before {
  background-color: #EE753A;
}

.ttm-btn.ttm-btn-bgcolor-darkgrey, .ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover {
  background-color: #EA8A5B;
}

.ttm-header-icons .ttm-header-cart-link a {
  background-color: #EA8A5B;
}

.progress-bar-color-bar_darkgrey {
  background-color: #EA8A5B;
}
.progress-bar-color-bar_darkgrey.progress-bar:before {
  background-color: #EA8A5B;
}

.featured-icon-box.without-icon .featured-title h5:before {
  background-color: #EA8A5B;
}

.ttm-bgcolor-skincolor .tooltip:after,
.ttm-bgcolor-skincolor [data-tooltip]:after {
  background-color: #EA8A5B;
}

.comment-list a.comment-reply-link,
.ttm-shop-icon .product-btn,
div.product ul.tabs li a,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a {
  background-color: #EA8A5B;
}

.featured-imagebox-services.style2 .ttm-box-view-overlay:after, .featured-imagebox-services.style2 .ttm-box-view-overlay:before {
  background-color: #EA8A5B;
}

.darkgrey-border,
.ttm-header-style-01 .ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-box-view-left-image .featured-content .category > a,
div.product ul.tabs li a {
  border-color: #EA8A5B;
}

.ttm-bgcolor-skincolor .testimonials .testimonial-content {
  border-bottom-color: #EA8A5B;
}
.ttm-bgcolor-skincolor .tooltip-top:before,
.ttm-bgcolor-skincolor .tooltip:before,
.ttm-bgcolor-skincolor [data-tooltip]:before {
  border-top-color: #EA8A5B !important;
}

.ttm-textcolor-white h1,
.ttm-textcolor-white h2,
.ttm-textcolor-white h3,
.ttm-textcolor-white h4,
.ttm-textcolor-white h5,
.ttm-textcolor-white h6 {
  color: rgb(255, 255, 255);
}

.ttm-bgcolor-skincolor a,
.ttm-textcolor-white a,
#site-header-menu #site-navigation .menu ul li a span,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
  color: rgb(255, 255, 255);
}

.ttm-textcolor-white .ttm-fid-icon-wrapper i,
.ttm-textcolor-white .featured-content .featured-title h5 a {
  color: rgb(255, 255, 255);
}
.ttm-textcolor-white .ttm-social-links-wrapper ul li a {
  color: rgb(255, 255, 255);
}
.ttm-textcolor-white .ttm-social-links-wrapper ul li a:hover {
  color: rgb(255, 255, 255);
}

.ttm-btn-bgcolor-white:hover {
  color: rgb(255, 255, 255);
}

.ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-white:hover, .ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-skincolor:hover {
  color: rgb(255, 255, 255);
}
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-white:hover, .ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-skincolor:hover {
  color: rgb(255, 255, 255);
}
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover, .ttm-btn.ttm-btn-bgcolor-grey:hover, .ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover {
  color: rgb(255, 255, 255);
}

.ttm-btn-bgcolor-darkgrey,
a.ttm-btn-bgcolor-darkgrey,
.ttm-btn-bgcolor-darkgrey:hover,
a.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn-bgcolor-skincolor,
a.ttm-btn-bgcolor-skincolor,
.ttm-btn-bgcolor-skincolor:hover,
a.ttm-btn-bgcolor-skincolor:hover {
  color: rgb(255, 255, 255);
}

.ttm-bgcolor-skincolor .testimonials .testimonial-content label,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content label,
.ttm-textcolor-white .testimonials .testimonial-content label,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-darkgrey p {
  color: rgba(255, 255, 255, 0.8);
}

.ttm-bgcolor-skincolor input::placeholder,
.ttm-bgcolor-skincolor select::placeholder,
.ttm-bgcolor-skincolor textarea::placeholder,
.ttm-bgcolor-skincolor a:hover,
.ttm-bgcolor-skincolor ul.top-contact li a:hover, .ttm-bgcolor-skincolor.ttm-topbar-wrapper ul.social-icons li > a:hover,
.ttm-bgcolor-skincolor .section-title .title-desc {
  color: rgba(255, 255, 255, 0.8);
}

.ttm-bgcolor-darkgrey .section-title .title-desc,
.top-contact li a:hover,
.ttm-topbar-wrapper .social-icons li > a:hover,
.mailchimp-inputbox input::placeholder,
.ttm-bgcolor-skincolor .testimonial-content h6,
.ttm-bgcolor-darkgrey .testimonial-content h6,
.ttm-bgcolor-skincolor .testimonials .testimonial-content blockquote,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content blockquote {
  color: #2D4A8A;
}

.banner-img-box .featured-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
.banner-img-box .featured-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.banner-img-box .featured-content .featured-desc p {
  color: rgba(255, 255, 255, 0.8);
}

.heilight-white-text {
  color: #FFFFFF;
}

.ttm-textcolor-white {
  color: #FFFFFF;
}
.ttm-textcolor-white a {
  color: #FFFFFF;
}

.ttm-btn.ttm-btn-color-white,
.ttm-highlight-right li,
.ttm-icon_element-color-white i,
.ttm-icon_element-bgcolor-skincolor i,
.ttm-icon_element-bgcolor-darkgrey i,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h2.title span {
  color: #FFFFFF;
}

.ttm-bgcolor-darkgrey .section-title h2.title span,
.ttm-bgcolor-darkgrey .ttm-bgcolor-skincolor {
  color: #FFFFFF;
}

.ttm-bgcolor-skincolor .section-title h5,
.ttm-bgcolor-darkgrey .section-title h5,
.ttm-bgcolor-skincolor .featured-title h5,
.ttm-bgcolor-darkgrey .featured-title h5,
.ttm-bgcolor-skincolor .inside h3,
.ttm-bgcolor-darkgrey .inside h3,
.ttm-tabs ul.tabs li.active a,
.ttm-btn.ttm-btn-bgcolor-darkgrey,
.ttm-bgcolor-skincolor .featured-title h6,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-title,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-title,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover {
  color: #FFFFFF;
}

.ttm-rt-contact .ttm-custombutton a {
  color: #FFFFFF;
}
.ttm-rt-contact .ttm-custombutton a:hover {
  color: #FFFFFF;
}

.footer .social-icons li > a,
.ttm-tag-list span a:hover {
  color: #FFFFFF;
}

.ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i,
.ttm-bgcolor-skincolor .ttm-fid.inside h4 {
  color: #FFFFFF;
}

.ttm-bgcolor-darkgrey .ttm-fid.inside h4 {
  color: #FFFFFF;
}

.ttm-header-style-02 .top-contact li,
.ttm-header-style-01 .top-contact li {
  color: #FFFFFF;
}
.ttm-header-style-02 .top-contact li a,
.ttm-header-style-01 .top-contact li a {
  color: #FFFFFF;
}
.ttm-header-style-02 .ttm-topbar-wrapper .social-icons li > a,
.ttm-header-style-01 .ttm-topbar-wrapper .social-icons li > a {
  color: #FFFFFF;
}

.footer .social-icons li > a:hover {
  color: #FFFFFF;
}

.ttm-history-box-wrapper:hover .ttm-historybox-title h5,
.ttm-history-box-wrapper:hover .ttm-historybox-description,
.ttm-history-box-wrapper:hover .ttm-btn.ttm-btn-color-skincolor {
  color: #FFFFFF;
}

.featured-imagebox-portfolio .featured-title h5 a,
.featured-imagebox-portfolio .ttm-media-link a {
  color: #FFFFFF;
}

.featured-icon-box.style5 .ttm-btn.ttm-btn-color-white:hover,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active i {
  color: #FFFFFF;
}

.featured-icon-box.style6:hover .featured-title h5,
.featured-icon-box.style6:hover .featured-desc p,
.featured-icon-box.style6:hover .ttm-icon_element-color-skincolor,
.featured-icon-box.style6:hover .ttm-btn.ttm-btn-color-skincolor {
  color: #FFFFFF;
}

.featured-imagebox-services.style1:hover .featured-title h5 a,
.featured-imagebox-services.style1:hover .featured-desc p,
.featured-imagebox-services.style1:hover .ttm-btn {
  color: #FFFFFF;
}

.accordion .toggle-title a.active {
  color: #FFFFFF;
}

.sidebar .widget.widget-nav-menu ul li.active a, .sidebar .widget.widget-nav-menu ul li:hover a {
  color: #FFFFFF;
}

.widget.widget-search .form-group i,
.sidebar .widget .tagcloud a:hover {
  color: #FFFFFF;
}

.ttm-pagination .page-numbers.current, .ttm-pagination .page-numbers:hover {
  color: #FFFFFF;
}

.ttm-box-view-left-image .featured-content .category > a:hover,
.social-icons li > a:hover,
.widget-top-rated-products ins,
.featured-imagebox-team.style2 .featured-content p.category,
.ttm-header-style-02 .ttm-custombutton a {
  color: #FFFFFF;
}

.ttm-bgcolor-white {
  background-color: #FFFFFF;
}
.ttm-bgcolor-white > .ttm-bg-layer {
  background-color: #FFFFFF;
}
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-bg-layer-inner {
  background-color: #FFFFFF;
}

.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover {
  background-color: #FFFFFF;
}

.ttm-btn.ttm-btn-style-border.ttm-bgcolor-white, .ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover {
  background-color: #FFFFFF;
}

.ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn-bgcolor-white,
.ttm-col-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after,
.ttm-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after,
.ttm-header-style-01 .ttm-stickable-header.fixed-header,
.header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover,
.ttm-icon_element-bgcolor-white {
  background-color: #FFFFFF;
}

.ttm-icon_element-bgcolor-cream {
  background-color: rgb(231, 230, 219) !important;
}

.white-border,
.ttm-bgcolor-skincolor .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-bgcolor-darkgrey .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-grey .ttm-pagination .page-numbers,
.header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover {
  border-color: #FFFFFF;
}

.ttm-bgcolor-skincolor .heading-seperator span:after, .ttm-bgcolor-skincolor .heading-seperator:after {
  border-bottom-color: #FFFFFF !important;
}

.ttm-bgcolor-darkgrey .separator .sep-line {
  border-color: rgba(255, 255, 255, 0.07);
}

.ttm-bgcolor-skincolor .separator .sep-line {
  border-color: rgba(255, 255, 255, 0.07);
}
.ttm-bgcolor-skincolor .section-title.with-desc .title-header:before {
  border-top-color: #FFFFFF !important;
}

.ttm-bgcolor-darkgrey .section-title.with-desc .title-header:before {
  border-top-color: #FFFFFF !important;
}
.ttm-bgcolor-darkgrey .section-title.style2 .title-header:after {
  background-color: rgba(240, 240, 240, 0.09);
}

.ttm-bgcolor-skincolor .section-title.style2 .title-header:after {
  background-color: rgba(240, 240, 240, 0.09);
}

.banner-img-box .featured-content ul li:not(:last-child) {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ttm-bgcolor-grey {
  background-color: #F7F9FE;
}
.ttm-bgcolor-grey > .ttm-bg-layer {
  background-color: #F7F9FE;
}

.ttm-btn-bgcolor-grey,
.ttm-search-overlay .ttm-site-searchform input[type=search],
.ttm-icon_element-bgcolor-grey,
.sidebar .ttm-bgcolor-grey > .ttm-bg-layer,
.ttm-blog-single-content .social-icons li > a {
  background-color: #F7F9FE;
}

.grey-boder {
  border-color: #F7F9FE !important;
}

.grey-bg-shape {
  background-color: #B6BFD5;
}

.blue-bg-shape {
  background-color: #2D4A8A;
}

.dark-bg-shape {
  background-color: #040B21;
}

.ttm-ratting-star {
  color: #F5CC26 !important;
}

.about-overlay-02 h3 {
  font-family: "Playfair Display", Arial, Helvetica;
}

.about-overlay-03 h3 {
  font-family: "Poppins", sans-serif;
}

#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -30px 0 0 -30px;
}

#status {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  background-image: url(/modules/frontend/template/default/assets/img/loader3.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5%;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  border: none;
  margin: 0 3px;
}
.social-icons.circle li > a {
  border: 1px solid #E8ECEF;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  font-size: 13px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.social-icons.square li > a {
  border: 1px solid #E8ECEF;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  font-size: 13px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.ttm-bgcolor-darkgrey .social-icons.circle li > a,
.ttm-bgcolor-skincolor .social-icons.circle li > a {
  border: none;
  color: #2C2C2C;
}

.ttm-bgcolor-darkgrey .social-icons.circle li > a,
.ttm-bgcolor-skincolor .social-icons.circle li > a {
  background-color: #FFFFFF;
}

.tooltip-top,
.tooltip-bottom {
  position: relative;
}

.tooltip:after, .tooltip:before {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

[data-tooltip]:after, [data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: 0 0;
  content: "";
}

.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000000;
  border-top-color: rgb(24, 35, 51);
}

.tooltip-top:after, .tooltip-top:before {
  bottom: 78%;
  left: 50%;
}

.tooltip:after, .tooltip:before {
  bottom: 78%;
  left: 50%;
}

[data-tooltip]:after, [data-tooltip]:before {
  bottom: 78%;
  left: 50%;
}

.tooltip-top:focus:after, .tooltip-top:focus:before {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
}
.tooltip-top:hover:after, .tooltip-top:hover:before {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
}

.tooltip:focus:after, .tooltip:focus:before {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
}
.tooltip:hover:after, .tooltip:hover:before {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
}

[data-tooltip]:focus:after, [data-tooltip]:focus:before {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
}
[data-tooltip]:hover:after, [data-tooltip]:hover:before {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
}

.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
  margin-left: -20px;
}

.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  color: #FFFFFF;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
}

.tooltip:focus:after, .tooltip:focus:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}
.tooltip:hover:after, .tooltip:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}

[data-tooltip]:focus:after, [data-tooltip]:focus:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}
[data-tooltip]:hover:after, [data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}

.tooltip-bottom:after {
  bottom: -68px;
  left: 0;
  margin-left: -10px;
}
.tooltip-bottom:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: transparent !important;
  bottom: -24px;
}

.ttm-topbar-wrapper {
  line-height: 51px;
  height: 52px;
}
.ttm-topbar-wrapper .top-contact.text-left {
  position: relative;
  float: left;
  line-height: 52px;
}
.ttm-topbar-wrapper .top-contact.text-left li:not(:last-child):before {
  content: "";
  height: 18px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.09);
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
}

.ttm-bgcolor-grey.ttm-topbar-wrapper .top-contact li:not(:last-child):before,
.ttm-bgcolor-grey.ttm-topbar-wrapper .topbar-right .top-contact li:before {
  background-color: rgba(0, 0, 0, 0.09);
}

.top-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  display: inline-block;
  position: relative;
}
.top-contact li {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.top-contact li:first-child {
  padding-left: 0px !important;
}
.top-contact li strong {
  font-weight: 500;
}

.topbar-right .top-contact li:before {
  content: "";
  height: 18px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.09);
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
}
.topbar-right .top-contact.ttm-highlight-right li:last-child:after {
  content: unset;
}

.ttm-topbar-wrapper .ttm-social-links-wrapper {
  margin: 0;
  position: relative;
  padding-left: 5px;
  padding-right: 15px;
}
.ttm-topbar-wrapper .social-icons li {
  margin: 0 3px;
}
.ttm-topbar-wrapper .social-icons li > a {
  display: block;
  border: none;
  width: 16px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 500;
  background-color: transparent;
  text-align: center;
}

.ttm-bgcolor-grey.ttm-topbar-wrapper .social-icons li > a {
  color: inherit;
}

.ttm-topbar-wrapper .social-icons li > a:hover {
  color: #2D4A8A;
}

.ttm-topbar-content .topbar-right .list-inline {
  display: inline-block;
  line-height: 52px;
}

.top-contact.ttm-highlight-left {
  margin-right: 15px;
  padding-right: 5px;
}
.top-contact.ttm-highlight-right {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.top-contact.ttm-highlight-left:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 5000px;
  height: 100%;
}
.top-contact.ttm-highlight-right:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 5000px;
  height: 100%;
  right: 0;
  left: 0;
}
.top-contact strong {
  font-weight: 600;
}
.top-contact i {
  margin-right: 9px;
}

.site-branding {
  float: left;
  height: 100px;
  line-height: 100px;
  position: relative;
  display: block;
  z-index: 1;
}

.ttm-header-top-wrapper {
  position: relative;
}

.site-branding img {
  max-height: 55px;
}

.ttm-header-style-01 .site-branding img {
  max-height: 45px;
}
.ttm-header-style-01 .fixed-header .site-branding img {
  max-height: 42px;
}

.ttm-header-style-05 .fixed-header .site-branding img {
  max-height: 40px;
}

.site-navigation {
  /* position: relative; */
}

#site-header-menu #site-navigation .menu ul {
  padding: 0;
  margin: 0;
}
#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child) {
  border-bottom: 1px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.04);
}

.ttm-menu-toggle {
  float: right;
}
.ttm-menu-toggle input[type=checkbox] {
  display: none;
}

#site-header-menu #site-navigation .menu > ul > li {
  display: inline-block;
  /* position: relative; */
}
#site-header-menu #site-navigation .menu ul li:hover > ul {
  opacity: 1;
  display: block;
  visibility: visible;
  height: auto;
  transform: translate(0, 0);
}
#site-header-menu #site-navigation .menu ul ul > li {
  /* position: relative; */
}
#site-header-menu #site-navigation .menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
#site-header-menu #site-navigation .menu ul li > a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 19px;
  color: #040B21;
}
#site-header-menu #site-navigation ul ul li {
  /* position: relative; */
  border-bottom: 1px solid transparent;
}
#site-header-menu #site-navigation .menu ul li > ul li > a {
  margin: 0;
  display: block;
  padding: 15px 20px;
  /* position: relative; */
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  height: auto;
  line-height: 18px;
}
#site-header-menu #site-navigation .menu ul li a span {
  padding: 1px 3px 2px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 7px;
}
#site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
  content: "\f105";
  position: absolute;
  background-color: transparent;
  right: 12px;
  top: 16px;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  margin-left: 4px;
  opacity: 0.8;
}

.ttm-header-icons {
  position: relative;
  padding-left: 25px;
}
.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
  position: relative;
  border: none;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  height: 31px;
  width: 31px;
  line-height: 31px;
  color: rgb(11, 12, 38);
  border-color: rgb(11, 12, 38);
  font-size: 12px !important;
  z-index: 9;
  color: #FFFFFF;
}
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-header-icons .ttm-header-search-link a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
  font-weight: 900;
  font-size: 11px;
}
.ttm-header-icons .ttm-header-cart-link {
  padding-left: 4px;
  padding-right: 0;
}

.ttm-header-style-03 .topbar-right.text-right .list-inline {
  padding-right: 0;
  margin-right: -4px;
}

.ttm-header-icons .ttm-header-icon {
  margin-left: 7px;
}
.ttm-header-icons .ttm-header-cart-link span.number-cart {
  position: absolute;
  bottom: 20px;
  left: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 9px;
  display: block;
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-btn .ttm-btn.ttm-btn-size-md {
  font-size: 14px;
  padding: 13px 25px 13px 25px;
  height: 52px;
  line-height: 25px;
}

.ttm-header-style-01 .header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover {
  background-color: #FFFFFF !important;
}

.ttm-header-icons {
  height: 100px;
  line-height: 100px;
  float: right;
}

.ttm-header-icon {
  height: 100px;
  line-height: 100px;
  float: right;
  position: relative;
}

.ttm-search-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  background: #FFFFFF;
  border-top: 3px solid;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 111;
}

.ttm-header-style-01 .ttm-search-overlay .w-search-form-row:before {
  right: 5px;
}

.ttm-search-overlay .w-search-form-row {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 20px;
}
.ttm-search-overlay .w-search-form-row:before {
  position: absolute;
  right: 5px;
  top: -8px;
  width: 47px;
  height: 47px;
  text-align: center;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid;
  content: " ";
}
.ttm-search-overlay .ttm-site-searchform input[type=search] {
  font-size: 14px;
  text-align: left;
  height: 45px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none !important;
  color: #333333;
  width: 88%;
  line-height: 45px;
  float: left;
  padding: 9px 15px;
}
.ttm-search-overlay .ttm-site-searchform button {
  font-size: 14px;
  width: 12%;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 45px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #FFFFFF;
  float: left;
}

.ttm-header-search-link .ttm-tectxon-icon-search:before {
  font-weight: 600;
}

.ttm-tectxon-icon-search:before {
  content: "\e825";
  font-family: "themify";
}

.ttm-search-overlay.st-show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.widget_info {
  position: relative;
}
.widget_info:not(:last-child) {
  padding-right: 50px;
}
.widget_info .widget_icon {
  font-size: 34px;
}
.widget_info .widget_content {
  margin-left: 14px;
  position: relative;
}
.widget_info:not(:last-child) .widget_content:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgb(243, 243, 243);
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
}
.widget_info .widget_title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}
.widget_info .widget_desc {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
}

.footer .widget {
  margin: 55px 0 55px;
}
.footer .ttm-textcolor-white {
  color: rgba(255, 255, 255, 0.8);
}
.footer .widget .ttm-btn.ttm-btn-size-md {
  padding: 14px 27px 14px 27px;
}
.footer .widget ul > li {
  padding: 0 0 9px 0;
}

.first-footer {
  padding: 40px 0 40px 0;
}

.footer-logo img {
  max-height: 45px;
}

.first-footer .featured-icon-box .ttm-icon.ttm-icon_element-size-md {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.first-footer .featured-content {
  padding-left: 12px !important;
}
.first-footer .ttm-btn {
  font-weight: 500;
  font-size: 15px;
}
.first-footer .ttm-btn i {
  font-size: 15px;
}

.second-footer .quicklink-box {
  padding: 17px 15px;
  border: 1px solid rgb(46, 56, 77);
  background-color: rgb(34, 44, 64);
  margin: 22px 0 0;
  position: relative;
}

.quicklink-box .featured-icon-box .ttm-icon.ttm-icon_element-size-md {
  height: 50px;
  width: 50px;
  line-height: 51px;
}
.quicklink-box .featured-icon-box .ttm-icon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
  top: 19px;
  right: -7px;
  border: 7px solid transparent;
  border-right: 0;
  border-left-color: #000000;
}
.quicklink-box .featured-icon-box .ttm-icon span {
  font-size: 23px;
  transition: unset;
}
.quicklink-box .featured-title h5 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
}
.quicklink-box .featured-content {
  padding-left: 15px !important;
}

.bottom-footer-text {
  background-color: #040B21;
}

.newsletter-form {
  position: relative;
  margin-bottom: 30px;
  margin-top: 25px;
}
.newsletter-form input[type=email] {
  border: 1px solid rgb(46, 56, 77);
  background-color: rgb(34, 44, 64);
  height: 47px;
  width: 100%;
  font-size: 14px;
  outline: none;
  padding: 9px 40px;
  color: rgb(255, 255, 255);
  padding-right: 60px;
  text-overflow: ellipsis;
}
.newsletter-form input[type=submit] {
  position: absolute;
  content: "\e628";
  top: 0;
  right: 0;
  font-family: "themify";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-size: 14px;
  color: #FFFFFF;
  z-index: 2;
  height: 47px;
  width: 55px;
  padding: 0;
  line-height: 47px;
  text-align: center;
  border: 0;
  cursor: pointer;
}
.newsletter-form i {
  padding-right: 1px;
  position: absolute;
  left: 15px;
  top: 17px;
}

.mailchimp-inputbox:after {
  position: absolute;
  content: "\f1d9";
  top: 10px;
  right: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-size: 16px;
  color: #FFFFFF;
  z-index: 3;
  pointer-events: none;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul > li {
  padding: 0 0 13px 0;
  position: relative;
}
.widget .widget-title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 19px;
  line-height: 23px;
  text-transform: capitalize;
}

.footer .social-icons li {
  margin-left: 3px;
  margin-right: 3px;
  min-width: auto;
  padding-bottom: 0 !important;
}
.footer .social-icons li:first-child {
  margin-left: 0;
}
.footer .social-icons li > a {
  border: 1px solid #FFFFFF;
  font-size: 14px;
}

.widget.link-widget ul li:last-child {
  padding-bottom: 0;
}

.copyright {
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav-menu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 16px;
  font-size: 14px;
  padding-bottom: 0;
}
.footer-nav-menu li:last-child {
  padding-right: 0;
}
.footer-nav-menu li:first-child {
  padding-left: 0;
}

ul.footer-nav-menu li:not(:last-child):after {
  position: absolute;
  content: "|";
  padding-left: 7px;
}

.widget ul#menu-footer-services li a {
  padding-left: 16px;
  position: relative;
}
.widget ul#menu-footer-services li a:before {
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18px;
  font-size: 15px;
}

#totop {
  font-weight: 900;
  color: #FFFFFF;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 34px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
}
#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline;
}

#servizi {
  position: relative;
  background-image: linear-gradient(rgba(145, 149, 151, 0.431372549), #1D1F20), url(/modules/frontend/template/default/assets/img/servizi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  top: -52px;
}
#servizi h1 {
  margin-top: 160px !important;
}

#blog {
  position: relative;
  background-image: linear-gradient(rgba(145, 149, 151, 0.431372549), #1D1F20), url(/modules/frontend/template/default/assets/img/blog.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  top: -52px;
}
#blog h1 {
  margin-top: 160px !important;
}

#contatti {
  position: relative;
  background-image: linear-gradient(rgba(145, 149, 151, 0.431372549), #1D1F20), url(/modules/frontend/template/default/assets/img/ViewImage.jfif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  top: -52px;
}
#contatti h1 {
  margin-top: 160px !important;
}

#about_us {
  position: relative;
  background-image: linear-gradient(rgba(145, 149, 151, 0.431372549), #1D1F20), url(/modules/frontend/template/default/assets/img/about_us.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  top: -52px;
}
#about_us h1 {
  margin-top: 160px !important;
}

#clienti {
  position: relative;
  background-image: linear-gradient(rgba(145, 149, 151, 0.431372549), #1D1F20), url(/modules/frontend/template/default/assets/img/clienti.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  top: -52px;
  z-index: 0 !important;
}
#clienti h1 {
  margin-top: 160px !important;
}

#servizi_row {
  margin-top: 40px !important;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px rgba(194, 190, 190, 0.54);
  width: 50%;
  margin: 0 auto;
}

.clienti {
  margin: 0 auto;
  width: 60%;
  background-color: #EA8A5B;
}

#map {
  margin-bottom: 100px !important;
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(206, 200, 200, 0.678);
  -moz-box-shadow: 1px 1px 10px 1px rgba(206, 200, 200, 0.678);
  box-shadow: 1px 1px 10px 1px rgba(206, 200, 200, 0.678);
  border-radius: 20px;
}

div.ttm-page-title-row > .ttm-bg-layer {
  background-color: rgba(24, 35, 51, 0.85);
}

.ttm-page-title-row {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  padding-top: 215px;
  padding-bottom: 80px;
  z-index: 11;
}

.title-box .page-title-heading {
  position: relative;
}
.title-box .page-title-heading h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
  /* margin-top: 80px; */
}

.breadcrumb-wrapper span {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

#map_canvas {
  margin: 0;
  padding: 0;
  height: 100%;
}

.map-wrapper {
  height: 450px;
}

.error-404 {
  position: relative;
}

.page-header {
  margin: 40px 0 20px;
}

section.error-404 {
  padding: 300px 0 150px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.error-404 .ttm-big-icon {
  font-size: 150px;
}
section.error-404 h1 {
  text-transform: none;
  line-height: 100%;
}
section.error-404 .page-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.list-style-disc {
  list-style-type: disc !important;
}

.list-style-decimal {
  list-style-type: decimal !important;
}

ul.ttm-list {
  list-style: none;
  padding: 0;
  padding-left: 0;
}

.ttm-list.ttm-list-style-icon li {
  padding-left: 22px;
  list-style: none;
  position: relative;
  padding-bottom: 10px;
  font-weight: 500;
}
.ttm-list.ttm-list-style-icon li i {
  position: absolute;
  left: 0;
  top: 5px;
}
.ttm-list.ttm-list-textsize-medium li {
  font-size: 16px;
  padding-bottom: 9px;
}

.ttm-history-box-wrapper {
  position: relative;
  text-align: center;
  margin-top: 5px;
}
.ttm-history-box-wrapper .ttm-history-box-icon-wrapper {
  position: relative;
}
.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 1px solid #E5E5E5;
}
.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md i {
  font-size: 35px;
}

.ttm-history-box-icon-wrapper:before {
  position: absolute;
  content: " ";
  top: 74px;
  height: 90px;
  width: 1px;
  background-color: #E8EAED;
}

.ttm-history-box-wrapper .ttm-history-box-border {
  position: relative;
  margin: 39px 0 43px;
  border: 1px dashed #E5E5E5;
  width: 111%;
}

.ttm-history-box-border:before {
  position: absolute;
  content: " ";
  left: 50%;
  margin-left: -19px;
  height: 12px;
  width: 12px;
  z-index: 1;
  border-radius: 50px;
  background-color: #E8EAED;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -7px;
}

.ttm-history-box-details {
  text-align: center;
  background-color: #FFFFFF;
  padding: 40px 30px 40px;
  -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
  -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}

.ttm-history-box-wrapper .ttm-historybox-title h5 {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 8px;
}
.ttm-history-box-wrapper:hover .ttm-icon.ttm-icon_element-size-md {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.ttm-pf-single-detail-box {
  padding: 35px 35px 25px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  border-bottom: 3px solid #000000;
}

.ttm-pf-single-title h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 11px;
}

.ttm-pf-single-detail-box ul {
  margin: 0;
  padding: 0;
}
.ttm-pf-single-detail-box ul li {
  position: relative;
  display: block;
  padding: 15px 0 15px 0;
  font-size: 15px;
  margin-left: 3px;
}
.ttm-pf-single-detail-box ul li i {
  margin-right: 10px;
  font-size: 16px;
}
.ttm-pf-single-detail-box ul li span {
  font-weight: 500;
  margin-right: 5px;
}
.ttm-pf-single-detail-box ul li:not(:last-child) {
  border-bottom: 1px solid #E8ECEF;
}

.ttm-nextprev-bottom-nav .nav-next a:after {
  position: absolute;
  font-size: 15px;
  top: 10px;
}
.ttm-nextprev-bottom-nav .nav-previous a {
  padding-right: 25px;
  padding-left: 44px;
}
.ttm-nextprev-bottom-nav .nav-previous a:after {
  position: absolute;
  font-size: 15px;
  top: 10px;
  content: "\f100";
  font-family: FontAwesome;
  left: 25px;
}
.ttm-nextprev-bottom-nav .nav-next a {
  padding-right: 50px;
  padding-left: 32px;
}
.ttm-nextprev-bottom-nav .nav-next a:after {
  content: "\f101";
  font-family: FontAwesome;
  right: 25px;
}

.ttm-pf-single-related-wrapper {
  margin-top: 50px;
}

article.ttm-blog-classic {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  position: relative;
}
article.ttm-blog-classic:last-child {
  margin-bottom: 15px;
}

.post-featured-wrapper {
  position: relative;
}

.ttm-blog-classic .ttm-box-post-date .entry-month,
.ttm-blog-classic .ttm-box-post-date .entry-date {
  display: block;
  font-size: 22px;
  line-height: 18px;
}

article.ttm-blog-classic .ttm-blog-classic-content {
  padding: 45px 30px 30px;
  background: #FFFFFF;
  z-index: 1;
  position: relative;
}
article.ttm-blog-classic .ttm-post-entry-header {
  position: absolute;
  top: -20px;
  left: auto;
}

.ttm-blog-classic .post-meta {
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  background-color: #FFFFFF;
  position: relative;
  border-radius: 5px;
  margin: 0;
}
.ttm-blog-classic .post-meta .ttm-meta-line {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}

.ttm-blog-single-content .post-meta .ttm-meta-line {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}

.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after,
.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  right: 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}

.ttm-blog-classic .post-meta .ttm-meta-line i,
.ttm-blog-single-content .post-meta .ttm-meta-line i {
  padding-right: 7px;
  font-size: 13px;
}

.ttm-blog-classic .entry-header .entry-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}
.ttm-blog-classic .ttm-blogbox-desc-footer {
  margin-top: 15px;
  clear: both;
  overflow: hidden;
}
.ttm-blog-classic .ttm-commentbox i {
  margin-right: 5px;
}

.ttm-blog-single .ttm-blog-single-content blockquote {
  display: block;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  padding: 32px 60px 16px 40px;
  position: relative;
  font-weight: 500;
  margin: 35px 0 50px 0;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #6E6E6E;
  border-left: 4px solid;
}
.ttm-blog-single .ttm-blog-single-content blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 70px;
  top: auto;
  bottom: -30px;
  right: 35px;
  width: 70px;
  height: 70px;
  color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
}

.ttm-tag-list span a {
  padding: 7px 15px;
  background-color: #F7F9FE;
  display: inline-block;
  margin-right: 6px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
}

.comments-area {
  margin-top: 50px;
  margin-bottom: 0;
}
.comments-area h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.comment-reply-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.comment-list {
  list-style-type: none;
  padding: 0;
}
.comment-list li {
  position: relative;
  margin-top: 30px;
}
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.single-post .comments-area {
  margin-top: 50px;
  margin-bottom: 0;
}
.single-post .comments-area .comments-title {
  font-size: 33px;
  font-weight: 600;
}

.comment-body {
  margin-left: 105px;
  margin-top: 35px;
  margin-bottom: 30px;
  padding: 20px 20px;
  position: relative;
  background-color: #F5FAFF;
  border: 1px solid #F5FAFF;
}
.comment-body:before {
  position: absolute;
  top: 17px;
  width: 0;
  height: 0;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #F5FAFF transparent #F5FAFF;
  z-index: 1;
  content: "";
  left: -12px;
}

.comment-author {
  float: left;
  text-align: center;
  width: 87px;
  height: 87px;
  display: block;
  margin-right: 25px;
  overflow: hidden;
  margin-left: -125px;
  margin-top: -20px;
}
.comment-author img {
  max-width: 100%;
  height: auto;
}

.comment-meta {
  font-size: 14px;
  padding: 0;
  position: relative;
  color: #6E6E6E;
  font-size: 13px;
}
.comment-meta a {
  color: #6E6E6E;
  font-size: 13px;
}
.comment-meta .ttm-comment-owner h5 {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #182333;
  font-style: normal;
}

.ttm-comment-owner {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #182333;
  font-style: normal;
}

.comment-box .author-content-wrap p {
  margin-top: 10px;
}

.single article.post .comment-body p {
  margin-top: 10px;
  margin-bottom: 0;
}

.comment-list a.comment-reply-link {
  border: none;
  color: #FFFFFF;
  font-size: 13px;
  padding: 2px 30px 3px 17px;
  position: relative;
  margin-top: 5px;
  display: inline-block;
}
.comment-list a.comment-reply-link:after {
  position: absolute;
  top: 6px;
  font-family: "themify";
  content: "\e649";
  font-weight: 400;
  display: inline-block;
  margin-right: 0.2em;
  text-align: center;
  opacity: 1;
  line-height: 22px;
  font-size: 10px;
  margin-left: 8px;
}

.comments-area .comment-respond {
  padding-top: 10px;
}

#respond .comment-reply-title {
  margin: 0 0 20px !important;
}

.comments-area .comment-form textarea,
.comments-area .comment-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding-left: 0;
}

.element-row {
  padding: 40px 0 0;
  position: relative;
}
.element-row .section-title h2.title {
  margin-top: 22px;
  margin-bottom: 25px;
}
.element-row .ttm-row {
  padding: 50px 0;
}

.ttm-progress-bar .progress-bar.progress-bar-color-bar_blue,
.ttm-progress-bar .progress-bar-color-bar_blue.progress-bar:before {
  background-color: #0074CC;
}
.ttm-progress-bar .progress-bar.progress-bar-color-bar_green,
.ttm-progress-bar .progress-bar-color-bar_green.progress-bar:before {
  background-color: #5BB75B;
}
.ttm-progress-bar .progress-bar.progress-bar-color-bar_pink,
.ttm-progress-bar .progress-bar-color-bar_pink.progress-bar:before {
  background-color: #F4524D;
}
.ttm-progress-bar .progress-bar.progress-bar-color-bar_turquoise,
.ttm-progress-bar .progress-bar-color-bar_turquoise.progress-bar:before {
  background-color: #00C1CF;
}
.ttm-progress-bar .progress-bar.progress-bar-color-bar_yellow,
.ttm-progress-bar .progress-bar-color-bar_yellow.progress-bar:before {
  background-color: #FFB300;
}

.ttm-icon.ttm-icon_element-fill {
  color: #FFFFFF;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow {
  background-color: #FFB300;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange {
  background-color: #FF4C00;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red {
  background-color: #FF0A26;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink {
  background-color: #FF0061;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-mulled_wine {
  background-color: #50485B;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-aqua {
  background-color: #39C8DF;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-aqua {
  color: #39C8DF;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine {
  border-color: #50485B;
  color: #50485B;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-black {
  border-color: #000000;
  color: #000000;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue {
  border-color: #5472D2;
  color: #5472D2;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow {
  border-color: #FFB300;
  color: #FFB300;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange {
  border-color: #FF4C00;
  color: #FF4C00;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red {
  border-color: #FF0A26;
  color: #FF0A26;
}

.element-style .icon-box-wrapper {
  padding-top: 15px;
}
.element-style .row .col-md-6 .featured-icon-box:not(:last-child) {
  padding: 0;
  margin-bottom: 40px;
}

.ttm-team-member-single-title {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 0;
}

.ttm-team-member-single-position {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}

.ttm-team-details-list {
  margin: 0;
  padding: 0;
}
.ttm-team-details-list li {
  width: 50%;
  float: left;
  padding-bottom: 10px;
}
.ttm-team-details-list .ttm-team-list-title {
  margin-right: 3px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding-left: 24px;
}

.ttm-team-extra-details-wrapper .ttm-team-details-list .ttm-team-list-title {
  text-indent: 0;
  width: auto;
  margin-right: 3px;
}

.ttm-team-details-list .ttm-team-list-title,
.ttm-team-details-list .ttm-team-list-value {
  display: inline-block;
}

.ttm-team-list-title i {
  position: absolute;
  text-align: center;
  text-indent: 0;
  font-size: 16px;
  top: 0;
  margin-right: 3px;
  display: inline;
  left: 0;
}

.ttm-team-details-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.member-info-box {
  padding: 30px;
}

.timing-box {
  position: relative;
}
.timing-box i {
  font-size: 25px;
  position: absolute;
  left: 0;
  font-weight: 400;
}
.timing-box h5 {
  padding-left: 35px;
}

ul.timing-list, ul.info-list {
  padding: 0;
  margin: 0;
}
ul.timing-list li {
  padding: 2px 0;
  font-size: 15px;
  line-height: 23px;
}
ul.timing-list li span.time {
  float: right;
}
ul.info-list li {
  padding: 15px 0;
  font-size: 15px;
  line-height: 23px;
}
ul.info-list li:first-child {
  padding-top: 0;
}
ul.info-list li:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}
ul.info-list li:last-child {
  padding-bottom: 0;
}
ul.timing-list {
  padding-top: 10px;
}
ul.info-list {
  padding-top: 10px;
}
ul.info-list li i {
  margin-right: 10px;
  font-size: 15px;
}

.member-contact-form {
  padding: 30px;
}

/* modifiche lighthouse */
.inside h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.inside h3 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

#ticket-platform {
  background: url(../img/light_bg-min.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
}
#ticket-platform h3 {
  font-size: 38px;
  color: #000000;
}

.handwrite {
  font-family: "Caveat", cursive;
}

#menu .dropdown {
  position: static;
}

.site-header-content {
  position: relative;
}

.menu-boxed {
  width: 25%;
  float: left;
  border: 0 !important;
}

.menu-boxed a {
  padding: 0 !important;
  margin: 0 !important;
}

.menu-boxed a .owl_services {
  height: 300px !important;
}

@media all and (max-width: 1199px) {
  .menu-boxed {
    width: 99%;
  }
  .menu-boxed a .owl_services {
    padding: 20px 10px 10px 10px;
    height: 200px !important;
  }
  .menu-boxed a .owl_services .title_hg {
    height: auto !important;
  }
  .menu-boxed a .owl_services .mb-25 {
    display: none;
  }
}
.multimedia_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.multimedia_wrapper img {
  width: 100%;
}

/* classi ckeditor */
.text-tiny {
  font-size: 0.6rem;
}

.text-small {
  font-size: 0.8rem;
}

.text-big {
  font-size: 1.2rem;
}

.text-huge {
  font-size: 1.4rem;
}

p ~ .text-tiny,
#content p ~ .text-tiny,
p:has(.text-tiny) {
  line-height: 1.3 !important;
}

p ~ .text-small,
#content p ~ .text-small,
p:has(.text-small) {
  line-height: 1.5 !important;
}

p ~ .text-big,
#content p ~ .text-big,
p:has(.text-big) {
  line-height: 1.8;
}

p ~ .text-huge,
#content p ~ .text-huge,
p:has(.text-huge) {
  line-height: 1.8;
}

/*# sourceMappingURL=main.css.map */
