* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


a {
    text-decoration: none;
}

:root {
    --bs-orange: #87ce51;
    --bs-lime-green: #0068C7;
}

.open-menu-btn.show .menu-text-caption .open-menu-text {
    display: none;
}

.open-menu-btn.show .menu-text-caption .close-menu-text {
    display: block !important;
}


body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

p {
    margin-bottom: 0;
}

ul,
ol {
    padding: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}


/* inline css */
.navbar {
    margin-bottom: 0;
}

.container-lg {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1.5rem;
}

.gap-4 {
    gap: 2rem;
}

.gap-5 {
    gap: 3rem;
}

@media (min-width: 992px) {
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-lg {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-lg {
        max-width: 1320px;
    }
}

.mt-5 {
    margin-top: 3rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 1rem;
}

.me-4 {
    margin-right: 1.4rem;
}

.ms-auto {
    margin-left: auto;
}


@media (min-width: 576px) {
    .ms-sm-0 {
        margin-left: 0;
    }
}


@media (min-width: 576px) {
    .ms-sm-0 {
        margin-left: 0;
    }
}

/* index1 page start */
.certi-box {
    padding: 40px 0;
}

.certi-box-left1 {
    margin-bottom: 15px;
}

.certi-box-left1,
.certi-box-left2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.certi-box-left1 img {
    width: auto;
    max-width: 100%;
    height: 50px;
    object-fit: contain;
}

.certi-box-inner {
    width: 100%;
    height: auto;
    padding: 10px 20px 20px;
    border-radius: 20px;
}

.certi-shadow-box {
    width: 100%;
    height: auto;
    padding: 40px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #00000021;

}

.certi-box-left1 .euro29 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    background-color: var(--bs-lime-green);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.certi-box-left1 .euro29 svg,
.certi-box-left2 .euro40 svg {
    width: 20px;
    height: 20px;
}

.certi-box-left2 span:first-child {
    font-size: 18px;
    line-height: 1.5;
    min-width: 130px;
}

.certi-box-left2 .euro40 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 50px;
    background-color: var(--bs-orange);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
}

.certi-box-right h2 {
    font-size: 26px;
    line-height: 0.9;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
}

.certi-box-right1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.certi-box-right1 img {
    max-width: 100%;
    width: 180px;
    height: 110px;
    object-fit: contain;
}

.certi-box-right1-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.certi-box-right1-inner .btn-iso {
    width: 100%;
    height: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
    background-color: #e0edff;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    gap: 15px;
    color: #0e2a42;
    border-radius: 8px;
}

.certi-box-right1-inner .btn-iso svg {
    transition: transform 300ms ease;
}

.certi-box-right1-inner .btn-iso:hover svg {
    transform: translateX(8px);
}

@media (max-width: 1200px) {
    .certi-shadow-box {
        padding: 30px;
    }
}


@media (max-width: 991px) {
    .certi-box-left {
        margin-bottom: 30px;
    }

    .certi-box-right h2 {
        text-align: center;
        margin-bottom: 15px;
    }

    .certi-box-right1 img {
        width: 120px;
        height: auto;
    }

}

@media (min-width: 767px) {
    .certi-box-inner>.row {
        display: flex;
        align-items: center;
        gap: 20px;
    }

}

@media (max-width: 767px) {

    .certi-box-inner>.row>div:first-child {
        margin-bottom: 30px;
    }

    .certi-box-right h2 {
        font-size: 26px;
    }

    .certi-box-right1 img {
        width: 150px;
        height: auto;
    }

    .certi-box-right1 {
        align-items: center;
    }

    .certi-box-left2 span:first-child {
        min-width: 105px;
    }

    .certi-box-right h2 {
        text-align: left;
        margin-bottom: 15px;
    }

    .certi-box-left1 {
        margin-bottom: 20px;
    }

	.cust_banner_row {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 576px) {
    .certi-box-left1 img {
        height: 40px;
    }

    .certi-box-right h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .certi-box-left1 {
        margin-bottom: 15px;
    }

    .certi-box-right1-inner .btn-iso {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 40px;

    }

    .certi-box-left1 .euro29 svg,
    .certi-box-left2 .euro40 svg {
        width: 16px;
        height: 16px;
    }

    .certi-shadow-box {
        padding: 20px;
    }

    .certi-box-right1 img {
        width: 110px;
    }

    .certi-box-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .certi-box-left2 span:first-child {
        font-size: 16px;
    }

    .certi-box-left1 .euro29,
    .certi-box-left2 .euro40 {
        padding: 5px 12px;
        font-size: 16px;
        min-height: 40px;
    }

    .cust_banner_row {
        flex-wrap: wrap !important;
    }

}

@media (max-width: 350px) {

    .certi-box-left1,
    .certi-box-left2 {
        gap: 10px;
    }

    .certi-box-right1 {
        gap: 10px;
    }

    .certi-shadow-box {
        padding: 0px;
    }

    .certi-box-right1 img {
        width: 100px;
    }

    .certi-box-left1 img {
        height: 37px;
    }

    .certi-box-left2 span:first-child {
        min-width: 98px;
    }

    .cust_banner_row {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 300px) {
    .certi-box-right1-inner .btn-iso {
        font-size: 12px;
        gap: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .certi-box-right h2 {
        font-size: 20px;
    }

    .cust_banner_row {
        flex-wrap: wrap
    }
}

.certi-shadow-box .img-fluid {
    margin-top: 0px !important;
}

.cust_banner_row {
    flex-wrap: nowrap;
}
