/*  7.7 Counter css
/*----------------------------------------*/
.tp-counter-wrap {
  margin-top: -112px;
}
.tp-counter-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 14px;
}
.tp-counter-item {
  padding-top: 43px;
  padding-bottom: 66px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .tp-counter-item {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.tp-counter-item span.tp-acadia-counter-border {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  height: 120px;
  width: 2px;
  background: rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 767px) {
  .tp-counter-item span.tp-acadia-counter-border {
    display: none;
  }
}
.tp-counter-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1;
}
.tp-counter-count {
  margin-bottom: 3px;
  font-size: 100px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-common-white);
}

.tp-counter-4-bg {
  background-color: #EDEBE5;
  border-radius: 15px;
  padding: 82px 25px 73px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-counter-4-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-counter-4-item {
    margin-bottom: 30px;
  }
}
.tp-counter-4-icon {
  margin-bottom: 12px;
}
.tp-counter-4-icon span {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 78px;
  text-align: center;
  border-radius: 40px;
  background: linear-gradient(180deg, #FFFCF4 0%, rgba(246, 244, 239, 0) 100%);
}
.tp-counter-4-count {
  color: #161613;
  font-size: 100px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -3px;
  margin-bottom: 4px;
}
.tp-counter-4-content p {
  color: #484848;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
}
.tp-counter-4-border {
  height: 1px;
  width: 220px;
  background: rgba(22, 22, 19, 0.08);
  margin: 0 auto;
  margin-bottom: 15px;
}

/*----------------------------------------*/

/*  8.4 Funfact css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-funfact-item {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-item {
    margin-bottom: 30px;
  }
}
.tp-funfact-item-2 {
  margin-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-funfact-item-2 {
    margin-left: 0px;
  }
}
.tp-funfact-item-3 {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-item-3 {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-funfact-item-3 {
    margin-left: 0px;
  }
}
.tp-funfact-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 34px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-funfact-bg {
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-bg {
    padding-bottom: 4px;
  }
}
.tp-funfact-icon {
  flex: 0 0 auto;
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-icon {
    margin-right: 10px;
  }
}
.tp-funfact-title {
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}
.tp-funfact-content span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.tp-funfact-6-ptb {
  padding: 39px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--tp-theme-9);
}

.tp-funfact-7-wrapper .row [class*=col-]:not(:last-child) {
  border-right: 1px solid #E9E9F0;
}
@media only screen and (max-width: 767px) {
  .tp-funfact-7-wrapper .row [class*=col-]:not(:last-child) {
    border: none;
  }
}
.tp-funfact-7-item {
  padding: 45px 0 40px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-funfact-7-item:hover {
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 20px 0px rgba(5, 5, 39, 0.1);
}
.tp-funfact-7-item-icon {
  margin-bottom: 25px;
}
.tp-funfact-7-item-content span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-manrope);
}
.tp-funfact-7-item-content p {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
  color: rgba(3, 31, 66, 0.8);
  font-family: var(--tp-ff-manrope);
}

/*----------------------------------------*/
