/**
* Theme Name: Vervoer Child
* Description: This is a child theme of Vervoer, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path">template_path</a>
* Template: vervoer
* Version: 1.0.1
*/



:root {
    --primary-color: #2D2D77;
/* 	--secondary-color: #8DCED1; */
	--secondary-color: #37A7E0;
/*  --tertiary-color: #37A7E0; */
	--tertiary-color: #2D2D77;
}


.banner-style-six .slide-item:before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, #37A7E0 60%, #13B88F 93.37%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.6;
    z-index: 1;
}