@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Patua+One|Roboto');

@font-face {
    font-family: 'codaregular';
    src: url('coda-regular-webfont.eot');
    src: url('coda-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('coda-regular-webfont.woff2') format('woff2'),
         url('coda-regular-webfont.woff') format('woff'),
         url('coda-regular-webfont.ttf') format('truetype'),
         url('coda-regular-webfont.svg#codaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body { margin:0px; padding:0px; background:#e2007e}
img { border:none; outline:none; max-width:100%; vertical-align:top; background-size:100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
.clrfix{ clear:both}


h1 { margin:0px; padding:0px; font-family:'codaregular'; color:#000; font-size:25px; line-height:30px   }
h2 { font-family: 'codaregular'; color:#fff; font-size:26px; margin:0px; padding:10px 0px 10px 0px; text-align:center}
h3 { font-family: 'codaregular'; color:#fff; font-size:26px; margin:0px; padding:10px 0px 5px 0px; }
h4 { margin:0px; padding:0px 0 10px 0; font-family:'codaregular';  font-size:32px; }

h5 { margin:0px; padding:0px; font-family:'codaregular'; color:#fff; font-size:28px   }




#root {width:100% ; margin:0 auto;     }
.top-bar { width:100%; margin:20px 0px ; padding:0px;  }
.strip { background:#fff; height:2px;}
header { width:100%; margin:0px 0px ; padding:0px;  overflow:hidden; background:#252525; }
.top-main { width:1170px;   margin:0 auto;  padding:15px 0 15px 0px; overflow:hidden;  z-index:999 ; z-index:9999}
.logo{ float:left;  width:50%; z-index:9999; }
.logo img{ float:left;  }


.but { float:right; width:40%; padding:2% 0 0 0; text-align:right}

.date { float:left;  width:40%;  font-family:'codaregular'; font-size:23px; line-height:28px; color:#333}
.date-txt {  font-family:'codaregular'; font-size:35px; color:#004377; font-weight:bold; line-height:31px; margin:0px; padding:0px;}
.date-txt1 {  font-family:'codaregular'; font-size:20px; color:#fff; line-height:24px; margin:0px; padding:0px;}
.date-inner { padding:3% 0% 3% 4%}



#banner-outer { width:100%; height:100%;  padding:0px 0 0px 0px ; z-index:99; margin:0px;  background:#fbc408}
.banner-inner{ width:100%; height:100%;  margin:0 auto }
.punch-inner{ width:1170px; height:100%;  margin:0 auto; padding:30px 0 30px 0; font:36px/46px 'Patua One', cursive; color:#fff; text-align:center; text-transform:uppercase  }
.punch-inner ul{ width:48%;  display:inline-block; list-style:none  }
.punch-inner li{ border-bottom:dotted 1px #FFF }
.banner { width:52%; float:left;}
.banner1 { width:44%; float:right;}




#middle-outer { width:100%; background:#fbc408; height:100%;  float:left;  padding:40px 0px;   margin:0px 0 0 0;  }
.middle-inner { width:1170px; height:100%; margin:0 auto;  overflow:hidden;}
.middle-txt { width:100%; float:left; font-family:'codaregular'; font-size:16px; color:#000; line-height:23px;   text-align:center  }

	
	
.exhibit-outer { width:100%; padding:25px 0; margin:0px 0px ; float:left; background:#252525;  }
.exh { width:1170px; margin:0 auto;  font-family:'codaregular'; font-size:17px; color:#fff; line-height:23px;   text-align:center}
.exh-main { width:100%; padding:0 0 2% 0; display:flex  }
.main-box{}
.exh-box { width:32.5%;   float:left; margin:0 0 0 1%;  display:flex;
}


.123 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
 background:#000
}

.exh-box:hover .overlay {
  opacity: 1;
}

.text {
  color: white; text-transform:uppercase; width:96%; 
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text a{
  color: white; text-transform:uppercase; width:96%; 

}

.exh-box1 { width:100%; padding:0; background:#fbc408;  font-family: 'codaregular'; color:#000; font-size:20px; line-height:25px; text-transform:uppercase}
.exh-box1:hover{  background:#ba9001; -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
.exh-box.last { margin:0}




#exhibitor-outer2 { width:100%; height:auto; margin:0px 0 0 0; padding:40px 0px;  overflow:hidden; border-bottom:solid 0px #CCC; float:left; background:#000 
 }
.exhibit-main2 { width:100%; float:right; padding:0px; font-family:'codaregular'; font-size:17px; color:#fff; line-height:23px; text-align:center }




.exhibit {width:48%; height:auto; text-align:center;  ; float:left; margin:0px; background:#fbc408; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.exhibit a { font-family:'codaregular'; color:#000; font-size:21px; display:block; padding:9px 0 9px 0; text-decoration:none; margin:0px
}
.exhibit a:hover {
	text-decoration:none; background:#ba9001;  color:#fff; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}


.exhibit1 {width:48%; height:auto; text-align:center;    float:left; margin:0% 0 0 2%;  background:#fbc408; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.exhibit1 a { font-family:'codaregular'; color:#000; font-size:21px; display:block; padding:9px 0 9px 0; text-decoration:none; margin:0px
}
.exhibit1 a:hover {
	text-decoration:none; background:#ba9001;  color:#fff; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;}



.exhibit2 {width:200px; height:auto; text-align:center;    margin:0 auto; border:solid 3px #FFF
}
.exhibit2 a { font-family:'codaregular'; color:#fff; font-size:23px; display:block; padding:10px 0 10px 0; text-decoration:none; margin:0px
}
.exhibit2 a:hover {
	text-decoration:none;  background:#171717;    -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

#footer-outer { width:100%;  background:#171717; float:left; padding:25px 0px;}
#footer { width:600px;margin:0 auto; color:#fff; font-family:'codaregular'; font-size:15px; line-height:20px; overflow:hidden}
.footer-inner { width:32%; float:left; padding:0% 0 0 0;  }
.footer-inner img{ max-width:100% }
.footer-inner1 { width:67%; float:right }

.contactDetails h6 {
	font-family:'codaregular';
	font-size:32px;
	color:#fff;
	font-weight:normal;
	padding:0;
	margin:0px 0; 
	line-height:36px
}



.bor {
	width:100%;
	height:1px;
	background:#232323;
	margin:5px 0 10px 0;
}

.company {
	font-family:'codaregular';
	font-size:20px;
	color:#fff;
	font-weight:normal;
	padding:0;
	margin:3px 0;
	line-height:24px
}
.company1 {
	font-family:'codaregular'; font-size:20px; color:#ee5b2b; 

}









@media screen and (max-width:480px) {
	
	h1 {  font-size:24px;   }
	h2 { font-size:24px; padding:0px 0px 10px 0px;   }
	h3 { font-size:28px; }
h4 { font-size:28px; }

.top-main { width:85%;   margin:0 auto; }
.logo{  width:85%; text-align:center; margin:0 auto; float:none; border-right:none}	
 .logo img{  max-width:100%; float:none;  text-align:center}
 .but { width:100%;  margin:0 auto; text-align:center; padding:10px 0 10px 0; }
header { width:100%; margin:0px 0px ; padding:0px;   overflow:hidden;  }





.banner-inner{ width:100%; height:100%;  margin:0 auto }
.punch-inner{width:93%; }
#middle-outer { width:100%; float:left; }
.middle-inner { width:94%;    }
.middle-txt { width:95.2%;  float:left; }
.exh { width:96%; font:15px/18px 'codaregular';}
.exh-main { display:block }
.exh-box { width:98%; margin:0}

#exhibitor-outer2 { background:#004377 }
.exhibit-main2 { width:100%; }



#footer { width:95%;}
.footer-inner { width:100%;  }
.footer-inner img{ max-width:50% }
.footer-inner1 { width:100%; float:left }
.contactDetails h6 {
	 text-align:left
}


.exhibit2 {width:98%; margin:0px;  }
.exhibit3 {width:98%; margin:2.8% 0 0 0%;   }

.exhibit1 {width:98%;  margin:3% 0 0 0%;  
}
.exhibit {width:98%; 
}
p { max-width:90%; }

}


@media screen and (min-width: 481px) and (max-width: 700px) {
	
	h1 {  font-size:24px;   }
	h2 { font-size:24px; padding:0px 0px 10px 0px;   }
	h3 { font-size:28px; }
h4 { font-size:28px; }
	

.top-main { width:85%;   margin:0 auto; }
.logo{  width:85%; text-align:center; margin:0 auto; float:none; border-right:none}	
 .logo img{  max-width:100%; float:none;  text-align:center}
 .but { width:100%;  margin:0 auto; text-align:center; padding:10px 0 10px 0; }
header { width:100%; margin:0px 0px ; padding:0px;   overflow:hidden;  }

.banner-inner{ width:100%; height:100%;  margin:0 auto }
.punch-inner{width:93%; }

#middle-outer { width:100%; float:left; }
.middle-inner { width:94%;    }
.middle-txt { width:95.2%;  float:left; }
.exh { width:96%; font:15px/18px 'codaregular';}
.exh-main { display:block }
.exh-box { width:98%; margin:0}

#exhibitor-outer2 { background:#004377 }
.exhibit-main2 { width:100%; }



#footer { width:95%;}

.footer-inner { width:100%;  }
.footer-inner img{ max-width:50% }
.footer-inner1 { width:100%; float:left }
.contactDetails h6 {
	 text-align:left
}



.exhibit {width:98%; 
}


.exhibit1 {width:98%; margin:2% 0 0 0 
}



 }
 
 



@media screen and (min-width: 701px) and (max-width: 991px) {
	

	h1 {  font-size:24px;   }
	h2 { font-size:24px;   }
	h3 { font-size:28px; }
h4 { font-size:28px; }
	


.top-main { width:85%;   margin:0 auto; }
.logo{  width:85%; text-align:center; margin:0 auto; float:none; border-right:none}	
 .logo img{  max-width:100%; float:none;  text-align:center}
 .but { width:100%;  margin:0 auto; text-align:center; padding:10px 0 10px 0; }
header { width:100%; margin:0px 0px ; padding:0px;   overflow:hidden;  }





.banner-inner{ width:100%; height:100%;  margin:0 auto }
.punch-inner{ width:92%; height:100%;  margin:0 auto }
.punch-inner{width:93%; }

#middle-outer { width:100%; float:left; }
.middle-inner { width:94%;    }
.middle-txt { width:95.2%;  float:left; }
.exh { width:96%; font:15px/18px 'codaregular';}
.exh-main { display:block }
.exh-box { width:98%; margin:0}

#exhibitor-outer2 { background:#004377 }
.exhibit-main2 { width:100%; }



#footer { width:95%;}

.footer-inner { width:100%;  }
.footer-inner img{ max-width:50% }
.footer-inner1 { width:100%; float:left }
.contactDetails h6 {
	 text-align:left
}


	 }



@media screen and (min-width: 991px) and (max-width:1150px) { 

#exhibitor-outer2  { 	background-size: 491px 346px;}
}
	
@media screen and (min-width: 1151px) and (max-width:1279px) { 

#exhibitor-outer2  { 	background-size: 551px 346px;}
}
	 	
	 
	 
@media screen and (min-width: 991px) and (max-width:1279px) { 
	
	h1 {  font-size:20px   }
	h2 { font-size:24px; 0 padding:0px 0px 10px 0px; }
	h3 { font-size:24px; }

.but { float:right; width:39%; padding:2.6% 0 0 0; text-align:right}
.logo img { max-width:95%}	
#footer {font-size:14px; line-height:21px}


.middle-txt { font-size:15px; line-height:21px;    }
.top-main { width:93%;   }
.banner-inner { width:100%;  }
.middle-inner { width:93%; }
.punch-inner{width:93%; }

.exhibit-main2 {  font:15px/21px 'codaregular';    }	
.exh { width:93%; font:15px/23px 'codaregular' ;}


		 } 
		 
		 
	@media screen and (min-width: 1291px) and (max-width:1800px) { 	 
	.banner-inner{ width:100%; height:100%;  margin:0 auto; text-align:center }
		.banner-inner img{ width:100%;  }
	
	}