:root {
    --theme-primary-color: rgb(100, 175, 200);
    --theme-primary-color-t05: rgba(100, 175, 200, 0.5);
    --theme-primary-color-dark: rgb(50, 87, 100);
    --theme-primary-color-dark-t05: rgba(50, 87, 100, 0.5);
    --theme-primary-color-dark-t09: rgba(50, 87, 100, 0.9);
    --theme-secondary-color: rgb(255, 255, 255);
    --theme-secondary-color-t05: rgba(255, 255, 255, 0.5);
    --theme-secondary-color-dark: rgb(63, 63, 63);
    --theme-secondary-color-dark-t09: rgba(63, 63, 63, 0.9);
    --theme-text-secondary-color: rgb(0,0,0);
}
.dropdown-ul li {
    backdrop-filter: blur(5px);
    background-color: var(--theme-primary-color-dark-t09);
    border-top: solid 1px var(--theme-primary-color);
}
.main-header .dropdown-menu a {
    color: var(--theme-secondary-color)
}

#main-header-2:after {
    background-color: var(--theme-primary-color) !important;
}

.main-footer-1 .f-logo {
    height: 60px !important;
}

.main-header .logos img {
    height: 50px !important;
}

.whatsapp-plug-icon-right {
    right:20px !important;
    left: unset !important;
}

#page_scroller {
    bottom: 100px;
}

.header-shrink .navbar-light .navbar-toggler span {
    color: var(--theme-primary-color);
}

.sidebar-inner > .sidebar-logo {
    background-color: var(--theme-primary-color);
}

#dimiss {
    color: var(--theme-secondary-color) !important;
}

.fa-close{
    color: var(--theme-secondary-color) !important;
}

.get-in-touch .get-in-touch-box i {
    background-color: var(--theme-primary-color);
    color: var(--theme-secondary-color);
}

li.menu2 > .megamenu {
    right: 320px;
    left: auto;
}

li.menu1 > .megamenu {
    right: 500px;
    left: auto;
}

li.menu3 > .megamenu {
    right: 220px;
    left: auto;
}

.toast-container {
    margin-bottom: 12%;
}