/* menu */

.no-scroll {
    overflow: hidden;
}

.mobile-mega-menu-d {
    overflow-y: scroll;
}

.sidebar-nav {
    height: 100%;
    position: fixed;
    display: block;
    background-color: #fff;
    top: 0px;
    z-index: 99999;
    bottom: 0px;
    right: -335px;
    width: 90%;
    padding-left: 35px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 70px;
}

.close-menu-sidebar {
    position: absolute;
    z-index: 2;
    top: 2.3rem;
    right: 1.7rem;
    font-size: 2.1rem;
    line-height: 1;
    color: #b09260;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navigation ul li a {
    padding: 44px 15px;
}

.navigation ul li {
    /*margin-right: 2.6rem;*/
    margin-right: 0rem !important;
}

.dropdown-content ul li a {
    padding: 0;
    text-transform: initial;
    font-size: 13px;
}

.dropdown-content {
    height: 250px;
    display: none;
    position: fixed;
    top: 98px;
    background-color: #000;
    width: 100%;
    left: 0;
    z-index: 1;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dropdown-content .header {
    background: #000;
    /*border-top: 5px solid #f05405;*/
    border-top: 1px solid #FFF;
    padding: 35px 15px;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.dropdown:hover .dropdown-content {
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dropdown:hover a>i {
    transform: rotate(180deg);
    transition: .5s;
}

.dropdown-content ul {
    padding: 0;
}

.dropdown-content ul li {
    padding: 2px 0 2px 10px;
    float: none;
}

.dropdown-content .col-md-3 {
    text-align: left;
}

.dropdown-content .li-first-link {
    padding: 2px 0 2px 0px;
    margin-bottom: 17px;
}

.dropdown-content .li-first-link .a-first-link {
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: underline;
}


/* end menu */

.partner-carousel-margin {
    margin-top: 40px;
}

.bg-news .card-posted {
    margin-bottom: 20px;
    margin-top: 115px;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.news-height {
    min-height: 400px;
    max-height: 400px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.no-right-padding {
    padding-right: 0px !important;
}

.gold-color {
    color: #b09260;
}

.card-special-text {
    border-left: 4px solid #b09260;
    padding-left: 20px;
}

#contacts {
    margin-top: 50px;
}

.team-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #b09260;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


/* News page */

.news-page {
    margin-top: 100px;
    margin-bottom: 50px;
}

.news-page .card-text {
    margin-bottom: 20px;
}


/* Single news page */

.single-news {
    margin-top: 100px;
    margin-bottom: 50px;
}

.single-news .card-posted {
    margin-top: 20px;
}

.additional-img {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.additional-img li {
    width: 32%;
    margin-bottom: 15px;
}


/* Our team page */

.our-team-page {
    margin-top: 100px;
    padding-bottom: 50px;
}

.team-text-block {
    border: 1px solid #b09260;
    padding: 15px 10px;
    transition: 2s;
}

.team-text-block:hover {
    border: 1px solid #b09260;
    background-color: #b09260;
    /* rgba(176, 146, 96, 0.7); */
    transition: 2s;
}

.team-text-block:hover span,
.team-text-block:hover h5 {
    color: #fff;
    transition: 1s;
}

.team-text-block span {
    color: #000;
    transition: 1s;
}

.team-text-block h5 {
    color: #000;
    margin: 20px 0;
    transition: 1s;
}

.team-text-block p {
    margin-bottom: 20px;
}

.team-text-block a {
    transition: 2s;
}

.team-text-block:hover a {
    /* color: #1e1e1e; */
    color: #fff;
    transition: 2s;
}

.team-text-block a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    transition: 2s;
}

#our-member {
    background-color: #fff;
    padding: 80px 0px;
}

#our-member .section-info {
    color: #000;
}

.bg-white-d {
    background: #fff;
}

.dropdown a>i {
    font-size: 14px;
    transition: .5s;
}

@media(max-width: 993px) {
    .menu-click>i {
        font-size: 20px;
    }
    /* Mega menu d */
    .mobile-mega-menu-d .row {
        margin-bottom: 35px;
    }
    .mobile-mega-menu-d .row:last-child {
        margin-bottom: 0px;
    }
    .mobile-mega-menu-d ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-mega-menu-d ul li {
        list-style-type: none;
        padding-bottom: 7px;
    }
    .mobile-mega-menu-d ul li:last-child {
        padding-bottom: 0px;
    }
    .mobile-mega-menu-d ul .li-first-link {
        padding: 2px 0 2px 0px;
        margin-bottom: 17px;
    }
    .mobile-mega-menu-d ul .li-first-link .a-first-link {
        text-transform: uppercase;
        font-size: 17px;
        text-decoration: underline;
    }
}

@media(max-width: 769px) {
    .social-list a {
        font-size: 30px;
    }
    .row-team {
        padding: 22px;
    }
    #our-member {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #footer .mt-footer {
        margin-top: 20px;
    }
    /* News page */
    .news-page .no-right-padding {
        padding: 0px 25px;
        padding-right: 25px !important;
    }
    .bg-news .card-posted {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .bg-news {
        padding: 0px 15px;
    }
    .card-posted {
        font-size: 14px;
    }
    .card-title {
        margin: 25px 0px;
    }
    .card-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .card-read-more {
        font-size: 16px;
    }
    /* Single news page */
    .padding-single-mob {
        padding: 0 30px;
    }
    .additional-image {
        padding: 0px 15px;
    }
    .cover-image {
        padding: 0px 25px;
    }
    /* Our team */
    .team-block {
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .single-news {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}