p {
    font-family: 'Poppins', sans-serif;
}

.logo-s {
    width: 100px;
    height: auto;
}

.logo-ss {
    width: 60px;
    height: auto;
}

.font-bold {
    font-weight: 600 !important;
}

.font-bolder {
    font-weight: 900 !important;
}

.main-nav>li>a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.brdr30 {
    border-radius: 30px;
}

.brdr20 {
    border-radius: 20px;
}

.btn-xs>span {
    padding: 0.2em 0.5em;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
}

.btn-white-bd {
    border: 1px solid #ffffff;
}

.btn-white-bd>span {
    color: white;
}

.btn-white-bd:hover {
    background-color: #000;
}

.ld-dropdown-menu-content {
    width: 130px;
    padding: 5px 15px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
}

.ld-module-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 20;
    background-color: #fff;
    text-align: center;
    margin-top: 10px;
    border-radius: 12px;
    -webkit-box-shadow: 10px 7px 41px -23px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 7px 41px -23px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 7px 41px -23px rgba(0, 0, 0, 0.75);
}

.ld-module-dropdown.left {
    right: auto;
    left: -12px;
}

.is-stuck.mainbar-wrap {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.text-red {
    color: Red;
}

.iconbox-filled.iconbox-side {
    height: 290px;
}

@media screen and (max-width:420px) {
    .iconbox-filled.iconbox-side {
        height: unset;
    }
}