﻿h4.pb-2 {
    font-weight: 600;
}
/*multibanner*/
#multibanner .owl-prev {
    font-size: 0;
    color: #fff;
    float: left;
    background: transparent !important;
    border: 0;
    outline: none;
}

#multibanner .owl-next {
    font-size: 0;
    color: #fff;
    float: right;
    background: transparent !important;
    border: 0;
    outline: none;
}

#multibanner .owl-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    display: block;
    font-size: 36px;
    font-weight: 100;
}


#multibanner .owl-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    display: block;
    font-size: 36px;
    font-weight: 100;
}

#multibanner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -27px;
}

#multibanner .item {
    /*height: calc(100vh - 100px);*/
    width: 100%;
    display: table;
}

    #multibanner .item .slidehold {
        position: relative;
    }

        #multibanner .item .slidehold > img {
            display: block;
            width: 100%;
            height: 570px;
            object-fit: cover;
        }

#multibanner .course-deshold {
    width: 450px;
    height: 450px;
    display: table;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#multibanner .contentwrapp {
    display: table-cell;
    vertical-align: middle;
    padding: 25px 45px;
}

    #multibanner .contentwrapp.first-slide {
        padding: 25px 60px;
    }

        #multibanner .contentwrapp.first-slide h1 {
            font-size: 72px;
            color: #fff;
        }

    #multibanner .contentwrapp p.pb-0 {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#multibanner .logohold {
    position: static;
    width: 100px;
    height: 100px;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
}

    #multibanner .logohold img {
        max-width: 85%;
        max-height: 85%;
        width: auto;
        height: auto;
        margin: auto;
    }

#bannersection {
    position: relative;
    padding-top: 0;
}

#multibanner .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    margin: 0 8px;
}

#multibanner .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    display: block;
    background: #fff;
    border-radius: 50%;
}

#multibanner .owl-dot.active span {
    background: #bfbdc0 !important;
}

.launch_btn {
    background: transparent !important;
    border: 0 !important;
    color: inherit;
    border-radius: 40px;
    padding: 9px 20px;
    text-decoration: none !important;
    display: inline-block;
}

.first-slide .launch_btn {
    background: rgb(0 0 0 / 34%);
}

.launch_btnhold {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid;
}

    .launch_btnhold:hover {
        background: #ffffff !important;
        color: #e84892 !important;
        border-color: #fff !important;
    }




#bannersection {
    position: relative;
    padding-bottom:20px;
}

    #bannersection:before {
        background: url(/images/banner-image.jpg);
        background-size: cover;
        padding: 60px 0 0;
        color: #fff;
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 70%;
    }

    #bannersection .slidehold h2, #bannersection .slidehold h4, #bannersection .slidehold h1 {
        max-width: 600px;
        font-size: 36px;
        margin: 15px 0 15px;
        color: #fff;
        font-weight: 600;
        padding-bottom: 10px !important;
    }

    #bannersection .slidehold p {
        max-width: 600px;
        color: #fff;
        margin-bottom: 0 !important;
        font-weight: 400;
        text-align: left;
        line-height: 20px;
        margin-top: 0;
        font-size: 15px;
    }

.banner-sec {
    display: flex;
    grid-gap: 30px;
}

    .banner-sec > img {
        width: 75% !important;
        border-radius: 10px;
        min-height: 430px;
        object-fit: cover;
    }

#multibanner .banner-sec .course-deshold {
    width: 25%;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    position: static;
    transform: none;
    border-radius: 10px;
    background: #02472a;
    margin: 0;
    padding: 20px;
}

    #multibanner .banner-sec .course-deshold .contentwrapp {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        grid-gap: 20px;
        position: relative;
        padding: 0;
    }



#multibanner .item .slidehold {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 15px 0 15px;
}


#multibanner .banner-sec .course-deshold h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

#multibanner.owl-carousel .owl-nav {
    display: flex;
    grid-gap: 10px;
    justify-content: flex-end;
    max-width: 100%;
    margin: -24px auto 0 auto;
    position: absolute;
}

    #multibanner.owl-carousel .owl-nav button {
        position: absolute;
        left:20px;
        color: #ffeeea;
        text-indent: inherit;
        font-size: 18px;
        text-align: right;
        background: none !important;
        border: 1px solid #ffeeea !important;
        width: 45px;
        height: 45px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin:0;
        opacity:0.8;
    }
    #multibanner.owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 20px;
    }

    #multibanner.owl-carousel .owl-nav button:hover {
        border-color: #e32c8f !important;
        color: #e32c8f;
        opacity: 1;
        cursor: pointer;
    }

#multibanner .owl-next:before, #multibanner .owl-prev:before {
    display: none !important;
}




@media (max-width:767px) {
    #multibanner .item .slidehold {
        max-width: 100%;
        padding: 0 15px;
    }

    .banner-sec {
        display: flex;
        grid-gap: 0;
        flex-wrap: wrap;
    }

        .banner-sec > img {
            width: 100% !important;
            border-radius: 10px;
            min-height: 300px;
            object-fit: cover;
        }

    #bannersection .slidehold h2, #bannersection .slidehold h4, #bannersection .slidehold h1 {
        padding: 0;
        text-align: center;
        font-size: 28px;
        min-height: 66px;
    }

    #multibanner .banner-sec .course-deshold {
        width: 100%;
        grid-gap: 10px;
        justify-content: center;
        position: static;
        max-width: 100%;
        flex-wrap: wrap;
        margin-top: -100px;
        min-height: 320px;
    }

    #bannersection .slidehold p {
        margin-bottom: 0 !important;
        text-align: center;
        margin-top: 0;
    }

    #multibanner .logohold {
        position: static;
    }

    #multibanner .banner-sec .course-deshold .contentwrapp {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
        position: relative;
        padding: 0;
        flex-wrap: wrap;
    }

    .launch_btnhold.mt-4, .launch_btnhold.mt-3 {
        margin-top: 0 !important;
    }

    #bannersection:before {
        background: url(/images/banner-image-mob.jpg);
        height: 50%;
    }

    #multibanner.owl-carousel .owl-nav {
        justify-content: center;
    }
}

@media only screen and (max-width:600px) {
    #multibanner .course-deshold {
        width: 70vw;
        height: 70vw;
    }
}

@media only screen and (max-width:500px) {
    #multibanner .course-deshold {
        width: 90vw;
        height: 90vw;
    }

    #multibanner .contentwrapp p.pb-0 {
        -webkit-line-clamp: 3;
    }

    #multibanner .owl-nav {
        display: none;
    }
}


/*************Banner style New***************/


