body {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
}
body::-webkit-scrollbar
{
	width: 10px;
	background-color: #FFFFFF;
}
body::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}
ul ,li 
{
    list-style: none;
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 24px
}
h3 {
    font-size: 20px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px;
    line-height: 1.6
}
h6 {
    font-size: 12px
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0;
    text-rendering: optimizelegibility;
    text-decoration: none;
    font-weight: 700;
    color: #000000;
}
.btn {
    border-radius: 0
}
ol,ul{
 padding-left: 0;
}
p {
    margin-bottom: 0;
    color: #444444;
    line-height: 25px;
    font-size: 16px;
}
a {
    text-decoration: none !important;
}
/*------------------------
         Theme Button
-------------------------*/

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.bioly-darkans-btn {
    text-align: center;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    padding: 15px 35px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}
.bioly-darkans-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.bioly-darkans-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}
.bioly-darkans-btn:hover {
    color: #fff;
    border-radius: 30px;
}
.bioly-darkans-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}
.bioly-darkans-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #000;
}
.bioly-darkans-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url('#goo');
}
.bioly-darkans-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #d5ba59;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}
@supports (filter: url('#goo')) {
    transform: translate3d(0, 150%, 0) scale(1.4);
}
.bioly-darkans-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.bioly-darkans-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.bioly-darkans-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.bioly-darkans-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.bioly-darkans-btn:hover .bioly-darkans-btn__blob {
    transform: translateZ(0) scale(1.7);
}
@supports (filter: url('#goo')) {
    transform: translateZ(0) scale(1.4);
}





.bioly-themes-btns {
    text-align: center;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    padding: 15px 35px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}
.bioly-themes-btns:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.bioly-themes-btns:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}
.bioly-themes-btns:hover {
    color: #fff;
    border-radius: 30px;
}
.bioly-themes-btns:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}
.bioly-themes-btns__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #d5ba59;
}
.bioly-themes-btns__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url('#goo');
}
.bioly-themes-btns__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #000000;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}
@supports (filter: url('#goo')) {
    transform: translate3d(0, 150%, 0) scale(1.4);
}
.bioly-themes-btns__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.bioly-themes-btns__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.bioly-themes-btns__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.bioly-themes-btns__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.bioly-themes-btns:hover .bioly-themes-btns__blob {
    transform: translateZ(0) scale(1.7);
}
@supports (filter: url('#goo')) {
    transform: translateZ(0) scale(1.4);
}





.bioly-theme-btn {
    font-size: 14px !important;
    background-color: #ffcc00 !important;
    padding: 10px 30px !important;
    color: #000 !important;
}
.bioly-theme-btn:hover {
    background-color: #000000 !important;
    color: #ffff !important;
}
.bioly-dark-btn {
    font-size: 14px !important;
    background-color: #000000 !important;
    padding: 10px 30px !important;
    color: #ffff !important;
}
.bioly-dark-btn:hover {
    background-color: #ffcc00 !important;
    color: #000 !important;
    border: 1px solid #ffcc00 !important;
}
.btn-manage {
    background-color: #0034d9 !important;
    border-color: #0034d9 !important;
    color: #fff !important;
    padding: 10px 30px !important;
}
.btn-manage:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    padding: 10px 30px !important;
}
.dark-btn:hover
{
    background-color: #0034d9 !important;
    border-color: #0034d9 !important;
    color: #fff !important;
    padding: 10px 30px !important;
}
.dark-btn
{
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #fff !important;
    padding: 10px 30px !important;
}
.darks-btn {
    font-size: 14px !important;
    background-color: #fff !important;
    padding: 10px 30px !important;
    color: #000 !important;
    transition: 0.5s ease-in-out !important;
}
.darks-btn:hover
{
    background-color: #0034d9 !important;
    border-color: #0034d9 !important;
    color: #fff !important;
    padding: 10px 30px !important;
}
.btn-manages {
    background-color: #0034d9 !important;
    border-color: #0034d9 !important;
    color: #fff !important;
    padding: 10px 30px !important;
}
.btn-manages:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    padding: 10px 30px !important;
}
.bioly-themes-btn {
    background: #f97f3a !important;
    margin-top: 25px !important;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 40px !important;
}
.bioly-themes-btn:hover {
    background: #000 !important;
    color:#fff !important;
}
.bioly-darks-btns {
    background: #000 !important;
    margin-top: 25px !important;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 40px !important;
}
.bioly-darks-btns:hover {
    background: #f97f3a !important;
    color: #fff !important;
}
