@media (min-width: 991px) {

.page-id-10 .team_members.mt-100 .col-lg-3 {
    width: 33% !important;
}

}

.page-id-1173 li:nth-child(3).aos-init.aos-animate {
    display: none;
}

.page-id-1175 li:nth-child(3).aos-init.aos-animate {
    display: none;
}

.page-id-2429 li:nth-child(3).aos-init.aos-animate {
    display: none;
}


.custom-dropdown li {
    position: relative;
}

.sub-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    z-index: 999;
}

.sub-dropdown li a {
    display: block;
    padding: 8px 15px;
    color: #000;
}

.has-dropdown:hover .sub-dropdown {
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


