.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%
}

.carousel-indicators {
    bottom: 165px
}

.certification-main-wraper {
    padding: 50px 0 !important;
    background: #e8f1f5
}

.certification-main-wraper .top-sub-heading {
    text-align: center;
    font-size: 14px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: block
}

.certification-main-wraper .top-sub-heading:before {
    content: "";
    position: absolute;
    top: -40px;
    background: linear-gradient(to right, #D29D51, #F8CA72);
    width: 2px;
    height: 30px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.certification-main-wraper h2 {
    font-size: 40px;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin: 5px 0 0;
    line-height: 45px;
    font-weight: 600;
    text-align: center
}

.certification-main-wraper p {
    font-size: 18px;
    line-height: 31px;
    color: #636579;
    padding-bottom: 30px;
    text-align: center
}

.certification-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform .3s ease
}

.certification-card-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px)
}

.certification-listing-wrap {
    background: #fff;
    padding: 25px 25px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease
}

.certification-listing-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(to right, #ED1B24, #000000);
    text-align: center;
    font-size: 32px;
    color: #fff;
    border-radius: 50%;
    padding-top: 11px;
    margin-bottom: 15px
}

.cetification-text-wrap h5 {
    font-size: 18px;
    font-weight: 600;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin-top: 25px
}

.cetification-text-wrap p {
    font-size: 16px;
    color: #636579;
    text-align: center;
    text-align: left;
    line-height: 26px;
    padding: 10px 15px 15px 0
}

.learn-more-btn {
    border-top: 1px solid #e8e8ec;
    padding: 12px 0 0
}

.learn-more-text {
    font-size: 14px;
    color: linear-gradient(to right, #ED1B24, #000000);
    font-weight: 500
}

.learn-more-text i {
    font-size: 18px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    margin-left: 2px;
    position: relative;
    top: 2.5px;
    rotate: -40deg
}

.award-image-wrap {
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: .3
}

.certification-listing-wrap:hover .certification-listing-icon {
    background: linear-gradient(to right, #D29D51, #F8CA72)
}

.certification-listing-wrap:hover .award-image-wrap,
.certification-listing-wrap:hover .certification-listing-icon {
    transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in
}

.certification-listing-wrap:hover .award-image-wrap {
    opacity: 1
}

.certification-listing-wrap:hover .learn-more-text {
    color: linear-gradient(to right, #D29D51, #F8CA72)
}

.certification-listing-wrap:hover .learn-more-text,
.certification-listing-wrap:hover .learn-more-text i {
    transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in
}

.certification-listing-wrap:hover .learn-more-text i {
    rotate: 0deg
}

@media screen and (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }
}
