/**
Theme Name: Education Portal
Author: Saif Bin Alam
Author URI: https://www.toptal.com/resume/saif-bin-alam
Description: Built specifically for education portal
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: education-portal
Template: astra
*/

.gradient-header {
	background: linear-gradient(90deg, #ff1675, #FF7B01);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.radius-border {
	border-radius: 16px!important;
}