html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
a{text-decoration: none;}
@media all and (max-width: 1300px) {
    .statistics-section .stat-item{
        min-width: 180px;
    }
}
.testimonials-section .swiper-button-next, .testimonials-section .swiper-button-prev{
    width: 50px;
}
.testimonials-section .swiper-button-next::after, .testimonials-section .swiper-button-prev::after{
    width: 50px;
    height: 50px;
}
.navbar .main .navbar-brand img {
    height: 39px;
    width: 280px;
}
@media (max-width: 1500px) {

    .navbar .main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 96vw;
        max-width: 1628px;
        margin: auto;
        margin-left: 0;
    }
}
@media (max-width: 1280px) {
    .navbar-brand img {
        height: auto !important;
        width: 280px !important;
    }
    .navbar .main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 96vw;
        max-width: 1628px;
        margin: auto;
        margin-left: 0;
    }
}
@media (max-width: 900px) {
    .navbar-brand img {
        height: auto !important;
        width: 266px !important;
    }
}
@media all and (max-width: 450px){
    .navbar{width: 100vw;}
    .navbar .main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 92vw;
        max-width: 1628px;
        margin: 0 auto !important;
    }
}
.certifications-section .certificates-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin: 10px 0;
}