@charset "utf-8";

/* CSS Document */

:root {
	
	/* #df0303 in decimal RGB */
    --main-color:rgb(94 176 109);
    --color-two:rgb(94 176 109);
	
	
}

.btn-style-one:before{
    background-color: var(--color-white);
}
.header-top_three {
    background-color:  rgb(227 227 227);
}