.bagel-grids{
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(355, 80%, 84%, 1)'/><path d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z'  stroke-width='0.5' stroke='hsla(0, 0%, 100%, 0.6)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");}


/*-------------------------
      SCROLLBAR
--------------------------*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00a1ff;
  border-radius:50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*topbar*/
#sp-top-bar {
    padding: 0px;
    font-size: 0.875rem;
}
#sp-menu>.sp-column {
    height: auto;
}
div#sp-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
i.fas.fa-user {
    color: #000;
}

i.fas.fa-user:hover {
    color: #ec008c;
}


/*home*/
@media (max-width: 991px){
.remove-bg-mobile {
    background: none!important;
 
}}

/* Contact Us */
	.sppb-row-overlay {
      background:#ffdfdf;
	}
    .sppb-addon.sppb-addon-feature.sppb-text-left.contact-icon img {
        max-width:76%;
    }




/* Footer */
section#sp-bottom {
    padding-top: 50px!important;
    border-top: 8px solid #ec008c;
}



/*EO KIDDO*/