﻿.my-caption h1 {
    font-family: "Fredoka One", cursive;
    text-align: left;
    color: #e0b850;
    font-size: 36px;
    line-height: 46px;
}

.my-caption p {
    font-size: 18px;
    line-height: 28px;
}

.list-type li {
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding-left: 12px;
    margin: 0 0 5px;
    color: #646464;
    font-weight: 400;
}

    .list-type li:before {
        content: "";
        position: absolute;
        left: -22px;
        top: 4px;
        background-image: url(../images/thubms-up.png);
        height: 25px;
        width: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }

.list-type {
    margin-left: 10px;
}

.section-wrap-divider {
    margin: 70px 0 60px;
}

    .section-wrap-divider .programs-main {
        margin-top: 30px;
        min-height: calc(100% - 30px);
        text-align: left;
    }

.sub-heading {
    color: #e0b850;
    font-size: 26px;
    font-family: "Schoolbell", cursive;
    position: relative;
}

.note-txt {
    background: #f7fdff;
    padding: 20px;
    border-left: solid 4px #e0b850;
    border-radius: 20px;
    margin-top: 30px;
    min-height: calc(100% - 30px);
}

.box-txt {
    background: #f7fdff;
    padding: 20px;
    border: solid 1px #e0b850;
    border-radius: 20px;
    margin-top: 30px;
    min-height: calc(100% - 30px);
}

.pad-80 {
    padding: 80px 0;
}

.pad-60 {
    padding: 60px 0;
}

.grey-bg {
    background-color: #f7fdff;
}

.onsite-slider-main .item {
    padding: 40px;
}


.img-title p {
    font-size: 16px;
    font-weight: 500;
    color: #0757a9;
    margin: 0;
    line-height: 26px;
    text-align: center;
}

.inner-page-img {
    padding: 10px;
    background: #fff;
    border: solid 1px #eaeaea;
    border-radius: 5px;
    box-shadow: 0 2px 5px #dadada;
    margin: 0 auto;
}
.corporate-onsite-partner .owl-next span, .corporate-onsite-partner .owl-prev span {
    font-size: 45px;
    color: #eee;
   
}

.corporate-onsite-partner .owl-prev {
    left: -59px;
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    border: solid 1px #646464 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0 !important;
    transition: .2s ease-in-out;
}

.corporate-onsite-partner .owl-next {
    right: -59px;
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    border: solid 1px #646464 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0 !important;
    transition: .2s ease-in-out;
}

@media(max-width:1024px) {
     .corporate-onsite-partner .owl-prev,  .corporate-onsite-partner .owl-next {
        position: relative;
        top: auto;
        transform: none;
    }

    .corporate-onsite-partner .owl-nav {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

     .corporate-onsite-partner .owl-prev {
        left: 0;
    }

     .corporate-onsite-partner .owl-next {
        right: 0;
    }
    .pad-60 {
        padding:40px 0;
    }
}
