/**
Theme Name: Emertxe certificate
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emertxe-certificate
Template: astra
*/


.homepage-slider-button {
    margin: 10px 0 0 0 !important
}

.vc-container {
    width: calc(100% - 30px);
    max-width: 1600px;
    margin: auto;
}

.vc-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.vc-certificate-html {
    width: 1200px;
    margin: auto;
    position: relative;
    height: 848px;
}

.vc-certificate-html img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.vc-certificate-qr {
    height: 130px;
    width: 130px;
    position: absolute;
    top: 653px;
    left: 73px;
    border-radius: 20px;
    overflow: hidden;
}

span.vc-certificate-name {
    position: absolute;
    right: 0;
    top: 310px;
    font-size: 48px;
    font-weight: bold;
    color: #000;
    width: 930px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}

span.vc-certificate-reg {
    position: absolute;
    right: 0;
    top: 403px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 930px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}

span.vc-certificate-course {
    position: absolute;
    right: 0;
    top: 484px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    width: 930px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}

span.vc-certificate-date {
    position: absolute;
    right: 0;
    top: 560px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 930px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}

.vc-col-100 {
    width: 100%;
}

.vc-col-50 {
    width: 50%;
    padding: 0 15px;
}

.vc-col-60 {
    width: 60%;
    padding: 0 15px;
}

.vc-col-40 {
    width: 40%;
    padding: 0 15px;
}

.vc-certificate-content h1 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 30px
}

.vc-certificate-content h1 i {
    font-size: 30px;
    color: #e80b73;
}

.vc-certificate-content p {
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
}

.vc-field-group label {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}

.vc-field-group button,
.vc-field-group a {
    color: #fff;
    background-color: #e80b73;
    border-color: #e80b73;
    min-width: 9.2rem;
    border: none;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.vc-field-group input {
    width: calc(100% - 180px);
    margin-right: 23px;
    padding: 8px 10px;
    border-radius: 10px;
}

.vc-field-group {
    margin-bottom: 30px;
}

.vc-field-group * {
    line-height: 1.4;
    font-size: 16px;
}

.vc-certificate-canvas canvas {
    width: 100% !important;
    height: auto !important;
    border: 1px solid #eee;
}

.vc-wrapper {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

.vc-preloader {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #eee;
    left: 0;
    top: 0;
    z-index: 9999999999999;
}

.preloader {
    position: absolute;
    width: 102px;
    height: 102px;
    left: 50%;
    top: 50%;
    min-height: 102px;
    transform: translateX(-50%) translateY(-50%);
}

.preloader .small-circle {
    stroke-dasharray: 210;
    stroke-dashoffset: 210;
    transform-origin: 50%;
    animation: 1s draw-small infinite alternate;
}

.vc-certificate-wrapper {
    /* height: 0; */
    /* overflow: hidden; */
}

.vc-certificate-canvas-wrapper {
    position: relative;
    height: 100%;
}

@keyframes draw-small {
    0% {
        stroke-dashoffset: 0;
        transform: rotate(0deg);
    }

    100% {
        stroke-dashoffset: 210;
        transform: rotate(360deg);
    }
}

.preloader .big-circle {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    transform-origin: 50%;
    animation: 1s draw-big infinite alternate 0.5s;
}

span.vc-certificate-issued {
    position: absolute;
    right: 0;
    top: 673px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 930px;
    text-align: left;
    display: inline-block;
    line-height: 1;
    padding-left: 92px;
}

.vc-certificate-wrapper.module-course span.vc-certificate-name {
    top: 284px;
}

.vc-certificate-wrapper.module-course span.vc-certificate-date {
    top: 574px;
}

.vc-certificate-wrapper.module-course span.vc-certificate-course {
    padding: 0 10px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    top: 447px;
}

.vc-certificate-wrapper.module-course span.vc-certificate-reg {
    top: 376px;
}

span.vc-certificate-change-able-text {
    position: absolute;
    right: 0;
    top: 442px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 925px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    /* background: #fff; */
}

span.vc-certificate-change-able-text>span {
    position: unset;
    color: #000;
    margin: 14px 0;
    height: unset !important;
    display: block;
    flex-direction: row;
}

span.vc-certificate-modules {
    font-weight: 400;
    padding: 0 60px 0 355px;
    line-height: 1;
    text-align: left;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
}

.vc-field-group button:active {
    background: #663398;
}

span.vc-certificate-modules>span {
    text-align: center;
}

.vs-col-50 {
    max-width: 50%;
}

.vc-certificate-wrapper.full-course span.vc-certificate-fixed-text {
    position: absolute;
    right: 0;
    top: 525px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    width: 930px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}

a#certificate-link {
    border-radius: 20px;
    background-color: #fff;
    padding: 12px 20px;
    text-decoration: none !important;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #FF9934;
    text-align: center;
}

.certificate-form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 20px;
    justify-content: center;
}

