/* Add here all your CSS customizations */

.fixedbutton 
{
    position: sticky;
    bottom: 5px;
    right: 5px;
    z-index: 100;
}

.social-icons li a {
	position: relative;
}

.social-icons li a i {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 250px 0 100px !important;
}

