.logo {
    width: 100%;
    height: auto;
}

.banner {
    background-color: #bb5807;
    padding: 8px;
}

.banner-2 {
    background-color: #bb580704;
    padding: 8px;
}

.content-section-c {
    padding-top: 0;
    padding-bottom: 0;
    /*padding-top: 3.5rem;
    padding-bottom: 7.5rem;*/
}

.card {
    height: 100%;
}

.item-1 {
    background: url(assets/img/market.jpg);
    width: 100%;
    height: 100%;
    min-height: 393.2px;
}

.item-2 {
    background: url(assets/img/jj.jpg);
    width: 100%;
    height: 100%;
    min-height: 393.2px;
}

.item-3 {
    background: url(assets/img/research.jpg);
    width: 100%;
    height: 100%;
    min-height: 393.2px;
}

.card-text-1 {
    display: none;
}

.card-text-2 {
    display: none;
}

.card-text-3 {
    display: none;
}

.service-1 {
    cursor: pointer;
    opacity: 0;
}

.service-2 {
    cursor: pointer;
    opacity: 0;
}

.service-3 {
    cursor: pointer;
    opacity: 0;
}

.anim1,
.anim1-1,
.anim1-2,
.anim2,
.anim3 {
    opacity: 0;
}

.c-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #bb5807;
}

.c-overlay:hover {
    opacity: 1;
}

.overlay-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#sidebar-wrapper {
    background-color: #bb5807;
}

@media (max-width: 575px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .section {
        height: 100vh;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section {
        height: 100vh;
    }
}

@media (min-width: 1200px) {
    .section {
        height: 100vh;
    }
}