.blockchain-workshop-main {
    position: relative;
    box-sizing: border-box;
}
.bcworkshop-sec1 {
    position: relative;
}
.bcworkshop-banner-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    min-height: 350px;
}
.bcworkshop-headersection {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.bcworkshop-header-main {
    font-weight: 700;
    font-size: 72px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-block: 0 20px;
}
.bcworkshop-headerh2 {
    color: #fff;
    word-spacing: 6px;
    font-weight: 300;
    font-size: 26px;
    display: block;
    line-height: 1.2;
    text-transform: uppercase;
}
.bcworkshop-sec2 {
    position: relative;
    max-width: 1000px;
    margin-inline: auto;
    text-align: center;
    padding-block: 40px;
}
.bcworkshop-container {
    max-width: 1000px;
    position: relative;
    margin-inline: auto;
    padding-block: 40px;
}
.bcworkshop-subhead {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #141414;
    white-space: nowrap;
    background-color: transparent;
    padding: 10px;
    text-align: center;
    margin-block: 10px 0px;
}
.bcworkshop-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #474b59;
    margin-block: 0 20px;
    text-align: center;
}
.bcworkshop-text.text-left,
.bcworkshop-list .bcworkshop-text {
    text-align: left;
}
.bcworkshop-list {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #141414;
    white-space: nowrap;
    background-color: transparent;
    text-align: left;
    margin-block: 10px 0px;
    box-sizing: border-box;
    white-space: pre-wrap;
}
.bcworkshop-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 500px;
    margin-inline: auto;
    display: flex;
    margin-block: 60px 0;
}
.bcworkshop-chart {
    max-width: 800px;
    text-align: left;
    margin-inline: auto;
    padding: 4em 5em 4em;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: relative;
    border-radius: 5px;
}
.bcworkshop-text-black {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #141414;
    margin-block: 0 20px;
    text-align: left;
}
.bcworkshop-section3 {
    background: linear-gradient(
        180deg,
        #fbfbff 0,
        #fbfbff 42%,
        #fff 28%,
        #fff 100%
    );
    position: relative;
}
/* bc workshop form */
.bcworkshop-form-holder {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    margin-block: 50px 20px;
}
.bcworkshop-form {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    z-index: 2;
    padding-block: 30px;
}
.bcworkshop-formhead {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 12px 0 15px 0;
}
.bcworkshop-field-items {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-block: 10px 12px;
    padding-bottom: 20px;
}
.bcworkshop-field-items .bcworkshop-input-field {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #d5d5d5;
    color: #504f4f;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 10px 10px 5px;
    margin-inline: 12px;
    margin-block: 0px;
    line-height: 1.2;
    box-sizing: border-box;
}
.bcworkshop-input-field:focus,
.bcworkshop-input-field:focus-visible {
    outline: 0;
}
.floating-label {
    font-size: 16px;
    color: #504f4f;
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 24px;
    transition: all 0.3s ease;
}

.bcworkshop-field-items input:focus ~ .floating-label,
.bcworkshop-field-items input:not(:focus):valid ~ .floating-label {
    top: -10px;
    bottom: 0px;
    left: 12px;
    font-size: 12px;
    opacity: 1;
    color: #00adca;
}
.bcworkshop-field-items input.bcworkshop-input-field:focus,
.bcworkshop-field-items input.bcworkshop-input-field:not(:focus):valid {
    border-bottom: 2px solid #00adca;
}
.bcworkshop-input-field.bcworkshopform-select {
    height: 100%;
}
.bcworkshop-field-items .iti {
    width: 100%;
    margin-inline: 12px;
    height: 100%;
}
.iti.iti--allow-dropdown .bcworkshop-input-field.numberfield {
    height: 100%;
}
.bcworkshop-field-items input.bcworkshop-input-field.numberfield,
.bcworkshop-field-items input.bcworkshop-input-field.numberfield {
    border-bottom: 2px solid #d5d5d5 !important;
}
.bcworkshop-field-items.button-field,
.bcworkshop-field-items.details-field {
    grid-column: 1/3;
}
.bcworkshop-field-items.button-field {
    justify-content: center;
}
.bcworkshopform-btn {
    background-color: #00adca;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-inline: 10px 0;
}
.bcworkshopform-btn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all .4s ease-in-out;
}
/*  */
/*Bubbles*/
.inno-bubbles {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
}
.inno-bubble-1,
.inno-bubble-2,
.inno-bubble-3 {
    width: 60px;
    height: 60px;
    background: #e3f5ff;
    opacity: 0.65;
    z-index: 0;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
    top: 0;
}
.inno-bubble-1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: moveclouds 20s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}
.inno-bubble-2 {
    right: 470px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-animation: movecloudsright 45s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: movecloudsright 45s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -o-animation: movecloudsright 45s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}