p#vc-certificate-error-message {
    text-align: center;
    color: red;
    font-size: 20px;
}

input#find-certificate-id {
    width: 300px;
}

@keyframes draw-big {
    0% {
        stroke-dashoffset: 0;
        transform: rotateY(180deg) rotate(360deg);
    }

    100% {
        stroke-dashoffset: 240;
        transform: rotateY(180deg) rotate(0deg);
    }
}


@media only screen and (max-width: 992px) {
    .vc-col-50 {
        width: 100%;
    }

    .vc-certificate-content h1 {
        font-size: 36px;
    }

    .vc-certificate-canvas-wrapper button#vc-certificate-button {
        line-height: 1.8;
    }
}


.emertxe-landing-page-form {
    width: 700px;
    padding: 30px 28px;
    background: #ffffff;
    border-radius: 20px;
}

.emertxe-landing-page-form h2 {
    font-family: DM Sans;
    font-size: 21px;
    font-weight: 700;
    line-height: 29.4px;
    text-align: left;
    color: #000000e5;
    margin-bottom: 0px;
}

.emertxe-landing-page-form-field-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 12.62px;
    text-align: left;
    color: #FFF;
    margin-bottom: 20px;
    gap: 8px;
    position: relative
}

.emertxe-landing-page-form-field-item p {
    display: none
}

.emertxe-landing-page-form-field-item.error p {
    display: block;
    color: red;
    position: absolute;
    right: 0
}

.emertxe-landing-page-form-submit span.submit {
    width: 100%;
    background: #FF1F63;
    display: block;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;
    color: #FFF;
    padding: 10px 0
}

.emertxe-landing-page-form-field-item.error input,
.emertxe-landing-page-form-field-item.error textarea,
.emertxe-landing-page-form-field-item.error select {
    border: 2px solid red;
}

.emertxe-landing-page-form-field-item.optional input {
    border: unset;
}

.emertxe-landing-page-form p {
    color: #000000;
}

.emertxe-landing-page-form-field-item input,
.emertxe-landing-page-form-field-item select {
    width: 100%;
}

.emertxe-landing-page-form-field-item input.emertxe-onboarding-form-field-12 {
    background: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

div#suggestions {
    position: absolute;
    background: #eeeeeef7;
    color: #555;
    top: 76px;
    z-index: 1;
    min-height: 100px;
    max-height: 200px;
    width: 100%;
    overflow: hidden;
}

div#suggestions ul {
    list-style: none;
    margin: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 200px;
}

div#suggestions span.close {
    position: ABSOLUTE;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: red;
    cursor: pointer;
}

li.other {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    font-weight: bold;
    width: 100%;
    background: #5179EF;
    color: #fff;
}

div#suggestions ul li {
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    line-height: 2.5;
    padding: 0 17px;
}

div#suggestions ul li:hover {
    color: #ffffff;
    background: #5179ef;
}
.iti__flag-container * {
    color: #666 !important;
}

.iti__flag-container ul {
    margin: 0;
    padding: 0;
}
.click-off {
    pointer-events: none;
}
.emertxe-college-search i {
    right: 12px;
    top: 54%;
    color: #666;
    font-size: 20px;
}

.emertxe-landing-page-form-steps-buttons span, .emertxe-landing-page-form-steps-buttons button {
    color: #fff;
    background: #e80b73;
    padding: 14px 31px;
    font-size: 16px;
    line-height: 1;
    height: 50px;
}

.emertxe-landing-page-form-steps-buttons {
    display: flex;
    justify-content: space-between;
}
.emertxe-landing-page-form-field-item input, .emertxe-landing-page-form-field-item select, .emertxe-landing-page-form-field-item textarea {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 10px;
}

.emertxe-landing-page-form-field-item label {
    color: #000;
    font-weight: bold;
}
.emertxe-college-search-input-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.emertxe-college-search-icons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.emertxe-college-search-icons .fa-magnifying-glass {
    background: #5179EF;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #fff;
}
.emertxe-college-search-input-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.emertxe-college-search-icons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.emertxe-college-search-icons .fa-magnifying-glass {
    background: #5179EF;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #fff;
}
.emertxe-college-search-icons .fa-xmark {
    cursor: pointer;
}



@media only screen and (max-width: 767px){
    .emertxe-landing-page-form {
        width: calc(100% - 30px);
        margin: auto;
    }
}




