@charset "utf-8";
/* CSS Document */
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*@font-face {
    font-family: 'ds-digitalnormal';
    src:url(../fonts/ds-digib-webfont.ttf);
    src: url('../fonts/ds-digi-webfont.woff2') format('woff2'),  url('../fonts/ds-digi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ds-digitalbold';
    src: url(../fonts/ds-digii-webfont.ttf);
    src: url('../fonts/ds-digib-webfont.woff2') format('woff2'),  url('../fonts/ds-digib-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ds-digitalitalic';
    src:url(../fonts/ds-digit-webfont.ttf);
    src: url('../fonts/ds-digii-webfont.woff2') format('woff2'),  url('../fonts/ds-digii-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ds-digitalbold_italic';
    src:url(../fonts/ds-digi-webfont.ttf);
    src: url('../fonts/ds-digit-webfont.woff2') format('woff2'),  url('../fonts/ds-digit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
@font-face {
    font-family: 'ds-digitalbold_italic';
    src: url(../fonts/ds-digii-webfont.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intro_regular';
    src: url(../fonts/intro-webfont.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intro_inlineregular';
    src: url(../fonts/intro_inline-webfont.ttf);
    font-weight: normal;
    font-style: normal;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #1d1d1d;
}
.container {
    width: 1200px;
}
.eepc_logo {
    display: inline-block;
    margin-top: 15px;
}
.eepc_logo > img {
    width: 210px;
}
.make-in-india {
    display: inline-block;
    margin-top: 22px;
}
.make-in-india > img {
    width: 120px;
}
.indee-peru {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 34px;
    /* float: left; */
    margin-right: 25px;
}
.indee-peru > img {
    width: auto;
}
.pad-nill {
    padding-right: 0;
    padding-left: 0;
}
.pad-right-nill {
    padding-right: 0;
}
.pad-left-nill {
    padding-left: 0;
}
.kk-nav {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 8px;
    min-height: auto;
}
.kkcustom_nav > li {
    background: url(../images/seperator.jpg) no-repeat left;
}
.kkcustom_nav > li:first-child {
    background: none;
}
.kkcustom_nav > li > a {
    color: #7e7e7e !important;
    font-size: 14px;
    padding: 6px 14px;
    text-transform: uppercase;
    transition: color 0.25s;
}
.kkcustom_nav > li > a:hover {
    color: #000000 !important;
}
* {
    padding: 0;
    margin: 0;
}
.social_list {
    margin-left: -15px;
    margin-top: 5px;
}
.social_list ul {
}
.social_list ul li {
    list-style-type: none;
    float: left;
    margin-right: 7px;
}
.social_list ul li:last-child {
    margin-right: 0;
}
.social_list ul li a {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	color: #4d4d4d;
	text-align: center;
	line-height: 20px;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	border: 2px solid #4d4d4d;
	font-size: 12px;
}
.social_list ul li a:hover {
    background-color: #4d4d4d;
    border-radius: 50%;
    color: #FFFFFF;
}
.banner_box {
    /*border-top: 4px solid #b27a38;*/
    position: relative;
    width: 100%;
}
.banner-caption {
    border-top: 4px solid #d34527;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

ul#example li span {
    color: #5f5f5f;
    font-size: 42px;
    line-height: 40px;
    font-weight: bold;
}
ul#example li p {
    color: #f8b552;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: 0;
}
ul#example li.seperator {
    color: #47332f;
    font-size: 70px;
    line-height: 36px;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif !important;
}
.peru_caption {
    font-family: "intro_regular";
    margin: 0 auto;
    padding: 35px 0;
    position: relative;
    width: 90%;
}
.peru_caption:after {
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.peru_caption.text-center > h1 {
    color: #002445;
    display: block;
    font-size: 46px;
    line-height: 1;
    margin: 0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.peru_caption.text-center > h2 {
    color: #f83e19;
    display: inline-block;
    font-size: 54px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.peru_caption.text-center > h3 {
    color: #6cff00;
    display: block;
    font-size: 28px;
    line-height: 1;
    margin: 10px 0 0 0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1b6bab;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.place_box.text-center {
    font-family: "Open Sans", sans-serif;
    margin: 10px auto 0;
    padding: 15px;
    text-align: center;
    line-height: 1;
}
.place_box p {
    color: #820000;
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 1);
}
.place_box span {
    -webkit-text-stroke: 1px #fff;
    color: #820000;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 2px 0 rgba(255, 255, 255, 1);
}
.peru_caption.text-center > h4 {
    color: #252e11;
    font-size: 72px;
    line-height: 1;
    margin: 0;
}
.peru_caption.text-center > h5 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}
.peru_caption.text-center > h6 {
    color: #ffbe00;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: bold;
}
.peru_caption > img {
    width: 100%;
}
section#search {
    background-color: #175675;
    padding: 10px 0;
}
.extra_buttons {
    background-color: #fff;
    padding: 15px 0 50px;
}
.exhibitor {
    background-color: #fff;
    display: block;
    padding: 9px 20px;
    width: 406px;
    border: #87391d 2px solid;
    border-radius: 10px;
    height: 72px;
    transition: all 0.3s ease-in-out 0s;
    font-size: 26px;
    color: #87391d;
    font-family: 'Montserrat', sans-serif;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
}
.exhibitor:hover {
    background-color: #87391d;
    color: #fff;
    text-decoration: none;
}
.circular {
    background-color: #fff;
    display: block;
    padding: 9px 20px;
    width: 324px;
    border: #87391d 2px solid;
    border-radius: 10px;
    height: 72px;
    transition: all 0.3s ease-in-out 0s;
    font-size: 23px;
    color: #87391d;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    text-decoration: none;
    text-align: left;
}
.circular:hover {
    background-color: #87391d;
    color: #fff;
    text-decoration: none;
}
.about_subcon_2017 {
    color: #232222;
    font-size: 20px;
}
.old_subcon {
}
.old_subcon > li {
    list-style-type: none;
    width: 16.66%;
    float: left;
    padding: 2px 20px 2px 7px;
    border-right: 1px solid #d7d7d7;
    min-height: 145px;
}
.old_subcon > li:last-child {
    border-right: 0;
}
.numbers {
    color: #047db3;
    font-size: 35px;
    font-weight: bold;
}
.short_desc_subcon_2017 {
    color: #898989;
    text-transform: uppercase;
    font-size: 14px;
}
.short_desc_subcon_2017 span {
    color: #ba1010;
    display: block;
    font-weight: 500;
}
.submission_date {
    color: #f1f7af;
    display: block;
    font-size: 16px;
    /* font-weight: bold; */
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.submission_date > span {
    color: #f1f7af;
    display: inline-block;
    font-weight: bold;
    padding-left: 80px;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
}
.submission_date > span:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 27px;
    width: 30px;
    height: 1px;
    background-color: #f1f7af;
}
.savings {
    background: #87391d;
    padding: 10px 50px;
    font-size: 22px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    margin: auto;
    text-align: center;
    display: table;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 0px 12px 28px 1px rgba(191,189,191,1);
    -moz-box-shadow: 0px 12px 28px 1px rgba(191,189,191,1);
    box-shadow: 0px 12px 28px 1px rgba(191,189,191,1);
}
.savings span {
    font-weight: bold;
}
.savings span.logo_name {
    font-size: 28px;
    font-weight: 700;
}
.participate {
    display: inline-block;
    font-style: italic;
    color: #ffffff;
    background-color: #8eae3a;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 18px;
    margin-bottom: 35px;
}
.downld_pdf {
    background-color: #002d5b;
    background-image: url("../images/pdf.png");
    background-position: 10px 4px;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 38px;
    padding-left: 20px;
    text-transform: uppercase;
    width: 100%;
    background-size: 28px;
}
.downld_pdf:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#aboutUs {
    padding: 50px 0;
}
.about_hdr {
    color: #87391d;
    font-size: 35px;
    margin: 0 0 20px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.about_desc {
    line-height: 1.4;
    margin-bottom: 22px;
    text-align: center;
    color: #1d1d1d;
}
.about_desc a {
    color: #f68e22;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}
.about_desc a:hover {
    text-decoration: none;
}
.about_desc span {
    color: #ba1010;
    font-weight: bold;
}
.unorder_list {
    text-align: center;
}
.unorder_list > li {
    font-weight: lighter;
    margin: 6px 0;
    list-style-type: none;
}
.bullets {
    background-color: #5d433d;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin-right: 8px;
    width: 12px;
}
.about_extra_txt, .uk_extra_txt {
    display: none;
}
.about_more_btn, .uk_more_btn {
    color: #eb7400;
    transition: all 0.3s ease-in-out;
}
.about_more_btn:hover, .uk_more_btn:hover {
    color: #000000;
    text-decoration: none;
}
.about_less_btn, .uk_less_btn {
    color: #e49527;
    transition: all 0.3s ease-in-out;
    display: none;
}
.about_less_btn:hover, .uk_less_btn:hover {
    color: #d34527;
    text-decoration: none;
}
.about_hdr.text-center.margn_top {
    margin-top: 50px;
}
.feature_zone {
    color: #1b6bab;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}
.about_desc:last-child {
}
.custom_ul {
    margin-bottom: 16px;
}
.custom_ul li {
    font-weight: lighter;
    list-style-type: none;
    margin: 5px 0;
    padding-left: 30px;
    position: relative;
}
.custom_ul li:after {
    background-color: #f58231;
    content: "";
    height: 10px;
    left: 7px;
    position: absolute;
    top: 5px;
    width: 10px;
}
.product {
    background-image:  url(../images/product-bg.jpg);
    /*background-position: -152px 0px, 0 0;*/
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 485px;*/
    height: auto;
    position: relative;
    padding-bottom: 40px;
}
.product h2 {
    font-size: 35px;
    color: #aeebff;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin: 30px 0 0;
    text-align: center;
}
/*.product_left_section{
	background:url(../images/product-left-section.png) no-repeat;
	position:absolute;
	left:0;
	top:0;
	height:540px;
	width:731px;
}*/

/*.no-style{color:#fff !important;}
.no-style:after{
	background-color:transparent !important;
    left: 8px;
    position: absolute;
    top: 6px;
	}*/

.product_list {
    height: auto;
    padding: 30px 0 0;
}
.product_hdr {
    color: #ffd33a;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.chimni {
    bottom: 0;
    left: -205px;
    position: absolute;
}
.product_list > ul {
    margin: 0;
    padding-left: 0;
}
.product_list > ul > li {
    width: 100%;
    float: left;
    list-style-type: none;
}
.product_list > ul > li > ul > li {
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    list-style-type: none;
    margin: 1px 0;
    padding-left: 30px;
    position: relative;
    text-transform: none;
    width: 100%;
    padding-bottom: 16px;/* font-weight: 600; */
}
.product_list > ul > li > ul > li:after {
    background-color: #ff3535;
    content: "";
    height: 10px;
    left: 8px;
    position: absolute;
    top: 6px;
    width: 10px;
}
.product_list > ul > li > ul > li > ul > li {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    list-style-type: none;
    margin: 1px 0;
    padding-left: 30px;
    position: relative;
    text-transform: capitalize;
    width: 100%;/* font-weight: 600; */
}
.product_list > ul > li > ul > li > ul > li:after {
    background-color: #fff;
    content: "";
    height: 10px;
    left: 8px;
    position: absolute;
    top: 6px;
    width: 10px;
    border-radius: 5px;
}
.readmore_btn {
    background-color: #f1f7af;
    color: #c41f3e;
    position: relative;
    display: inline-block;
    top: -78px;
    padding: 8px 19px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.readmore_btn:hover {
    background-color: #be1f46;
    color: #fff;
    text-decoration: none;
}
.participation {
    /*background-image:url(../images/participation_bg.jpg);*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0 0 34px;
}
.participation p {
    font-size: 22px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.participation_hdr2 {
    color: #ffbe29;
    font-size: 35px;
    font-weight: bold;
    margin: 44px 0 20px;
    text-transform: uppercase;
}
.participation_hdr {
    color: #f56176;
    font-size: 35px;
    font-weight: 800;
    margin: 44px 0 20px;
    font-family: 'Montserrat', sans-serif;
}
.criteria_hdr {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.booth {
    background-color: #8eae3a;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 25px;
    padding: 5px;/* text-transform: uppercase; */
}
.dark_green_bg {
    background-color: #ffffff;
    border-radius: 0 0 15px 15px;
    border-right: 2px solid #8eae3a;
    border-bottom: 2px solid #8eae3a;
    border-left: 2px solid #8eae3a;
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
    width: 94%;
    color: #000000;
}
.dark_green_bg p {
    margin: 0 0 5px;
}
.booth_details {
    color: #302f2f;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 7px;
    text-transform: uppercase;
}
.booth_details > span {
    text-transform: lowercase;
}
.white_text {
    color: #302f2f;
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    margin: 20px 0;
}
.white_text > span {
    color: #ffa800;
    font-weight: bold;
}
.terms {
    color: #302f2f;
    font-weight: bold;
}
.nrml_txt {
    color: #302f2f;
    margin: 0;
    font-weight: lighter;
}
.participation_charges {
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 40px 0 20px;
    text-align: left;
    text-transform: uppercase;
}
.participation_charges_list {
    text-align: left;
}
.participation_charges_list li {
    color: #FFFFFF;
    padding-left: 30px;
    list-style-type: none;
    position: relative;
}
.participation_charges_list li:before {
    background-color: #06989a;
    content: "";
    height: 10px;
    left: 7px;
    position: absolute;
    top: 5px;
    width: 10px;
}
.participation_charges_list li span {
    color: #ffa800;
}
.img-participation {
    max-width: 100%;
    margin-top: 3%;
}
.payment_by {
    padding: 40px 0;
    background-color: #d32433;/*background-image: url(../images/grrenbg.jpg);
    background-repeat: repeat;*/
}
.payment_box {
    color: #fefefe;
}
.full_payment {
    color: #fff;
    margin-top: 0;
}
.demand_draft > span {
    color: #fffefe;
    font-weight: bold;
}
.demand_draft {
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.application_form {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.or {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 145px;
    margin-top: 20px;
    color: #fbde24;
}
.cutom_table {
    margin-top: 35px;
}
.img-payment {
    display: block;
    margin: 70px 0 0 0;
    max-width: 100%;
}
.contact_box {
    background-color: #fff;
    padding: 40px 0 10px;
}
.contact_hdr {
    color: #111111;
    font-size: 35px;
    font-weight: 800;
    margin: 0px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.cinNo {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333333;
}
.criteria {
    background-color: #a13e29;
    padding: 40px 0;
}
.person_list {
}
.person_list li {
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    min-height: 202px;
    padding: 0 10px;
    width: 19%;
}
.person-details {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
}
.person-details a {
    color: #000000;
}
.person-details a:hover {
    color: #000000;
}
.gateway {
    color: #ffffff;
    display: block;
    font-size: 14px;
    /*font-weight: bold;*/
    margin-top: 25px;
    text-transform: uppercase;
}
.gateway_list {
}
.gateway_list li {
    color: #ffbe29;
    display: inline-table;
    font-size: 16px;
    margin-right: 15px;
    text-transform: uppercase;
}
.gateway_list li a {
    color: #fbde24;
    transition: all 0.2s ease-in-out;
}
.gateway_list li a:hover {
    color: #fff;
    text-decoration: none;
}
.footer_top {
    background-color: #FFFFFF;
    padding: 20px 0;
}
.footer_bottom {
    background-color: #272727;
    padding: 12px 0;
}
ul.footer-copy {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.footer-copy li::after {
    content: "|";
    margin: 0 15px;
}
ul.footer-copy li:last-child::after {
    content: " ";
    margin: 0;
}
ul.footer-copy li {
    display: inline-block;
    vertical-align: bottom;
    color: #FFFFFF;
}
.globopex {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.globopex:hover {
    color: #fff;
}
.img-100 {
    width: 100%;
    display: block;
}
.productmobile {
    display: none;
}
img {
    border: none;
    outline: none;
}
.booth_hdr {
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    margin: 0 0 15px;
    font-family: 'Montserrat', sans-serif;
}
.benifit_hdr {
    color: #ffde00;
    font-size: 44px;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.booth_display {
    padding: 40px 0;
    background-color: #1599d7;
}
.area {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    background-color: #158bb7;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 700;
}
.area2 {
    color: #2a120f;
    display: inline-block;
    font-size: 16px;
    margin-top: 35px;
    background-color: #3ab8e7;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 700;
}
.spotlights {
    background-color: #f2edda;
    color: #1d889c;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    padding: 10px 100px;
    border-radius: 40px;
}
.map {
    position: relative;
    height: 275px;
}
.map_info {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px 0;
    right: 0;
    bottom: 0;
}
.map_info p {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #fff;
}
.event_date {
    font-size: 40px;
    color: #5bdafa;
    margin-bottom: 6px;
    margin-top: 60px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.event_date span {
    font-size: 23px;
    color: #fff;
    display: block;
    font-weight: 700;
}
.event_date2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
.event_time {
    font-size: 16px;
    color: #ffbe29;
    margin-bottom: 0;
    text-transform: lowercase;
}
.text-white {
    color: #fff !important;
    font-size: 22px;
}
.event_place {
    font-size: 22px;
    color: #ffd490;
    margin-bottom: 4px;
    margin-top: 10px;
}
.mar_btm {
    margin-bottom: 40px;
}
.icon_box {
    /*width: 159px;*/
    padding: 45px 0 0;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    margin: 0 0 10px;/* -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
.booth_name {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}
.booth_list.clearfix {
    text-align: center;
}
.booth_list > li {
    display: inline-block;
    /* float: left; */
    list-style-type: none;
    /*padding: 15px;*/
    width: 215px;
    height: 215px;
    /*min-height: 182px;*/
    overflow: hidden;
    /*border-radius:50%;
	background-color:#fff;*/
    margin: 0 23px 15px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.booth_list > li > a {
    display: block;
    /*background-color: #fff;*/
    width: 100%;
    min-height: 170px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 0;
}
.booth_list > li > a:hover {
    color: #000000;
    text-decoration: none;
}
/*.booth_list > li > a:hover .icon_box {
    background-color: #e7664b;
}*/
.application_submit {
    background-color: #fff;
    padding: 56px 0;
}
.application_hdr {
    background-color: #a13e29;
    color: #fff;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 5px 45px;
    text-transform: uppercase;
}
.apply_txt {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.apply_txt span {
    color: #d34527;
    font-weight: bold;
}
.application_link {
    color: #a13e29;
    display: block;
    font-size: 28px;
    margin-bottom: 25px;
    transition: all 0.2s ease-in-out;
}
.application_link:hover {
    color: #9c1b00;
}
.application_link:focus {
    outline: 0;
}
.benifit_to_the_member {
    padding: 40px 0 0;
}
.smily {
    margin-bottom: 20px;
}
.member_text {
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
}
.limit {
    color: #f8e020;
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0;
}
.charge {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.apply_txt2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.application_hdr2 {
    /*background-color: #084f50;
    box-shadow: 0 4px 0 #000;*/
    color: #ffde00;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 45px;
    text-transform: uppercase;
}
.apply_txt2 > span {
    color: #d34527;
}
.cancellation {
    background-color: #332623;
    padding: 40px 0;
}
.custom_pad {
    padding-left: 3px;
    padding-right: 3px;
}
.submis {
    background-color: #d0d0d0;
}
.select_cancel_block {
    position: relative;
    height: 320px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.select_cancel_block h3 {
    position: relative;
    display: inline-block;
    top: -8px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    padding: 10px 30px;
    background-color: #279cc8;
}
.select_crit h3 {
    background-color: #36bdef;
}
.submis p {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}
.submis p span {
    color: #15643e;
    font-weight: bold;
}
.submis p span.mode {
    color: #15643e;
}
.submis a {
    display: block;
    color: #15643e;
    font-weight: 700;
    padding: 4px 12px 5px 12px;
    word-wrap: break-word;
    margin: 12px 0;
}
.select_cancel_block:after {
    content: "";
    position: absolute;
    bottom: -57px;
    left: 0;
    background: url(../images/shadow-bot.png) no-repeat;
    background-position: center center;
    background-size: 135%;
    height: 57px;
    width: 100%;
}
.select_cancel_block h3:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 9px;
    background: url(../images/img-after.png) no-repeat;
}
.select_cancel_block h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 5px;
    height: 9px;
    background: url(../images/img-before.png) no-repeat;
}
.submis_sec {
    margin-top: 32px;
}
.select_crit {
    background-color: #efefef;
    border: #676767 2px solid;
}
.select_crit p {
    color: #000000;
    font-weight: 600;
    margin-top: 50px;
}
.select_crit h4 {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 4px;
    color: #000000;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
}
.select_crit p.first_served {
    margin-top: 0;
    text-transform: uppercase;
}
.cancel_part {
    background-color: #bababa;
}
.cancel_part p {
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
}
.cancel_part p span {
    color: #c80000;
    font-weight: bold;
}
.benefit {
    padding-left: 10%;
}
.benefit {
    position: relative;
    background-color: #d0d0d0;
    padding: 0 10%;
    border: #c3e8f1 2px solid;
    border-right: none;
}
.benefit, .platform {
    height: 500px;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
}
.benefit h3, .platform h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}
.benefit ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.benefit ul li {
    font-size: 16px;
    margin-bottom: 20px;
    color: #0b0b0b;
}
.benefit:after {
    content: url(../images/shadow-1.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.platform p {
    line-height: 20px;
    color: #fff;
}
.platform {
    /*position: relative;
    background-color: #2b2b2b;
    padding-right: 12%;
    padding-left: 2%;
    text-align: left;*/
    background: url(../images/benifit-right-section.jpg) no-repeat;
    background-size: cover;
    padding: 0 5%;
    text-align: center;
}
.readmore_btn2 {
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: inline-block;
	padding: 8px 19px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	margin-top: 20px;
	text-decoration: underline;
}
.readmore_btn2:hover {
    background-color: #25a8d3;
    color: #fff;
    text-decoration: none;
}
/*********************************footer******************************/
.contact ul.each_list {
    margin-top: 30px;
    text-align: center;
}
.each_list_cntr li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 40%;
}
.each_list li {
    float: left;
    width: 22%;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    min-height: auto;
    text-align: left;
    list-style-type: none;
}
.cnt_name {
    font-size: 16px;
    font-weight: 600;
    color: #1896d2;
    margin-bottom: 0px;
    padding-bottom: 2px;
}
.each_list_cntr h5, .each_list_cntr p, .each_list_cntr ul {
    text-align: left;
}
.each_list_cntr h5, .each_list_cntr p, .each_list_cntr ul {
    text-align: left;
}
.cnt_desig {
    color: #565656;
    font-size: 13px;
}
.cnt_desig_add {
    color: #000000;
    font-size: 13px;
}
.contact ul.no_list li {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 13px;
    min-height: 1px;
}
.each_list_cntr li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 40%;
}
.contact ul.no_list li i {
    color: #397338;
    font-weight: 700;
    padding-right: 10px;
}
.contact ul.no_list li a {
    color: #fc982b;
}
.register-off-block {
    max-width: 630px;
    margin: auto;
}
.participation-details {
    display: block;
    max-width: 80%;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #fff;
    color: #050403;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0;
    box-shadow: inset 1px 1px 102px 1px rgb(252, 152, .4);
}
.participation-details span {
    font-size: 22px;
    font-weight: 600;
}
.each_list_cntr ul {
    text-align: left;
}
.no_list li {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 13px;
    min-height: 1px;
}
.no_list li i {
    color: #ff3535;
    font-weight: 700;
    padding-right: 10px;
}
.no_list li a {
    color: #085f2d;
}
.product_category {
    color: #f56176;
    font-size: 18px;
}
.more_products {
    padding: 0;
    margin: 0;
}
.more_products li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    margin: 5px 0;
}
.more_products li:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #ff3535;
}
.suggest_box {
    text-align: center;
}
.suggest_box h4 {
    color: #ffd490;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.suggest_box p {
    color: #e5e4e4;
}
.trade_relation {
    background-color: #b9c2ca;
    padding-top: 40px;
    padding-bottom: 40px;
}
.trade_relation_hdr {
    font-size: 25px;
    text-transform: uppercase;
    color: #203f60;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
.trade_txt {
    color: #0e0e0e;
    margin-top: 19px;
    margin-bottom: 0;
}
#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #1aa4a7;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    font-size: 23px;
    display: none;
}
.about_li {
    padding-left: 15px;
    margin-bottom: 22px;
}
.note {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #676767;
}
.further_contact {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}
.further_contact > li {
    font-size: 16px;
    list-style-type: none;
    margin: 2px 0;
    font-weight: 500;
}
.further_contact > li:nth-child(1) {
    color: #07848b;
}
.further_contact > li:nth-child(2) {
    color: #fe5563;
}
.further_contact > li:nth-child(3) {
    color: #7d9036;
}
.further_contact > li > i {
    margin-right: 10px;
}
/*************************/

.feature {
    width: 45%;
    float: left;
}
.highlight {
    width: 45%;
    float: right;
}
h2.heading {
    font-size: 20px;
    color: #111111;
    padding: 0;
    margin: 0 0 18px;
    font-weight: bold;
}
.feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.feature ul li {
    list-style: none;
    background: url(../images/red-bullet.jpg) no-repeat left 8px;
    margin: 0;
    padding: 0 0 6px 16px;
    color: #1d1d1d;
    font-size: 15px;
}
/*******************************/

.participation-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.participation-list li {
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.participation-list li:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #8eae3a;
}
.about_caption {
    color: #25a8d3;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 15px;
}
.circualr_section {
    list-style: none;
    margin: 0;
    padding: 0 0 0 19%;
    text-align: center;
    display: table;
}
.circualr_section li {
    list-style: none;
    display: table-cell;/* width:25%;*/
    vertical-align: top;
}
.circualr_section li:first-child a {
    margin-right: 20px;
}
.icon {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.icon img {
    position: relative;
    top: 0;
    transition: top 0.2s ease-in-out;
}
a:hover .icon img {
    top: -50px;
    transition: top 0.2s ease-in-out;
}
.circular_icon {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-left: 0px;
}
.circular_icon img {
    position: relative;
    top: 0;
    transition: top 0.2s ease-in-out;
}
a:hover .circular_icon img {
    top: -50px;
    transition: top 0.2s ease-in-out;
}
.circular_text {
    padding: 14px 0 0px 15px;
    float: left;
}
.participation_text span {
    color: #25a8d3;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    background-color: #fff;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-right: 140px;
    padding-left: 140px;
}
.participation_text span:last-child {
    font-weight: 800;
    display: block;
}
.participation_text span.left_line:after {
    width: 128px;
    height: 1px;
    background-color: #c6c6c6;
    position: absolute;
    top: 17px;
    left: 0;
    content: '';
}
.participation_text span.left_line:before {
    width: 128px;
    height: 1px;
    background-color: #c6c6c6;
    position: absolute;
    top: 17px;
    right: 0;
    content: '';
}
.participation_text span.left_line:before {
    width: 128px;
    height: 1px;
    background-color: #c6c6c6;
}
.participation_text {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #f68e22;
}
/*.icon img{width:50px; height:50px; position:relative; overflow:hidden; background:url(../images/icon-2.png) no-repeat 0 0;  transition: background 0.5s;}

.icon:after{width:50px; height:50px; background-position:-50px 0;  transition: background 0.5s;}
*/

.flip-container {
    perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}
.flip-container, .front, .back {
    width: 215px;
    height: 215px;
    border-radius: 50%;
}
/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    font-size: 14px;
    font-weight: 700;
}
/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
}
/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    background: #fff;
    padding: 0 40px;
}
/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    background: #fff;
    padding: 0 40px;
}
.map_pointer {
    margin: 0 28px 0 0;
    float: left;
}
.submission_icon {
    margin-bottom: 20px;
}
.section_title {
    color: #0b0b0b !important;
}
.read_more {
    color: red;
    text-decoration: none;
}
.read_more:hover {
    color: red;
    text-decoration: none;
}
.exhibit-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.exhibit-list li {
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.exhibit-list li:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #f68e22;
    border-radius: 6px;
}
.exhibit-list2 {
    list-style: none;
    margin: 0 0 20px 20px;
    padding: 0;
}
.product_list2 {
    padding: 30px 0 0;
}
.product_list2 > ul {
    margin: 0;
    padding-left: 0;
}
.product_list2 > ul > li {
    width: 100%;
    float: left;
    list-style-type: none;
}
.product_list2 > ul > li > ul > li {
    color: #ffbe29;
    display: block;
    float: left;
    font-size: 16px;
    list-style-type: none;
    margin: 1px 0;
    padding-left: 30px;
    position: relative;
    text-transform: capitalize;
    width: 100%;/* font-weight: 600; */
}
.product_list2 > ul > li > ul > li:after {
    background-color: #ffbe29;
    content: "";
    height: 10px;
    left: 8px;
    position: absolute;
    top: 6px;
    width: 10px;
}
.product_list2 > ul > li > ul > li > ul > li {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    list-style-type: none;
    margin: 1px 0;
    padding-left: 30px;
    position: relative;
    text-transform: capitalize;
    width: 100%;/* font-weight: 600; */
}
.product_list2 > ul > li > ul > li > ul > li:after {
    background-color: #fff;
    content: "";
    height: 10px;
    left: 8px;
    position: absolute;
    top: 6px;
    width: 10px;
    border-radius: 5px;
}
#test {
    text-align: center;
    visibility: hidden;
    margin-bottom: 20px;
}
.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}
 @keyframes slideDown {
     0% {
     transform: translateY(-100%);
    }
     50% {
     transform: translateY(8%);
    }
     65% {
     transform: translateY(-4%);
    }
     80% {
     transform: translateY(4%);
    }
     95% {
     transform: translateY(-2%);
    }
     100% {
     transform: translateY(0%);
    }
}
 @-webkit-keyframes slideDown {
     0% {
     -webkit-transform: translateY(-100%);
    }
     50% {
     -webkit-transform: translateY(8%);
    }
     65% {
     -webkit-transform: translateY(-4%);
    }
     80% {
     -webkit-transform: translateY(4%);
    }
     95% {
     -webkit-transform: translateY(-2%);
    }
     100% {
     -webkit-transform: translateY(0%);
    }
}
.info_bg {
	background-color: #f3f3f3;
	padding: 0 25px 25px 25px;
	text-align: center;
	margin-bottom: 50px;
}
.info_bg h4 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	background-color: #87391d;
	padding: 5px 10px;
}
.info_list {
    padding:0;
    margin:0;
}
.info_list > li {
    list-style-type:none;
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    display:inline-block;
    margin:10px;
}
.info_list > li .box {
	display: inline-block;
	padding: 12px;
	font-size: 32px;
	line-height: 1;
    color:#FFFFFF;
    min-width:74px;
    margin-right:10px;
}
.info_list > li .box.a {
    background-color:#dd6967;
}
.info_list > li .box.b {
    background-color:#f28b5a;
}
.info_list > li .box.c {
    background-color:#ca728d;
}
.info_list > li .box.d {
    background-color:#f39364;
}
.info_list > li .box.e {
    background-color:#fb7637;
}
.info_list > li .box.f {
    background-color:#f5605d;
}
.info_list > li .box.g {
    background-color:#e55c86;
}
.info_list > li .txt {
    display:inline-block;
    font-size:32px;
    line-height:1;
}
.participation-img {
    display:inline-block;
}

