.inno-bubble-3 {
    left: 150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: moveclouds 55s linear infinite,
        sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 55s linear infinite,
        sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 55s linear infinite,
        sideWays 5s ease-in-out infinite alternate;
}
@-webkit-keyframes moveclouds {
    0% {
        left: 1400px;
    }
    100% {
        left: -500px;
    }
}
@-webkit-keyframes movecloudsright {
    0% {
        left: -100px;
    }
    100% {
        left: 1400px;
    }
}
@-webkit-keyframes sideWays {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}
@-moz-keyframes moveclouds {
    0% {
        left: 500px;
    }

    100% {
        left: -500px;
    }
}
@-moz-keyframes movecloudsright {
    0% {
        left: -100px;
    }
    100% {
        left: 1400px;
    }
}
@-moz-keyframes sideWays {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}
@-o-keyframes moveclouds {
    0% {
        left: 500px;
    }
    100% {
        left: -500px;
    }
}
@-moz-keyframes movecloudsright {
    0% {
        left: -100px;
    }
    100% {
        left: 1400px;
    }
}
@-o-keyframes sideWays {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}
/*Bubbles*/
.appiworld-projects {
    position: relative;
    padding: 2rem 0 2rem;
    padding-inline: 2rem;
    margin-inline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    border-top: 1px solid #eaeaea;
}
.appiworld-project-head {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 300;
    z-index: 1;
    position: relative;
    padding-block: 0 10px;
    margin-block: 12px 8px;
}
.appiworld-project-btn {
    position: relative;
    font-size: 18px;
    padding: 11px 30px;
    color: #fff;
    background: #18aaca;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-block: 15px 30px;
    font-weight: 300;
    text-decoration: none;
    z-index: 1;
    display: block;
    width: fit-content;
    margin-inline: auto;
}
.appiworld-project-btn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all 0.4s ease-in-out;
}
.bcworkshop-field-items .iti__flag-container {
    top: 10px;
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1350px) {
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .bcworkshop-banner-img {
        object-fit: cover;
    }
    .bcworkshop-header-main {
        font-size: 48px;
        margin-block: 0 10px;
    }
    .bcworkshop-headerh2 {
        font-size: 24px;
        margin-block: 0 10px;
    }
    .bcworkshop-sec2,
    .bcworkshop-container {
        padding-inline: 2rem;
        padding-block: 20px 20px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .bcworkshop-banner-img {
        object-fit: cover;
    }
    .bcworkshop-header-main {
        font-size: 48px;
        margin-block: 0 10px;
    }
    .bcworkshop-headerh2 {
        font-size: 24px;
        margin-block: 0 10px;
    }
    .bcworkshop-sec2,
    .bcworkshop-container {
        padding-inline: 2rem;
        padding-block: 20px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .appiworld-project-head {
        font-size: 20px;
    }
    .bcworkshop-banner-img {
        object-fit: cover;
    }
    .bcworkshop-header-main {
        font-size: 38px;
        margin-block: 0 10px;
    }
    .bcworkshop-headerh2 {
        font-size: 18px;
        margin-block: 0 10px;
    }
    .bcworkshop-sec2,
    .bcworkshop-container {
        padding-inline: 2rem;
        padding-block: 20px 20px;
    }
    .bcworkshop-formhead,
    .bcworkshop-list,
    .bcworkshop-text-black,
    .bcworkshop-subhead {
        font-size: 18px;
    }
    .bcworkshop-text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .bcworkshop-chart {
        padding: 2em 1em 2em;
    }
}
@media only screen and (max-width: 550px) {
    .appiworld-project-head {
        font-size: 18px;
    }
    .appiworld-project-btn {
        font-size: 14px;
        padding: 10px 25px;
        margin-block: 8px 15px;
    }
    .appiworld-projects {
        padding: 1rem 0rem 1rem;
        margin-inline: 1rem;
    }
    .bcworkshop-sec2,
    .bcworkshop-container {
        padding-inline: 1rem;
        padding-block: 12px 12px;
    }
    .bcworkshopform-btn,
    .bcworkshop-formhead,
    .bcworkshop-list,
    .bcworkshop-text-black,
    .bcworkshop-subhead {
        font-size: 16px;
    }
    .bcworkshop-field-items .bcworkshop-input-field,
    .floating-label,
    .bcworkshop-text {
        font-size: 14px;
    }
    .bcworkshop-form {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .bcworkshop-field-items.button-field,
    .bcworkshop-field-items.details-field {
        grid-column: auto;
    }
}
@media only screen and (max-width: 375px) {
    .bcworkshop-formhead,
    .bcworkshop-list,
    .bcworkshop-text-black,
    .bcworkshop-subhead {
        font-size: 14px;
    }
}
/*validation*/
.form-error{
    position: absolute;
    color: #e75353;
    font-size: 14px;
    margin: 0px !important;
    bottom: 0;
    left: 12px;
}
#error-name, #error-email, #error-mobile, #error-dec, #error-location{
    opacity: 0;
}
.bcworkshop-field-items-hidden{
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.pb-0px-spacing{
    padding-bottom: 0 !important;
}
.pt-0px-spacing{
    padding-top: 0 !important;
}
.mt-0px-spacing{
    margin-top: 0 !important;
}