/*-- Use For Custom Styling --*/

.language-mk .navbar-simple .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0 0.6rem;
}
@media (max-width: 1320px) {
    .main-lang-switcher{
        display: none;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .slider-area {
        padding-top: 0;
    }
    .area-heading h1 {
        font-size: 48px;
    }
    .area-heading p {
        margin-bottom: 25px!important;
    }
    .slider-image img {
        width: 70%;
    }
}

 @media (min-width: 1200px) and (max-width: 1400px){
     #particles-js {
         min-height: 760px;
     }
     .slider-area {
        padding-top: 41px;
    }
 }
 @media (min-width: 1401px) and (max-width: 1800px){
     #particles-js {
         min-height: 860px;
     }
 }
/* @media (min-width: 1200px) and (max-width: 1600px) and (max-height: 850px) {
    .slider-area {
        padding-top: 0;
    }
    .area-heading h1 {
        font-size: 48px;
    }
    .area-heading p {
        margin-bottom: 25px!important;
    }
    .slider-image img {
        width: 70%;
    }

} */

.certificate-card {
    border-radius: 26px;
    background: #0188ff;
    height: 100%;
}
.certificate-card .card-img-top {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}

.certificate-card .card-title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.certificate-card .card-text{
    color: #fff;
    font-size: 16px;
}



.certificate-card .view-icon {
    color: #0188ff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.certificate-card:hover .view-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.certificate-card:hover img {
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}

.certificate-area .heading {
    font-size: 36px;
    margin: 25px 0;
    font-weight: 600;
    color: #2d2d2d;
    font-family: 'Montserrat', sans-serif;
}
.certificate-area  .text {
    font-size: 16px;
    color: #494949;
    line-height: 1.6;
    margin: auto;
    font-family: Roboto, sans-serif;
}