﻿.page-title-large {
    padding: 0;
}

    .page-title-large h1 {
        margin-top: 0;
        font-size: 36px !important;
    }

.scroll-down {
    position: absolute;
    bottom: 20px;
    font-size: 16px;
}

.dark-pagination-without-next-prev-arrow .owl-prev, .dark-pagination-without-next-prev-arrow .owl-next {
    display: block;
}

.owl-next {
    opacity: 1;
    right: -35px;
}

.owl-prev {
    left: -35px;
    opacity: 1;
}

    .owl-prev:before, .owl-next:before {
        background-color: transparent;
        border-radius: 2px;
        box-shadow: none;
        content: "";
        display: block;
        height: 66%;
        left: 0;
        position: absolute;
        width: 66%;
    }

    .owl-prev .fa, .owl-next .fa {
        color: #fff;
        font-size: 50px;
        position: relative;
        top: -15%;
    }

    .owl-prev .fa {
        right: -15%;
    }

.owl-next .fa {
    left: -15%;
}

.page-title-news .slider-header {
    font-size: 25px;
}

    .page-title-news .slider-header a {
        color: #fff;
        font-size: 25px !important;
        margin-bottom: 15px !important;
        margin-top: 150px;
        line-height: 1;
    }

.page-title-news .slider-text-bottom {
    padding-bottom: 150px;
}

.owl-pagination {
    bottom: 50px;
    left: 3px;
}

@media (max-width:991px) {
    .page-title-large h1 {
        font-size: 26px !important;
    }

   .page-title-news .slider-header a{
       font-size: 20px !important;
   }
  .page-title-news .slider-header {
    font-size: 12px;
    line-height: 2.0;
}
}
@media (max-width:481px) {
   .page-title-news .slider-header a{
       font-size: 17px !important;
   }
}