.color-hem {
    color: #00B2E7;
}

.color-dev {
    color: #F07C00;
}

.bgcolor-hem {
    background-color: #00B2E7;
}

.bgcolor-dev {
    background-color: #F07C00;
}

.color-hem-with-h {
    color: #00B2E7;
}

.color-hem-with-h:hover {
    color: #F07C00;
}

.color-dev-with-h {
    color: #F07C00;
}

.color-dev-with-h:hover {
    color: #00B2E7;
}

.ts-service-box-img>img {
    max-width: 80px;
    max-height: 80px;
}

.verticalLine {
    border-left: thick solid #ff0000;
}

.bg-overlay:after {
    background-color: rgb(0 0 0 / 45%);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.header-two .logo img {
    height: 65px;
}

@media (max-width: 575px) {
    .header-two .logo img {
        height: auto;
        max-height: 65px;
        max-width: 37vw;
    }
}

.footer-logo {
    margin-bottom: 25px;
    max-height: 50px;
}

.text-justify {
    text-align: justify;
}

#page-slider .page-slider.small-bg .item,
#page-slider .slick-track,
#page-slider .slick-list {
    height: 100%;
}

.icon-animate {
    display: inline-block;
    animation: shake 1.5s infinite;
}

@keyframes shake {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


.wa-a{
    text-decoration:none;
  }
  .floating_btn {
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }

  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }

  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }


  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }
