:root{
--font-family-Montserrat: 'Montserrat', sans-serif;
}



@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('../fonts/TradeGothicLTStd-Bold.woff2') format('woff2'),
        url('../fonts/TradeGothicLTStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.comminpadding{
    padding: 50px 0px;
}

.margin-bottom-50 {
    margin-bottom: 30px;
}

html{ height:100%; }

body::after{ content:''; display:block; height:100px; }

body{
    color: var(--black);
    font-size: 16px;
    position: relative;
    counter-reset: geek-counter; 
    background-color: #e3dbbb;
    background-image: url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
    font-family: 'Trade Gothic LT Std';
     min-height:100%; padding:0; margin:0;
}



body.congratulationsBg{
    background-image: url(../images/madhuri-bg.png);

}


/* Helper Css 01.09.2020*/
:focus {
outline: 0;
}
:hover{
    outline: 0;
}
a{
    text-decoration: none;
}

a:hover{
text-decoration: none;
}

a, button{
    outline: none;
    box-shadow: none;
}

a, button:hover {
    outline: none;
    box-shadow: none;
}

a, button:focus {
    outline: none;
    box-shadow: none;
}
.no-gutters-desktop{
    padding: 0;
}

section{
    position: relative;
}


input, select, textarea{
    color: #f00;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: black !important;
}

/* Helper Css the end 01.09.2020*/

.heroSlider {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.bplogo {
    display: flex;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
};


.bplogo img {
    width: 100px;
}

.customform {
    background: black ;;
    opacity: 70%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.customform .form {
    margin: 15px;
}

.customform .form .input-group label {
       width: 100%;
    font-family: 'Gotham -medium';
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
}

.customform .form .input-group {
    margin-bottom: 10px;
}


.customform .form .form-control {
    border: 0px;
    border-radius: 10px;
    border-color: yellow;
    line-height: 24px;
    padding: 0px 10px;
    background: #fff;
    font-size: 14px;
    color: black;
    font-weight: 300;
    height: calc(1.25rem + 20px);
    box-shadow: none;
    outline: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn {
    font-size: 16px;
    cursor: pointer;
    background: yellow;
    color: black;
    font-weight: 700;
    border-radius: 10px;
    border: 0;
    width: 150px;
    margin-top: 20px;
    display: block;
    margin: 20px auto 0px;
}
.customform .form .input-group {
    margin-bottom: 10px;
}


.title {
    color: #EB3035;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.title-label {
    color: #EB3035;
    text-align: center;
    font-size: 35px;
    text-shadow: 0 0 2px #fff, 0 0 5px #fff;
}

.title img {
    width: 180px;
    margin: 0px auto;
    display: table;
}

.title-pre{
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

footer.footerColor {
    background: #EB3035;
    border-bottom: 10px solid #FFD341;
}


footer{ 
  position:absolute; 
  bottom:0; 
  width:100%; 
}



.footerLogo{
    padding: 10px 0px;
}

.footerLogo img{
    margin-bottom: 20px;
}

.footerLogo p{
    font-size: 10px;
    text-align: left;
    color: #fff;
    margin: 0px;
    padding: 0px;
}


.footerLogo span {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.footerIcon {
    position: absolute;
    right: 0;
    top: 3rem;
}



.footerMadhuriImg {
    position: absolute;
    top: -49vmin;
    z-index: -1;
    width: 300px;
    left: 3rem;
}



.footerTextImgLeft {
    position: absolute;
    top: -37vmin;
    z-index: -1;
    width: 130px;
    left: 0rem;
}

.footerTextImgRight {
    position: absolute;
    top: -40vmin;
    z-index: -1;
    width: 80px;
    right: 1rem;
}




.yellotext .spin-figure{
      color: #FCB534;
}


.redtext .spin-figure{
      color: #AE151A;
}




.spin-figure {
    font-size: 20px;
}


@media only screen and (min-width:0px) and (max-width:767px) {

.bplogo {
    padding: 20px 0px;
}

.heroSlider {
    height: auto;
    margin-bottom: 100px;
}

.customform {
    padding: 20px 0px;
}

footer {
    margin-top: 30px;
}

.footerLogo img {
    width: 250px;
    margin-bottom: 10px;
}

.footerLogo p{
    font-size: 6px;
}



.footerLogo span {
    font-size: 10px;
}

.footerIcon {
    position: absolute;
    right: 1rem;
    top: 1rem;
}


}