﻿.sp-megamenu-parent>li>a {
    color: #ffffff;
}.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #cccccc;
}
.sp-page-title {
    background: #037d70;
}
.sp-page-title {
    padding: 70px 0;
 
}
.sp-page-title .sp-page-title-heading {
    font-size: 54px;
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
}
.burger-icon>span {
    display: block;
    height: 3px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: background-color .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
}
#sp-header {
    background: #037d70;
}