/* font-family: 'Great Vibes', cursive;
font-family: 'Poppins', sans-serif; */

html, body{
  font-family: 'Poppins', sans-serif;
  color: #d2ab67;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  scroll-behavior: smooth;
}

.home{
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url('../images/red.jpg');
  background-size: cover;
  background-position: center;
}

.exhitorhome{
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url('../images/red.jpg');
  background-size: cover;
  background-position: center;
}

.buyyerhome{
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url('../images/red.jpg');
  background-size: cover;
  background-position: center;
}

.backbox{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/1.png');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.exhitorbackbox{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/4.png');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.buyyerbackbox{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/7.png');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.home_message{
  width: 500px;
  height: 350px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
}

.exhitorhome_message{
  width: 500px;
  height: 250px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
}

.buyyerhome_message{
  width: 500px;
  height: 250px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
}

.homeline{
  font-family: 'Great Vibes', cursive;
  color: #fff;
  margin-top: 50px;
}

.btn-reg{
  background-color: #d2ab67;
  margin-top: 30px;
}

header{
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.logobox{
  width: 200px;
  padding: 15px;
  flex: none;
}

.menu{
  flex:auto;
  padding-top: 20px;
}

.head_row{
  display: flex;
}

.nav-link{
  /* color: #d2ab67; */
  color:#fff;
}

.nav-link:hover, .nav-link:focus{
  background-color: #d2ab67;
  color: #000;
  border-radius: 4px;
}

.activehead{
  background-color: #a71c20;
}

.activehead .logobox{
  width: 120px;
}


.about{
  padding: 100px 0;
  height: 740px;
  position: relative;
  background-image: url('../images/blue.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  /* color: #a71c20; */
}

.expoabout{
  padding: 100px 0;
  height: 735px;
  position: relative;
  background-image: url('../images/blue.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  /* color: #a71c20; */
}

.buyyerabout{
  padding: 100px 0;
  height: 570px;
  position: relative;
  background-image: url('../images/blue.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
}

.abouttext{
  width: 450px;
  height: 510px;
  position: absolute;
  margin: auto;
  right: 100px;
}

.expoabouttext{
  width: 450px;
  height: 535px;
  position: absolute;
  margin: auto;
  right: 100px;
}

.buyyerabouttext{
  width: 450px;
  height: 365px;
  position: absolute;
  margin: auto;
  right: 100px;
}

.headline{
  font-family: 'Great Vibes', cursive;
  font-size: 46px;
  margin-bottom: 30px;
  color: #fff;
}

.datesbox{
  border-top: 2px solid #d2ab67;
  border-bottom: 2px solid #d2ab67;
  padding: 10px 0;
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
}

.aboutimg{
  width: 100%;
  height: 740px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/3.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.buyyeraboutimg{
  width: 100%;
  height: 565px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/3.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.expoaboutimg{
  width: 100%;
  height: 735px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/2.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.hybridexpo{
  padding: 100px 0;
  height: 645px;
  position: relative;
  background-image: url('../images/6.jpg');
  background-size: cover;
  background-position: bottom;

}

.expotext{
  width: 450px;
  height: 510px;
  position: absolute;
  margin: auto;
  left: 100px;
}

.ps{
  padding: 100px 0;
  background-image: url('../images/green.jpg');
  background-size: cover;
  background-position: center;
}

.iconrow{
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.iconbox{
  width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(210,171,103,0.5);
  margin: 10px 38px;
  padding: 25px;
}

.icon{
  width: 80px;
  margin: 0 auto 10px auto;
}

.iconlable{
  font-size: 16px;
  line-height: 20px;
}


.rigster{
  padding: 100px 0;
  /* background-image: url('../images/brown.jpg');
  background-size: cover;
  background-position: center; */

}

.whytext{
  width: 450px;
  margin: 135px auto;
  color: #455a64;
}


.btn-red{
  background-color: #a71c20;
  color: #fff;
}

.formbox{
  color: #455a64;
}

.page{
  padding: 100px 0;
  background-color: #eceff1;
  color: #455a64;
}

.mahatibox{
  width: 200px;
}

footer{
  padding: 75px 0;
  background-color: #455a64;
}

footer p{
  margin: 0;
}

.foothead{
  font-weight: 300;
}

.foottext{
  width: 450px;
  margin: auto;
  padding: 45px 0;
}

.keyhighlight{
  padding: 100px 0;
  background-image: url('../images/brown.jpg');
  background-size: cover;
  background-position: center;
  color: #a71c20;
}

.whyexpo{
  padding: 100px 0;
  height: 1140px;
  background-image: url('../images/red.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.whyexpoimg{
  width: 100%;
  height: 840px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url('../images/5.png');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.whyexpotext{
  width: 450px;
  height: 510px;
  position: absolute;
  margin: auto;
  left: 100px;
}

.textbox{
  width: 450px;
  margin: 0 auto;
}

.keyimgs{
  width: 450px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.box-h1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.box-v1, .box-v2{
  width: 125px;
}

.box-v3{
  width: 200px;
}

.box-h4{
  width: 100%;
  display: flex;
}

.box-v4{
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  flex: none;
  height: 340px;
}

.box-h5{
  width: 100%;

}

.box-v6, .box-v7{
  width: 125px;
  flex: none;
}

.box-v5{
  width: 105px;
}

.box-h6{
  width: 300px;
}


.hidden_mobi {
  display: flex;
}
.visible_mobi {
  display: none;
}

.backbox1{
  display: none;
}
.aboutimg1{
  display: none;
}
.buyyerbackbox1{
  display: none;
}
.buyyeraboutimg1{
  display: none;
}
.exhitorbackbox1{
display: none;
}
.expoaboutimg1{
  display: none;
}
.whyexpoimg1{
  display: none;
}

.red{
  color: #a71c20;
}
html{
  scroll-behavior: smooth;
}
.hosted{
  font-size: 26px;
}
.inr{
  font-size: 29px;
  font-weight: 500;
}
.getdesign{
/* text-align: center;
display: block; */
float: right;
}

.btn:hover{
  color: #fff;

}
.btn:focus{
outline: none;
box-shadow: none;
}
/* naveen css */

label.error {
  position: relative!important;
  color: #cd2012;
  padding: 0 !important;
  padding-top: 10px !important;
  font-size: 13px;
  display: block;
}
#text {
  display: none;
}
.panel-set {
  margin: 200px auto;
    font-size: 24px;
    color: #cd2012;
}
