* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'TT Norms Pro', sans-serif;
    
}
.logo_new {
    position: absolute;
    top: 25px;
    width: 100%;
    text-align: center;
}
.logo_new img {
        width: 200px !important;
}
.banner .btnmain {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.banner .btnmain a {
        background: #f9a121;
    color: #fff !important;
    padding: 12px 45px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}








.header_main {
        position: fixed;
    width: 100%;
    background: #000000cc;
        padding: 10px 0;    
        z-index: 1;
        top:0;
}
.text-right {
    text-align:right;
}
.logo {
        text-align: center;
}
.logo img {
    
}
.bgt1 {
        background: #fff;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #4c4747;
    display: inline-block;
    color: #000;
    width: 150px;
    text-align: center;
}
.animation_btn .btn{
    color: #be9f69;

    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 5px;margin-top: 10px;
    border: 1px solid #be9f69;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear;
} 
/*.animation_btn .btn:hover,
.animation_btn .btn:focus{
    color: #be9f69;
}
.animation_btn .btn:before,
.animation_btn .btn span:before{
    width: 0%;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease 0s;
}
.animation_btn .btn:before{
    content: "";
    background: #be9f69;
    right: 0;
    top: 0;
    z-index: -1;
}
.animation_btn .btn span:before{
    content: attr(data-text);
    color: #fff;
    overflow: hidden;
}
.animation_btn .btn:hover:before{ width: 100%; }
.animation_btn .btn:hover span:before{ width: calc(100% - 25px); }
*/
.banner {
    position: relative;
  
}
.banner img {
        width: 100%;
}
.banner h1 {
       font-family: 'TT Norms Pro', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
}
.welcome_heade {
    padding:60px 0;
    text-align:center;
}
.welcome_heade h1 {
        font-family: 'TT Norms Pro', sans-serif;
    font-size: 60.666667px;
    color: #632a7d;
    font-weight: 800;
}
.welcome_heade .container {
        margin-top: 50px;
}
.welcome_heade p {
    padding: 0 210px;
    text-align: justify;
    color: #582c6c;
    font-size: 19px;
}
.text{
    color: white;
    font-size: 55px;
    font-family: sans-serif;
}
.title_main {
    font-family: 'TT Norms Pro', sans-serif;
        font-size: 40px;
    color: #632a7d;
    text-align: center;
    font-weight: 700;
}
.bg_bb {
        background: #f1f2f2;
    padding: 20px 0;
}
.get_to_know {
    padding: 60px 0;
    background: #421140;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.get_to_know:before {
    content:'';
}
.get_to_know .title_main {
    color:#f9a121;    margin-bottom: 50px;
}
.get_to_know p {
    padding: 0 210px;
    text-align: justify;
    color: #fff;
    font-size: 19px;
}
.img_elephant {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}
.img_elephant img {
    
}
.privious_fast {
     padding: 50px 0 0;
}
.privious_fast .pro_box {
  
}
.privious_fast .pro_box img {
   width:100%;
}
.privious_fast .title_main {
        margin-bottom: 50px;
}
.title_main2 {
    font-size: 40px !important;
    font-weight: 700 !important;
}
.schedul_box {
    text-align: left;
    margin-top: 25px;
}
.schedul_box li {
    color: #fff;
    margin-left: 25px;
    font-size: 18px;
    list-style: none;
    margin-bottom: 8px;
}

.schedul_box p {
    font-size: 20px;
    padding: 0 !important;
    text-align: left !important;
    text-transform: uppercase;
}
.schedul_box p span {
        color: #f9a121;
}
.btn2 {
    background: #f9a121;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 35px;letter-spacing: 1px;
    text-decoration: none;
}
.vender_register center p {
        font-weight: 700;
    color: #632a7d;
    font-size: 16px;
}
.btn2:hover {
    color:#fff;
}
.vender_register {
    padding:50px 0;
}
.form_section {
        width: 58%;
    margin: 0 auto;
    margin-top: 60px;
}
.col-form-label {
    font-size: 14px;
    text-align: right;
    font-weight: 500;
    line-height: 26px;
    position: relative;
        padding-right: 30px;
}
.form_section .form-control {
        border-radius: 0;
    box-shadow: inset 0 0 1px #333030;
}
.form_section select {
        border-radius: 0;
    box-shadow: inset 0 0 1px #333030;
    width: 50%;
    position: relative;
}
.Booth_Requirement span {
    bottom: auto;
    top: 23px;
}
.submitbtn {
    text-align:center;
}
.submitbtn button {
   background: #f9a121;
    color: #fff !important;
    padding: 12px 45px;
    border-radius: 5px;letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 35px;
    text-decoration: none;
    border: 0;
}
.footer {
        margin: 0;
    text-align: center;
    background: #421140;
    padding: 60px 0;
    color: #fff;
}
.preloder {
    position: fixed;
    z-index: 11;
    width: 100%;
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloder img {
        width: 200px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
      background: #fff;
    box-shadow: 0 0 10px #838383;
}

.sticky + .content {
  padding-top: 102px;
}
.phone_show {
    display:none;
}
@media (max-width:767px) {
    .d-deshtop_show {
        display:none;
    }
    .phone_show {
        display:block;
    }
    .banenr_brar_phone,
    .phone_view_setting img{
               padding-top: 50px;
    }
    .phone_view_setting {
            background: #421140;
    }
    .map_title {
    position: relative !important;
    top: 0 !important;
}
.map_area {
    text-align: center !important;
}
.map_bg_sec {
    display:none;
}
.map_details {
        position: relative !important;
    right: 0 !important;
}
 .welcome_heade p {
    font-size: 16px !important;
    padding: 0 15px !important;
    text-align: left !important;
 }
    .d-none_phone {display:none;}
    .banner h1 {font-size: 35px !important;    text-align: center;    width: 100%;}
    .welcome_heade h1 {font-size: 23px !important;}
    .title_main {font-size: 23px !important;}
    .logo img {
    width: 140px;
}
.get_to_know .title_main {
        font-size: 25px !important;
}
.get_to_know p {    padding: 0 15px !important;
    text-align: left !important;}
.schedul_box p {
    text-align: center !important; 
}
.col-form-label {
        font-size: 16px !important;
    text-align: left !important;
    font-weight: 600 !important;
}
.col-form-label span {
        right: auto !important;
}
.form_section .form-control,
.form_section select {
        width: 100% !important;
    position: relative;
    height: 50px;
}
.get_to_know {
    background-image: none !important;
}
.btn2 {
        background: #f9a121;
    color: #fff !important;
    padding: 15px 45px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
}
.slider_pro img {
        height: 400px;
    width: 100%;
    object-fit: cover;
}
.slider_pro {
    margin: 0 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    
}
.img_elephant {
    background-image: none !important;
}
.privious_fast .row {
        padding-bottom: 50px;background: #bcbec078 !important;
}
.privious_fast .pro_box {
        background: #fff;
}
.schedul_box {
    text-align: center;
    margin-top: 0px;
}
.schedul_box li {

    margin-left: 0;
}
.submitbtn button {
        background: #f9a121;
    color: #fff !important;
    padding: 15px 70px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
}

.header_main,
.banner {
    display:none;
}
body {
    background-image:url('img/grid_img.png');
        background-size: contain;
}
.privious_fast .pro_box img {    height: auto !important;}
.text {font-size: 35px !important;}
.form_section {
    width: 100% !important;
}
.schedul_box ul {
        margin: 0;
    padding: 0;
}
.schedul_box li {
    color: #fff;
    margin-left: 0;
}
.animation_btn .btn {
        margin-top: 3px;
}
.banner {    margin-top: 66px;}
.header_main {background: #000000;}

}
.col-form-label span {
   color: #c90b0b;
    font-size: 26px;
    line-height: 0;
    margin-left: 10px;
    position: absolute;
    bottom: 14px;
    right: 4px;
}
.phone_view_setting {
    padding: 0;
}
.phone_view_setting h1 {
       padding: 55px 0;
    font-family: 'TT Norms Pro', sans-serif;
    font-size: 47px;
    color: #fff;
}
.phone_view_setting img {
    position: relative;
    width: 100%;
}
.phone_view_setting .logo {
    position: absolute;
    top: 34px;
    width: 100%;
}
.phone_view_setting .logo img {
    width: 200px;
}
.phone_view_setting .logo h1 img {
        width: 92%;
}
.phone_view_setting .animation_btn a {
   background: #f9a121;
    color: #fff !important;
    padding: 15px 45px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
}
.map_section {
        position: relative;
    padding: 50px 0 100px;
    background: #f6f3f6;
}
.map_title h2 {
    font-family: 'TT Norms Pro', sans-serif;
    font-size: 25px;
    color: #632a7d;
    font-weight: 700;
    margin-bottom: 20px;
}
.map_title {
        position: absolute;
    top: 50px;
    
}
.map_title li {
        font-weight: 600;
    line-height: 30px;
}
.map_area {
    text-align: right;
}
.map_area img {
    width: 90%;
}
.map_bg_sec {
    position: absolute;
    bottom: 0;
    left: 4%;
}
.map_bg_sec img {
        width: 55%;
}
.map_details {
    text-align: center;
    position: absolute;
    right: 14%;
    bottom: 0;
    padding: 10px 0;
}
.map_details p {
        margin: 0;
    font-size: 12px;
}
.map_details p a {
    
}
@media (min-width:970px) and (max-width:1164px) {
    .logo_new img {
        width: 150px !important;
    }
}
@media (min-width:768px) and (max-width:993px) {
    .phone_view_setting {
        padding: 0;
        display: none !important;
    }    
    .logo_new img {
        width: 100px !important;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .img_elephant {    background-size: 100% !important;}
    .title_main, .title_main2, .welcome_heade h1 {    font-size: 35px !important;}
   .welcome_heade p, .get_to_know p {padding: 0 80px !important;}
   .schedul_box p {padding: 0 !important;}
}

@media (min-width:768px) and (max-width:991px) {
   .title_main, .title_main2, .welcome_heade h1 {    font-size: 35px !important;}
   .welcome_heade p, .get_to_know p {padding: 0 20px !important;}
   .schedul_box p {padding: 0 !important;}
   .img_elephant {    background-size: 100% !important;}
}
@media (min-width:992px) and (max-width:1400px) {
.map_title li {
    line-height: 20px;
    font-size: 12px;
}
.map_bg_sec img {
    width: 45%;
}
    
}

.submitbtn button:hover {
    background: #f9a121;
    border:0;
}