.elementor-1652 .elementor-element.elementor-element-72399cdf{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-1652 .elementor-element.elementor-element-ee1559a .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-1652 .elementor-element.elementor-element-ee1559a .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-1652 .elementor-element.elementor-element-ee1559a{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1652 .elementor-element.elementor-element-ee1559a .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1652 .elementor-element.elementor-element-7faa490{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1652 .elementor-element.elementor-element-7faa490:not(.elementor-motion-effects-element-type-background), .elementor-1652 .elementor-element.elementor-element-7faa490 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFAF8;}.elementor-1652 .elementor-element.elementor-element-a311606{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:15px 0px;--row-gap:15px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-1652 .elementor-element.elementor-element-a311606:not(.elementor-motion-effects-element-type-background), .elementor-1652 .elementor-element.elementor-element-a311606 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#235C49;}.elementor-1652 .elementor-element.elementor-element-5498a5a{text-align:center;}.elementor-1652 .elementor-element.elementor-element-5498a5a .elementor-heading-title{font-size:15px;font-weight:400;color:#FCFAF8CC;}.elementor-1652 .elementor-element.elementor-element-5c690b5{text-align:center;}.elementor-1652 .elementor-element.elementor-element-5c690b5 .elementor-heading-title{font-size:14px;color:#FCFAF8CC;}.elementor-1652 .elementor-element.elementor-element-809532f.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-1652 .elementor-element.elementor-element-72399cdf{--content-width:1170px;}}/* Start custom CSS for html, class: .elementor-element-abf5d12 */a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 90px;
  right: 10px;
  width: 120px;
  height: 120px;
  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: #DFA731;
  font-size: 13px;
}/* End custom CSS */