/*---Iconbox style1---*/

.themetechmount-iconbox-styleone .themetechmount-iconbox-icon .tm-box-icon i {
  font-size: 30px;
}

.themetechmount-iconbox-styleone:hover .themetechmount-iconbox-icon .tm-box-icon {
  animation: heartBeat 1.3s ease-in-out 50ms;
}

.themetechmount-iconbox-styleone .themetechmount-iconbox-icon .tm-box-icon {
  transition: all 1s ease;
  display: inline-block;
  background-color: #f8d6f0;
  padding: 14px 15px 9px;
  border-radius: 50%;
  margin-bottom: 7px;
}

.ttm-iconcolor-one .themetechmount-iconbox-styleone .themetechmount-iconbox-icon .tm-box-icon {
  background-color: #c5ece8;
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.ttm-iconone-center .themetechmount-iconbox-styleone {
  text-align: center;
}
.ttm-iconone-center .elementor-widget-tm_icon_heading:nth-child(even) .themetechmount-iconbox-styleone .themetechmount-iconbox-inner {
  position: relative;
}
.ttm-iconone-center .elementor-widget-tm_icon_heading:nth-child(even) .themetechmount-iconbox-styleone .themetechmount-iconbox-inner:before {
  content: "";
  position: absolute;
  top: 24%;
  left: -216px;
  bottom: 0;
  width: 100%;
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center top;
  transition: .5s;
}
.ttm-iconone-center .elementor-widget-tm_icon_heading:nth-child(even) .themetechmount-iconbox-styleone .themetechmount-iconbox-inner:after {
  content: "";
  position: absolute;
  top: 24%;
  bottom: 0;
  right: -224px;
  width: 100%;
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center top;
  transition: .5s;
}
.ttm-iconone-center .elementor-widget-tm_icon_heading:first-child .themetechmount-iconbox-styleone .themetechmount-iconbox-icon .tm-box-icon {
  background-color: #dcfdb6;
}
.ttm-iconone-center .elementor-widget-tm_icon_heading:nth-child(2) .themetechmount-iconbox-styleone .themetechmount-iconbox-icon .tm-box-icon {
  background-color: #c5ece8;
}
.ttm-iconone-center .themetechmount-iconbox-styleone .themetechmount-iconbox-icon .tm-box-icon {
  padding: 17px 19px 12px;
}
.ttm-iconone-center .themetechmount-iconbox-styleone .themetechmount-iconbox-icon .tm-box-icon i {
  font-size: 34px;
}

/*---Iconbox style2---*/

.themetechmount-iconbox-styletwo {
  margin-bottom: 0;
}
.themetechmount-iconbox-styletwo .tm-iconbox-details {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -65px;
  width: 100%;
  padding: 30px 50px;
  transition: .5s;
  opacity: 1;
}
.themetechmount-iconbox-styletwo:hover .tm-iconbox-details {
  bottom: 0;
}
.themetechmount-iconbox-styletwo .tm-iconbox-wrapper {
  background-color: var(--ttm-greycolor);
  position: relative;
  min-height: 220px;
  overflow: hidden;
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 100%;
  opacity: 0;
  transition: .5s;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  filter: brightness(50%) contrast(100%) saturate(80%) blur(0px) hue-rotate(0deg);
}
.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-background-image {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon {
  position: relative;
  margin-bottom: 0;
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-background-image img,
.themetechmount-iconbox-styletwo .tm-icon-bg-image {
  height: 100%;
  object-fit: cover;
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon i {
  font-size: 50px;
  opacity: 0.2;
}

.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-icon,
.themetechmount-iconbox-styletwo .tm-iconbox-details .tm-cta3-content-wrapper {
    opacity: 0;
    transition: .5s;
}
.themetechmount-iconbox-styletwo:hover .tm-iconbox-details .tm-cta3-content-wrapper {
    opacity: 1;
    color: #fff;
}
.themetechmount-iconbox-styletwo .tm-iconbox-details .themetechmount-iconbox-heading {
    position: relative;
    z-index: 85;
}
.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-heading .tm-custom-heading a {
    color: #fff;
}

@media (max-width: 991px) {
.themetechmount-iconbox-styletwo .tm-iconbox-details {
  height: 100%;
}
.themetechmount-iconbox-styletwo .tm-iconbox-details .tm-cta3-content-wrapper {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
}
@media (max-width: 591px) {
  .themetechmount-iconbox-styletwo .tm-iconbox-details {
    padding: 30px 20px;    
  }
	.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
		font-size: 28px;
    line-height: 38px;
	}
  
}