.bg-dark-btn {
    background-color: #ced1ce !important;
    color: rgb(0, 0, 0);
}

.bg-dark-btn:hover {
    background-color: #fffdfd !important;
    color: rgb(0, 0, 0);
}

.text-section-hover {
    border-bottom: 4px solid black;
    display: block;
    width: 100%;
    clip-path: polygon(5% 0%, 75% 0%, 70% 100%, 0% 100%);
}

.text-section-hover-white {
    border-bottom: 4px solid rgb(255, 255, 255);
    display: block;
    width: 100%;
    clip-path: polygon(5% 0%, 75% 0%, 70% 100%, 0% 100%);
}

.text-menu-hover {
    border-bottom: 2px solid rgb(255, 255, 255);
    display: block;
    width: 0%;
}

.text-menu-hover-parent:hover .text-menu-hover {
    width: 100%;
    transition: width 1s ease;
}

.aiz-side-nav-item:hover {
    border-left: 3px solid green;
}

.bg-white-btn {
    background-color: #000000 !important;
    color: rgb(255, 250, 250);
}

.bg-white-btn:hover {
    background-color: #000000c0 !important;
    color: rgba(255, 250, 250, 0.774);
}

.bg-green2 {
    background: url('/assets/img/bg1.jpg');
    opacity: 0.9;
}

.hov-shadow-md:hover {
    transform: scale(1.05);
}

.logo-menu {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

:root {
    --primary: #2a3f2ad2;
}

.la-facebook:hover {
    color: #0077ff;
    opacity: 1;
}

.la-twitter:hover {
    color: #1ca2d1;
}
