.wk-header{
    background-color: transparent;
    color: var(--wk-cta-color-opt2);
    font-weight: 500;
    font-size: 15px;
    line-height: 146%;
    position: fixed;
    width: 100%;
    transition: all 0.5s;
    z-index: 9;
    top: 0;
}
.wk-header.scale{
    top: -100px;
}
header.wk-header:after {
    content: "";
    box-shadow: 0px 4px 18px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: absolute;
    height: 0px;
    top: 95px;
    z-index: 9;
    background: transparent;
}
.wk-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: var(--text-primary-color);
    box-shadow: 0px 4px 18px 3px rgba(0, 0, 0, 0.1);
}

.wk-header.nosticky .wk-main-menu > ul > li > a {
    color: var(--text-primary-color) !important;
}
.wk-header.nosticky .wk-brand-logo svg,
.wk-header.nosticky .wk-search-menu svg{
    fill: var(--text-primary-color);
}
.wk-header.nosticky .wk-resource-menu{
    color: var(--text-primary-color);
}
.wk-header.nosticky .wk-resource-menu .more-res{
    border-color: var(--text-primary-color);
}
.wk-header.nosticky .wk-resource-menu .more-res span{
    background-color: var(--text-primary-color);;
}
.wk-header a{
    color: var(--wk-cta-color-opt2);
}
.wk-header .wk-main-menu{
    width: 45%;
}
.wk-header .wk-brand-logo{
    width: 15%;
}
.wk-header .wk-right-nav{
    width: 40%;
    justify-content: flex-end;
}
.wk-header .wk-brand-logo svg {
    width: 163px;
    height: 34px;
    fill: var(--wk-cta-color-opt2);
}
.wk-header nav {
    display: flex;
    align-items: center;
    padding: 0 40px;
    height: 92px;
    /* box-shadow: 0px 4px 18px 3px rgba(0, 0, 0, 0.1); */
}
.wk-header nav > div {
    display: flex;
    padding: 0 !important;
    height: 92px;
    align-items: center;
}
.wk-header .wk-main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.wk-header .wk-main-menu > ul > li {
    padding-right: 30px;
}
.wk-header .wk-main-menu > ul > li > a {
    padding: 36px 0;
    position: relative;
}

