.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style1 .inner-box {
  padding: 30px;
  padding-bottom: 0;
  border-right: 1px solid #d9d9d9;
}
[data-tm-layout=dark] .features-block-style1 .inner-box {
  border-color: rgba(255, 255, 255, 0.1098039216);
}
.features-block-style1 .inner-box .features-count {
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 30px;
  color: transparent;
  -webkit-text-stroke: 1px var(--headings-color);
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .features-title {
  margin-bottom: 10px;
}
.features-block-style1 .inner-box.last-block {
  border: none;
}
.features-block-style1 .inner-box:hover .features-count {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .features-block-style1 .inner-box {
    border: none;
  }
  .features-block-style1 .inner-box .features-count {
    margin-bottom: 20px;
  }
}

.isotope-item:last-child .features-block-style1 .inner-box {
  border: none;
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style2 .inner-box {
  position: relative;
  text-align: center;
  padding: 40px 30px;
  background-color: var(--theme-color-white);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  overflow: hidden;
  z-index: 1;
}
.features-block-style2 .inner-box::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--theme-color3);
  z-index: -1;
  transition: all 500ms ease;
}
.features-block-style2 .inner-box .features-title {
  margin: 0;
  line-height: 31px;
  text-transform: capitalize;
}
.features-block-style2 .inner-box .icon-box {
  margin: 20px 0;
  transition: all 900ms ease;
  position: relative;
  z-index: 1;
}
.features-block-style2 .inner-box .icon-box i {
  transition: all 900ms ease;
  font-size: 70px;
  color: var(--theme-color1);
}
[data-tm-layout=dark] .features-block-style2 .inner-box .icon-box i {
  color: #fff;
}
.features-block-style2 .inner-box .arry-btn {
  font-size: 16px;
  color: var(--theme-color2);
  font-weight: 500;
  position: relative;
  z-index: 1;
}
[data-tm-layout=dark] .features-block-style2 .inner-box .arry-btn {
  color: #fff;
}
.features-block-style2 .inner-box .arry-btn i {
  transition: all 300ms ease;
  margin-left: 5px;
  color: var(--theme-color1);
  display: inline-block;
  position: relative;
  z-index: 1;
}
[data-tm-layout=dark] .features-block-style2 .inner-box .arry-btn i {
  color: #fff;
}
.features-block-style2 .inner-box .arry-btn:hover i {
  transform: rotate(45deg);
  color: var(--theme-color3);
}
.features-block-style2 .inner-box:hover .icon-box {
  transform: rotateY(360deg);
}
.features-block-style2 .inner-box:hover .icon-box i {
  color: var(--theme-color1);
}
[data-tm-layout=dark] .features-block-style2 .inner-box:hover .icon-box i {
  color: var(--theme-color1);
}
.features-block-style2 .inner-box:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}
.features-block-style2 .inner-box:hover .features-title {
  position: relative;
  color: var(--headings-color);
  z-index: 1;
}
[data-tm-layout=dark] .features-block-style2 .inner-box:hover .features-title {
  color: var(--theme-color1);
}
.features-block-style2 .inner-box:hover .arry-btn {
  color: var(--theme-color1) !important;
}
.features-block-style2 .inner-box:hover .arry-btn i {
  color: var(--theme-color1) !important;
}
.features-block-style2 .inner-box:hover .arry-btn:hover i {
  transform: rotate(45deg);
  color: var(--theme-color1);
}
[data-tm-layout=dark] .features-block-style2 .inner-box:hover .arry-btn:hover i {
  color: var(--theme-color1);
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style3 .inner-box {
  padding: 70px 30px;
  background-color: var(--theme-color-white);
  border-right: 1px solid #d9d9d9;
  text-align: center;
  margin: 0px -10px;
}
@media (max-width: 1199.98px) {
  .features-block-style3 .inner-box {
    margin: 0px 0px;
  }
}
.features-block-style3 .inner-box .icon {
  margin-bottom: 30px;
  line-height: 1;
}
.features-block-style3 .inner-box .icon svg path {
  font-size: 86px;
  fill: var(--theme-color1);
  transition: all 900ms ease;
}
.features-block-style3 .inner-box .icon i {
  font-size: 86px;
  color: var(--theme-color1);
  transition: all 900ms ease;
}
.features-block-style3 .inner-box .content-box .features-title {
  margin-bottom: 20px;
}
.features-block-style3 .inner-box .content-box .features-details {
  max-width: 345px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
}
.features-block-style3 .inner-box:hover .icon i,
.features-block-style3 .inner-box:hover .icon svg {
  transform: rotateY(360deg);
}
@media (max-width: 1199.98px) {
  .features-block-style3 .inner-box {
    border: none;
    padding: 25px 15px;
  }
}

.isotope-item:last-child .features-block-style3 .inner-box {
  border-right: none;
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style4 .feature-content:hover .head .icon-box {
  background-color: #121c27;
  color: #fff;
}
.features-block-style4 .feature-content:hover .head .icon-box svg {
  transform: rotateY(360deg);
}
.features-block-style4 .feature-content:hover .head .icon-box svg path {
  fill: #fff;
}
.features-block-style4 .feature-content:hover .head::after {
  width: 100%;
}
.features-block-style4 .feature-content:hover .head .features-title {
  color: var(--heading-color);
}
.features-block-style4 .feature-content:hover .image img {
  transform: scale(1.1);
}
.features-block-style4 .feature-content:hover .content {
  background-color: #f5f5f5;
}
[data-tm-layout=dark] .features-block-style4 .feature-content:hover .content {
  background-color: #171e27;
}
.features-block-style4 .feature-content:hover .content .features-details {
  color: #4b535d;
}
[data-tm-layout=dark] .features-block-style4 .feature-content:hover .content .features-details {
  color: #fff;
}
.features-block-style4 .feature-content:hover .content .btn-more {
  color: #121c27;
}
[data-tm-layout=dark] .features-block-style4 .feature-content:hover .content .btn-more {
  color: #fff;
}
.features-block-style4 .feature-content .head {
  background-color: #121c27;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.features-block-style4 .feature-content .head::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #fff;
  transition: all 300ms ease;
}
[data-tm-layout=dark] .features-block-style4 .feature-content .head::after {
  background-color: #131b24;
}
.features-block-style4 .feature-content .head .icon-box {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  transition: all 300ms ease;
  width: 85px;
  height: 85px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  border-radius: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-tm-layout=dark] .features-block-style4 .feature-content .head .icon-box {
  background-color: #16202b;
}
.features-block-style4 .feature-content .head .icon-box svg {
  transition: 0.9s;
}
.features-block-style4 .feature-content .head .features-title {
  color: #fff;
  margin: 0;
  transition: all 300ms ease;
}
[data-tm-layout=dark] .features-block-style4 .feature-content .head .features-title a:hover,
[data-tm-layout=dark] .features-block-style4 .feature-content .head .features-title a:focus {
  color: #fff;
}
.features-block-style4 .feature-content .image {
  overflow: hidden;
}
.features-block-style4 .feature-content .image img {
  transition: 0.7s;
}
.features-block-style4 .feature-content .content {
  transition: all 300ms ease;
  padding: 30px;
  background-color: #121c27;
}
[data-tm-layout=dark] .features-block-style4 .feature-content .content {
  background-color: #16202b;
}
.features-block-style4 .feature-content .content .features-details {
  color: #b8bfc5;
  margin-bottom: 15px;
}
.features-block-style4 .feature-content .content .btn-more {
  color: #fff;
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style5 {
  padding: 40px;
  background: #f5f5f5;
}
.features-block-style5 .icon {
  font-size: 54px;
  transition: 0.7s;
  display: inline-block;
}
.features-block-style5 .features-title {
  margin-top: 0;
}
.features-block-style5 .features-details {
  margin-top: 5px;
  line-height: 28px;
}
.features-block-style5 .arrow-btn {
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  margin-top: 20px;
  color: #121c27;
}
.features-block-style5 .arrow-btn:hover {
  transform: rotate(-45deg);
}
.features-block-style5.light {
  background-color: #f5f5f5;
}
.features-block-style5.light .features-title {
  color: #121c27;
}
.features-block-style5.light .features-details {
  color: #121c27;
}
.features-block-style5.light .arrow-btn {
  color: #121c27;
}
.features-block-style5:hover .icon {
  transform: rotateY(360deg);
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

@keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.features-block-style6 .inner-box .feature-item {
  position: relative;
  z-index: 1;
  padding: 0 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 100%;
}
[data-tm-layout=dark] .features-block-style6 .inner-box .feature-item {
  border-right: 1px solid rgba(214, 214, 214, 0.1019607843);
}
@media (max-width: 1399.98px) {
  .features-block-style6 .inner-box .feature-item {
    padding: 30px 50px;
  }
}
@media (max-width: 1399.98px) {
  .features-block-style6 .inner-box .feature-item {
    padding: 30px;
    border: none;
  }
}
.features-block-style6 .inner-box .feature-item:hover .icon {
  animation: iconBounceIn 1s forwards;
}
.features-block-style6 .inner-box .feature-item .icon {
  display: inline-block;
  font-size: 70px;
  line-height: 1;
}
.features-block-style6 .inner-box .feature-item .content .features-title {
  margin-top: 40px;
  margin-bottom: 30px;
}
.features-block-style6 .inner-box .feature-item .content .features-details {
  line-height: 30px;
}

.features-item:last-child .features-block-style6 .feature-item {
  border: none;
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style7 .feature-item {
  background-color: #fff;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
[data-tm-layout=dark] .features-block-style7 .feature-item {
  background-color: #16202b;
}
.features-block-style7 .feature-item::after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.features-block-style7 .feature-item .features-title {
  margin-top: 0;
}
.features-block-style7 .feature-item .icon {
  display: inline-block;
  transition: 0.9s;
  font-size: 40px;
}
.features-block-style7 .feature-item .icon svg path {
  transition: all 300ms ease;
}
.features-block-style7 .feature-item .arry-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: #121c27;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  transition: all 300ms ease;
}
[data-tm-layout=dark] .features-block-style7 .feature-item .arry-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
}
.features-block-style7 .feature-item .arry-btn:hover {
  transform: rotate(45deg);
}
.features-block-style7 .feature-item .content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.features-block-style7 .feature-item:hover .icon {
  color: #fff;
  transform: rotateY(-360deg);
}
.features-block-style7 .feature-item:hover .icon svg path {
  fill: #fff;
}
.features-block-style7 .feature-item:hover .arry-btn {
  color: #fff;
  border: 1px solid #fff;
}
.features-block-style7 .feature-item:hover .features-title {
  color: #fff;
}
.features-block-style7 .feature-item:hover::after {
  width: 100%;
  right: 0;
  left: unset;
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style8 .feature-item {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199.98px) {
  .features-block-style8 .feature-item {
    padding: 30px;
  }
}
.features-block-style8 .feature-item .icon {
  display: inline-block;
  color: #fff;
  font-size: 72px;
  line-height: 1;
}
.features-block-style8 .feature-item .content {
  max-width: 285px;
  margin: 0 auto;
}
.features-block-style8 .feature-item .content .features-title {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
}
.features-block-style8 .feature-item .content .features-details {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.features-block-style8 .feature-item:hover .icon {
  animation: iconBounceIn 1s forwards;
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .features-block-style9 .feature-item {
    margin-bottom: 30px !important;
  }
}
.features-block-style9 .feature-item .image {
  overflow: hidden;
}
.features-block-style9 .feature-item .image img {
  transition: 0.9s;
}
.features-block-style9 .feature-item .content .features-subtitle {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  color: #fff;
}
.features-block-style9 .feature-item .content .feature-info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.features-block-style9 .feature-item .content .feature-info .features-count {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  max-width: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(30px);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font-family);
  transition: all 300ms ease;
}
.features-block-style9 .feature-item .content .feature-info .features-title {
  color: #fff;
  margin: 0;
}
.features-block-style9 .feature-item:hover .image img {
  transform: scale(1.1);
  filter: grayscale(100%);
}
.features-block-style9 .feature-item:hover .content .features-count {
  background-color: #fff;
  color: var(--theme-color1);
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style10 {
  margin-bottom: 48px;
}
.features-block-style10 .inner-box {
  border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.2);
  align-items: center;
  display: flex;
  position: relative;
  padding-bottom: 32px;
}
.features-block-style10 .inner-box:hover .icon-box .icon {
  transform: rotateY(-180deg);
}
.features-block-style10 .inner-box:hover .content-box .arrow-btn .icon {
  transform: rotate(0deg);
  color: var(--theme-color1);
}
.features-block-style10 .inner-box .icon-box {
  color: var(--theme-color1);
  position: relative;
  margin-bottom: 0;
  font-size: 60px;
  transition: all 300ms ease;
  top: -5px;
}
.features-block-style10 .inner-box .icon-box .icon {
  transition: all 300ms ease;
}
.features-block-style10 .inner-box .content-box {
  position: relative;
  width: 100%;
  padding-left: 45px;
}
.features-block-style10 .inner-box .content-box .features-subtitle {
  color: var(--theme-color2);
  line-height: 1;
  position: relative;
  padding-left: 13px;
  margin-bottom: 4px;
  font-family: var(--body-font-family);
}
.features-block-style10 .inner-box .content-box .features-subtitle:before {
  background-color: var(--theme-color3);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3.5px);
  height: 7px;
  width: 7px;
}
.features-block-style10 .inner-box .content-box .features-title {
  color: var(--theme-color3);
  margin-bottom: 0;
  transition: all 300ms ease;
}
.features-block-style10 .inner-box .content-box .features-title a {
  color: var(--theme-color3);
}
.features-block-style10 .inner-box .content-box .features-title a:hover {
  color: var(--theme-color1);
}
.features-block-style10 .inner-box .content-box .arrow-btn {
  color: var(--theme-color2);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  line-height: 1;
  transition: all 300ms ease;
}
.features-block-style10 .inner-box .content-box .arrow-btn:hover .icon {
  transform: rotate(-45deg);
}
.features-block-style10 .inner-box .content-box .arrow-btn .icon {
  transform: rotate(-45deg);
  transition: all 300ms ease;
}