

/*------ Custom-css -----*/

/*=========================
    LIVE BUTTON
==========================*/

.live-btn {
    background: #ff0000;
    color: #fff !important;
    border-radius: 30px;
    padding: 8px 18px !important;
    font-weight: 700;
    margin-left: 15px;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 5px 20px rgba(255,0,0,.35);
}

.live-btn:hover {
    background: #d40000;
    color: #fff !important;
    transform: translateY(-2px);
}

.live-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: liveBlink 1s infinite;
}

@keyframes liveBlink {

    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .3;
        transform: scale(1.6);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }

}

.section-bg {
    background-color: #efedfc;
}

.section-bg-2 {
    background-color: #742ddf;
}

img {
    object-fit: cover;
}

img {
    width: 100%;
}


#header {
    background: #074093;
}

.navbar > ul > li {
    padding: 10px 0 10px 40px;
}

#header.header-scrolled, #header.header-inner-pages {
    background: #10047a;
}

/* =======================================
   HOME SLIDER
======================================= */

.home-banner-slider {
    padding-top: 76px;
}

.h-banner-slider .carousel-item {
    background: #fff;
    text-align: center;
}

    .h-banner-slider .carousel-item img {
        max-width: 100%;
        width: 100%;
        height: auto;
        object-fit: contain !important;
    }

    /* Overlay */

    .h-banner-slider .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.20);
        z-index: 1;
    }

    /* Caption */

    .h-banner-slider .carousel-caption {
        z-index: 2;
        bottom: 20%;
    }

        .h-banner-slider .carousel-caption h2 {
            font-size: 52px;
            font-weight: 700;
            color: #fff;
            text-shadow: 0 3px 10px rgba(0,0,0,.5);
        }

        .h-banner-slider .carousel-caption p {
            font-size: 20px;
            color: #fff;
        }

    /* Navigation */

    .h-banner-slider .carousel-control-prev,
    .h-banner-slider .carousel-control-next {
        width: 6%;
        opacity: .8;
    }

    .h-banner-slider .carousel-control-prev-icon,
    .h-banner-slider .carousel-control-next-icon {
        width: 55px;
        height: 55px;
        background-color: rgba(0,0,0,.45);
        border-radius: 50%;
        background-size: 40%;
    }

    /* Indicators */

    .h-banner-slider .carousel-indicators {
        bottom: 20px;
    }

        .h-banner-slider .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 6px;
        }

/* =======================================
   TABLET
======================================= */

@media (max-width:991px) {

    .home-banner-slider {
        padding-top: 72px;
    }

    .h-banner-slider .carousel-item {
        height: 500px;
    }

    .h-banner-slider .carousel-caption h2 {
        font-size: 36px;
    }
}

/* =======================================
   MOBILE
======================================= */

@media (max-width:767px) {

    .home-banner-slider {
        padding-top: 68px;
    }

    .h-banner-slider .carousel-item {
        height: 240px;
    }

    .h-banner-slider .carousel-caption {
        bottom: 15%;
    }

        .h-banner-slider .carousel-caption h2 {
            font-size: 22px;
        }

        .h-banner-slider .carousel-caption p {
            font-size: 14px;
        }

    .h-banner-slider .carousel-control-prev-icon,
    .h-banner-slider .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: rgb(255 255 255);
    font-size: 56px;
    font-weight: 600;
}


/* home-blog section */

.blog-listing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}

    .blog-listing > li { /* width: 33.33%;padding: 10px; */
    }

.blog-listing-inner {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    width: 100%;
}

.blog-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}

    .blog-date span {
        color: #1b63bf;
        margin-right: 20px;
        font-weight: 500;
        font-size: 14px;
    }

        .blog-date span img {
            margin-right: 6px;
            margin-top: -3px;
            display: inline-block;
        }

.blog-body {
    padding: 10px 15px 25px;
}

    .blog-body h4 {
        font-size: 20px;
        font-weight: 500;
    }

.blog-more {
    color: #1b63bf;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.blog-body h4 a {
    color: #000;
}

    .blog-body h4 a:hover {
        color: #064063;
    }

.blog-more:hover {
    color: #23c0dc;
}

.view-more-btn {
    background-color: #23c0dc;
    color: #fff;
}

.blog-btn-box {
    padding: 30px 10px 45px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}

.lead-client-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px -5px 0;
}

    .lead-client-box li {
        width: 14.28%;
        text-align: center;
        padding: 5px;
    }

.blog-caption {
    max-height: 265px;
    text-align: center;
}

.blog-body h4, .blog-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-body p {
    -webkit-line-clamp: 4;
}

.blog-caption {
    overflow: hidden;
    margin: 0px 0px 0px;
}

    .blog-caption img {
        width: 100%;
        height: 230px;
        overflow: hidden;
    }

