/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
    --cnvs-themecolor: #df1322;
}

.menu-item .active {
    color: var(--cnvs-themecolor);
}

.swipe-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    bottom: 0;
}

.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    width: 650px;
    text-align: center;
    line-height: 1.5;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif;
}

.tp-video-play-button {
    display: none !important;
}

.tp-caption {
    white-space: nowrap;
}

.team-line {
    transition: 0.4s !important;
    width: 80%;
    background-color: red;
    bottom: 0;
    height: 6px;
}

.team.shadow:hover .team-line {
    width: 100% !important;
    background-color: black !important;
    transition: 0.4s !important;
}

.team-line-top {
    transition: 0.4s !important;
    width: 80%;
    background-color: red;
    top: 0;
    right: 0;
    height: 6px;
}

.team.shadow:hover .team-line-top {
    width: 100% !important;
    background-color: black !important;
    transition: 0.4s !important;
}

.btn-primary {
    background-color: var(--cnvs-themecolor);
    border: none;
    transition: 0.4s;
}

.btn-primary:hover {
    background-color: #d10917;
    transform: scale(1.1);
    transition: 0.4s;
}

/*slider*/

.overlay-slider{
    z-index: 100;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    min-height: 70vh;
}

.carousel-title {
    font-size: 5em;
}

.carousel-description{
    font-size: 2em;
}

@media only screen and (max-width: 768px) {
    .carousel-title {
        margin-top: 25vh;
        font-size: 50px;
    }

    .overlay-slider{
        height: 100%;
    }
}

#page-menu-wrap{
    background-color: black!important;
}
