.instagram-bg {
    background-color: rgb(255, 90, 164)
}
:root {
    --theme-primary-color: rgb(94, 66, 134);
    --theme-primary-color-t05: rgba(116, 82, 165, 0.5);
    --theme-primary-color-dark-t05: rgba(38, 23, 50, 0.5);
    --theme-secondary-color: rgb(255,255,255);
    --theme-secondary-color-t05: rgba(255, 255, 255, 0.5);
}
:root {
    --theme-primary-color: rgb(5, 51, 179);
    --theme-primary-color-t05: rgba(5, 51, 179, 0.5);
    --theme-primary-color-dark: rgba(5, 25, 100, 1);
    --theme-primary-color-dark-t05: rgba(5, 25, 100, 0.5);
    --theme-primary-color-dark-t09: rgba(5, 25, 100, 0.9);
    --theme-secondary-color: rgb(255,255,255);
    --theme-secondary-color-t05: rgba(255,255,255, 0.5);
}
.header-shrink {
    background: #000000!important;
}
.dropdown-ul li {
    width: 20%;
    background-color: var(--theme-primary-color-dark-t09);
    padding: 15px;
    border-top: solid 1px var(--theme-primary-color);
}
.main-header .dropdown-menu a {
    color: var(--theme-secondary-color)
}
#main-header-3 {
    top: 0;
    padding-top: 10px; 
    padding-bottom: 10px; 
    background-image: linear-gradient(180deg, rgba(0,0,0,0.5), transparent);
}
.sidebar-navigation ul li ul li a, .sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
    color: #b3b3b3;
}

.whatsapp-plug-icon:hover {
    background-color: #15cc74;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

.whatsapp-plug-icon::after {
    animation-delay: .5s;
}

.whatsapp-plug-icon:hover::after {
    border: 4px solid #15cc74;
}

.whatsapp-plug-icon:hover::before {
    border: 4px solid #15cc74;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}



.whatsapp-plug-icon::after, .whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
    animation-delay: 0s;
}

.whatsapp-plug-icon::after {
    animation-delay: .5s;
}

.whatsapp-plug-icon {
    cursor: pointer;
}
.banner .banner-slider-inner {
    background-color: rgba(0,0,0,0.2);
}
.menu4 .megamenu-area {
    right: 180px;
}
.menu1 .megamenu-area {
    right: 180px;
}