.elementor-34 .elementor-element.elementor-element-2d7459f .elementor-repeater-item-ab46180.elementor-social-icon {
    color: #ffffff !important;
    background: #f09433 !important;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ) !important;
}
.glow{
border-radius: 45px;
 text-align: center;
  -webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
}
@-webkit-keyframes glowing {

  50% { background-color: #97EBF4; -webkit-box-shadow: 0 0 20px #97EBF4; }

}

@-moz-keyframes glowing {
  
  50% { background-color: #97EBF4; -moz-box-shadow: 0 0 20px #97EBF4; }
 
}

@-o-keyframes glowing {
  
  50% { background-color: #97EBF4; box-shadow: 0 0 20px #97EBF4; }

}

@keyframes glowing {
 
  50% { background-color: #97EBF4; box-shadow: 0 0 20px #97EBF4; }
}
input[type="submit"]
{ 
    border-radius: 10px;
    background-color: #449992;
    color: white;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], select, input[type="password"] {
    padding: 15px; 
    margin-bottom: 0px;
}
.pum-theme-988 .pum-title, .pum-theme-lightbox .pum-title {
    color: #449992;

    text-align: center;
    font-weight: bold;
}
.pum-theme-988 .pum-container, .pum-theme-lightbox .pum-container {

    border: 8px solid #449992;
}
