.sidebar-padding{
	padding:.5rem;
}

.sidebar-chat{
	border: 0px;
}

.footer-align{
	text-align:center;
}

.footer-icon{
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.footer-padding{
	padding:3px;
}
.footer-color{
	color:#000 !important;
}

/* SLIDES */

.slider-color{
	color:black;
}


/* GANTRY */
.g-relative {
    position: relative;
}

.g-submenu-width[data-g-item-width] {
    width: attr(data-g-item-width);
}

/* Or use JavaScript to apply dynamic width if needed, since `attr()` for `width` is not yet fully supported */
.g-submenu-width {
    display: block;
}


/* PRIVACY POLICY */
.privacy-color{
    color: #ffff;
}


/* SERVICES PAGE */
.services-padding{
    padding:3rem;
}
