.container { width: 100%; max-width: 1070px; padding: 0 15px; margin: 0 auto; }
img { max-width: 100%; display: block; }
body { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 20px; background-color: #f7f3ea; }
.heading { display: inline-block; width: 100%; vertical-align: top; margin: 0 0 10px 0; }
.heading h2 { font-size: 36px; line-height: 40px; color: #000000; font-weight: 600; font-family: 'Poppins', sans-serif; margin: 0; padding: 0; text-align: center; display: inline-block; width: 100%; vertical-align: top; text-transform: uppercase; }
ul, li { list-style: none; margin: 0; padding: 0; }
a { transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
.display-inline { display: inline-block; width: 100%; vertical-align: top; }
.mt80 { margin-top: 80px; }
/*main css start here*/

.top-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #9e501e;
    background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2024/ace-aarambh/images/top-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 10px solid #af9d6b;
}

.top-content-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 40px 0 0 0;
}
.top-content-section .left-block {
    float: left;
    width: 50%;
    padding-right: 20px;
    max-width: 520px;
}

.top-content-section .top-logo {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.top-content-section .top-logo a {
    display: inline-block;
    width: auto;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 40px;
}
.top-content-section .top-logo img {
    max-width: 200px;
}

.top-content-section .top-cnt {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 100px 0 50px 0;
    text-align: center;
}

.top-content-section .top-cnt p {
    font-size: 36px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
}
.top-content-section .top-cnt h1 {
    font-size: 90px;
    line-height: 120px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.top-content-section .top-cnt h1.large {
    font-size: 130px;
    line-height: 160px;
    margin-top: 30px;
}
.top-content-section .top-cnt h2 {
    font-size: 64px;
    line-height: 70px;
    color: #fff2c3;
    font-weight: 600;
    margin: 5px 0 0 0;
}

.top-section .form-section {
    float: right;
    width: 50%;
    max-width: 420px;
    background-color: #faf8ef;
    padding: 20px 20px;
    border-radius: 30px;
    margin-bottom: 30px;
    position: relative;
}
.top-section .form-section form {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.top-section .form-section h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 28px;
    line-height: 44px;
    border: 1px dotted #000;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
}
.top-section .form-section .form-group {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 12px 0;
}

.top-section .form-section .form-group label {
    float: left;
    width: 108px;
    line-height: 18px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    height: 34px;
    display: flex;
    align-items: center;
}

/*.top-section .form-section .form-group .input-outer {
    float: left;
    width: calc(100% - 80px); 
}*/

.top-section .form-section .form-group .form-control {
    float: left;
    width: calc(100% - 108px);
    background-color: transparent;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
    color: #000;
    height: 30px;
    border-radius: 10px;
}
.top-section .form-section .form-group.full label,
.top-section .form-section .form-group.full .form-control {
    width: 100%;
}
.top-section .form-section .form-group select.form-control {
    background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2024/ace-aarambh/images/dropdown-arrow.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 8px);
    background-size: 14px auto;
    cursor: pointer;
    padding-right: 25px;
}
.top-section .form-section .form-group#mobileno .form-control {
    width: 100%;
}
.top-section .form-section .form-group#mobileno .col-9 {
    padding-left: 0;
    padding-right: 0;
}
.top-section .form-section .form-group#mobileno .col-3 {
    padding-left: 0;
}
.top-section .form-section .form-check {
    margin: 0;
    padding: 0;
}
.top-section .form-section .form-group .form-check-label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 2px 0;
    float: left;
    width: calc(100% - 28px);
    display: inline-block;
    height: auto;
}
.top-section .form-section .form-check .form-check-input {
    float: left;
    margin: 2px 10px 0 0;
    width: 16px;
    height: 16px;
}
.top-section .form-section .btn-outer {
    text-align: center;
    margin: 5px 0 0 0;
}
.top-section .form-section .btn-outer .btn {
    display: inline-block;
    width: auto;
    background-color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 40px;
    letter-spacing: 1px;
    border: none;
    padding: 8px 30px;
    text-shadow: 1px 2px 2px rgb(254 254 254 / 40%);
    margin-top: 0;
}

.Workshop-overview-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 50px 0 0 0;
    position: relative;
}
.Workshop-overview-section .cnt {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 20px;
    position: relative;
    padding-bottom: 50px;
}
.Workshop-overview-section .cnt:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 327px;
    background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2024/ace-aarambh/images/image01.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}
.Workshop-overview-section .cnt p {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    padding-right: 190px;
}
.Workshop-overview-section .cnt img {
    max-width: 100%;
    width: auto;
    margin-top: 30px;
}

.streams-overview-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.streams-overview-section .streams-outer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #dbd2bb;
    border-radius: 15px;
    padding: 40px 30px;
}
.streams-overview-section .streams-outer .heading {
    background-color: #f5efda;
    padding: 7px 5px;
    margin-bottom: 0;
}
.streams-overview-section .streams-outer .heading h2 {
    color: #b6a476;
}
.streams-overview-section .streams-outer .col-sm-6 {
    margin-top: 30px;
}
.streams-overview-section .streams-outer .streams-box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #faf8ef;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}
.streams-overview-section .streams-outer .streams-box h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.streams-overview-section .streams-outer .streams-box h2 span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.streams-overview-section .streams-outer .streams-box p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.features-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 50px 0 0 0;
}
.features-section .heading {
    background-color: #f5efda;
    padding: 7px 5px;
    margin-bottom: 30px;
}
.features-section .heading h2 {
    color: #b6a476;
}

.features-section .col-sm-4 {
    margin-top: 30px;
}
.features-section .features-box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
}
.features-section .features-box .icon {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    text-align: center;
}
.features-section .features-box .icon img {
    display: inline-block;
    width: auto;
    max-width: 140px;
}
.features-section .features-box h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
}
.aarambh-bottom-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 80px;
}
.aarambh-bottom-section h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    font-size: 30px;
    line-height: 44px;
    margin: 0;
    padding: 0;
}
.aarambh-bottom-section .bottom-image {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: -50px;
    text-align: center;
}
.aarambh-bottom-section .bottom-image img {
    display: inline-block;
    width: 100%;
    max-width: 800px;
    vertical-align: top;
}

.social-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 20px 0 20px 0;
    position: relative;
    background-color: #dbd2bb;
}

.social-section .footer-logo {
    float: left;
    width: auto;
}
.social-section .footer-logo a {
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.social-section .footer-logo img {
    display: inline-block;
    width: auto;
    max-width: 170px;
}

.social-section .footer-social {
    float: right;
    width: auto;
    margin-top: 8px;
}
.social-section .footer-social ul {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.social-section .footer-social ul li {
    float: left;
    width: auto;
    margin: 0 0 0 20px;
}
.social-section .footer-social ul li:last-child {
    margin-right: 0;
}
.social-section .footer-social ul li a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 8px;
}
.social-section .footer-social ul li a:hover {
    background-color: #faf8ef;
}

footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #af9d6b;
}
footer .copyright {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.form-section  #otpdetail .form-group .form-control {
    width: 100%;
}
.form-section  #otpdetail .text-info {
    font-size: 14px;
}