/* corporate-5 */
.section-custom,
.bg-custom {
    background: #fbfbfb;
}

.big-title {
    font-size: 30px;
    font-weight: 500;
    color: var(--primary);
    text-transform: initial;
    text-align: center;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
    display: block;
    margin-left: 4px;
}

.home-slider.owl-carousel .owl-dots .owl-dot.active span,
.home-slider.owl-carousel .owl-dots .owl-dot span {
    width: 150px !important;
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 15px !important;
}

.owl-dots {
    margin-top: 25px !important;
}

.custom-read-more {
    letter-spacing: 1px;
}

.home-catalog-img {
    margin: -50px 0 -50px -50px;
}

.my-80 {
    margin: 80px 0;
}

#footer {
    background: #ededed;
    margin-top: 0;
}

.page-header {
    padding: 10px 0;
    background: #f6f6f6;
    margin-bottom: 0;
}

.about-timeline .featured-boxes-style-custom {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}

.about-timeline.tabs.tabs-simple .nav-tabs > li .nav-link {
    border: none;
    padding: 0 15px;
}

.about-timeline.tabs.tabs-simple .nav-tabs > li .nav-link:hover .featured-boxes-style-custom,
.about-timeline.tabs.tabs-simple .nav-tabs > li .nav-link.active .featured-boxes-style-custom {
    background: var(--primary);
    border: 3px solid #fff;
}

.page-header.page-header-classic:after {
    content: none;
}

.section-bg {
    height: 464px;
    background-size: cover;
    background-position: center;
}

#map,
#map iframe {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 767px) {
    .home-catalog-img {
        margin: 0;
    }

    .my-80 {
        margin: 0;
    }

    .section-bg {
        height: 250px;
    }
}

aside.sidebar .nav-link.active {
    color: var(--primary-100);
}
