/*
Theme Name: 	Transplix Child
Theme URI: 		http://thememascot.net
Description: 	Transport & Logistics WordPress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		6.0
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	transplix-child
Template: 		transplix
*/

.df-raq {
    margin-top: 40px;
}
.df-raq a {
    padding: 10px 20px;
    background-color: var(--theme-color1);
    color: white;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.df-raq a:hover {
    background-color: var(--theme-color2);
    color: white;
}