.flexslider {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border: none;
}

.flexslider li {
    position: relative;
    height: 100vh;
}


/* .flexslider li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/baner-black.png) no-repeat;
} */

.flexslider li:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.12);
    z-index: -9;
}

.flexslider li .meta {
    position: absolute;
    left: 15px;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    right: 0;
    top: 40%;
    padding-left: 60px;
}

.flexslider li .meta:before {
    position: absolute;
    content: '';
    left: 0;
    top: -70px;
    bottom: -120px;
    background: url(../images/baner-text-line.png) no-repeat;
    width: 10px;
}

.flexslider li .meta:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background: #db2837;
    width: 2px;
}

.flexslider li h1 {
    margin-bottom: 10px;
    font-size: 70px;
    width: 800px;
}

.flexslider li h2 {
    font-size: 36px;
    margin-bottom: 0;
    margin-bottom: 20px;
}

.flexslider li .category {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.flexslider li .category p {
    font-size: 18px;
    max-width: 600px;
    font-family: 'Conv_BalooBhaina2-Regular';
    letter-spacing: 1px;
}

.flexslider li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 8px 12px 0;
    font-size: 0.9em;
    height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    color: #fff;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    font-family: "Conv_BalooBhaina2-Regular", Sans-Serif;
}

.flexslider li.flex-active-slide .meta .category p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flex-direction-nav {
    position: absolute;
    bottom: 29px;
    right: 30px;
}

.flex-direction-nav li {
    height: 70px;
    width: 70px;
    display: inline-block;
    margin-right: 15px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    background-color: transparent;
    margin: -20px 0 0;
    position: absolute;
    top: 50px;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 0;
}

.flex-direction-nav .flex-prev:before,
.flex-direction-nav a.flex-next:before {
    position: absolute;
    content: '';
    background: url(../images/arrow-left.png) no-repeat;
    width: 8px;
    height: 13px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.flex-direction-nav a.flex-next:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav a:before {
    display: -webkit-box;
    display: flex;
    top: 0;
}

.baner-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 25px;
    background: #db2837;
    z-index: 9;
}

.baner-bottom img {
    width: auto !important;
    float: left;
}

.baner-bottom:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background: #ca0001;
    width: 120px;
    z-index: -9;
}

.baner-bottom .number {
    display: flex;
    padding: 10px 0 0 150px;
}

.baner-bottom .number h6 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-family: 'Conv_BalooBhaina2-Regular', Sans-Serif;
    text-transform: uppercase;
}

.baner-bottom b {
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
}

.baner-bottom b img {
    width: 10px !important;
    height: 10px;
    margin-right: 5px;
}

.baner-bottom .number span {
    margin-right: 70px;
    position: relative;
    color: #fff;
}

.baner-bottom .number span:after {
    position: absolute;
    content: '';
    left: 30px;
    background: #fff;
    width: 50px;
    height: 1px;
    top: 10px;
}

.flexslider:hover .flex-prev {
    opacity: 1;
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 1;
    right: 0;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}