@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
* {
  box-sizing: border-box;
}

body { margin:0px; padding:0px;   font-family: 'Roboto', sans-serif; background: #fff  }
img, p { 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}

h2 {
    display: flex; width: 82%; justify-content: center; align-items: center;text-align: center; font-family: 'Roboto', sans-serif; color:#ffffff; font-size:34px;  padding: 40px 0 12px 0; margin: 0 auto; letter-spacing: 1px; text-transform: uppercase; font-weight: 900
}


h3 {
    display: flex; width: 82%; justify-content: center; align-items: center;text-align: center; font-family: 'Roboto', sans-serif; color:#fff; font-size:34px;  padding: 0 0 12px 0; margin: 0 auto; letter-spacing: 1px; text-transform: uppercase; font-weight: 900
}



h1 {
    width: 100%;  font-family: 'Roboto', sans-serif; color:#000000; font-size:26px;  padding:0px 0 10px 0; margin: 0 auto; line-height: 36px; text-align: left; font-weight: 900
}



/* Container styling */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0 25px 0;
   transition: all 0.3s ease; max-width: 1300px;  margin: 0 auto; width: 100%;
}

/* Logo styling */
.logo img {
    max-width:100%;
    height: auto;
    transition: transform 0.3s ease;
}



/* Event details (date next to logo) */
.event-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

		padding:10px 0 0 0
}

.event-date {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #0E3D58;
    font-weight: bold;
}


 .date-container strong{
  font-size: 24px; 
   
}


    .date-container {
      display: flex;
      gap: 10px;
      font-family: Arial, sans-serif; align-items: center;
    }

    .date-box {
      width: 70px;
      text-align: center;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .date-top {
      background-color: #EE8018; /* green */
      color: white;
      padding: 8px 0;
      font-size: 28px;
      font-weight: bold;
    }

    .date-bottom {
      background-color: #007D3E; /* orange */
      color: white;
      padding: 5px 0;
      font-size: 14px;
      font-weight: bold;
    }

.event-location {
    font-size: 16px;
    color: #0E3D58; padding: 5px 0 0 0; line-height: 28px
}

/* Button styling */
.action-buttons {
    display: flex;
    gap: 10px;
}

.btn {
    padding: 15px 25px;
    text-decoration: none;
    color: #fff;
    background-color: #007D3E;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease; font-size: 16px
}

.book-stall {
 background:#EF7F1B;
}

.visit {
  background:#007D3E;
}

.btn:hover {
    transform: scale(1.05);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .action-buttons {
        flex-direction: column;
        width: 90%; margin: 0 auto!important; gap:0px; 
    }

    .btn {
        width: 85%;
        margin-bottom: 10px;
    }
	
	.event-details {

    width:90%; text-align: center; margin-bottom: 10px
}
	
.event-location {
    font-size: 14px;
    text-align: left;
}
	
	
	
	
}






/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #ff5601;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 204px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px !important;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
}

