/* Navigation */
nav.navbar {

    width: 100%;
    padding: 0px 0;
    transition: all .3s ease-in-out;
    z-index: 99;
    background-color: #002159;
    border-bottom: 1px solid #B79D77;
    border-top: 1px solid #B79D77;
}

.search-logo {
    display: flex !important;
    width: 45px;
    height: 100%;
    justify-content: center;
    padding: 5px;

}


.nav-search span {

    display: none;
}

.nav-search .mobile {
    display: none;
}

.header-btns:hover {

    color: #fff !important
}

.height-hundrad {
    height: 100%
}


.col-lg-5.col-manip {
    padding: 25px 0px;
    border-right: 1px solid #B79D77;
    border-left: 1px solid #B79D77;
}



nav.navbar .navbar-brand {
    margin-right: 15px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all .3s ease-in-out;
    width: 126px;

}

.indented-right-block {
    margin-left: 151px;
}

nav.navbar .navbar-toggler {
    padding: 0;
    width: 45px;
    height: 100%;
    border: none !important;
    float: right;


}

.logo-mobi {

    display: none;
}


nav.navbar.fixed-scroll .loader-span {
    position: absolute;
    display: block;
    transition: 0.1s ease-in-out;
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 1px;
}

nav.navbar.fixed-scroll .loader-span:after {
    content: "";
    height: 10px;
    width: 10px;

    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    background-color: #fff;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;

}

.nav-img {
    width: 20px;
}


.dropdown-item:hover {
    background: #B79D77;
}

nav.navbar.fixed-scroll {
    position: fixed;
    top: 0;
    width: 100%;

    background-image: none;
    background: #002159;
    padding: 0;


    border: 1px solid #B79D77;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 58px;

}

nav.navbar.fixed-scroll .menu-wrapper {
    background: #002159;
}

nav.navbar .navbar-nav {

    width: 100%;
    margin-left: 5px;
    justify-content: space-between;
}



