@charset "utf-8";

.header-section {
	background-image: url(/img/contact-us.jpg);
	display: flex; justify-content: center; align-items: center; height: 150px; font-size: 50px; color: white;
	background-repeat: no-repeat; background-size: cover; box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);
}

.header-section h4 {
	font-weight: 900;
}





body {
    background-color: #f8feff;
}




/*    -- Start --       -- Cover Section --        -- Cover Section --        */
.profile-cover-section::before {
    background: linear-gradient(to bottom, rgb(155 57 0 / 85%), rgb(255 255 255 / 85%));
}
/*    -- Start --       -- Cover Section --        -- Cover Section --        */
