/* Certificate Image Style Start */
.certicate-content-wrapper{
    width: 100%;
}
.certicate-content-wrapper:hover{
    cursor: zoom-in;
}
.certicate-content-wrapper .certicate-image-wrapper{
    padding: 20px;
    background: rgba(178, 180, 199, 0.3);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.certicate-content-wrapper .certicate-image-wrapper img {
    width: auto;
    height: 265px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s !important;
    -moz-transition: all 0.5s ease-in-out 0s !important;
    -ms-transition: all 0.5s ease-in-out 0s !important;
    -o-transition: all 0.5s ease-in-out 0s !important;
    transition: all 0.5s ease-in-out 0s !important;
}

@media (max-width: 1399.98px) {
    .certicate-content-wrapper .certicate-image-wrapper img {
        height: 220px;
    }
}

@media (max-width: 1199.98px) {
    .certicate-content-wrapper .certicate-image-wrapper img {
        height: 180px;
    }
}
@media (max-width: 767.98px) {
    .certicate-content-wrapper .certicate-image-wrapper img {
        height: 140px;
    }
}
.certicate-content-wrapper .certicate-image-wrapper:before {
    content: "";
    top: -250px;
    left: -250px;
    background: rgba(20, 39, 63, 0.3);
    /* background: rgba(1, 38, 83, 0.9); */
    height: 500px;
    width: 500px;
    -webkit-transition: all 1s ease-in-out 0s !important;
    -moz-transition: all 1s ease-in-out 0s !important;
    -ms-transition: all 1s ease-in-out 0s !important;
    -o-transition: all 1s ease-in-out 0s !important;
    transition: all 1s ease-in-out 0s !important;
    transform: scale(0);
    border-radius: 100%;
    position: absolute;
    z-index: 1;

}

.certicate-content-wrapper .certicate-image-wrapper:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    -webkit-transition: all 1s ease-in-out 0s !important;
    -moz-transition: all 1s ease-in-out 0s !important;
    -ms-transition: all 1s ease-in-out 0s !important;
    -o-transition: all 1s ease-in-out 0s !important;
    transition: all 1s ease-in-out 0s !important;
    opacity: 0;
    visibility: hidden;
    /* content: url('../img/images/testimonial_shape06.png'); */
    transform: scale(1.3);
}

@media (max-width: 1199.98px) {
    .certicate-content-wrapper .certicate-image-wrapper:after {
        transform: scale(1);
    }
}

.certicate-content-wrapper .certicate-image-wrapper span {
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s !important;
    -moz-transition: all 0.5s ease-in-out 0s !important;
    -ms-transition: all 0.5s ease-in-out 0s !important;
    -o-transition: all 0.5s ease-in-out 0s !important;
    transition: all 0.5s ease-in-out 0s !important;
    position: absolute;
    font-size: 0px;
    color: #4178FB;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.certicate-content-wrapper .certicate-title-wrapper {
    padding-top: 20px;
    -webkit-transition: all 0.5s ease-in-out 0s !important;
    -moz-transition: all 0.5s ease-in-out 0s !important;
    -ms-transition: all 0.5s ease-in-out 0s !important;
    -o-transition: all 0.5s ease-in-out 0s !important;
    transition: all 0.5s ease-in-out 0s !important;
}

.certicate-content-wrapper .certicate-title-wrapper .abstract-txt {
    color: #14273F;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-in-out 0s !important;
    -moz-transition: all 0.5s ease-in-out 0s !important;
    -ms-transition: all 0.5s ease-in-out 0s !important;
    -o-transition: all 0.5s ease-in-out 0s !important;
    transition: all 0.5s ease-in-out 0s !important;
}

.certicate-content-wrapper:hover .certicate-image-wrapper:before {
    transform: scale(10);
}
.certicate-content-wrapper:hover .certicate-image-wrapper span {
    font-size: 30px;
}
.certicate-content-wrapper:hover .certicate-image-wrapper:after {
    opacity: 1;
    visibility: visible;
}
.certicate-content-wrapper:hover .certicate-image-wrapper img {
    transform: scale(1.05);
}
.certicate-content-wrapper:hover .certicate-title-wrapper .abstract-txt {
    color: #4178FB;
}

/* .fancybox-bg {
    background: #14273F;
} */

/* Certificate Image Style End */