﻿.owl-prev .fa-angle-left {
    top: 22%;
    position: absolute;
    left: 18%;
}

.owl-next .fa-angle-right {
    position: absolute;
    top: 22%;
    right: 16%;
}

.widget-quick2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .widget-quick2 ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 100%;
        margin-bottom: 17px;
        position: relative;
    }

        .widget-quick2 ul li:before {
            content: '\f105 ';
            font-family: fontawesome;
            position: absolute;
            left: -14px;
            top: 6px;
            color: #d9a862;
            font-size: 17px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
        }

        .widget-quick2 ul li:hover:before {
            left: -5px;
            opacity: 0;
            display: none;
        }

        .widget-quick2 ul li p {
            display: block;
            color: #333333;
            font-weight: 500;
            font-size: 17px;
            letter-spacing: 0;
            margin-right: 5px;
            -moz-transition: all 0.5s ease-in-out;
        }

        .widget-quick2 ul li:hover p {
            color: #d9a862;
            cursor: pointer;
        }



.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.event-content2 {
    -ms-flex-preferred-size: calc(100% - 260px);
    flex-basis: calc(100% - 0px);
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

.modal-content {
    direction: ltr;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 90%;
}

.close {
    float: right;
}



.blog-list {
    /*max-width: 800px;*/ /* Set a maximum width for better responsiveness */
    margin: 0 auto; /* Center the container */
}

.slider-area2 .event-single {
    min-height: 360px;
    margin: 0 10px; /* Add some margin between items */
}
    .slider-area2 .event-single .event-thumb p {
        z-index: 1;
        position: absolute;
        top: 5px;
        color: #c6c6c6;
        width: inherit;
        text-align: center;
    }
.event-thumb img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    min-height: 220px;
}

.event-content {
    padding: 7px;
    text-align: right;
}

.t-meta {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffb607;
    margin-bottom: 10px;
}

p {
    color: #444;
}

.slider-area2 .owl-dots {
    position: absolute;
    right: 100%;
    width: 10px;
    top: 0;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .slider-area2 .owl-dots .owl-dot {
        height: 12px;
        width: 6px;
        display: inline-block;
        margin: 4px 0px;
        background: #c6c6c6;
        border-radius: 8px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .slider-area2 .owl-dots .active {
        height: 26px;
    }