@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
:root {
    --theme-color: #5e17eb;
    --secondary-color: #001a71;
    --title-color: #2c3942;
}

body {
    font-family: "Poppins";
    background: #f2f4f7;
    overflow-x: hidden;
}

.top-header {
    background-color: var(--theme-color);
}

.header-list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.header-list li {
    margin-left: 10px;
    padding: 5px;
}

.header-list li a {
    color: #fff;
    text-decoration: none;
}

.top-header-btn {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
}

.top-header-btn i {
    color: rgb(1, 139, 1);
    size: 14px;
}

.header {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header .row {
    margin-left: 15px;
}

.btn-theme-outline-success {
    color: #5e17eb;
    border-color: #5e17eb;
}

.header-btn {
    width: auto;
    margin-top: 10px;
}


/* hero section */

.hero-section-inner {
    min-height: 440px;
}

.hero-section {
    /* background-color: #19046A; */
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: relative;
}


/* .hero-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(170deg, #1700AD 0%, #71001C 69%);
    opacity: 0.85;
    z-index: 1;
} */

.hero-section-inner {
    position: relative;
    z-index: 9999;
}

.hero-section-left {
    margin-top: 150px;
    color: #fff;
    padding-left: 60px;
}

.hero-section-right {
    margin-top: 100px;
}

.print-btn {
    float: right;
    margin-top: 10px;
}

.print-btn:focus {
    box-shadow: none;
}

.custum-btn {
    background-color: #5e17eb!important;
    border-color: #5e17eb!important;
}

.certificate-form-container {
    background-color: #fff;
    width: 500px;
    padding: 50px;
    padding-top: 49px;
    padding-bottom: 36px;
    border-radius: 10px;
}

.certificate-form-container h2 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.certificate-form .form-group label {
    margin-bottom: 10px;
    font-weight: 900;
}

.certificate-form button {
    margin-right: 4px;
    height: 37.3px;
    width: 125px;
    padding: 0;
}

.form-btn {
    min-height: 40px;
}


/* Footer */

.footer {
    border-top: 1px solid #00000029;
    padding-top: 10px;
}

.footer-credit p {
    font-size: 12px;
}

.footer .social-links {
    text-align: center;
    justify-content: center;
    width: 300px;
    margin: 0px auto;
}

.social-links ul {
    display: flex;
    margin-left: 20px;
}

.social-links ul a li {
    list-style: none;
}

.social-links ul a {
    margin-left: 10px;
    padding: 4px 6px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}

.social-links ul a.facebook {
    background-color: #3b5998;
}

.social-links ul a.instagram {
    background-color: #d62976;
}

.social-links ul a.twitter {
    background-color: #00acee;
}

.social-links ul a.linkedin {
    background-color: #0072b1;
}

.social-links ul a.youtube {
    background-color: #c4302b;
}

.error-message {
    font-size: 14px;
    color: red;
    margin-top: 10px;
    text-align: center;
}


/* Certificate */

.certificate_holder p {
    font-weight: 900;
    font-size: 18px;
}

.certificate_holder img {
    width: auto;
    height: 15px;
    margin-top: 4px;
}

.certificate_holder h1 {}

.certificate-detail {
    background-color: #ebf1f5;
    padding: 20px;
    padding-right: 34px;
    border-radius: 3px;
}

.certificate-detail .row {
    margin-top: 4px;
}

.certificate-detail-title {
    color: #000;
    font-weight: 900;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.certificate-value-box {
    background-color: #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
    font-size: 12px;
}

.training-domain {}


/* Certificate */

.form-search {
    margin: 0 auto;
    text-align: center;
    font: bold 13px sans-serif;
    /* max-width: 70%; */
    position: relative;
}

.form-search input {
    width: 70%;
    box-sizing: border-box;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    background-color: #ffffff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 15px 14px 40px;
    border: 1px solid #b6c3cd;
    border-right: 0;
    color: #4E565C;
    outline: none;
    -webkit-appearance: none;
}

.form-search button {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #6caee0;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    padding: 15px 22px;
    margin-left: -4px;
    cursor: pointer;
    border: none;
    outline: none;
}

.form-search i {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 16px;
    color: #80A3BD;
}

.main-section {
    font-size: 20px;
    margin-bottom: 40px;
}

.section-1 {
    height: auto;
    background: #ebf1f5;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 20px 40px 20px 20px;
    position: relative;
}

section .cert-check__row .text-label {
    color: var(--title-color);
    float: left;
    padding-top: 10px;
    width: 100px;
}

section .cert-check__row .text-row.text-row--full .text-content {
    background: #fff;
    padding: 10px 20px;
}

section .cert-check__row .text-content {
    float: left;
    width: calc(100% - 100px);
}

.text-row {
    height: 40px;
}

.text-content {
    border: none;
    height: 40px;
    border-radius: 5px;
    width: 120px;
    padding-left: 10px;
}

.text-label {
    width: 100px;
    margin-left: 40px;
    margin-right: 20px;
    font-size: 20px
}

.section .cert-check__row {
    background: #ebf1f5;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 20px 40px 20px 20px;
    position: relative;
    margin-bottom: 50px;
}

.blue {
    color: var(--theme-color);
    font-weight: 400;
    margin-bottom: 10px;
}


/* Media Query */

@media only screen and (max-width: 600px) {
    .certificate-form-container {
        width: 100%;
    }
    .display-md-none {
        display: none;
    }
    .row {
        padding-right: 0;
        margin-right: 0px;
    }
    .certificate_holder img {
        margin-top: 3px;
    }
    .training-domain {
        padding: 0px 10px;
    }
    .certificate-detail {
        padding: 8px!important;
        ;
    }
    .certificate-detail-title,
    .certificate_holder p,
    .certificate-value-box {
        font-size: 13px;
    }
    .disclaimer-container {
        padding: 10px;
    }
}

.heading-title {
    font-size: 16px;
    font-weight: 900;
}

.disclaimer-container .certificate-detail p {
    font-size: 9px;
    text-align: center;
}

.blue-area .row,
.enrol_area .row {
    margin-top: 15px;
    font-size: 12px;
}


/* badge img */

.badge-img-c {
    position: relative;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.badge-img-c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}