/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2021 | 16:11:04 */
.sticky-logo {
    display: none;
}
.elementor-sticky--effects.elementor-sticky--active .header-logo {
    display: none;
}
.elementor-sticky--effects.elementor-sticky--active .sticky-logo {
 	display: block;
    image-rendering: -webkit-optimize-contrast;
}
.sticky-header .elementor-widget-button{
	margin-bottom:0px;
}
.elementor-sticky--effects.elementor-sticky--active .elementor-button-wrapper a.elementor-button{
  	background-color: #fff;
  	color: #5026d9;
    box-shadow: none;
}
header.sticky-header {
    --header-height: 100px;
    --shrink-me: 0.80;
    --sticky-background-color: #4A0466;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: 80px !important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.sticky-header.elementor-sticky--effects .elementor-nav-menu li.menu-item a {
    color: #fff !important;
}
.sticky-logo img{
  max-width:100px !important;
}
.elementor-sticky--effects .btn_top a{
    padding:15px 30px 15px 30px !important
}
.btn_top a.elementor-button-link:hover, .elementor-widget-button a.elementor-button-link:hover {
    text-decoration: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .ma-header-sec .ma-header-last-col .elementor-widget-wrap.elementor-element-populated{
    display:flex;
    flex-flow:row;
  }
  .ma-header-sec .ma-header-last-col .elementor-widget-wrap.elementor-element-populated .elementor-widget-nav-menu {
      width: auto;
      margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .ma-header-sec nav.elementor-nav-menu--dropdown ul {
      padding-top: 20px;
      padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ma-header-sec .ma-header-last-col {
      display: none;
  }
}