.container.pt-6 {
    padding-top: 0;
}
.social_div {
    max-width: 210px;
}
    .top-menu>li>a:hover:before{
        display:none;
    }
.top-menu>li>a:hover {
        color: #46166b;
    }
.toplogo .search-social-wrap.flex-column>* {
    margin: 1em 0;
    margin-bottom: 0;
}
.header-search {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.container-md-flex .search-social-wrap {
    padding: 0px 0;
}
.top-menu>li:last-child {
    margin-right: 0;
}
#toplogo.header-tall .logo {
    padding-top: 0;
    padding-bottom: 0;
}
.header_main {
    display: none;
}
    .top-nav {
        flex: 1 1;
        align-items: center;
        justify-content: flex-end;
        text-transform: uppercase;
    }
#bottom-wrap {
    display: none;
}
section.title {
    display: none;
}
.main_logo{
    max-width:400px;
}
.social_div .wpb_wrapper {
    display: flex;
    gap: 5px;
}
.social_icons {
    max-width: 32px;
    margin-bottom: 0;
}
.header_right > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.widget_search .widgettitle
 {
    display: none;
}

.menu {
    display: flex;
    gap: 30px;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: flex-end;
}
.menu li{
    margin-top: 0;
    margin-bottom: 10px;
}
.menu li a{
    text-decoration: none !important;
}
.vc_wp_custommenu {
    margin-bottom: 0;
}
.vc_wp_search {
    margin-bottom: 0px !important;
}
.search-form .search-field {
    min-height: 36px !important;
    border-radius: 0;
}
.search-submit span.svg-icon.icon-magnify {
    opacity: 0;
}
button.search-submit::before {
    content: 'SEARCH';
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    right: 15px;
    text-transform: uppercase;
    top: 11px;
}
.search-form button.search-submit {
    padding: 8px !important;
    background: #46166b !important;
    border-radius: 0;
    width: 90px;
}
.search-form button.search-submit:hover {
    background: #46166b !important;
}
.main_logo {
    margin-bottom: 0;
}
.search-form {
    position: relative;
    height: 36px;
    width: 300px;
}
.page_heading .wpb_wrapper h2
 {
    padding: 6px 20px;
    position:relative;
    text-transform: uppercase !important;
}
.page_heading .wpb_wrapper h2::after {
    background-color: transparent;
    height: 0;
    width: 0;
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 52px solid #46166b;
    border-top: 52px solid transparent;
}
.download_need {
    margin-bottom: 5px;
}
.download_need h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px !important;
    color: #1a1a1a;
}
.download_need p{
    font-size: 15px;
    margin-top: 10px;
}
.footer {
    background: #ffd801;
    padding: 20px 20px 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.footer .social_div .wpb_wrapper {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}
.copyright_text
 {
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
}
.top-menu>li ul {
        border-radius: 0;
        border-bottom: none;
        background: #46166b;
        color: #fff;
    }
.top-menu>li ul li {
    padding-right:0;
}
.top-menu>li ul li a {
    
        width: 100%;
}
.top-menu>li ul li a span {
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
    }
.top-menu>li ul li a:hover {
       background: #b4b3b0;
    }
.top-menu>li ul li a:hover span {
        color: #46166b;
    }
@media(max-width:640px){
#toplogo.header-tall .logo {
    padding-top: 10px;
    padding-bottom: 0;
    max-width: 260px;
}
.nav-btn span, .nav-btn span:before, .nav-btn span:after {
    height: 2px;
    width: 26px;
}
div#header-affix-wrap
 {
        background: transparent;
        position: absolute;
        top: -4px;
        right: 0;
    }
.header_right > .vc_column-inner > .wpb_wrapper
 {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    margin-top: 13px;
    align-items: center;
    margin-bottom: 12px;
}
.header-search {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.widget_nav_menu {
    display: none;
}
.page_heading .wpb_wrapper h2::after
 {
    display:none;
}
.footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.footer .social_div .wpb_wrapper
 {
    justify-content: center;
}
.footer .social_div {
    max-width: 100%;
    margin-bottom: 20px;
}
.copyright_text p
 {
    margin-top:10px;
    text-align: center !important;
}
}