.blog-listing-inner:hover .blog-caption img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.blog-listing-inner .blog-caption img {
    transition: transform 1.5s;
    / Animation / -webkit-transition: all 1.5s ease-out 0s;
    -moz-transition: all 1.5s ease-out 0s;
    -ms-transition: all 1.5s ease-out 0s;
    -o-transition: all 1.5s ease-out 0s;
    transition: all 1.5s ease-out 0s;
}

.testimonials .testimonial-item {
    min-height: auto;
}

.gallery-sec .testimonial-item img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
}

.twitter-post.social-post {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.fb-post.social-post {
    /* max-height: 500px;
    overflow-y: scroll;
    overflow-x: scroll; */
}

.social-post iframe ._2p3a {
    min-width: 100% !important;
    width: 100% !important;
}


/* inner-pages-css */

.banner-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.5;
    background: #000000;
}

.banner-area {
    padding-top: 65px;
}

    .banner-area, .banner-area .banner-img {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

.breadcrumb-section {
    background-color: #f0f0f0;
    margin-top: 0px;
}

section {
    position: relative;
}

.f600 {
    font-weight: 600;
}

.f700 {
    font-weight: 700;
}

.f800 {
    font-weight: 800;
}

.breadcrumb-section .list-about {
    padding: 16px 0px;
    margin: 0px;
    list-style-type: none;
}

    .breadcrumb-section .list-about li {
        display: inline-block;
        color: #d9241c;
        letter-spacing: 1px;
    }

    .breadcrumb-section .list-about a {
        color: #29166e;
    }

    .breadcrumb-section .list-about li {
        display: inline-block;
        color: #d9241c;
        letter-spacing: 1px;
    }

    .breadcrumb-section .list-about > li + li:before {
        content: "\f054";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        padding: 0 5px;
        color: #d9241c;
    }

.navbar li.book-program a {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
}


/* Audio player */

.audio-player-box {
    box-shadow: 0 4px 16px 0 rgb(36 36 36 / 18%);
    background: #fff;
}

body audio {
    width: 100%;
    height: 44px;
}


.fb-post-desktop {
    display: block;
}

.fb-post-mobile {
    display: none;
}


.ab-content-area {
    text-align: justify;
}


.ab-image-area.blog-caption {
    height: 420px;
    max-height: 420px;
}


    .ab-image-area.blog-caption img {
        height: 100%;
    }

.archives-sidebar .tittle:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 60px;
    height: 2px;
    background: #e96656;
    bottom: -7px;
    left: 0;
}

ul.blog-points li {
    margin-bottom: 10px;
}

.position-relative {
    position: relative;
}

.shadow {
    border: 1px solid #c4c4c4;
    box-shadow: 0px 5px 10px #dcdcdc;
}

.gallery-filter-sec .portfolio-wrap {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}

    .gallery-filter-sec .portfolio-wrap img {
        min-height: 400px;
        overflow: hidden;
    }

.glightbox-clean .gslide-description {
    display: none;
}


.awards-pg-sec .ab-image-area.blog-caption {
    /*  height: auto;
    max-height: initial; */
}

    .awards-pg-sec .ab-image-area.blog-caption img {
        /* height: auto; */
    }

.single-post-area .quote-wrapper {
    background: rgba(130,139,178,0.1);
    padding: 30px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}

    .single-post-area .navigation-area .nav-left .thumb {
        margin-right: 20px;
        background: #000;
    }

    .single-post-area .navigation-area .thumb img {
        width: 60px;
        height: 60px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

.single-post-area .arrow {
    /* position: absolute; */
}

.single-post-area .navigation-area h4 {
    font-size: 16px;
    line-height: 25px;
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}

.input-group-append {
    margin-left: -1px;
    display: flex;
}

.blog_right_sidebar .search_widget .input-group button {
    background: #ff5600;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer;
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    background: #fff;
    padding: 15px;
}

    .blog_right_sidebar .post_category_widget .cat-list li a {
        font-size: 14px;
        line-height: 20px;
        color: #888888;
    }

.blog_right_sidebar p {
    margin: 0px;
    margin-right: 8px;
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .media img {
        width: 100px;
    }

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.blog_right_sidebar .post_item {
    margin-bottom: 10px;
}

.navigation-area .detials {
    margin-right: 15px;
}



@media (max-width: 991px) {

    .fb-post-desktop {
        display: none;
    }

    .fb-post-mobile {
        display: block;
    }

    .home-banner-slider {
        padding-top: 72px;
        padding-bottom: 0px
    }

    .home-banner-slider {
        height: auto;
    }

    .h-banner-slider .carousel-item,
    .h-banner-slider .carousel-item img {
        height: auto;
    }

    .home-banner-slider {
        padding-top: 68px;
    }

    .breadcrumb-section {
        margin-top: 66px;
    }

    div.px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}


@media (max-width: 576px) {

    .fb-post-desktop {
        display: none;
    }

    .fb-post-mobile {
        display: block;
    }

    .home-banner-slider {
        padding-top: 68px;
    }

    #header .logo {
        font-size: 20px;
        letter-spacing: 0;
    }

    .content-area {
        padding: 0 15px;
    }
}
