/* #1da292 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.fa,
.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: "Font Awesome 6 Free" !important;
}

body {
    font-family: "Poppins", sans-serif !important;
}

.inner-nav>ul>li>a {
    color: #fff;
}

.inner-nav ul li a:hover,
.inner-nav ul li a.active {
    color: #fff;
}

.body-scrolled .inner-nav>ul>li>a {
    color: #000;
}


.white-color {
    color: #fff !important;
}

.white-opacity {
    color: #ffffffcf !important;
}

.certificate-page .post-prev-img img {
    border: 1px solid #eee;
}


/* ==== download/certificate page css start======= */
.download__page .box:hover .icon {
    opacity: 1
}

.download__page .box .icon li a,
.download__page .box:hover .box-content {
    color: #1da292;
    background: #fff
}

.download__page .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.download__page .box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.download__page .box:before {
    content: "";
    background-image: linear-gradient(to right, rgb(43 41 41), #1da292);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: .5s
}

.download__page .box:hover:before {
    bottom: 0
}

.download__page .box img {
    width: 100%;
    height: auto;
    transition: .5s
}

.download__page .box:hover img {
    opacity: .3
}

.download__page .box .box-content {
    color: #fff;
    background-image: linear-gradient(to right, #1da292, #1da292);
    width: 100%;
    padding: 13px 20px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .5s
}

.download__page .box .title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0
}

.download__page .box .post {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: lowercase
}

.download__page .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: .3s
}

.download__page .box .icon li {
    margin: 0 3px;
    display: inline-block
}

.download__page .box .icon li a {
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    transition: .5s
}

.download__page .box .icon li a:hover {
    color: #fff;
    background: #1da292;
    /* border-radius: 10px 0; */
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

@media only screen and (max-width: 990px) {
    .download__page .box {
        margin: 0 0 30px
    }
}


.cat-p {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px !important;
}

/* =========== download/ certificate page css end======= */

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-loading {
    width: 100%;
}