.elementor-886 .elementor-element.elementor-element-cc421a2{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-886 .elementor-element.elementor-element-51e5435 img{width:70px;}#elementor-popup-modal-886 .dialog-widget-content{background-color:#02010100;}#elementor-popup-modal-886 .dialog-message{width:130px;height:auto;padding:20px 20px 20px 20px;}#elementor-popup-modal-886{justify-content:flex-end;align-items:flex-end;}@media(max-width:767px){.elementor-886 .elementor-element.elementor-element-51e5435 img{width:40px;}#elementor-popup-modal-886 .dialog-message{width:70px;padding:0px 0px 20px 0px;}#elementor-popup-modal-886{align-items:flex-end;}#elementor-popup-modal-886 .dialog-widget-content{margin:0px 0px 60px 0px;}}/* Start custom CSS for image, class: .elementor-element-51e5435 */.contbtn {
  position: relative;
  z-index: 2;
}

.contbtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: #C02222;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: pulse 1.8s infinite;
  opacity: 0.6;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .contbtn::before {
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */