
/*conference styles*/
#enquiry-form-section {
    margin-top: 60px;
    margin-bottom: 20px;
}
.vission-head {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.vission-head {
    margin-top: 54px;
}
.vission-head h2 {
    margin: 0;
    border-bottom: solid 1px #f36f21;
    padding-bottom: 3px;
}

.vission-head h2 {
    font-size: 25px;
    color: #213f9a;
    margin-top: 0;
    font-weight: 700;
}
.enquiry-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.678);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.enquiry-form input {
    width: 100%;
    color: #000;
    padding: 6px 10px;
    border: none;
    margin-right: 3%;
    margin-bottom: 15px;
    outline: none;
    font-style: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
}
.contact-button input {
    padding: 15px;
    border: solid 1px #ccc;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.cap-sec {
    margin-top: 10px;
    text-align: end;
    width: 100%;
    background: #ebebeb;
    border: solid 1px #ccc;
}
#captcha {
    font-size: 22px;
    letter-spacing: 3px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0px 10px;
}
.cap-sec button {
    background-color: var(--black);
    border: solid 1px transparent;
    color: var(--white);
    padding: 14px 20px;
    text-align: end !important;
}
.cap-sec i {
    font-size: 20px;
    color: var(--white);
}
.enquiry-form .sbmt-btn {
    margin-bottom: 20px;
    margin-top: 10px;
}
.enquiry-form .sbmt-btn button {
     display: inline-block; 
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: var(--orange);
    border: 1px solid transparent;
    padding: 0.375rem 2.5rem;
    font-size: 1.2rem;
    white-space: nowrap;
    transition: color .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;
}
.enquiry-form .sbmt-btn button:hover {
    box-shadow: inset -3.5em 0 0 0 #177731, inset 3.5em 0 0 0 #177731;
    border-color: #177731;
    color: #fff;
    transition: 0.5s;
    --hover: #177731;
    background-color: #177731;
}
/*conference styles*/