ul.mm-level1 > li.active > a,
ul.mm-level1 > li > a:hover{
     background: var(--weka-bright-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wk-header .wk-main-menu > ul > li > a:hover:after,
.wk-header .wk-main-menu > ul > li.active > a::after {
    content: '';
    background: var(--btn-primary-color);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 60px;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu {
    position: absolute;
    left: 0;
    top: 92px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 92px);
    display: flex;
    align-items: flex-start;
    background-color: rgba(0,0,0, 0.6);
    border-top: 1px solid #efefef;
    margin-top: -100vh;
    width: 100%;
}
.wk-header .wk-main-menu > ul > li.active .wk-mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu a:hover:not(.cbtn){
    color: var(--weka-purple);
    font-size: 17px;
    line-height: 146%;
    transition: all 0.3s;
    font-weight:600;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu {
    width: 370px;
    max-width: 370px;
    padding: 30px 40px 0;
    /*border-right: 1px solid #999999;*/
    border-right: 0;
    height: 100%;
    background-color: #ffffff;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul > li {
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #dedede;
    font-weight: 600;
    font-size: 17px;
    line-height: 146%;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul > li:last-child{
    border-bottom: none;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 39px 0;
    font-size: 17px;
    line-height: 146%;
    font-weight:500;
}

.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul > li > a.active {
    color: var(--weka-purple);
    font-weight:600;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul > li svg {
    width: 16px;
    height: 16px;
    stroke: var(--wk-cta-color-opt2);
    stroke-width: 2px;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul > li a:hover svg,
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul > li > a.active svg{
    stroke: var(--weka-purple);
}

.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content {
    width: 470px;
    max-width: 470px;
    padding: 40px;
    height: calc(100vh - 92px);
    background-color: var(--weka-light-gray);
    /* overflow-y: scroll; */
    display: none;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-scroller{
    width: 100%;
    height: calc(100vh - 172px);
    overflow-y: scroll;
	padding-right: 0;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content.active{
    display: block;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content.two-column {
    width: 60%;
    max-width: 60%;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content.two-column .wk-submenu-opt1 {
    display: flex;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content.two-column .wk-submenu-opt1 > ul{
    display: flex;
    flex-basis: calc(50% - 20px);
    margin: 0 20px 0 0;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content.two-column .wk-submenu-opt1 > ul:last-child{
    margin-right: 0;
}

.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info{

}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size:24px;
    line-height:130.5%;
	color:#1E1E1E;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu .page-info .title {
    font-size:27px;
	color:#1E1E1E;
	line-height:100%;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .desc {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
	color:var(--body-bg-color);
}

.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .desc {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
	color:var(--body-bg-color);
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .cta-box{
    margin-bottom: 30px;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .cta-box .explore-link{
	margin-left:30px;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .menu-asset-box .asset-card{
    background-color: #F1F3EC;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .menu-asset-box .asset-card:last-child{
    margin-bottom: 0;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .menu-asset-box .asset-card .icon{
    margin-right: 15px;
    width: 66px;
}

.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .menu-asset-box .asset-card .icon img{
    width:  32px;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .menu-asset-box .asset-card .type{
    color: var(--weka-purple);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Acumin Pro';
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.16em;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .menu-asset-box .asset-card .title{
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
	color:var(--wk-cta-color-opt2);
	margin-bottom:0;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .menu-asset-box .asset-card .title a:hover{
    text-decoration:underline;
	font-weight: 400;
    font-size: 20px;
	line-height: 130%;
	color:var(--wk-cta-color-opt2);
}

.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .news-blog-list {
    padding-top: 60px;
    border-top: 1px solid #dedede;
    margin-top: 60px;
}
.wk-header .wk-main-menu .eyebrow-txt {
    /*color: var(--weka-purple);*/
    margin-bottom: 15px;
    font-size:11.98px;
    line-height:13px;
    color: #7563A5;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .page-info .news-blog-list .title {
    font-weight: 500;
    font-size: 17px;
    line-height: 146%;
    margin-bottom: 20px;
}

.case-study-section .item .logo.logo-image{
	padding: 0;
	width: 110px;
	flex-shrink: 0;
	overflow: hidden;
}
.case-study-section .item .logo.logo-image img{
	max-width: 100%;
}
.case-study-section .item {
    display: flex;
    margin-bottom: 25px;
}
.case-study-section .item .logo {
    width: 110px;
    height: 100px;
    background: var(--weka-box-gradient);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    flex-shrink: 0;
    justify-content: center;
}
.case-study-section .item .logo img {
    max-width: 90px;
}
.case-study-section .item .detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case-study-section .item .detail .eyebrow-txt {
    margin-bottom: 5px;
}
.case-study-section .item .detail .title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.wk-header .wk-main-menu .case-study-section .item .detail .title a {
    font-size: 15px !important;
    font-weight: 500;
}
.wk-header .wk-main-menu .case-study-section .item .detail .title a:hover {
    text-decoration: underline;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li > a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 17px;
    line-height: 146%;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li > a svg,
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt2 > ul > li > a svg {
    width: 16px;
    height: 19px;
    transform: rotate(-90deg);
    fill: var(--wk-cta-color-opt2);
    margin-left: 10px;
    transition: all 0.3s;
    stroke-width: 0px;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li > a:hover svg,
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt2 > ul > li > a:hover svg{
    fill: var(--text-hover-color);
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li > a:hover svg,
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt2 > ul > li > a:hover svg{
    margin-left: 15px;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1,
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt2 {
    font-size: 16px;
    font-weight: 600;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul,
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt2 > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li {
    padding: 20px 0;
    margin-right: 0;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul li:first-child,
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt2 > ul li:first-child{
    padding-top: 0;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li .link-tip{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt2 > ul > li {
    margin-right: 0;
    border-bottom: none;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt2 > ul > li > a{
    padding: 10px 10px 10px 0;
}

.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-menu.wk-menu_2 ul > li > a{
    justify-content: initial;
}



.wk-header .wk-right-nav {
    display: flex;
    align-items: center;
}
.wk-header .wk-right-nav > div{
    margin-right: 25px;
}
.wk-header .wk-right-nav > div:last-child{
    margin-right: 0;
}

.wk-header .wk-resource-menu {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding-right: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%; 
	cursor: pointer;	
}
.wk-header .wk-resource-menu:after {
    content: "";
    position: absolute;
    background-color: #efefef;
    width: 1px;
    height: 20px;
    right: 0;
}
.wk-header .wk-resource-menu .more-res {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
    padding-left: 2px;
    margin-left: 10px;
    cursor: pointer;
}
.wk-header .wk-resource-menu .more-res svg{
	width:16px;
	height:16px;
	display: none;
}
.wk-header .wk-resource-menu .more-res svg.rcollapse-white {
	display:none;
}
.wk-header.nosticky .wk-resource-menu .more-res svg.rcollapse-white {
	display:block;
}
.wk-header.sticky .wk-resource-menu .more-res svg.rcollapse {
    display: block;
}
.wk-header .wk-resource-menu.active .more-res svg.rcollapse {
    display: none;
}

.wk-header .wk-resource-menu .more-res svg.rexpand {
    display: none;
}
.wk-header .wk-resource-menu.active .more-res svg.rexpand {
    display: block;
}
.wk-header .wk-resource-menu  .more-res span {
    background-color: var(--wk-cta-color-opt2);
    width: 2px;
    height: 2px;
    border-radius: 15px;
    margin-right: 2px;
}
.wk-header .wk-resource-menu .resource-menu {
    position: absolute;
    background-color: var(--weka-light-gray);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    min-width: 270px;
    top: 92px;
    opacity: 0;
    transition: all 0.3s;
    right: 0;
    visibility: hidden;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
}

.wk-header .wk-resource-menu.active {
    color: var(--weka-purple);
}
.wk-header .wk-resource-menu.active .more-res {
    border-color: var(--weka-purple);
}
.wk-header .wk-resource-menu.active .more-res span {
    background-color: var(--weka-purple);
}

.wk-header .wk-resource-menu .resource-menu.active{
    opacity: 1;
    visibility: visible;
}
.wk-header .wk-resource-menu .resource-menu ul {
    margin: 0;
    padding: 30px 25px;
    list-style: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 146%;
}
.wk-header .wk-resource-menu .resource-menu ul li {
    margin: 15px 0;
}
.wk-header .wk-resource-menu .resource-menu ul li:first-child {
    margin-top: 0;
}
.wk-header .wk-resource-menu .resource-menu ul li:last-child {
    margin-bottom: 0;
}
.wk-header .wk-resource-menu .resource-menu ul li a {
    padding: 5px 0;
}
.wk-header .wk-resource-menu .resource-menu ul li a:hover{
    color: var(--text-hover-color);
}
.wk-header .wk-resource-menu .resource-txt span {
    display: inline-block;
    vertical-align: top;
}
.wk-header .wk-search-menu{
    cursor: pointer;
}
.wk-header .wk-search-menu svg {
    width: 18px;
    height: 18px;
    fill: var(--wk-cta-color-opt2);
}

.wk-search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.wk-search-overlay .search-form-group {
    background-color: var(--weka-light-gray);
    padding: 15px 0 30px;
}
.wk-search-overlay .search-form-group .container {
    position: relative;
}
.wk-search-overlay .search-form-group .form-field {
    margin-bottom: 30px;
    margin-right: 40px;
}
.wk-search-overlay .popular-keywords label {
    margin-right: 5px;
    text-transform: uppercase;
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.16em;
    color: var(--weka-purple);
}
.wk-search-overlay .popular-keywords .keyword {
    background-color: #efefef;
    padding: 5px 15px;
    border-radius: 50px;
    margin-right: 15px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.wk-search-overlay .search-form-group .close-search {
    position: relative;
}
.wk-search-overlay .search-form-group .close-search .wk-close{
    top: 5px;
}

.wk-search-overlay .search-form-group .form-control {
    padding: 10px 45px 10px 15px;
    outline: none;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(#f3f2f4, #f3f2f4) padding-box, linear-gradient(to right, #773DBE, #EB00C0) border-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance:none;
}
.wk-search-overlay .search-form-group .form-field {
    margin-bottom: 30px;
    margin-right: 40px;
    position: relative;
}
.wk-search-overlay .search-form-group .form-field .wk-global-search {
    display: flex;
    position: absolute;
    top: 12px;
    right: 15px;
    align-items: center;
}
.wk-search-overlay .search-form-group .form-field .wk-global-search .clear-keyword{
    margin-right: 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: 146%;
    cursor: pointer;
    visibility: hidden;
}
.wk-search-overlay .search-form-group .form-field .wk-global-search svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}


.wk-header.sticky .wk-get-demo .cbtn.wk-primary {
    border: 1px solid transparent !important;
}
.wk-header.sticky .wk-get-demo .cbtn.wk-primary:hover {
    border: 1px solid var(--weka-fuchsia) !important;
}

@media (max-width: 1400px){
    .wk-header nav{
        padding: 0 40px;
    }
}
@media (max-width: 1024px){
    .wk-header .wk-main-menu > ul > li{
        padding-right: 25px;
    }
    .wk-header .wk-brand-logo svg{
        width: 140px;
    }
}

/* Get Started Demo Starts */
.wk-get-started .card-heading {
    color: var(--primary-bg-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 115%;
    margin-bottom: 45px;
}

.wk-get-started.modal-dialog {
    max-width: 800px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    pointer-events: auto;
    margin-top: 100px;
}
.wk-get-started.modal-dialog .modal-body{
    padding-bottom: 0;
}
.wk-get-started.modal-dialog figure.get_card{
    height: 300px;
    background: #e4e6e9;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wk-get-started.modal-dialog figure.get_card > a {
    color: var(--text-primary-color);
    font-size: 20px;
    padding: 12px 12px 12px;
    line-height: 130%;
    min-height: 80px;
    display: flex;
    height: 100%;
    width: 100%;
	justify-content: center;
    align-items: center;
}
 .wk-get-started .wk-close {
    top: -30px;
}
 .wk-get-started .wk-close:before, .wk-get-started .wk-close:after {
    background-color: #ffffff;
}

@media (max-width: 480px){
    .wk-get-started .card-heading{
        margin-bottom: 30px;
    }
    .wk-get-started.modal-dialog .modal-body{
        padding: 0;
    }
    .wk-get-started.modal-dialog figure.get_card{
        height: 180px;
    }
}
/* Get Started Demo Ends */


/* Mobile Navigation */
.hamburger {
    width: 30px;
    height: 30px !important;
    margin: 0 auto;
    display: none !important;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hamburger-init {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    outline: none;
}

.hamburger .menu {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.wk-header.nosticky .hamburger .menu .bar1,
.wk-header.nosticky .hamburger .menu .bar2,
.wk-header.nosticky .hamburger .menu .bar3{
	background:#fff;
}
.hamburger .menu .bar1,
.hamburger .menu .bar2,
.hamburger .menu .bar3 {
    width: 100%;
    height: 3px;
    background: #000;
    transition: all .3s;
}
.hamburger-init:checked + .menu .bar1 {
    transform: translateY(10px) rotate(45deg);
}
.hamburger-init:checked + .menu .bar2 {
    opacity: 0;
}
.hamburger-init:checked + .menu .bar3 {
    transform: translateY(-10px) rotate(-45deg);
}



.mobile-nav-wrapper {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    z-index: 999;
    opacity:0;
    visibility: hidden;
    transition:all 0.4s ease;
    right:100vw;
}
.mobile-nav-wrapper.active{
    right:0;
    opacity: 1;
    visibility: visible;
}
.mobile-nav-wrapper .top {
    display: flex;
    align-items: center;
    position: relative;
    height: 60px;
    margin-top: 15px;
}
.mobile-nav-wrapper .top svg {
    width: 20px;
    height: 20px;
}
.mobile-nav-wrapper .top .mob-close .wk-close{
    top:20px;
	width:22px;
}
.mobile-nav-wrapper .top .mob-close .wk-close:before,
.mobile-nav-wrapper .top .mob-close .wk-close:after{
    height: 20px;
}
.mobile-nav-wrapper .wk-main-menu{
    display: none;
}

/*My css */
.wk-header .wk-main-menu > ul.mm-level1 > li svg.arrow{
    display: none;
}
.mobile-nav-wrapper .top .mob-close{
    cursor: pointer;
}
.mobile-nav-wrapper .top .mob-close span.wk-close-txt {
    position: absolute;
    right: 0;
    top: 20px;
    padding-right: 30px;    
}


@media (max-width: 991px){
    .hamburger{
        display: flex !important;
        margin: inherit;
        cursor: pointer;
    }
    .wk-header nav{
        justify-content: space-between;
    }
    .wk-header .wk-main-menu,
    .wk-header .wk-right-nav{
        display: none;
    }

    .mobile-nav-wrapper .middle {
        margin-top: 50px;
    }
    .mobile-nav-wrapper .wk-main-menu{
        display: block;
        width: 100%;
    }
    .wk-header .wk-main-menu > ul{
        flex-direction: column;
        align-items: flex-start;
    }
    .wk-header .wk-main-menu > ul > li {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #E4D8F2;
        font-size: 17px;
    }
    .wk-header .wk-main-menu > ul > li:first-child {
        padding-top: 0;
    }
    .wk-header .wk-main-menu > ul > li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    /* My css*/
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li > a{
        color: var(--wk-cta-color-opt2) !important;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu{
        display: block;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-menu{
        width: 100%;
        max-width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    .wk-header .mobile-nav-wrapper  .wk-main-menu > ul > li svg.arrow {
        width: 16px;
        height: 16px;
        stroke: var(--wk-cta-color-opt2);
        stroke-width: 2px;
        display: block;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li a.cbtn{
        display:inline-block;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li > a,
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt2 > ul > li > a{
        justify-content: initial;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li a:hover svg, 
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li > a.active svg {
        stroke: var(--weka-purple);
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li > a:hover:after, 
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li.active > a::after{
        content:none;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li > a:hover, 
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li.active > a{
        color: var(--weka-purple);
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu{
        left: 100vw;
        transition: left 0.4s;
        border:none;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #ffffff;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li.active .wk-mega-menu{
        left:0;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content{
        width: 100%;
        max-width: 100%;
        display: block;
        height: auto;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content.active{
        left:0;
        position: absolute;
        top:0;
        display: block !important;
        -webkit-animation: linear;
        -webkit-animation-name: lefttoright;
        -webkit-animation-duration: 0.4s;
		height:100%;
    }
    .mobile-nav-wrapper .wk-active-item{
        cursor: pointer;
        display:none;
    }
    .mobile-nav-wrapper .wk-active-item svg{   
        transform: rotate(90deg);
        fill: var(--wk-cta-color-opt2);
        margin-right: 10px;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-scroller{
        overflow: unset;
        height: auto;
    }
    .mobile-menu-open{
        overflow: hidden;
    }
    .mobile-nav-wrapper .mob-search{
        cursor: pointer;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul > li{
        border-bottom: 1px solid #dedede;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-menu ul > li:last-child{
        border-bottom: none;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content.two-column .wk-submenu-opt1{
        display: block;
    }
    .wk-header .mobile-nav-wrapper .wk-main-menu > ul > li .wk-mega-menu .wk-menu-content.two-column .wk-submenu-opt1 > ul{
        margin: 0;
    }
    .mobile-menu-open .wk-search-overlay .search-form-group{
        height: 100%;
        background-color: #fff;
    }
    .mobile-menu-open .wk-search-overlay .search-form-group .close-search{
        display: none;
    }
    .mobile-menu-open .wk-search-overlay .popular-keywords .keyword{
        display: inline-block;
        margin-bottom: 15px;
    }
	.wk-search-overlay .search-form-group .form-field{
        margin-right: 0;
    }
    .mobile-nav-wrapper .bottom {
        bottom: -295px;
        position: absolute;
        background: #F8FAF3;
        width: 100%;
        padding: 20px;
        left: 0;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        transition: bottom 0.4s;
        cursor: pointer;
    }
    .mobile-nav-wrapper .bottom.active{
        bottom:0;
    }
    .wk-header .mobile-nav-wrapper .wk-resource-menu{
        display: block;
        text-align: center;
        padding-top: 20px;
        padding-right: 0;
		color: var(--wk-cta-color-opt2);
    }
    .wk-header .mobile-nav-wrapper .wk-resource-menu .more-res{
        display: none;
    }
    .mobile-nav-wrapper .bottom:before {
        content: "";
        background-color: #dedede;
        height: 4px;
        position: absolute;
        width: 41px;
        border-radius: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .wk-header .mobile-nav-wrapper .wk-resource-menu .resource-menu{
        position: static;
        visibility: visible;    
        opacity: 1;
        text-align: left;
		box-shadow:none;
    }
    .wk-header .wk-resource-menu .resource-menu ul{
        padding-bottom: 0;
    }    
}
@media screen and (orientation:landscape) {
    .mobile-nav-wrapper .wk-main-menu ul.mm-level1{
        overflow-y: scroll;
        justify-content: normal;
        height: 181px;
    }
 }
@-webkit-keyframes lefttoright {
    0% {
      left: 100%;
    }
    100% {
      left: 0;
    }
  }

  /* Sub Sub Navigation */
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li .link-tip .sub-sub-nav{
	list-style: none;
    margin: 0;
    padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li .link-tip .sub-sub-nav li{
	margin-right: 25px;
	margin-top: 5px;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li .link-tip .sub-sub-nav li a{
	font-size: 15px;
	border: 2px solid;
    border-image-slice: 1;
	border-image-source: 
    linear-gradient(45deg, #773DBE, #EB00C0 100%);
	border-left: 0;
    border-right: 0;
    border-top: 0;
}
.wk-header .wk-main-menu > ul > li .wk-mega-menu .wk-submenu-opt1 > ul > li .link-tip .sub-sub-nav li a:hover{
	font-weight: 400;
}