nav.navbar .navbar-nav .nav-drop-down {
    position: absolute;
    width: 100%;

    background-color: #002159;
    top: 58px;
    left: 0;
    border-top: 1px solid #B79D77;

    display: none;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
    /* -webkit-animation: slideInDown 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: slideInDown 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; */
    -webkit-animation: slideInDown 0.8s ease-in-out;
    animation: slideInDown 0.8s ease-in-out;
    min-height: 327px;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

nav.navbar .navbar-nav .nav-drop-down.active {
    display: block;
    overflow: hidden;

}

.fixed-scroll .navbar-brand img {
    max-width: 90px;
    min-width: 70px;
    margin-top: 10px;
}

.fixed-scroll .container {
    padding-bottom: 0px;
}

.fixed-scroll li.nav-item {
    padding: 0px 0px;
}


.nav-drop-down .img-holder {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}



.nav-drop-down .img-holder p {
    position: absolute;
    bottom: 8px;
    color: #fff;
    font-weight: 500;


}



.fixed-scroll nav.navbar .navbar-nav .nav-drop-down {
    position: absolute;
    width: 100%;
    background-color: #002159;
    top: 50px !important;
    left: 0;

    display: none;

    min-height: 327px;
}




.nav-drop-down .active ul li {

    position: relative;
    width: 70%;
    display: block;
    transition: 500ms all ease-in-out;
}



.nav-drop-down .active ul li::before {
    position: absolute;
    content: "";
    background: url(../images/remgro-nav-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 12px;
    right: 181px;
    bottom: 36%;
}



.nav-bottom-block {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #B79D77;
    z-index: 9;
    position: relative;
    z-index: 9;
    background: #002159;
}

.nav-bottom-btn {
    background-color: #fff;
    padding: 15px 15px;
    color: #B79D77;
    border: 2px solid #B79D77;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;

}

.nav-bottom-btn img {
    max-width: 22px;
    margin-right: 10px;
    transition: 500ms all ease-in-out;
}

.nav-bottom-btn:hover img {
    color: #B79D77;
    transform: scale(2, 2);
}


.nav-drop-down ul.links-list li::after {

    display: none;
}

.nav-drop-down ul.links-list li:hover::after {
    transform: translateX(10px);
}

.nav-drop-down ul.links-list li:hover>a {
    background-color: #B79D77;
    color: #FFF;
    position: relative;
    margin-top: -1px;
    border-top: 0px solid #B79D77;
    transition: all .3s ease-in-out;
}


/* 
.nav-drop-down ul.links-list li::after {
    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    top: 0;
    width: 15px;
    background-color: #B79D77;
} */
/* 
.nav-drop-down ul.links-list li:hover a::after {
    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    top: 0;
    border-top: 1px solid #B79D77;
    border-bottom: 1px solid #B79D77;
    width: 15px;
    z-index: -1;
    background-color: #B79D77;

    transition: all .3s ease-in-out;
} */


.nav-drop-down p.sec-title {
    font-size: 25px;
    color: #1F4650;
    margin-bottom: 13px;
    font-weight: 700;
}

.nav-drop-down p.sec-summary {
    font-size: 14px;
    color: #1F4650;
}

.nav-drop-down ul.links-list li a {
    text-decoration: none;
    font-weight: 400;
    width: 74%;
    display: block;
    padding: 10px;
    padding-right: 0;
    border-bottom: 1px solid #B79D77;
    color: #fff;
    transition: all .3s ease-in-out;
}



.nav-drop-down ul.links-list li a:hover {
    width: 100% !important;
    transition: all .3s ease-in-out;

}


.nav-drop-down ul.links-list li .dropdown-item :hover {
    width: 100%;
}

.nav-drop-down ul.links-list .dropdown-item {
    position: relative;
}

.nav-drop-down ul.links-list .dropdown-item::before {
    position: absolute;
    content: "";
    background: url(../images/remgro-nav-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 12px;
    right: 0px;
    bottom: 36%;
}

.nav-drop-down ul.links-list li:hover .dropdown-item::before {
    position: absolute;
    content: "";
    background: url(../images/remgro-nav-arrow-righ-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 12px;
    right: 5px;
    bottom: 36%;
    transition: all 300ms ease-in-out;
}

.width-50 {
    text-decoration: none;
    font-weight: 400;
    width: 65%;
    display: block;
    padding: 10px;
    padding-right: 0;
    border-bottom: 1px solid #B79D77;
    color: #fff;
    transition: all .3s ease-in-out;
}

.width-50 {
    position: relative;
}

.width-50::after {
    position: absolute;
    content: "";
    background: url(../images/remgro-nav-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 12px;
    right: 0px;
    bottom: 36%;
}

.width-50:hover {
    background-color: #B79D77;
    /* font-weight: 700; */
}

.width-50:hover::after {
    position: absolute;
    content: "";
    background: url(../images/remgro-nav-arrow-righ-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 12px;
    right: 27px;
    bottom: 36%;
    transition: all 300ms ease-in-out;

    transform: translateX(10px);
    transition: all 300ms ease-in-out;
}




li.nav-item {
    padding: 5px 0px;
    align-content: center;
    margin-top: 5px;
}

li.nav-item .nav-link {
    color: #fff;
    transition: all 300ms ease-in-out;
    border-bottom: 1px solid #002159
}

li.nav-item .nav-link.activemenu,
li.nav-item:hover .nav-link {
    color: #fff;
    border-bottom: 1px solid #B79D77;

}



.dropdown-item>span {
    width: 40px;
    font-weight: 400;
    font-size: 23px;
    float: right;

    position: relative;
    right: -12px;
    top: -4px;
}

.nav-drop-down ul.links-list li:hover>.dropdown-item>span {
    font-weight: 600;
}



.dropdown-toggle::after {
    display: none;
}

/* .second-h.dropdown-menu.show {
    position: absolute;
    right: -100%;
    width: 100%;
    top: 0;
    border: 0;
    display: flex;
    background: transparent;
    flex-direction: column;
    flex-wrap: wrap;
    border-right: 1px solid #B79D77;
    height: 100%;
    padding-top: 0;
} */

.dropped-nav-item .dropdown-menu.show {
    position: absolute;
    left: 100%;
    width: 100%;
    top: -31px;
    background: transparent;
    padding-top: 0;
    border-right: 0px;
    height: 120%;
    border-right: 1px solid #B79D77;
    border-radius: 0px;

}

.sec-level-block {
    padding-top: 25px;
    padding-left: 15px;
}


.dropdown-item.width-50 {
    width: 75% !important;
}

.nav-drop-down ul.links-list {
    position: relative;
}

.nav-drop-down ul.links-list li {
    position: relative;
    width: 50%;
    border-bottom: 1px solid #B79D77;
    display: contents;
    border-top: 1px solid #002159;
}



li.dropped-nav-item::after {
    position: absolute;
    content: "";
    background: url(../images/remgro-nav-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 12px;
    right: 181px;

}







.list-placement {
    position: relative;
}

.second-h {
    height: 100%;

}

.nav-drop-down ul.links-list {
    list-style: none;
    padding: 0;
    padding-left: 15px;

    /* border-right: 1px solid #B79D77;
    border-left: 1px solid #B79D77; */
    height: 100%;
}


.nav-drop-down ul.links-list li:hover .dropdown ul.dropdown-menu li a {
    text-decoration: none;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    transition: all .3s ease-in-out;
}


.nav-drop-down ul.links-list li:hover .dropdown-menu .dropdown-item:hover {
    background-color: #B79D77;
    /* font-weight: 700; */
}

.header-btns {
    padding: 3px 9px;
    border-radius: 4px;
    border: 1.5px solid #FFF;
    text-decoration: none;
    color: #fff;
}

.header-btns img {
    max-width: 100%;
    margin-top: -5px;
}

.no-border {
    border: unset
}



.dropdown-menu .second-h {
    display: none;
}

.dropdown-menu .dropdown-item:hover+.second-h {
    display: block;
}

.nav-drop-down>.row>.col-manip {
    width: 39%;
}

.navbar-expand-lg {
    display: block;
}

.head-txt-two {}

.header-container {
    background-color: #002159;
    padding: 20px 0px;
}

.menu-wrapper {
    background-color: #002159;

    display: flex;

    width: 100%;


}

.nav-item:hover .nav-link.down-drop::before {
    transform: rotate(90deg);
    transition: all 500ms ease-in-out;
}



.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    border-bottom: 1px solid #B79D77;
    color: #fff;
}

.show-place {
    display: none !important;
}

.show-place-lg {
    display: block;
}


.menu-search-btn {
    display: flex;
    border-left: 1px solid #B79D77;

}


.show .dropdown-menu {
    border: 1px solid #B79D77;
}

.nav-drop-down {
    display: none;

    padding-top: 0px;

    z-index: 1000;
}

.nav-item:hover>.nav-drop-down,
.nav-drop-down:hover {
    display: block;
}

.nav-drop-down .nav-drop-down {
    left: 100%;
    top: 0;
    display: none;
}

.nav-drop-down li:hover>.nav-drop-down {
    display: block;
}

.logo-block-mob {
    display: none;
}

.search-on-mobile {
    display: none;
}

@media screen and (max-width: 1250px) {

    .nav-item,
    .nav-item-active {
        margin-right: 0
    }
}

@media screen and (max-width: 1202px) {
    li.nav-item {
        padding: 4px 0px;
        font-size: 15px;
    }

    .nav-bottom-btn {
        font-size: 15px;
    }

    .results-subtitle {
        width: 100%;
    }

    .nav-full-wraper .container {
        max-width: 1200px;
    }
}


@media screen and (max-width: 1100px) {
    .nav-link {
        padding: 0px;
        font-size: 12px
    }
}



@media screen and (max-width:992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
        .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        
    }
    .navbar-expand-lg .navbar-collapse{
display: block!important;
    }
    .collapse:not(.show) {
    display: none!important;
}
    li.nav-item .nav-link {
        font-size: 15px;
    }
    .nav-search span {
        margin-right: 10px;
        display: inline-block;
    }

    .nav-search .desktop {
        display: none;
        transition: 0.3s all ease-in-out;
    }

    .nav-item:hover .nav-search .desktop {
        margin-right: 10px;
        display: inline-block;
    }

    .nav-item:hover .nav-search .mobile {
        display: none;

    }

    .nav-search .mobile {
        margin-right: 10px;
        display: inline-block;
        transition: 0.3s all ease-in-out;
    }

    nav.navbar.fixed-scroll .logo-mobi {

        display: block;
        float: left;
    }

    li.nav-item .nav-link.activemenu,
    li.nav-item:hover .nav-link {

        background-color: #B79D77;
        color: #fff !important
    }

    .navbar {
        position: relative;
    }

    .navbar::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #B79D77;
        top: 57px;
        left: -0px;
        z-index: 99;

    }

    .dropdown-item:hover {
        background: #B79D77;
        color: #fff !important;
    }

    .indented-right-block {
        margin-left: unset;
    }

    .Mobile-no-border-b {
        border-bottom: none !important;
    }

    .Mobile-no-border-t {
        border-top: none !important;
    }

    .width-50 {
        position: relative;
        width: 95% !important;
        margin-top: -1px;
    }

    nav.navbar .navbar-nav .nav-drop-down {
        position: unset;
        width: 100%;

        top: unset;

        height: unset;
        display: none;

        -webkit-animation: unset;
        animation: unset;
        transition: 0.5s all ease-in;
        min-height: unset;
    }








    .nav-drop-down ul.links-list li:hover::after {
        transform: translateX(10px);
    }

    .nav-drop-down ul.links-list li:hover>a {
        background-color: #B79D77;
        color: #FFF;
        position: relative;
        margin-top: 0px;
        border-top: 0px solid #B79D77;
        transition: all .3s ease-in-out;
    }


    .nav-drop-down ul.links-list li a {

        width: 100%;

    }

    .nav-drop-down ul.links-list li a {
        color: #B79D77;
        font-size: 16px;
        padding: 7px 0px;
        padding-left: 5px;
    }

    .nav-drop-down ul.links-list li a:hover {
        background-color: #B79D77 !important;
        color: #fff !important;
    }

    .nav-drop-down ul.links-list li {
        width: 100%;
        display: block;
        border-bottom: unset;
    }

    .nav-drop-down ul.links-list {
        border-right: unset;
        border-left: unset;
        padding: 0px !important;
    }

    .second-h.dropdown-menu.show {
        position: relative;
        right: -2%;
        width: 93%;
        display: block;
    }

    nav.navbar .navbar-nav {
        width: 100%;
        margin-left: 0px;

    }



    a.dropdown-item.width-50 {
        width: 96% !important;
        margin-top: -1px;
    }

    a.dropdown-item.width-50:hover {
        width: 100% !important;
    }

    .dropped-nav-item .dropdown-menu.show {
        position: relative;
        left: unset;
        width: 99%;
        top: 0px;
        border: 0px solid #B79D77;
        border-radius: 0px;
        height: unset;
    }

    li.nav-item {
        padding-top: unset;
        margin-top: unset;
        padding: 0px;
        margin-top: 0px;
    }

    .menu-wrapper {
        display: block;
        border-right: 0px solid #B79D77;
        padding: 8px;
        position: relative;
    }

    /* Scroller styles */


    .scroller-Mob {
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: #B79D77 #002159;
    }

    .scroller-Mob::-webkit-scrollbar {
        width: 20px;
    }

    .scroller-Mob::-webkit-scrollbar-thumb {
        background: #B79D77;
        border-radius: 8px;
    }

    .scroller-Mob::-webkit-scrollbar-track {
        background: #002159;
    }

    /* Scroller styles ends*/


    .menu-search-btn {
        border-bottom: 0px solid #B79D77;
        border-left: 0px solid #B79D77;
        float: right;

    }

    .nav-item {
        border-bottom: 1px solid #B79D77;
        width: 99%
    }

    .navbar-collapse {
        border-top: 1px solid #B79D77;
        margin-top: 13px;
        max-height: 55vh;
        overflow-y: auto;
    }

    .nav-bottom-block {
        display: none;
    }




    .navbar-toggler-icon {
        display: inline-block;
        width: 2em;
        height: 2em;
        vertical-align: middle;
        background-image: url(../images/icons/remgro-mobile-nav.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .navbar {
        display: block;
        color: rgba(33, 37, 41, 0.75);

        color: rgb(183, 157, 119, 1)
    }

    .search-on-mobile {
        display: block;
        font-size: 16px;
        color: #B79D77;
        margin-left: 5px;
        vertical-align: middle;
    }

    .search-on-mobile {
        display: block;
        font-size: 16px;
        color: #B79D77;
        margin-left: 5px;
        vertical-align: middle;
        width: 100%;
        padding: 6px;
        padding-left: 2px;
        height: 100%;
        text-decoration: none;
    }

    a.nav-link.search-logo.show-place-lg {
        display: block;
        width: 100%;
        padding: 0px;
    }

    .search-on-mobile:hover {
        color: #fff;

    }

    .search-on-mobile:before {
        content: "";
        background: url('../images/navigation/search-gold.svg') no-repeat;
        position: absolute;
        top: 35%;
        right: 73%;
        width: 50px;
        height: 50px;
    }

    .search-on-mobile:hover::before {
        background: url('../images/navigation/search.svg') no-repeat;
    }

    .sec-level-block {
        padding-top: 0px;
        padding-left: 10px;
    }

    .pos-relative {
        position: relative;
    }

    .d-None-mobile {
        display: none;
    }

    .col-manip {
        padding: 0px !important;
        border-right: unset !important;
        border-left: unset !important;

        margin: -1px 0;
        border-top: 1px solid #B79D77;
    }

    .nav-link {
        color: #B79D77 !important;
        font-size: 16px;
        padding: 7px 0px;
        padding-left: 5px;
    }

    .down-drop {
        position: relative;
    }

    .down-drop::after {
        content: "\e93a";
        position: absolute;
        right: 5px;
        font-family: 'icomoon';
        font-weight: bold;
        top: 8px;
        border: none !important;
    }

    .nav-link:hover {
        color: #fff !important;
    }

    .logo-block {
        display: none;
    }

    .last-dropdown {
        left: auto;
        right: 0px
    }



    .foot-title {
        margin-bottom: 15px;
    }


    .fixed-scroll .menu-search-btn {
        border-top: 0px solid #B79D77;
    }

}

@media screen and (max-width:800px) {

    .scrollable {
        width: 100%;
        overflow-x: scroll;
    }

}

@media screen and (max-width:768px) {
    .head-txt-two {
        text-align: left;
        padding-top: 0px;
        float: right;
    }
}



@media screen and (max-width:576px) {

    .logo-block-mob img {
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }


    .search-on-mobile:before {

        right: 67%;

    }



}

@media screen and (max-width:450px) {
    .tube-m {
        position: relative;
        top: 0px;
    }

    .header-btns {
        margin-bottom: 4px;
    }

    .header-btns img {
        margin-top: 4px;
    }

}

@media screen and (max-width:419px) {
    .no-border {
        position: relative;
        padding-left: 0;
    }
}

@media screen and (max-width:360px) {
    .no-border {
        top: 10px;
    }
}