h1.sep-row,
h2.sep-row,
h3.sep-row,
h4.sep-row,
h5.sep-row,
h6.sep-row {
    margin-bottom: 0;
    padding-top: 1.125rem;
}

.hover-white,
.hover-grey,
.hover-blue {
    transition-timing-function: var(--transition-timing);
    transition-duration: var(--transition-duration);
    transition-property: background-color;
}

.hover-white:hover {
    background-color: #f5f5f5 !important;
}

/* hover button change bg

.hover-white:hover .vc_btn3 {
    background-color: var(--color-primary-light) !important;
	color:#fff !important;
}*/


.hover-grey:hover {
    background-color: #c6c6c6 !important;
}

.hover-blue:hover {
    background-color: #00457c !important;
}

.vc_row.no-padding-top > .wpb_column > .vc_column-inner {
    padding-top: 0;
}