.float-tw {
  top: 215px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */





h4 { font-family: 'Roboto', sans-serif; color:#fff; font-size:26px; margin:0px; padding:0px 0px 20px 0px; text-align:center}
.parallax{  width:100%; height:auto; background-attachment:fixed;  background-position:50% 50%; background-repeat:no-repeat; background-size:cover; height:100%; padding:0px; margin:0px;}
.parallax.bg1{ background:#fff; padding:0px; margin:0px;  z-index:99; overflow:hidden;  }

.parallax.bg2 { padding:60px 0px; margin:0px;  z-index:99; overflow:hidden;  }

#root {width:100% ; margin:0 auto;     }
.top-bar { width:100%;  margin:0 auto; padding:.8% 0; background:#f4f4f4; border-bottom:solid 1px #eaeeee;    overflow:hidden}
.top-menu {width:90%;  margin:0 auto}



header { width:100%; margin:0px 0 0px 0px ; padding:20px 0 25px 0;   overflow:hidden; background:#ffffff; }

.top-nav { background:#cac621; width:100%; height:auto }

header .top-main { width:1180px;  margin:0 auto;  padding:0px 0 0px 0; overflow:hidden;  z-index:999 ;}
header .logo{ float:left;  width:24%; font-size: 32px; color: #fff; font-weight: bold; padding:0px 0 0 0px; text-transform: uppercase; font-family: 'Roboto', sans-serif;}

header .date { float:left;  width:30%;  font-family:'Roboto', sans-serif; font-size:20px; line-height:24px; color:#000000; margin:.8% 0 0 1%; }
header .date-txt {  font-family:'Roboto', sans-serif; font-size:20px; color:#fff; font-weight:700; line-height:24px; margin:0px 0 5px 4px; padding:3px 5px; text-transform: uppercase;   background-color:#EE7C00; border-radius: 4px; border: solid 1px #FFFFFF}
header .date-txt1 {  font-family:'Roboto', sans-serif; font-size:18px; color:#000000; line-height:24px; margin:8px 0 0 4px; padding:0px; display: block; }



header .logo img{ float:left;  }
 .menu {  width:55%; float:right  }


 .menu-but { width:28.2%;  float:left;   padding:10px; margin:0 0 0 1%; list-style:none; text-align:center;   font-family:'Raleway-Regular'; font-size:15px; background:#df0d7a}
.menu-but a{ color:#fff; text-decoration:none;  }



header .but { float:right; width:36%; padding:1.5% 0 0 0; text-align:right}
header .but img{ width:48%; }



.banner-txt { font:75px/85px 'Roboto', sans-serif;  color:#fff; display:block;   font-weight: 900}


.banner-txt p{ font-size: 32px; font-weight: 900; margin: 0px; padding: 0px; line-height: 32px}

#banner-outer { width:100%;   z-index:999; margin:0px; float:left;  z-index: 99;  }

.banner-inner{ width:100%;  margin:0 auto; text-align:center; font:26px/60px 'Roboto', sans-serif;  color:#fff; text-align:center;    }


.lastdate {font-size: 46px!important; color: #FFFFFF!important;  font-weight: 900; width: 100%!important; text-align: center!important; line-height: 50px!important }







.container{ width:1170px;  margin:0 auto;   }


.banner-main {   width:100%  }
.banner-punch { width:100%; padding:0px 0 50px 0; text-align:center; line-height:normal  }
.txt-babner {font-family: 'Roboto', sans-serif; font-size:50px; text-transform:uppercase; color:#fff; line-height:59px; display:block }
.txt-babner1 {font-family:'Roboto', sans-serif; font-size:32px; text-transform:uppercase; color:#e94609; line-height:36px; display:block }
.txt-babner2 {font-family:'Roboto', sans-serif; font-size:24px; color:#FFF; line-height:34px; display:block }

.baanner-inner1 { width:93%; margin:0 auto; height:100%; padding:20px 0px 20px 0px; overflow:hidden; text-align: center; font: 40px 'Raleway-Bold' }




figcaption { width:100%; display: flex; flex-wrap: wrap; justify-content: center; padding: 60px 0; margin: 0 auto; background: #F5F5F5}

.about {  width: 60%; float: left;  color: #000000; font-size: 15px; line-height: 24px; font-family: 'Roboto', sans-serif;  }


.about-side {
    width: 38%;
    margin: 0px 0 0 1%; float: right


}




#middle-outer { width:100%; height:100%;  float:left; margin:0px 0 0px 0 ; padding:30px 0; background:#e40913; }
.middle-inner { width:1300px; height:100%; margin:0 auto;   line-height: 32px; padding: 0px 0 0 0; text-align: left; font-size:16px; color: #02033b; }
.middle-inner1 { width:960px; height:100%; margin:0 auto;   line-height: 32px; padding: 0px 0 0 0; text-align: left; font-size:16px; color: #02033b; z-index: 9999}
.middle-inner p{ text-align: justify}




.middle-txt { width:96%; float:left; padding:0px 20px;  font-family: 'Roboto', sans-serif; font-size:16px; color:#fff; line-height:28px; text-align:left; }
.middle-box { width:36%; float:right; }

.middle-outer1 { width:100%; height:100%;  float:left; margin:185px 0 0 0 ; padding:0px; background:#000}
#middle-outer1 { width:100%; height:100%;  float:left; margin:0px 0 0 0 ; padding:40px 0 40px 0;  background:#EE7C00}
#middle-outer2 { width:100%; height:100%;  float:left; margin:0px 0 0 0 ; padding:0px 0 0px 0; }

#middle-outer2 p{ text-align: center; color: #FFFFFF }

#middle-outer1 p{ text-align: center; color: #FFFFFF; width:70%; margin: 0 auto; line-height: 28px}

.bg {   background: linear-gradient(55deg, rgb(2, 125, 61) 40%, rgb(1, 28, 14) 80%);     width: 100%; margin: 0px; padding:60px 0 60px 0; float: left;  z-index: -999 }

.middle-txt1 { width:46%; float:left; padding:20px 12px; font-family: 'Roboto', sans-serif; font-size:15px; color:#fff; line-height:24px; border-right:solid 1px #ecf3f9  }
.middle-txt2 { width:44%; float:left; padding:20px 18px; font-family: 'Roboto', sans-serif; font-size:15px; color:#fff; line-height:24px;  }

.middle-box1 { width:13%; float:left; padding:18px 12px; }

#middle-outer3 { width:100%; height:100%;  float:left; margin:0px 0 0 0 ; padding:0px; background:#010103}

.middle-exh { width:31%; float:left; margin:0 0 0 1.5%; border:solid 10px #fff}
.middle-vis { width:48%; float:right; padding:10px 12px; background:#f10f24 }

.exhibit-outer { width:100%; padding:40px 0 40px 0; margin:0px 0px ; float:left; background:#EE7C00;  }


.exhibitor-main { width:24%;  height:auto;  font:16px/26px 'Roboto', sans-serif; color:#fff;  float:left; margin:1% 0 0 0%; text-align:center; text-transform: uppercase}

.exhibitor-main i{ font-size: 50px; color: #ffffff; text-align: center; margin: 0 auto; display: block}

.exhibitor-main ul{ margin: 0px; padding: 0px; list-style: none; text-align: center}

.exhibitor-main li{ padding:0 0 0 4px; text-align: left}


.exhibitor-main img{ width:100%; display:block;  padding: 0px; text-align: center; margin: 0 auto}
.exhibitor-main p{ float: left; width:100%;  padding:8% 0 0 0; text-align: center; font-size: 26px; margin: 0px}



.exh { width:1170px; margin:0 auto;  padding: 0px; font-family:'Roboto', sans-serif; font-size:18px; color:#fff; line-height:24px; display: flex; justify-content: center; flex-wrap: wrap }

.exh-box2 { width:25%;   float:left; text-align:center;   font-family: "Baloo 2", sans-serif; font-size:16px; color:#ffffff; line-height:26px; margin: 2% 0 0 0 }
.exh-box2 i{font-size: 44px; color: #FFFFFF }


.exh-box2 strong{ font-weight: 900; display: block; font-size:32px; line-height:60px}


.exh-box2 .last { border-right:solid 1px #053864 !important }
.exh-box2 img{ width: 64px; height: 64px; padding: 15px 0 0 0   }



.exh-box2 span { color: #ffffff; display: block; padding: 20px 0 20px 0
}
.exh-box2 p { color: #FFFFFF; font-size:30px; font-weight: 900; line-height: 36px; padding: 0 0 0px 0 
}
.exh-box2  ul{ margin:0px; padding:0px 0 0 25px;}
.exh-box2  li { margin:0px 0 0 5px; padding:0px 0 0 5px; }



.exh-box { width:18%; margin:1% 0 0 2%; padding:2% 1%;  float:left; text-align:center; font-family:'Roboto', sans-serif; font-size:18px; color:#2e496a; line-height:24px; font-weight: 500; background: #ffffff ; filter: drop-shadow(0px 2px 1px #e5e5e5); border-radius: 4px; border: solid 1px #d9d9d9    }
.exh-box span{ color: #001f4b ; font-size: 18px; font-weight: 500; display: block; padding:10px 0px; text-align: center; width: 100%  }

.exh-box img{ display: inline-block; height: 120px;   }
.exhibitor-main1 { width:22%;  height:auto;  font:16px/26px 'Roboto', sans-serif; color:#000000;  float:left; margin:0% 0 0 2%; text-align:left;  }

.exhibitor-main1 ul{ margin:2px 0 0 0px; padding: 0px; text-decoration: none; color: #FDFDFD }

.exhibitor-main1 li{ margin:5px 0 0 25px; padding: 0px 0 0 0px}

.exhibitor-main1 i{   padding: 0 8px 0 0; font-size: 14px}

.exhibitor-main1 img{ width:100%; margin: 0 auto; display:  block}

.exhibitor-main1 span{ font-size: 18px; font-weight: 500; display: block; padding:30px 0 0 0px; text-align:left; width: 100%; color: #FFFFFF; font-weight: 900}
.exhibitor-main1 strong{ font-size: 16px; font-weight:300; display: block; padding:10px 20px; text-align: center; width: 100%; color: #FFFFFF}
.txt {font:70px/70px 'Roboto', sans-serif; }



.exhibitor-main2 { width:47%;  height:auto;  font:16px/30px 'Roboto', sans-serif; color:#ffffff; float:left; margin:0% 0 0 0%;  text-align: left;   
padding:0% 0%;  border-radius: 4px}

.exhibitor-main2 li{ margin:0px 0 0 25px; padding: 0px 0 0 0px}

.read {
  background: #ffffff;
  padding: 10px 15px;
  margin: 0 auto;
  display: block; /* block element can be centered with margin: auto */
  border-radius: 4px;
  text-align: center;
  width: fit-content; /* shrink to fit content */
}

.read a{color: #000000; text-decoration: none; font-size: 18px}

.exhibitor { width:96%; margin:0 auto; height:auto; padding:0px 0px; display:flex; line-height:26px  ;  }







#footer-outer { width:100%; text-align:center;  float:left; padding:25px 0px; margin:0px  0px 0px 0px; }
#footer-outer1 { width:100%; text-align:center; background:#fff; float:left; padding:35px 0px; margin:0px  0px 0px 0px; border-top: solid 1px #e8e8e8}


#footer { width:64%;margin:0 auto; text-align:center; color:#CCC; font-family:'Roboto', sans-serif; overflow:hidden}

.footer-inner { width:500px; margin:0 auto; height:auto; overflow:hidden; }
.org { margin: 0 auto; text-align:center; width:100%; font-family: 'Roboto', sans-serif; font-size: 20px }
.org img{  width:35%; padding: 0px 0 0 0  }


.but-footer { width:100%; text-align:center;  font-family: 'Roboto', sans-serif; color:#FFF; font-size:16px; margin:0 auto}

.trade { float:right; margin:0; width:35%}
.but-footer-inner { padding:0px 0 0 0  }

.clnt-logo {width:100%; float:left; padding:15px 20px; background:#fcd20b; display:inline-block; box-sizing:border-box;}
.clnt-int { max-width:1120px; text-align:center; margin:0 auto; }

.footer-menu {width: 100%; text-align: center; font-size: 14px }

.footer-menu a{color:#DCDCDC; text-decoration: none; display:inline-block; margin: 0 0 0 2% }


.exhibit {width:48%; height:auto; text-align:center;    float:left; margin:0% 0 0 1%;  background:#FF0000; border-radius: 4px; animation: blink 1s linear infinite;  
}
 .exhibit a {   color:#ffffff; font-size:16px; display:block; padding:18px 0 18px 0; text-decoration:none; text-transform: uppercase
}
.exhibit a:hover {
	text-decoration:none; background:#000000;  color:#fff; border-radius: 4px;   }






.exhibit1 {width:48%; height:auto; text-align:center;    float:right; margin:0% 0 0 2%;   border-radius: 4px; background: #EE7C00; animation: blink 1s linear infinite;
}
 .exhibit1 a {       color:#fff; font-size:16px; display:block; padding:18px 0 18px 0; text-decoration:none; margin:0px;  
}
.exhibit1 a:hover {
	text-decoration:none; background:#000000;  color:#fff; border-radius: 4px;   }



.exhibit2 {width:48%; height:auto; text-align:center;    float:right; margin:0% 0 0 2%; border-radius: 4px; background: #EE7C00; text-transform: uppercase; animation: blink 1s linear infinite;
}
 .exhibit2 a {       sans-serif; color:#fff; font-size:16px; display:block; padding:18px 0 18px 0; text-decoration:none; margin:0px;  
}
.exhibit2 a:hover {
	text-decoration:none; background:#000000;  color:#fff; border-radius: 4px;   }




@keyframes blink {
  0%, 100% {background-color:#EE7C00;}
  50% {background-color: #EF7E02;}
}



.exhibit3 {width:48%; height:auto; text-align:center; float:left; margin:0px 0 0 2%;  background:#ea092b; 
}
.exhibit3 a { font-family:'Roboto', sans-serif; color:#fff; font-size:22px; display:block; padding:20px 0 20px 0; text-decoration:none; margin:0px
}
.exhibit3 a:hover {
	text-decoration:none; background:#2c2c2c; 
}




.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;



}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;

}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; 

}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 96%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
border:solid 0px #FFF; 
}




/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 63px;
    height: 64px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 5px;
    background: url(http://img.tradeindia.com/new_website1/mailers/ciif-expo/3/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(http://img.tradeindia.com/new_website1/mailers/ciif-expo/3/button-next.png) no-repeat;
}



.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}







.button {
  background-color: #004A7F;

  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;

  text-align: center;
  text-decoration: none;

}



.slider {
        width:90%; 
        margin: 0px auto; display: flex; flex-wrap: wrap; justify-content: center
    }

    .slick-slide {
      margin: 0px 10px; text-align: center; color: #ffffff
    }

 .slick-slide1 {
      margin: 0px 10px; background: #042c56;  padding: 1% 0; text-align: center; color: #ffffff
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
  
    }
    
    .slick-active {
  
    }

    .slick-current {
      opacity: 1;
    }
.why { display: block; padding: 20px; background: #8fbc30; height: 260px}
.why1 { display: block; padding: 20px; background: #02608f; height: 260px}

/* booth Section CSS starts Here */
.booth {
    display: block;
    width: 100%;
    padding: 60px 0 80px 0;
    background:#243f76;
	float: left
}
.booth ul{

     width: 25%; display:block; float: left; margin:0
}



.booth li{


}



.booth ul img{

    padding:0px; margin: 0 auto; display: block; max-width: 100%
}



/* booth Section CSS Ends Here */





.accordion {
    background: #fffad6; 
color: #000;
  cursor: pointer;
  padding:15px;
  width: 100%;
  text-align:center;
  border: none;
  outline: none;
  transition: 0.4s;
   font-size: 15px;  font-weight: bold;

}

.active,
.accordion:hover {
  background-color: #ccc; color: #000000
}

.panel {
  padding: 10px 0px; 

  display: none;
  overflow: hidden;
	color: #000000
}

.accordion:after {
  /* Unicode character for "plus" sign (+) */
  content: "\002B";
  font-size: 14px;
  color: #000000;
  float: left;
  margin-right: 5px; background: #ffffff; border-radius: 50%; width:20px; height: 20px; text-align: center; 

}

.active:after {
  /* Unicode character for "minus" sign (-) */
  content: "\002D"; 
}












@media screen and (max-width:480px) {
 .menu {  width:90%; float:right  }
.h2 {  font-family: 'Raleway-Regular'; color:#FFF; font-size:40px; line-height:10px  }
.h4 {font-family: 'Raleway-Regular'; color:#FFF; font-size:55px; line-height:10px }
.h3 { font-family: 'Raleway-Regular'; color:#FF0; font-size:27px; line-height:10px; line-height: 30px}
    h3 {font-size: 27px; line-height: 30px;}    
.middle-txt { width:90%; margin:0 auto}
.middle-box { display:none}

header .logo{ float:left; transition:  0.3s; text-align:center; width:100%; padding: 0 0 20px 0}
header .logo img{  transition: 0.3s;  text-align:center}

header .menu {  width:100%;  }
header .but { width:100%; padding:20px 0 0% 0; }
header .menu-but { width:16%; margin:0 0 10% 0 }

header .date{   width:100%; font-size: 18px  }	
	header .date-txt1 {font-size: 20px; line-height: 20px}
    .booth ul {width: 100%;}    
.booth li {padding: 3px 0 0 68px;}	
	
.top-menu {width:100%;  margin:0 auto}

header { width:100%; margin:0px 0px ;  transition:  0.3s;  overflow:hidden; height:100% }
figcaption {padding-bottom: 0px;}

.about {  width: 100%;  }

.banner-main {  float:left; width:100%  }
.banner-punch { padding:0px 0 0 0; }
.baanner-inner { width:92%; margin:0 auto; height:100%;  overflow:hidden }


	
.middle-inner1 {  display: block; }
	
	
	
.exhibitor-main { width:100%; margin:2% 0   }
.exhibitor-main1 { width:90%; margin: 2% 0 0 0   }
	.exhibitor-main img {width: 25%}

	.exhibitor-main2 {width: 100%}
	
	
.middle-box1 { width:100%; text-align:center; margin:0 auto; padding:10px 0 0 0px}
.middle-box1 img{ width:35%; max-width:35%}

.contactDetails img { width:100%; max-width:100%}

.middle-txt1 { width:96%;  }
.middle-txt2 { width:96%; border-left:none }
.exh-box2 { width:100%;    }
.exh-box { width:100%;    }
.org { float:none; margin:0 auto; width:100%}

.but-footer { float:none; margin:0 auto; width:100%}

.trade {  float:none; margin:0 auto; width:100%}

.exhibit {width:100%;  float:none; margin:4% 0 0 0;
}


.exhibit1 {width:48%;   margin:0% 0 0 2%; 
}
    
.exhibit2 {width:48%;   margin:0% 0 0 2%; 
}
	
	
.exhibit4 {width:100%;  float:none; margin:2% 0 0 0; 
}	
	header .top-main { width:90%; }
.middle-inner { width:93%; }
.middle-inner1 { width:93%;  }
.footer-inner { width:90%;  }

figcaption { width:100%; margin: 0  auto}
	

	
	
}


@media screen and (min-width: 481px) and (max-width: 700px) {
  .menu {  width:90%; float:right  }
.h2 {  font-family: 'Raleway-Regular'; color:#FFF; font-size:40px; line-height:10px  }
.h4 {font-family: 'Raleway-Regular'; color:#FFF; font-size:55px; line-height:10px }
.h3 { font-family: 'Raleway-Regular'; color:#FF0; font-size:27px; line-height:10px}
.middle-txt { width:90%; margin:0 auto}
.middle-box { display:none}
	
.about {  width: 100%;  }
header .logo{ float:left; transition:  0.3s; text-align:center; width:100%}
header .logo img{  transition: 0.3s;  text-align:center}

header .menu {  width:100%;  }
header .but { width:100%; padding:0px 0 10% 0; }
header .menu-but { width:16%; margin:0 0 10% 0 }
header .date{   width:100%;  }	
.top-menu {width:100%;  margin:0 auto}

header { width:100%; margin:25px 0px ; padding:0px; transition:  0.3s;  overflow:hidden; height:100% }




.banner-main {  float:left; width:100%  }
.banner-punch { padding:105px 0 0 0; }
.baanner-inner { width:92%; margin:0 auto; height:100%; text-align:right; overflow:hidden }


	
.middle-inner1 {  display: block; }
	
	
	
.exhibitor-main { width:32%; margin:2% 0   }
.exhibitor-main1 { width:90%; margin: 2% 0 0 0   }
.exhibitor-main2 {width: 46%}


.middle-box1 { width:100%; text-align:center; margin:0 auto; padding:10px 0 0 0px}
.middle-box1 img{ width:35%; max-width:35%}

.contactDetails img { width:100%; max-width:100%}

.middle-txt1 { width:96%;  }
.middle-txt2 { width:96%; border-left:none }


.org { float:none; margin:0 auto; width:100%}

.but-footer { float:none; margin:0 auto; width:100%}

.trade {  float:none; margin:0 auto; width:100%}


	header .top-main { width:90%; }
.middle-inner { width:93%; }
.middle-inner1 { width:93%;  }
.footer-inner { width:90%;  }

figcaption { width:90%; margin: 0  auto}
	
}




@media screen and (min-width: 701px) and (max-width: 989px) {
	.about {  width: 100%;  }
 .menu {  width:90%; float:right  }
 .menu-but { width:27.2%;}
.h2 {  color:#FFF; font-size:50px; line-height:0px}
.h4 {  color:#FFF; font-size:60px; line-height:0px}
.h3 {  color:#FF0; font-size:38px; }
.venue {  width:37%;   text-align:left; float:right;; margin:25px 0px 25px 0px; font-family: 'Magra', sans-serif; color:#FFF; font-size:18px;line-height:38px }
.banner-punch { width:48%; float:right; padding:20px 0 0 0; position:relative}	
.middle-txt { width:60%; float:left; padding:12px; font-family: Arial, Helvetica, sans-serif; font-size:15px; line-height:18px}
.middle-txt1 { width:79%; float:right;  font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#666; line-height:18px; }
.h1 { color:#FFF; font-size:45px}
	
	
	header .top-main { width:90%; }
.middle-inner { width:93%; }
.middle-inner1 { width:93%;  }
.footer-inner { width:90%;  }

figcaption { width:90%; margin: 0  auto}
	 }
	 
	@media screen and (min-width: 991px) and (max-width: 1279px) {
	
header .top-main { width:90%; }
.middle-inner { width:93%; }
.middle-inner1 { width:93%;  }
.footer-inner { width:50%;  }

 .menu-but { width:27.2%;} 
 .middle-txt { font-size:15px;  line-height:23px;}
 } 
	 


 .footer-cta {
  text-align: center;
  padding: 30px 15px;
  background-color:#eaeaea
}

.cta-button {
  display: inline-block;
  margin: 10px;
  padding: 15px 40px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  transition: background-color 0.3s ease; font-size: 20px
}

/* Different button colors */
.cta-exhibit {
  background-color: #007D3E; /* Green */
}

.cta-exhibit:hover {
  background-color: #00a150;
}

.cta-visit {
  background-color: #EE7F1A; /* Amber */
  color: #fff; /* Contrast for yellow background */
}

.cta-visit:hover {
  background-color: #e0a800;
}
