.logo {
    height: 100px;
    width: auto;
}
.logo .logo_img img {
    width: auto;
    object-fit: contain;
    position: relative;
    filter: drop-shadow(0px 4px 6px #bbb);
    height: 100%;
}
.main_sticky img {
    width: auto;
    height: 100%;
    object-fit: contain;
    position: relative;
    filter: drop-shadow(0px 4px 6px #bbb);
}

.gray-scale {
    filter: grayscale(100%);
}

.login_btn {
    vertical-align: middle;
    padding: 10px 15px !important;
}

.feature_area .view_more_btn i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: var(--rv-secondary);
    transition: .3s;
    color: var(--rv-white);
    z-index: -1;
    line-height: 44px;
    font-size: 18px;
}

.single_feature_seven:hover .view_more_btn i {
    background: var(--rv-color);
    color: #fff;
}

.drop_menu {
    transition: all 0.2s ease-in-out;
}



.sticky .drop_menu::after {
    color: var(--rv-white);
}

.sticky .button a {
    background-color: var(--rv-secondary);
}



#tabs {
    border: none;
    background-color: transparent;
}

#tabs .ui-tabs-nav {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--rv-primary);
    border-radius: 0;
    padding: 0;
}

#tabs .ui-tabs-nav .ui-tabs-tab {
    border: none;
    background: transparent;
    width: calc(33% - 2px);
}

#tabs .ui-tabs-nav .ui-tabs-tab a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
}

#tabs .ui-tabs-nav .ui-tabs-active {
    background-color: var(--rv-primary) !important;
}

#tabs .ui-tabs-nav .ui-tabs-active a {
    color: #fff;
}

