html {scroll-behavior: smooth;}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}
.radio {
    background: #ffeee5a8;
    padding: 4px;
    border-radius: 3px;
    /* box-shadow: inset 0 0 0 3px rgb(35 33 45 / 30%), 0 0 0 3px rgb(185 185 185 / 30%); */
    position: relative;
    display: table;
    margin: 0 auto;
    border: 1px solid #ab3f00;
}

.radio input {
    width: auto;
    height: 100%;
    appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 4px 8px;
    background: #fbb80059;
    color: #464646bd;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    transition: all 100ms linear;

}

.radio input:checked {
    background-image: linear-gradient(180deg, #fab800, #f18400);
    color: #101010;
    box-shadow: 0 1px 4px #000000ba;
    text-shadow: 0 1px 0px #79485f7a;
}

.radio input:before {
    content: attr(label);
    display: inline-block;
    text-align: center;
    width: 100%;
}


/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    padding-bottom: 19px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: 600;
    color: #a63d01;
}

.well-head {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 2px 2px 2px;
    border-bottom: 1px solid #ffffff52;
}

.well-body {
    background-color: #7e430f;
    border-radius: 5px;
    padding: 12px;
}

.well-sub {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    padding: 2px;
    padding: 10px 2px 15px 2px;
}

.clr1 {
    background-color: #ffbb00;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d74f0052;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.iitt-adm-frm {
    padding-top: 80px;
    padding-bottom: 20px;
    background-color: #669999;

background-image: url(../image/Polygon%20Luminary%20.svg);
    background-attachment: fixed;
    background-size: cover;
}

.frm-bdy {
    padding: 20px;
background-color: #ffbb00;
    box-shadow: 0 0.7px 1px rgb(0 0 0 / 6%), 0 1.7px 2.6px rgb(0 0 0 / 6%), 0 3.5px 5.3px rgb(0 0 0 / 6%), 0 7.3px 11px rgb(0 0 0 / 7%), 0 20px 30px rgb(0 0 0 / 20%);
}

.lgo-margin {
    margin-top: -100px;

}

.lgo-shdw {
    box-shadow: 0 0.7px 1px rgb(0 0 0 / 6%), 0 1.7px 2.6px rgb(0 0 0 / 6%), 0 3.5px 5.3px rgb(0 0 0 / 6%), 0 7.3px 11px rgb(0 0 0 / 7%), 0 20px 30px rgb(0 0 0 / 20%);

}


.adm-frm-head {
    /*    border: 1px solid #fff; */
    border-radius: 5px;
    background-color: #7e430f;
}

.frm-bdy-stly {
    padding: 13px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0.7px 1px rgb(0 0 0 / 6%), 0 1.7px 2.6px rgb(0 0 0 / 6%), 0 3.5px 5.3px rgb(0 0 0 / 6%), 0 7.3px 11px rgb(0 0 0 / 7%), 0 20px 30px rgb(0 0 0 / 20%);
}


input.btnRegister {
    background-color: #ffffff;
    outline: none;
    /* box-shadow: none; */
    padding: 10px 38px;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 0.7px 1px rgb(0 0 0 / 6%), 0 1.7px 2.6px rgb(0 0 0 / 6%), 0 3.5px 5.3px rgb(0 0 0 / 6%), 0 7.3px 11px rgb(0 0 0 / 7%), 0 20px 30px rgb(0 0 0 / 20%);
    border-radius: 8px;
    color: #c44300;
    border: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f386008f;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #fdba00d1;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 1px solid #bb45005c;
    color: #393939;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.file-upload .file-select .file-select-button {
    background: #fedf9b;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
/*

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
*/

.file-upload .file-select:hover .file-select-button {
    background-image: linear-gradient(
180deg
, #fab800, #f18400);
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}


footer{
    background-color: #303030;
    padding: 25px 5px;
}

footer p{
    font-size:28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
footer ul li{
    font-size: 20px;
    color: #fff;
border-bottom: 1px dashed #fff;
padding-bottom: 8px;
}
footer ul li a{
    font-size: 18px;
    font-weight: bolder;
    color: #f6c02d;

}
footer ul li a:hover{

    color: #ffffff!important;

}

.hide{display: none;}


.file-input-container{
position: relative;
}
.sm-input-file{
    background: #ccc;
    color: #777;
    width: 100%;
    opacity: 0;
    position: absolute;
    height: 41px;
    cursor: pointer;
    z-index: 9;
}
.for-sm-input-file{
    padding: 6px;
    cursor: pointer;
    text-align: center;
    color: white;
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 2px;
    height: 41px;
     width: 100%;
    background-color: #7e430f;
}
.for-sm-input-file:hover{
 background:rgba(241, 160, 22, 0.74);
 color:#fff;
}
.span-text {
    display: inline-flex;
    padding: 4px;
    border: 1px solid #feba00;
    border-radius: 2px;
    height: 41px;
    color: #69380d;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px;
    width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}


.terms {
   padding: 10px 0;
   border: 1px solid #a9a9a9;
   margin: 10px 0;
   height: 300px;
   overflow-y: scroll;
   background-color: #f1f1f1;
   color: #5a5a5a;
}
.terms li {
   padding: 5px 0;
}
::-webkit-scrollbar {
   width: 5px;
}

::-webkit-scrollbar-track {
   background-color: #ebebeb;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px;
   border-radius: 10px;
   background: #d64900;
}

select option{background-color: #fff;}
select optgroup{background-color: #f3ebd4;}


/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .mode.radio input{width: 100%;}
}

