﻿

/*=========================================================

=============================================================*/

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-filter .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel-filter .owl-animated-in {
    z-index: 0;
}

.owl-carousel-filter .owl-animated-out {
    z-index: 1;
}

.owl-carousel-filter .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel-filter {
    /*display: none;*/
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel-filter .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel-filter .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel-filter .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel-filter .owl-controls .owl-nav .owl-prev,
    .owl-carousel-filter .owl-controls .owl-nav .owl-next,
    .owl-carousel-filter .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel-filter.owl-loaded {
        display: block;
    }

    .owl-carousel-filter.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel-filter.owl-hidden {
        opacity: 0;
    }

    .owl-carousel-filter .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel-filter .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel-filter .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel-filter.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel-filter .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel-filter.owl-rtl {
        direction: rtl;
    }

        .owl-carousel-filter.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel-filter {
    display: block;
}

/*===============================*/
.btn-filter-wrap {
    list-style: none;
    margin: 20px 0 0;
    /* float:right; */
    margin: 0 auto 30px;
    text-align: center;
}

    .btn-filter-wrap li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        padding: 0 20px;
        cursor: pointer;
    }

        .btn-filter-wrap li:last-child {
            padding-right: 0;
        }

        .btn-filter-wrap li.btn-active {
            color: #990000;
        }

        .btn-filter-wrap li:after {
            content: "/";
            position: absolute;
            left: -2px;
            top: 4px;
            font-size: 14px;
            opacity: 0.2;
            color: #000;
        }

        .btn-filter-wrap li:first-child:after {
            display: none;
        }

.owl-carousel-filter .owl-item {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .owl-carousel-filter .owl-item.active {
        opacity: 1;
    }

    .owl-carousel-filter .owl-item > .owl-item {
        opacity: 1;
    }

/*===============
	PARTICLE CANVAS
=================*/
.particles-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}


#particles-js {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #b61924;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#particles-js2 {
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: #888;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/*=======================
	after before slider
========================*/
.rs-addon-beforeafter-btn i {
    color: #000;
}



/* cursor blink animation*/

.typewrite > .wrap:after {
    content: '|';
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: relative;
    right: 10px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}











/*-------------------------------------
	10. Image effects 
-------------------------------------*/
.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom:15px;
}

    .wt-img-effect img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
        transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
    }

    /* 10.1 image-opacity */
    .wt-img-effect.opacity img:hover {
        opacity: 0.8;
        -moz-opacity: 0.8;
        -webkit-opacity: 0.8;
    }

    /*10.2 image-zoom */
    .wt-img-effect.zoom-slow img {
        transition: all 10s;
        -moz-transition: all 10s;
        -webkit-transition: all 10s;
        -o-transition: all 10s;
    }

    .wt-img-effect.zoom-slow:hover img {
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    /*10.3 image-zoom-slow */
    .wt-img-effect.zoom:hover img {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    /*10.4 image-shrink */
    .wt-img-effect.shrink:hover img {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -moz-transform: scale(0.8);
    }

    /*10.5 image-side-pan */
    .wt-img-effect.side-pan:hover img {
        margin-left: -9%;
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

    /*10.6 image-vertical-pan */
    .wt-img-effect.vertical-pan:hover img {
        margin-top: -10%;
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

    /*10.7 image-fade-in */
    .wt-img-effect.fade-in {
        background: #000;
    }

        .wt-img-effect.fade-in img {
            opacity: 0.65;
            -moz-opacity: 0.65;
            -webkit-opacity: 0.65;
        }

        .wt-img-effect.fade-in:hover img {
            opacity: 1;
            -moz-opacity: 1;
            -webkit-opacity: 1;
        }

    /*10.8 image-fade-out */
    .wt-img-effect.fade-out {
        background: #000;
    }

        .wt-img-effect.fade-out:hover img {
            opacity: 0.7;
            -moz-opacity: 0.7;
            -webkit-opacity: 0.7;
        }

    /*10.9 image-rotate */
    .wt-img-effect.rotate:hover img {
        -moz-transform: scale(1.5) rotate(-20deg);
        -webkit-transform: scale(1.5) rotate(-20deg);
        -o-transform: scale(1.5) rotate(-20deg);
        -ms-transform: scale(1.5) rotate(-20deg);
        transform: scale(1.5) rotate(-20deg);
    }

    /*10.10 image-sepia */
    .wt-img-effect.sepia img {
        -webkit-filter: sepia(100%);
        filter: sepia(100%);
    }

.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

/*10.11 image-blurr */
.wt-img-effect.blurr img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.wt-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

/*10.12 image-blurr-invert */
.wt-img-effect.blurr-invert img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.wt-img-effect.blurr-invert img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

.wt-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}

/*10.13 image off color */
.wt-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.wt-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

/*10.14 image on color */
.wt-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.wt-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}



/*===========================
36. Overlay Box 2
===========================*/
.overlay-bx-2 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .overlay-bx-2:hover {
        opacity: 0.9;
        bottom: 0px;
    }
/*===========================
37. line-amiation-block
===========================*/
.line-amiation {
    position: relative;
    width: 100%;
    height: 100%;
}

    .line-amiation:after,
    .line-amiation:before {
        content: "";
        position: absolute;
        background-color: #fff;
        left: 20px;
        top: 20px;
        -webkit-transition: all 0.7s linear;
        -moz-transition: all 0.7s linear;
        -ms-transition: all 0.7s linear;
        -o-transition: all 0.7s linear;
        transition: all 0.7s linear;
        opacity: 0;
    }

    .line-amiation:after {
        width: 0%;
        height: 1px;
    }

    .line-amiation:before {
        width: 1px;
        height: 0px;
    }

    .line-amiation:hover:after {
        width: 100%;
        opacity: 1;
        left: -20px;
    }

    .line-amiation:hover:before {
        height: 100%;
        top: -20px;
        opacity: 1;
    }

    .line-amiation a.v-button {
        color: #fff;
        border-left: 2px solid;
        display: block;
        position: absolute;
        bottom: 90px;
        right: -20px;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

@media only screen and (max-width:420px) {
    .line-amiation a.v-button {
        bottom: 70px;
    }
}

.owl-carousel-filter p {
    line-height: 24px;
    margin-bottom: 24px;
}

.p-a40 {
    padding: 40px;
}

.section-head {
    /* margin-bottom: 40px; */
}

.font-20 {
    font-size: 20px;
    line-height: 26px;
}
