.featured-imagebox-portfolio.style1:hover .featured-thumbnail {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.featured-imagebox-portfolio:hover .ttm-media-link a {
  -webkit-transform: translate(50%);
  transform: translate(50%);
}
.color-white {
  color: #fff !important;
}
.color-dee2e6{
  color: #dee2e6 !important;
}
.featured-thumbnail-home img {
  min-height: 253px;
  max-height: 253px;
  width: 100%;
  object-fit: cover;
}
.ttm-post-featured-ct img {
  min-height: 253px;
  max-height: 253px;
  width: 100%;
  object-fit: cover;
}
.widget-post.ttm-recent-post-list {
  margin-bottom: 10px;
}
.widget-post.ttm-recent-post-list li a.widget-post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img-responsive {
  width: 100%;
}
.main-content-blog h2 {
  font-size: 28px;
}
.main-content-blog h3 {
  font-size: 22px;
}
@media only screen and (max-width: 769px) {
  .img-responsive {
    width: 100%;
  }
}
/* -------------------------------- btn call --------------------- */
.btn-call-fixed {
  position: fixed;
  z-index: 99;
  top: 75%;
  right: 30px;
}

.btn-call-fixed .icon-wrap {
  float: left;
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.btn-call-fixed .icon-wrap i.fa {
  font-size: 30px;
  color: #fff;
  background: #ed2a2e;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  animation: icon-transform 1.2s infinite ease-in-out;
}

.btn-call-fixed .icon-wrap .border-1 {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
  top: -25px;
  left: -25px;
  border: solid 1px #ed2a2e;
  border-radius: 50%;
  animation: boder-2 1.2s infinite ease-in-out;
}

.btn-call-fixed .icon-wrap .border-2 {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -11px;
  left: -11px;
  border: solid 1px #ed2a2e;
  border-radius: 50%;
  animation: boder-1 2.2s infinite ease-in-out;
}

.btn-call-fixed .text {
  float: left;
  padding-left: 20px;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: bold;
  color: #ed2a2e;
  line-height: 22px;
}

.btn-call-fixed .text span:last-child {
  font-size: 30px;
}

.btn-call-fixed .text {
  display:none;
}

.btn-call-fixed:hover .text {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc(100% + 20px);
  white-space: nowrap;
  text-shadow: 1px 1px 0 #fff;
}

@keyframes icon-transform {
  0% {
      transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
      transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
      transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes boder-1 {
  0% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2;
  }

  50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .5;
  }

  100% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2;
  }
}

@keyframes boder-2 {
  0% {
      transform: rotate(0) scale(.5) skew(1deg);
      opacity: .1;
  }

  30% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .1;
  }

  100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .1;
  }
}

/* -------------------------------- end btn call --------------------- */