/*********************************************************************************

    Template Name: Fsulting - Financial Consulting Bootstrap 5 Template
	Description: Fsulting is a beautiful and unique financial & consulting html template which comes with Bootstrap 5 framework.
	Version: 1

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/
.theme-green-gradient{
    background: -webkit-linear-gradient(to right, #93F9B9, #1D976C);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93F9B9, #1D976C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.theme-dark-green-gradient{
    background: -webkit-linear-gradient(to right, #71B280, #134E5E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #71B280, #134E5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.theme-dark-blue-gradient{
    background: -webkit-linear-gradient(to right, #4e4376, #2b5876);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4e4376, #2b5876); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

/*
    CUSTOM CSS
*/

footer ul li a{
    color:#FFFFFF;
}
footer ul li a:visited{
    color:#FFFFFF;
}
