/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2021 | 16:52:19 */
body .widget .widget-title {
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}
body .widget>ul, body .widget>div>ul {
    margin-bottom: 20px;
}
.widget_custom{
	background: rgba(241,118,174,1);
    padding: 30px;
 	 color: #fff;
}
.widget_custom  .widget-title{
	color: #fff;
}
.widget_custom_menu{
	
    color: #fff;;
}
.widget_custom_menu .widget-title{
	margin-bottom: 0px;
    position: relative;
    text-align: center;
    background: #f176ae;
    border-bottom: 10px solid #44ade2;
    padding: 6px 14px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;;
}
.widget_custom_menu ul li {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 20px;
    border-bottom: 1px solid rgb(251, 251, 251);
    background-color: #ececec;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    border-right: 0px solid #fbe116;
    padding-left: 10px;
    letter-spacing: -0.4px;
}
.widget_custom_menu ul li:hover {
    background-color: #e6e6e6;
}
.ninjabtinq a {
    color: #fff !important;
    background-color: #f176ae;
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 0px;
    display: block;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    background: url(arrowsm2.png) bottom right no-repeat #f176ae!important;
}
.primary-nav>ul>li.menu-item-has-children>a>span, .primary-nav>ul>li.mega-menu.mega-cat>a>span {
    padding-right: 1px;
}

#main{padding:0px 0;position:relative;z-index:0;min-height:50vh;overflow:hidden}