@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');






.clrfix{ clear:both}
.exhibitor{
width:100%; padding:5% 5%; float: left
	
}
.exhibitor p{
font-size: 20px; padding:10px 20px 20px 20px; font-weight: bold; line-height: 24px
	
}
.exhibitor1{
width:100%; padding:1% 5% 3% 5%; float: left; background: #ff0000
	
}

h2 {
    display: flex; width: 63%; justify-content: center; align-items: center;text-align: center;  color:#161616; font-size:37px; text-transform: uppercase; padding: 0 0 10px 0; margin: 0 auto;
}

h2:before,
h2:after {content: '';border-top: 1px solid #ff0000; margin: 0 20px 0 0; flex: 1 0 20px;
}

h2:after { margin: 0 0 0 20px;
}



h5 {
    display: flex; width: 63%; justify-content: center; align-items: center;text-align: center;  color:#fff; font-size:37px; text-transform: uppercase; padding: 0 0 10px 0; margin: 0 auto;
}

h5:before,
h5:after {content: '';border-top: 1px solid #ffed03; margin: 0 20px 0 0; flex: 1 0 20px;
}

h5:after { margin: 0 0 0 20px;
}


#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:90%;
    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;

}

.nbs-flexisel-nav-right {
    right: 5px;
   
}



.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button {
  width: 338px;
  height: 60px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fc2e33;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
	margin: 0 auto
  }
.button a {
  
  color: #fff;
 
}
.button:hover {
  background-color: #1d1d1d;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #000;
  transform: translateY(-7px);
}







* {
    box-sizing: border-box;
}

