/* From the Canvas7 Niche "Business" demo, removing the fonts and colour styling, to be handled in
 the sass '_variables.scss' file instead. */

@media (min-width: 992px) {
    .menu-link {
        text-transform: none;
        font-weight: 500
    }

    .menu-container > .menu-item > .menu-link div {
        position: relative
    }

    .menu-container > .menu-item > .menu-link div::after {
        opacity: 0;
        content: '';
        background: url(images/border.svg) no-repeat;
        position: absolute;
        bottom: -3px;
        left: 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 4px;
        transition: all .3s ease
    }

    .dark .menu-container > .menu-item > .menu-link div::after {
        background: url(images/border-white.svg) no-repeat
    }

    .menu-container > .menu-item.active > .menu-link > div::after, .menu-container > .menu-item:hover > .menu-link > div::after {
        bottom: -1px;
        opacity: 1
    }

    img.man {
        margin-left: 100px
    }

    .section.parallax {
        padding: 160px 0
    }
}

.slider-caption h2 {
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    font-size: 72px;
    line-height: 1.3;
    margin-bottom: 10px
}

.slider-caption p {
    font-size: 18px;
    margin-bottom: 20px
}

.slider-caption .button, .slider-caption h2, .slider-caption p {
    opacity: 0;
    transform: scale(.9);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: -webkit-transform .05s ease-out;
    transition: transform .05s ease-out;
    transition: transform .05s ease-out, -webkit-transform .05s ease-out;
    backface-visibility: hidden
}

.swiper-slide.swiper-slide-active .slider-caption .button, .swiper-slide.swiper-slide-active .slider-caption h2, .swiper-slide.swiper-slide-active .slider-caption p {
    opacity: 1;
    transition: transform 1s, opacity 1.05s;
    transform: scale(1);
    backface-visibility: hidden
}

.swiper-slide.swiper-slide-active .slider-caption p {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.swiper-slide.swiper-slide-active .slider-caption .button {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.one-page-arrow {
    bottom: 30px
}

.one-page-arrow .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.slider-arrow-left i, .slider-arrow-right i {
    font-size: 34px;
    transition: all .3s ease
}

.owl-carousel-full .owl-nav [class*=owl-], .slider-arrow-left, .slider-arrow-right {
    transition: all .3s ease;
    transform: scale(1)
}

.owl-carousel-full .owl-nav [class*=owl-]:hover, .slider-arrow-left:hover, .slider-arrow-right:hover {
    background-color: transparent !important;
    transform: scale(1.3)
}

#oc-features .owl-item:not(.active) {
    opacity: .4
}

#oc-features .owl-item p {
    font-size: 16px;
    font-weight: 300;
    color: #666
}

.button-link {
    display: inline-block;
    position: relative;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 0;
    transition: color .3s ease
}

.dark .button-link {
    color: #fff
}

.button-link:hover {
    color: var(--cnvs-themecolor)
}

.button-link::after {
    content: '';
    background: url(images/border.svg) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 4px;
    transition: bottom .3s ease
}

.button-link.border-0::after {
    content: none
}

.button-link:hover::after {
    bottom: 3px
}

.owl-carousel-full .owl-nav [class*=owl-] {
    left: 150px !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #333;
    background-color: transparent;
    font-size: 28px;
    border-radius: 0
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -155px
}

.owl-carousel-full .owl-nav .owl-next {
    left: auto !important;
    right: 155px !important;
    border-radius: 0
}

.owl-carousel-full .owl-nav [class*=owl-]:hover {
    color: #333 !important
}

.device-lg .owl-carousel .owl-nav .owl-prev, .device-md .owl-carousel .owl-nav .owl-prev, .device-sm .owl-carousel .owl-nav .owl-prev, .device-xs .owl-carousel .owl-nav .owl-prev {
    left: 2px !important
}

.device-lg .owl-carousel-full .owl-nav .owl-next, .device-md .owl-carousel-full .owl-nav .owl-next, .device-sm .owl-carousel-full .owl-nav .owl-next, .device-xs .owl-carousel .owl-nav .owl-next {
    right: 2px !important
}

.grid-filter li.activeFilter a {
    font-weight: 400
}

.grid-overlay {
    background-color: rgba(0, 0, 0, .75)
}

.testimonials-rating {
    margin-top: 15px;
    color: gold;
    font-size: 18px;
    line-height: 1
}

.testi-content p {
    font-size: 16px;
    color: #666;
    font-style: normal
}

.testi-content p::after, .testi-content p::before {
    display: none
}

.testi-meta::before {
    display: none
}

.testi-meta span {
    padding-left: 0
}

.testimonial .flex-control-nav {
    bottom: 8px;
    right: 0
}

.testimonial .flex-control-nav li a {
    background-color: #333
}

.widget > h4 {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0
}

.widget_links li, .widget_links li a {
    background-image: none !important;
    padding-left: 0;
    color: #999;
    font-size: 13px;
    font-weight: 300;
    padding-top: 1px
}

.social-icon.si-mini {
    --cnvs-socialicon-size: 1.75rem;
    --cnvs-socialicon-fontsize: 0.75rem;
    margin-bottom: 0
}

#header, #header-wrap, #logo img {
    transition: all .4s ease
}

.feature-box h3 span.subtitle {
    font-size: 14px
}

.feature-box.fbox-plain .fbox-icon img {
    height: 50px
}

.col-padding {
    padding: 100px 60px !important
}

.heading-block::before {
    content: attr(data-heading);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: var(--cnvs-contrast-200);
    z-index: -1;
    font-family: var(--cnvs-primary-font);
    font-weight: 700;
    font-size: 90px;
    line-height: .3
}

.heading-block.center::before {
    right: 0;
    left: 0;
    margin: auto
}

.text-rotater {
    display: inline-block;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
    color: var(--cnvs-contrast-600)
}