:root {
    --primary-color: #E23A27;
    --secondary-color: #627F3E;
    --info-color:#107FA6;
    --black-color: #000000;
    --dark-blue:#161616;
    --grey-color:#636363;
    --blue-color:#1668E3;
    --white-color: #fff;
    --section-space: 100px;
    --section-smallspace: 50px;
    --section-herotitle:65px;
    --section-h1:48px;
    --section-h2:36px;
    --section-h3:30px;
    --section-h4:24px;
    --section-h5:20px;
    --section-h6:18px;
    --font-urbanist: "Urbanist", serif;
}

.cursor_pointer
{
    cursor: pointer;
}

.z-99{
    z-index: 99;
}

.z-9{
    z-index: 9;
}