html,
body,
h1,
h3,
h4,
h6,
label,
span,
ul,
li,
ol,
p,
a {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

ul,
li,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.container {
    max-width: 1170px;
    padding:20px 0px 0 0px;
    margin: 0 auto;
    width: 100%;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.w-100 {
    width: 100%;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.row {
    display: flex;
    justify-content: space-between;
}

.row .form-group {
    width: 48%;
}

.row .form-group .form-control {
    padding: 5px 0 8px;
}


.form-group {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
}

.form-group .form-control {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #434343;
    font-size: 15px;
    padding: 5px 0 8px 0px;
    outline: none;
}

body.bg-overlay {
    overflow: hidden;
}


/* Home Page CSS starts Here */

header {
    display: block;
    width: 100%;
    
    padding: 8px 0; background: #fc2e33
}

header .logo {
    float: left;
    width: auto;
}

header .logo a {
    display: block;
    width: 100%;
}

header .logo a img {
    display: inline-block;
}

header .menu {
    float: right;
}

.hamburger-menu {
    display: none;
}

header .menu ul {
    display: block;
    width: 100%;
}

header .menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

header .menu ul li a:hover,
header .menu ul li.active a {
    color: #ffed03;
    border-bottom: 3px solid #ffed03;
}

header .menu ul li a {
    display: block;
    width: 100%;
    padding: 10px 8px;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    border-bottom: 3px solid transparent;
}

header .menu ul li a.register-btn {
    background: #1d1d1d;
    color: #fff;
    padding: 7px 22px;
    border-radius: 5px;
    transition: all ease 0.5s;
}

header .menu ul li a.register-btn:hover {
    background: #620000;
    transition: all ease 0.5s;
    border-color: #000;
}

/* Banner CSS starts here */
.banner {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

/* Banner CSS ends here */

/* Timer Section CSS starts here */
.timer-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #1d1d1d;
    position: relative;
    margin: 0px 0 0 0;
    padding: 30px 40px;
    box-shadow: 0px 10px 30px #dcdde1;
}

.timer-section .date {
    width: 50%;
    text-align: center;
}

.timer-section .date strong {
    display: block;
    width: 100%;
    font-size: 40px;
    color: #fff;
    margin: 0 0 20px 0;
}

.timer-section .date a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #e21d24;
    padding: 10px 25px;
    border-radius: 25px;
    transition: all ease 0.5s;
}

.timer-section .date a:hover {
    transition: all ease 0.5s;
    background: #000;
}

.timer {
    display: block;
    width: 40%;
    text-align: center;
}

.timer .event-date {
    display: inline-block;
}

.timer .event-date .running {
    display: inline-flex !important;
    flex-wrap: wrap;
}

.timer .event-date .running timer {
    display: flex;
    width: 100%;
}

.timer .event-date .running timer span {
    display: inline-block;
    width: 25%;
    font-weight: bold;
    font-size: 46px;
    color: #ffed03;
}

.timer .event-date .running .labels {
    display: flex;
    width: 100%;
}

.timer .event-date .running .labels span {
    display: inline-block;
    width: 25%;
    text-align: center;
    font-weight: 500;
    color: #ffed03;
}

.timer .ended {
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.timer .ended label {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 33px;
    margin: 0 0 15px 0;
}

.timer .ended a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #e21d24;
    padding: 10px 25px;
    border-radius: 25px;
    transition: all ease 0.5s;
}

.timer .ended a:hover{
    background: #000;
    transition: all ease 0.5s;
}

/* Timer Section CSS Ends here */

/* Info Section CSS starts here */
.info {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: #eaeaea;
}

.info .cards {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.info .cards .card {
    width: 32%;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #dcdde1;
    padding: 25px 15px;
}

.info .cards .card .img-section {
    display: block;
    width: 100%;
    text-align: center;
}

.info .cards .card .img-section img {
    display: inline-block;
}

.info .cards .card label {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 15px 0;
}

.info .cards .card p {
    display: block;
    width: 100%;
    color: #434343;
    line-height: 27px;
    margin: 0 0 20px 0;
}

.info .cards .card a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.info .cards .card a:hover {
    text-decoration: underline;
}

/* Info Section CSS Ends here */

/* Clients Section CSS starts Here */
.clients {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
	background: #ff0000
}

.clients h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 45px 0;
}

.clients ul {
    display: block;
    width: 100%;
    text-align: left;
}

.clients ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin: 0 0 25px 0;
}

.clients ul li a {
    display: inline-block;
    box-shadow: 2px 2px 10px #b9b9b9;
    border-radius: 5px;
}

.clients ul li a img {
    display: block;
}

/* Clients Section CSS Ends Here */

/* Features Section CSS starts Here */
.features {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: #eaeaea;
	float: left
}

.features h3 {
    display: block;
    width: 100%;
    font-size: 32px;
    margin: 0 0 20px 0;
}

.features .content-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.features .content-section .content {
    display: block;
    width: 55%; float: right
}

.features .content-section .content ul {
    display: block;
    width: 100%;
    padding: 15px 0 0 25px;
}

.features .content-section .content ul li {
    display: list-item;
    width: 100%;
    color: #434343;
    list-style: disc;
    margin: 0 0 15px 0;
	
	 list-style: url(https://img.tradeindia.com/new_website1/consumer-fair/icon.png) ;   padding-bottom: 10px; 
            border-bottom-style: solid; 
            border-bottom-width: 2px; 
            width: fit-content; 
}

.features .content-section .content a {
    display: inline-block;
    background: #e21d24;
    color: #fff;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 18px;
    margin: 14px 0 0 0px;
    border-radius: 25px;
}

.features .content-section .booth-img {
    width: 40%;
}

/* Features Section CSS Ends Here */

/* ABout Us Page CSS starts Here */
.about-us-section {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: left;
    background: #f9fdff;
}

.about-us-section h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.about-us-section p {
    text-align: left;
    line-height: 30px;
    font-size: 1.05rem;
    color: #434343;
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
}

/* ABout Us Page CSS Ends Here */

/* visitors Page Css starts here */
.visitors-section {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: left;
    background: #f9fdff;
}

.visitors-section h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.visitors-section p {
    text-align: left;
    line-height: 30px;
    font-size: 1.05rem;
    color: #434343;
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
}

.visitors-section ul {
    display: block;
    width: 100%;
    padding: 0 20px;
}

.visitors-section ul li {
    margin: 0 0 12px 0;
    display: inline-block;
    width: 48%;
    color: #434343;
    position: relative;
    padding: 0 0 0 20px;
}

.visitors-section ul li:before {
    content: "";
    background: #e21d24;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* visitors Page Css ends here */

.footer {
    display: block;
    width: 100%;
    background: #2d2d2d;
    padding: 55px 0;
}

.footer .footer-logo {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
}

.footer .footer-logo span {
    display: block;
    width: 100%;
    font-size: 24px;
    margin: 0 0 20px 0;
}

.footer .footer-logo a {
    display: inline-block;
    width: auto;
}

.footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .footer-content .date-time {
    display: block;
    width: 40%;
    color: #fff;
}

.footer .footer-content .date-time ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer-content .date-time ul li {
    display: block;
    width: 50%;
    margin: 0 0 4px 0;
    padding: 0 0 0 22px;
}

.footer .footer-content .date-time ul li:first-child {
    background: url(https://tiimg.tistatic.com/new_website1/vpei/date-icon.png) no-repeat left center;
}

.footer .footer-content .date-time ul li:nth-child(2) {
    background: url(https://tiimg.tistatic.com/new_website1/vpei/mail-icon.png) no-repeat left center;
}

.footer .footer-content .date-time ul li:nth-child(3) {
    background: url(https://tiimg.tistatic.com/new_website1/vpei/clock-icon.png) no-repeat left center;
}

.footer .footer-content .date-time ul li:last-child {
    background: url(https://tiimg.tistatic.com/new_website1/vpei/call-icon.png) no-repeat left center;
}

.footer .footer-content .date-time ul li a {
    color: #fff;
}

.footer .footer-content .date-time ul li a:hover {
    text-decoration: underline;
}

.footer .footer-content .date-time .location {
    display: inline-block;
    width: 71%;
    margin: 15px 0 0 0;
    padding: 0 0 0 25px;
    background: url(https://tiimg.tistatic.com/new_website1/vpei/location-icon.png) no-repeat top left;
    background-position-y: 3px;
}

.footer .footer-content .links-section {
    display: block;
    width: 30%;
    color: #fff;
}

.footer .footer-content .links-section h4 {
    display: block;
    width: 100%;
    font-size: 24px;
}

.footer .footer-content .links-section ul {
    display: block;
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
}

.footer .footer-content .links-section ul li {
    display: list-item;
    width: 100%;
    margin: 0 0 10px 0;
    list-style: inside;
}

.footer .footer-content .links-section ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.footer .footer-content .links-section ul li a:hover {
    text-decoration: underline;
}

.footer .footer-content .follow-link {
    display: block;
    width: 20%;
    color: #fff;
}

.footer .footer-content .follow-link h4 {
    display: block;
    width: 100%;
    font-size: 24px;
    margin: 0 0 15px 0;
}

.footer .footer-content .follow-link ul {
    display: block;
    width: 100%;
}

.footer .footer-content .follow-link ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.footer .footer-content .follow-link ul li a {
    display: inline-block;
}

.footer .footer-content .follow-link ul li a img {
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-content .follow-link ul li a span {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 0 0 5px;
}

.footer .footer-content .follow-link ul li a:hover img {
    filter: contrast(0) brightness(0) invert(1);
}

.footer .footer-content .follow-link ul li a:hover span {
    color: #999;
}











.terms-condition-section {
    display: block;
    width: 100%;
    background: #000;
    padding: 20px 0;
}

.terms-condition-section .terms-condition-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terms-condition-section .terms-condition-content .left-section {
    float: left;
}

.terms-condition-section .terms-condition-content .left-section .logo {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
}

.terms-condition-section .terms-condition-content .left-section .logo img {
    display: block;
    width: 100%;
}

.terms-condition-section .terms-condition-content .left-section span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 15px;
}

.terms-condition-section .terms-condition-content .right-section {
    float: right;
}

.terms-condition-section .terms-condition-content .right-section ul {
    display: block;
    width: 100%;
}

.terms-condition-section .terms-condition-content .right-section ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.terms-condition-section .terms-condition-content .right-section ul li a {
    color: #fff;
}

.terms-condition-section .terms-condition-content .right-section ul li a:hover {
    color: #999;
}

/* Home Page CSS Ends Here */

/* Contact US csss starts here */
.contact-us-section {
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 0;
}

.contact-us-section h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #434343;
}

.contact-us-section h4 {
    display: block;
    width: 100%;
    margin: 20px 0 15px 0;
    font-size: 26px;
    color: #434343;
    font-weight: 500;
}

.contact-us-section p {
    display: block;
    width: 100%;
    line-height: 30px;
    color: #434343;
    margin: 0 0 20px 0;
}

.form-content-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
}

.contact-area {
    width: 35%;
    margin: 0 0 20px 0;
}

.contact-area h4 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    position: relative;
    padding: 0 0 10px 0;
}

.contact-area h4::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e31e24;
    width: 35px;
    height: 3px;
}

.contact-area ul {
    display: block;
    width: 100%;
    padding: 0 20px 0 0;
}

.contact-area ul li {
    display: block;
    width: 100%;
    margin: 0 0 6px 0;
    color: #666;
    font-size: 1rem;
}

.contact-area ul li:first-child {
    color: #434343;
    font-weight: 500;
}

.form-content-section .form-area {
    display: block;
    width: 60%;
}

.form-content-section .form-area p {
    display: block;
    width: 100%;
    font-size: 1.05rem;
    font-weight: 500;
    color: #e31e24;
    margin: 0 0 20px 0;
}

.form-content-section .form-area .form-area form {
    display: block;
    width: 100%;
}

.form-content-section .form-area .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.form-content-section .form-area .form-group.half-field {
    width: 50%;
    display: block;
}

.form-content-section .form-area .form-group label {
    display: block;
    width: 100%;
    font-size: 0.938rem;
    color: #434343;
    margin: 0 0 5px 0;
}

.form-content-section .form-area .form-group label sup {
    position: relative;
    top: 0;
    color: #ff0000;
    font-size: 0.8rem;
}

.form-content-section .form-area .form-group .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #f5f8fa;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
}

.form-content-section .form-area .form-group {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 0 5px;
}

.form-content-section .form-area .form-group textarea.form-control {
    width: 100%;
    height: auto;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
}

.form-content-section .form-area .form-group .btn-primary {
    display: inline-block;
    width: auto;
    background: #ee353a;
    color: #fff;
    font-size: 18px;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid transparent;
}

.form-content-section .form-area .form-group .btn-primary:hover {
    background: #fff;
    color: #ee353a;
    border: 2px solid #ee353a;
}



/* Contact US csss ends here */

/* Schedule Meeting CSS starts Here */
.schedule-meeting-section {
    padding: 80px 0;
}

.schedule-meeting-section h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #434343;
    margin: 0 0 40px 0;
}

.schedule-meeting-section .form-section {
    display: block;
    width: 100%;
    text-align: center;
}

.schedule-meeting-section .form-section form {
    display: inline-block;
    width: 550px;
    box-shadow: 0 0 15px #b4dcff;
    padding: 20px;
    text-align: left;
}

.schedule-meeting-section .form-section form.registration-form{
    width: 800px;
}

.schedule-meeting-section .form-section form.registration-form .form-group{
    margin: 0 0 30px;
}

.schedule-meeting-section .form-section form span {
    position: absolute;
    top: 0;
    left: 0;
}

.schedule-meeting-section .form-section form .tnc {
    display: block;
    width: 100%;
    text-align: center;
}

.schedule-meeting-section .form-section form .tnc input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}

.schedule-meeting-section .form-section form .tnc label {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 14px;
}

.schedule-meeting-section .form-section form .btn-section {
    display: block;
    width: 100%;
    text-align: center;
}

.schedule-meeting-section .form-section form .btn-section button {
    display: inline-block;
    width: auto;
    padding: 10px 60px;
    background: #e21d24;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.schedule-meeting-section .form-section form .btn-section button:hover {
    opacity: 0.5;
}



/* Schedule Meeting CSS ends Here */

/* Responsive CSS starts here */
@media screen and (max-width: 1024px) {
    .footer .footer-content .links-section {
        width: 22%;
    }
}

/* responsive css for max-width: 768px */
@media screen and (max-width: 768px) {
    .footer .footer-content .date-time {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .footer .footer-content {
        justify-content: flex-start;
    }

    .footer .footer-content .links-section {
        width: 50%;
    }

    .hamburger-menu {
        display: flex;
        width: 35px;
        height: 100%;
        flex-flow: column;
        justify-content: space-between;
    }

    .hamburger-menu span {
        display: block;
        width: 100%;
        background: #434343;
        height: 3px;
        margin: 4px 0;
        border-radius: 30px;
    }

    .black-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9990;
        display: none;
    }

    header .menu ul {
        display: block;
        width: 250px;
        position: fixed;
        top: 0;
        right: -100%;
        background: #fff;
        height: 100vh;
        box-shadow: 0 0 12px #434343;
        padding: 0;
        transition: all ease 0.5s;
        z-index: 9999;
    }

    header .menu ul.show {
        right: 0;
        transition: all ease 0.5s;
    }

    header .menu ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    header .menu ul li a {
        padding: 15px 12px;
        border-bottom: 1px solid #c5c5c5;
    }

    header .menu ul li:last-child {
        padding: 0 10px;
    }

    header .menu ul li a.register-btn {
        margin: 10px 0 0 0;
        text-align: center;
    }

    .timer-section {
        padding: 20px;
    }

    .timer-section .date strong {
        font-size: 28px;
    }

    .timer-section .date a {
        font-size: 20px;
    }

    .timer .event-date .running timer span {
        font-size: 34px;
    }

    .info {
        padding: 50px 0;
    }

    .info .cards .card {
        padding: 25px 5px;
    }

    .info .cards .card p {
        text-align: justify;
    }

    .clients {
        padding: 30px 0;
    }

    .clients ul li {
        width: 32%;
    }

}

/* responsive css for max-width: 480px */
@media screen and (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer .footer-content .date-time ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .footer .footer-content .date-time .location {
        width: 100%;
        margin: 0px 0 0 0;
    }

    .footer .footer-content .links-section {
        width: 100%;
        padding: 0 0 0 22px;
    }

    .footer .footer-content .follow-link {
        width: 100%;
        padding: 20px 0 0 23px;
    }

    .terms-condition-section {
        padding: 10px 0;
    }

    .terms-condition-section .terms-condition-content {
        flex-wrap: wrap;
    }

    .terms-condition-section .terms-condition-content .left-section {
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .terms-condition-section .terms-condition-content .right-section {
        width: 100%;
        text-align: center;
    }

    .terms-condition-section .terms-condition-content .right-section ul li {
        margin: 0 10px;
    }

    .timer-section {
        padding: 10px;
    }

    .timer-section .date {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .timer {
        width: 100%;
    }

    .timer .event-date .running timer span {
        font-size: 24px;
    }

    .timer .event-date .running .labels span {
        font-size: 14px;
    }

    .info .cards {
        flex-wrap: wrap;
    }

    .info .cards .card {
        width: 100%;
        margin: 0 0 25px 0;
        padding: 25px 15px;
    }

    .clients h3 {
        font-size: 30px;
        margin: 0 0 25px 0;
    }

    .clients ul li {
        width: 46%;
        margin: 0 5px 25px;
    }

    .features {
        padding: 30px 0;
    }

    .features h3 {
        font-size: 26px;
        text-align: center;
    }

    .features .content-section .content {
        width: 100%;
    }

    .features .content-section .content ul li {
        font-size: 15px;
        margin: 0 0 12px 0; border-bottom: solid 1px #FF0004
		
		
    }
	

	

    .features .content-section .booth-img {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .footer .footer-content .links-section {
        padding: 0;
    }

    .footer .footer-content .follow-link {
        padding: 20px 0 0 0px;
    }

    .schedule-meeting-section .form-section form.registration-form {
        width: 100%;
    }

    .row {
        flex-wrap: wrap;
    }

    .row .form-group {
        width: 100%;
    }

}

/* Responsive CSS ends here */