﻿@charset "utf-8";
/* CSS Document */
html
{
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x:hidden;
}
button:focus {
    outline:none;
}
a:hover {
    text-decoration: none;
}
.bor_red {
    border: 1px solid red;
}
.container {
    max-width: 1300px
}
.menu_icon .fa {
    font-size: 36px;
    font-weight: normal;
    cursor:pointer;
}
.round_img {
    border-radius: 50%;
    height: 530px;
    margin-top: -30px;
    background: url(../images/round_back.png) no-repeat left center;
    background-size: 480px 530px;
}
.back_grad {
    border-radius: 50%;
    height: 530px;
    background: linear-gradient(to bottom, rgba(4,180,165,0.9), rgba(39,183,221,0.9));
    box-sizing: border-box;
}
.carousel-indicators {
    bottom: 40px;
}
.parti {
    position: absolute;
    right: 20px;
    bottom: 30px;
    color: #fff;
    z-index: 12;
    line-height: 16px;
}
.parti a {
    font-weight: bold;
    color: #fff
}
.carousel-caption {
    top: 0em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1.0em 4.0em;
    z-index: 5;
    border: 0px solid red
}
.carousel-caption h2 {
    line-height: 35px;
    font-size: 30px;
    font-weight: bold
}
.carousel-caption h1 {
    line-height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #002d42;
    text-transform: uppercase
}
.carousel-caption h3 {
    line-height: 26px;
    font-size: 22px;
    font-weight: 300
}
.carousel-caption h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 100
}
.carousel-caption p {
    font-size: 20px;
    color: #face0d;
    line-height: 25px;
    padding-top: 0.5em
}
.carousel-caption p span {
    font-size: 40px;
    color: #face0d;
    line-height: 48px;
    font-weight: bold;
    text-align: center
}
.bauma h1 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px
}
.bauma h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px
}
.bauma p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 20px
}
.bouma_cont {
    height: 100%
}
.bou_cir {
    background: #002d42;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.right_bott {
    right: -75px;
    bottom: -75px;
    padding-left: 1.6em;
    padding-top: 1.2em;
}
.right_top {
    right: -75px;
    top: -75px;
    padding-left: 1.6em;
    padding-top: 4.3em;
}
.left_top {
    left: -75px;
    top: -75px;
    padding-left: 4.4em;
    padding-top: 4.3em;
}
.left_bott {
    left: -75px;
    bottom: -75px;
    padding-left: 4.4em;
    padding-top: 1.3em;
}
.box_cnt {
    position: absolute;
    top: 4rem;
}
.boum_box {
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}
.boum_box h1 {
    color: #363636;
    line-height: 20px;
    font-size: 18px;
}
.boum_box p {
    color: #363636;
    line-height: 18px;
    font-size: 14px;
    padding-top: 0.5rem
}
.boum_box h1 span {
    font-weight: bold;
}
.exi {
    /*background: #383838;*/
    background-image:url(../images/about-bg.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    padding-top: 3.0em;
    padding-bottom: 3.0em;
}
.exib {
    text-align:center;
}
.exib h2 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
}
.exib p {
	font-size: 16px;
	color: #242424;
	font-weight: 400;
	padding-top: 10px;
	margin-bottom: 10px;
}
.exib p a {
	font-size: 16px;
	color:#0071BB;
	margin-top: 15px;
	display: inline-block;
	font-weight: 700;
	border-bottom: 1px solid #0071BB;
	line-height: 1;
    transition: all 0.3s linear;
}
.exib p a:hover {
    color:#000000;
}
.exib h2 span {
    font-weight: bold
}
.exicuter {
    background: linear-gradient(to bottom, rgba(4,180,165,0.9), rgba(39,183,221,0.9));
    text-align: center;
    font-size: 20px;
    border-radius: 20px;
}
.exicuter a {
    color: #fff;
    font-weight: bold;
}
.key_facts h2 {
    font-size: 36px;
    line-height: 40px;
    text-align: center
}
.key_facts h2 span {
    font-weight: bold;
}
.key_box {
    height: 200px;
    border-radius: 15px;
    text-align: center;
    flex-direction: column;
    box-sizing: border-box
}
.key_box h4 {
    font-size: 30px;
    line-height: 40px;
    display: block;
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin:0;
    
}
.key_box p {
    font-size: 16px;
    line-height: 18px;
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box_1 {
    background: url(../images/box1.png) no-repeat left top;
    background-size: cover
}
.box_2 {
    background: url(../images/box2.png) no-repeat left top;
    background-size: cover
}
.box_3 {
    background: url(../images/box3.png) no-repeat left top;
    background-size: cover
}
.box_4 {
    background: url(../images/box4.png) no-repeat left top;
    background-size: cover
}
/*shadow*/
.grow {
    transition: all .2s ease-in-out;
}
.grow:hover {
    transform: scale(1.1);
}
.shrink {
    transition: all .2s ease-in-out;
}
.shrink:hover {
}
.shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),  0 2px 4px 0 rgba(0,0,0,0.08);
}
.shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),  0 5px 15px 0 rgba(0,0,0,0.08);
}
.animation {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
/*shadow*/


/*quater-circle*/
.quarter-circle-top-left {
    width: 100px;
    height: 100px;
    background: #002d42;
    border-radius: 0 0 100px 0;
    -moz-border-radius: 0 0 100px 0;
    -webkit-border-radius: 0 0 100px 0;
}
.quarter-circle-top-right {
    width: 100px;
    height: 100px;
    background: #002d42;
    border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    -webkit-border-radius: 0 0 0 100px;
}
.quarter-circle-bottom-left {
    width: 100px;
    height: 100px;
    background: #002d42;
    border-radius: 0 100px 0 0;
    -moz-border-radius: 0 100px 0 0;
    -webkit-border-radius: 0 100px 0 0;
}
.quarter-circle-bottom-right {
    width: 100px;
    height: 100px;
    background: #002d42;
    border-radius: 100px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 100px 0 0 0;
}
.pro_left {
    border-radius: 5px;
    background: url(../images/prod_left.png) no-repeat top left;
    background-size: cover;
    height: 353px;
}
.pro_left h2 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
}
.pro_left h2 span {
    font-weight: bold
}
.pro_left .row {
    height: 100%
}
.products .item {
	height: 353px;
	background: #fff;
	border: 1px solid #e9e7e7;
	border-radius: 5px;
	padding: 1.5em;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.products .item::after {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background-color: #0bb1a0;
	width: 50px;
	height: 50px;
	border-radius: 50px 0 0px 0px;
}
.item h3 {
	font-size: 14px;
	color: #3d4b7d;
	font-weight: bolder;
	line-height: 20px;
}
.item ul {
    margin-top: 0.8em;
    padding: 0px;
    padding-left: 1.0em
}
.item ul li {
    font-size: 12px;
    color: #3e3e3e;
    padding-bottom: 0.5em;
    line-height: 14px;
}
.part {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8701f+29,0bb1a0+100 */
background: rgb(232,112,31); /* Old browsers */
background: -moz-linear-gradient(left,  #0071BB 29%, rgba(11,177,160,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0071BB 29%,rgba(11,177,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0071BB 29%,rgba(11,177,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071BB', endColorstr='#0bb1a0',GradientType=1 ); /* IE6-9 */

    border-radius: 5px;
}
.part_img {
    background-image: url(../images/parti_img.png), url(../images/parti_arrow.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 7.0em;
    padding-top: 2.0em
}
.part_heading {
    height: 100%
}
.part_heading h1 {
    font-size: 50px;
    line-height: 55px;
    padding-left: 1.0em;
    color:#fff;
}
.part_heading h1 span {
    font-weight: bold;
}
.one_side p {
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 0;
	color: #fff;
}
.one_side_sm p {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding-bottom: 0;
	color: #fff;
	margin-top: -10px;
}
.one_side p span {
    font-size: 14px;
}
.kau_cont {
    position: absolute;
    bottom: -2.0em
}
.kau_text {
    background: #0AA8A4;
    border-radius: 20px 20px 0 0;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.kau_text p {
    line-height: 25px;
    margin:0;
}
.quar_cir_green {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.quarter-circle-bottom-right {
    width: 30px;
    height: 30px;
    background: #f22626;
    border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0;
}
/*quater-circle*/


.both {
	margin-top: 40px;
}
.both h2 {
    font-size: 36px;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
}
.both h2 span {
    font-weight: bold;
}
.gen h1 {
    font-size: 26px;
    color: #01a263;
    padding-bottom: 1.0em;
    font-weight: bold
}
.gen ul {
    margin: 0px;
    padding: 0px;
}
.gen ul li {
    font-size: 14px;
    color: #000000;
    text-align: left;
    list-style: none;
    line-height: 20px;
}
.gen ul li::before {
    content: "\2022";
    color: #a3a3a3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 18px;
}
.ind h1 {
    color: #26b1f1
}
.pay {
    background-image: linear-gradient(to left, #0071BB, #e8701f);
    height: 530px;
    border-radius: 50%
}
.pay_cont {
	margin: 2% 0%;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	background: #ecebeb;
	height: 96%;
	border-radius: 50%;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 5%;
}
.pay_cont h3 {
	font-size: 30px;
	color: #000;
	text-align: center;
	line-height: 30px;
	width: 100%;
}
.pay_cont p {
	font-size: 14px;
	color: #4b4a4a;
	text-align: center;
	line-height: 18px;
	padding-left: 4.0em;
	padding-right: 4.0em;
	padding-top: 0.5em;
	width: 100%;
}
.pay_cont h3 span {
    font-weight: bold
}
.pay_cont h2 {
	font-weight: bold;
	color: #959595;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
	padding-bottom: 10px;
	width: 100%;
	font-size: 20px;
	margin: 0;
}
.bank_details {
    font-size: 12px;
    text-align: left;
    text-transform: uppercase
}
.als_pay p {
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
	width: 100%;
	color: #4b4a4a;
	margin: 0 0 0 0;
}
.als_pay p a {
	color: #f03b33;
	text-transform: uppercase;
	padding-right: 1.0em;
	font-size: 16px;
}
.als_ven {
	height: 530px;
	border-radius: 50%;
	background: url(../images/venue.png) no-repeat;
	background-size: 1000px 530px;
	background-position: center center;
}
.als_ven_cnt {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    border-radius: 50%;
}
.als_text {
    background: -webkit-linear-gradient(#0bb1a0, #0bb1a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 1.0em;
    padding-bottom: 1.0em
}
.als_text h4 {
    font-size: 36px;
    text-align: center;
    width: 100%;
    line-height: 35px;
}
.als_text h4 span {
    font-weight: bold
}
.als_text p {
	font-size: 18px;
	text-align: center;
	padding-top: 0em;
	width: 100%;
	line-height: 24px;
	font-weight: 400;
}
.sub_app {
    position: absolute;
    z-index: 8;
    bottom: 40px;
}
.sub_app h1 {
    font-size: 30px;
    color: #fff
}
.sub_app h1 span {
    font-weight: bold;
}
.img_cov {
    z-index: 5
}
.img_100 {
    width:100%;
    display:block;
}
.img_cov:hover .rou_cov {
    opacity: 1
}
.rou_cov {
    position: absolute;
    top: 0px;
    width: 103%;
    height: 110%;
    margin-top: -5%;
    background: linear-gradient(to bottom, rgba(4,180,165,1), rgba(39,183,221,1));
    border-radius: 10px;
    z-index: 10;
    opacity: 0;
}
.crit h1 {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 300
}
.crit h1 span {
    font-weight: bold
}
.crit p {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    padding: 1.5em 0;
}
.crit p span {
    font-weight: bold
}
.mem_exp {
    background: #CE9455;
    height: 436px;
}
.mem_exp h2 {
	font-size: 34px;
	color: #000;
	line-height: 45px;
	margin-left: -76px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.mem_exp h2 span {
    font-weight: bold
}
.mem_exp p {
	font-size: 17px;
	padding: 1.0em 2.0em;
	color: #000000;
}
.mem_exp p a {
    color:#000;
    font-weight:700;
    border-bottom:1px solid #000;
}
.mem_exp ul {
    margin: 0px;
    padding: 1.0em 3.0em;
}
.mem_exp ul li {
    color: #fff;
    list-style: disc;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 1.0em
}
.event_ex {
    background: #10bb87;
}

.ForceMajeure {
	background-color:#0071BB;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 40px 0;
    margin-top:40px;
}
.ForceMajeure h2 {
    color:#FFFF26;
}
.ForceMajeure p {
	margin-bottom: 0;
	color: #ffffff;
	margin-top: 20px;
}
.ForceMajeure p span {
	margin-bottom: 0;
	color: #FFFF26;
	margin-top: 20px;
}
.ForceMajeure p a {
    display:inline-block;
    margin-top:5px;
    color: #ffffff;
    border-bottom:1px solid #56dbff;
	font-weight:600;
}
.ForceMajeure ul li {
    text-align:left;
    color: #ffffff;
}
.covid19 {
	background-color: #0071BB;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 40px 0;
}
.covid19 h2 {
    color:#FFFF26;
}
.covid19 p {
	margin-bottom: 0;
	color: #ffffff;
	margin-top: 20px;
}
.covid19 p span {
	margin-bottom: 0;
	color: #FFFF26;
	margin-top: 20px;
}
.covid19 p a {
    display:inline-block;
    margin-top:5px;
    color: #ffffff;
    border-bottom:1px solid #56dbff;
	font-weight:600;
}
.covid19 ul li {
    text-align:left;
    color: #ffffff;
}
.footer {
    background: #2c2c2c;
}
.font_icon {
	margin-top: 17px;
}
.font_icon a {
	width: 40px;
	height: 33px;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
}
.font_icon .fa {
    background: linear-gradient(to bottom, #e8701f, #e8701f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 30px;
}
.font_icon .fa:hover {
    background: linear-gradient(to bottom, #fff, #fff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.mad {
    font-size: 12px;
    color: #fff;
    font-weight: 300
}
.mad a {
    color: #ececec;
}
.mad a:hover {
    color:#0299da;
}
.owl-dots {
    display: none
}
.owl-nav {
    position: absolute;
    top: 40%;
    z-index: 50;
    width: 100%
}
.owl-prev {
    left: -15px;
    position: absolute;
    font-size: 30px !important;
}
.owl-next {
    right: -15px;
    position: absolute;
    font-size: 30px !important;
}
/*side_nav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #1b2c66;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	transition: 0.3s;
	line-height: 1;
}
.sidenav a:hover {
    color: #98d7f9;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}
.banner {
	border-radius: 15px;
	overflow: hidden;
}
.menu_icon {
	margin-top: 0;
	width: 36px;
	height: 36px;
	display: inline-block;
	position: relative;
	top: 12px;
	right: -15px;
}
.event_logo {
	width: 90%;
	display: inline-block;
}
.participant {
	color:#0071BB;
	text-align: center;
	font-size: 30px;
	margin: 0;
	padding: 25px 0;
	font-weight: 200;
}
.participant > span {
    font-weight:700;
}
.button_list {
    padding:0;
    margin:0;
    text-align:center;
}
.button_list > li {
	width: 23%;
	display: inline-block;
	list-style-type: none;
	margin: 15px;
}
.button_list > li > a {
    display:block;
    color:#ffffff;
    font-size:20px;
    padding: 10px;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.3s linear;
    background: #0071BB;
}
.button_list > li > a:hover {
background: #0bb1a0;
transition: all 0.3s linear;
}

.banner_section {
    position:relative;
}
.countdownTimer {
	position: absolute;
	top: 45%;
	right: 0;
	transform: translateY(-50%);
	background-color: #0071BB;
	color: #000;
    border-radius: 10px 0 0px 10px;
    padding:10px;
}
.each_timer {
	width: 68px;
	height: 68px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 10px;
	display: block;
}
.time {
	display: block;
	font-size: 20px;
	font-weight: 700;
    color: #fff;
}
.labels {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
    color: #fff;
}
.each_timer .wrapper {
	padding-top: 8px;
}

.owl-carousel.products .owl-nav button {
    margin:2px;
}
.owl-carousel.products .owl-nav button:hover {
    background:transparent;
}
.owl-carousel.products .owl-nav button.owl-next span {
	line-height: 15px;
	height: 22px;
	display: block;
	width: 22px;
	text-align: center;
	border-radius: 50%;
	background-color: #717171;
	color: #fff;
	font-size: 24px;
    margin-right: 5px;
}
.owl-carousel.products .owl-nav button.owl-prev span {
	line-height: 15px;
	height: 22px;
	display: block;
	width: 22px;
	text-align: center;
	border-radius: 50%;
	background-color: #717171;
	color: #fff;
	font-size: 24px;
    margin-left: 5px;
}

.reimbursement {
	background-image: url(../images/airfare-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 40px 0;
}
.reimbursement h2 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reimbursement h2 > span {
    font-weight:700;
}

.reimbursement p {
	margin-bottom: 0;
	color: #FFFFFF;
	margin-top: 20px;
}
.reimbursement p a {
    display:inline-block;
    margin-top:5px;
    color: #1b2533;
    border-bottom:1px solid #1b2533;
	font-weight:600;
}

.gen_facilities {
	background-image: url(../images/relationship.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 40px 0;
}
.gen_facilities h2 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    background: -webkit-linear-gradient(#000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gen_facilities h2 > span {
    font-weight:700;
}

.gen_facilities p {
	margin-bottom: 0;
	color: #FFFFFF;
	margin-top: 20px;
}
.gen_facilities p a {
    display:inline-block;
    margin-top:5px;
    color: #1b2533;
    border-bottom:1px solid #1b2533;
	font-weight:600;
}

.gen_facilities ul li {
    text-align: left;
    color: #ffffff;
}

.area2 {
    color: #2a120f;
    display: inline-block;
    font-size: 16px;
    margin-top: 35px;
    background-color: #fcc97e;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 700;
}

.charges {
	color: #e8701f;
	font-size: 20px;
	text-align: center;
}
.charges span {
    font-weight:700;
}
.booth_list {
	padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.booth_list > li {
    list-style-type: none;
    display: inline-block;
    max-width: 25%;
    margin: 20px 0;
    flex: 0 0 25%;
}
/*.booth_list > li:last-child {
	margin-left: 37%;
}
.booth_list > li:nth-child(5) {
	margin-left: 12%;
}*/
.each_booth_bx {
    background: #0071BB;
    
    width: 215px;
    height: 215px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 40px 0 0 0;
    transition: all 0.3s linear;
    position:relative;
    top:0;
}
.each_booth_bx:hover {
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    top:-5px;
}
.each_booth_bx img {
}
.each_booth_bx p {
	margin: 5px 0 0 0;
	color: #ffffff;
	line-height: 1.2;
	font-weight: 600;
}
.two_booths {
    background-image: linear-gradient(to left, #0099cc, #0066cc);
	border-radius: 10px; 
    height: 360px;
}
.two_booths h2 {
	font-size: 30px;
	color: #022039;
	line-height: 40px;
	margin-left: 0px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 20px;
}
.two_booths h2 span {
    font-weight: bold
}
.two_booths ul {
    margin: 0px;
    padding: 1.0em 4.0em;
}
.two_booths ul li {
    color: #fff;
    list-style: disc;
    font-size: 16px;
    font-weight: 600;
}
.selection_list {
    padding:0;
    margin:0;
}
.selection_list > li {
    list-style-type:none;
    width:33.33%;
    float:left;
    height:410px;
}
.each_box {
	display: block;
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	transition: all .3s linear;
	padding: 30px;
}
.submission {
    background-image:url(../images/submission.jpg);
}
.criteria {
    background-image:url(../images/criteria.jpg);
}
.cancellation {
    background-image:url(../images/cancellation.jpg);
}
.each_box::before {
	content: '';
	position: absolute;
	left: 40px;
	bottom: 0;
	width: 60px;
	height: 6px;
	/*background: #be0307;*/
	z-index: 9;
	transition: all .3s, left .2s, width .2s, height .2s .2s;
    
    background: rgb(232,112,31);
	background: -moz-linear-gradient(left, #0071BB 0%, rgba(11,177,160,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232,112,31,1)), color-stop(100%, #0071BB));
	background: -webkit-linear-gradient(left, rgba(232,112,31,1) 0%, #0071BB 100%);
	background: -o-linear-gradient(left, rgba(232,112,31,1) 0%, #0071BB 100%);
	background: -ms-linear-gradient(left, rgba(232,112,31,1) 0%, #0071BB 100%);
	background: linear-gradient(to right, rgba(232,112,31,1) 0%, #0071BB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071BB', endColorstr='#0bb1a0', GradientType=1 );
}

.each_box:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 35px -1px rgba(15,15,15,.5);
    z-index: 20;
    border-radius: 8px;
    transition: all .3s linear;
    overflow:hidden;
}

.each_box:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
}

.leaf_content {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 30px 60px;
    overflow: auto;
    z-index: 10;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s linear;
    width: 100%;
    word-break: break-all;
}
.each_box:hover .leaf_content {
    opacity: 1;
}

.hdr_typ_1 {
    color: #fff;
    font-size: 30px;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 30px;
    left: 38px;
    transition:all 0.3s linear;
}
.hdr_typ_1 span {
    font-weight:700;
}
.each_box:hover .hdr_typ_1 {
    opacity: 0;
}
.hdr_typ_2 {
    color: #fff;
    font-size: 26px;
}
.hdr_typ_2 span {
    font-weight:700;
}
.leaf_content p {
    font-weight:300;
    font-size:15px;
}
.leaf_content p a {
    color:#FFFFFF;
    font-weight:600;
}
.leaf_content p span {
    font-weight:700;
}
.about_caption {
    color: #0066cc;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 15px;
}
.sub_hdr {
	font-size: 22px;
	font-weight: 700;
	color: #0066cc;
	margin-bottom: 20px;
}
.nrml_txt {
	font-weight: 400;
	font-size: 14px;
    color:#353535;
}
.nrml_txt strong {
    font-weight:600;
}
.default_ul {
}
.default_ul > li {
    font-size:14px;
    color:#353535;
}
.product_section {
	padding: 30px;
	position: relative;
	width: 100%;
}
.prdct_list {
    padding:0;
    margin:0;
}
.prdct_list > li {
	list-style-type: none;
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.prdct_list > li::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	width: 10px;
	height: 10px;
	background-color: #162621;
}
.prdct_list > li > ul > li {
    position:relative;
    list-style-type:none;
    padding-left:30px;
    font-size:15px;
}
.prdct_list > li > ul > li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 9px;
	width: 10px;
	height: 10px;
	background-color: #107ab5;
}
.height {
	height: 280px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.height:after {
    z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background-color: #193953;
	width: 50px;
	height: 50px;
	border-radius: 50px 0 0px 0px;
}

.note {
	padding-top: 40px;
}
.note h2 {
    font-size:20px;
    color:#ba0409;
    font-weight:700;
}
.note p {
    font-size:15px;
    color:#6F6F6F;
}
.contact_hdr {
	color: #000;
	font-size: 29px;
	font-weight: 400;
	margin: 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.contact_hdr > span {
    font-weight:700;
}
.cinNo {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333333;
}
.register-off-block {
    max-width: 630px;
    margin: auto;
}

.each_list > li {
    float: left;
    width: 25%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    min-height: 185px;
    text-align: left;
    list-style-type: none;
    padding:10px 10px 0 10px;
}
.each_list_cntr > li {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 50%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 10px;
	min-height: 222px;
    padding:10px 10px 0 10px;
}
.cnt_name {
    font-size: 16px;
    font-weight: 700;
    color: #1c2c67;
    margin-bottom: 0px;
    padding-bottom: 2px;
}
.cnt_desig {
    color: #565656;
    font-size: 13px;
    margin-bottom: 5px;
}
.cnt_desig_add {
    color: #000000;
    font-size: 13px;
    margin-bottom: 5px;
}
.each_list_cntr ul {
    text-align: left;
}
.no_list {
    padding:0;
    margin:0;
}
.no_list > li {
    width: 100%;
    margin-bottom: 2px;
    margin-left: 0;
    font-size: 13px;
    min-height: 1px;
    list-style-type:none;
}
.no_list > li i {
    font-weight: 700;
    padding-right: 10px;
    background: -webkit-linear-gradient(to right, #2c7f66 0%, #00aef0 100%);
    background: linear-gradient(to right, #292c63 0%, #8a324a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.no_list > li a {
    color: #000;
}
.no_list > li:last-child a
{
    color: #f00;
}
.contact_bg {
	background-color: #efefef;
	padding-top: 40px;
}
.eepc_logo {
	width: 162px;
	margin-right: 25px;
}
.eng_logo {
	width: 95px;
}
.main_logo {
	/*width: 245px;*/
	margin-top: 0;
}
.mrgn-adjst {
	margin-top: 0 !important;
}
.img-footer {
	width: 150px;
}
.ul-custom {
	padding: 0;
}
#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #0071BB;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 37px;
	font-size: 23px;
	display:none;
    z-index:20;
}
.readMore {
    color: #000;
    border-bottom: 1px solid #107ab5;
    margin: 15px 0;
    display: inline-block;
    transition: all 0.3s linear;
    font-weight:700;
}
.readMore:hover {
    color:#000000;
}

.highlight {
	text-align: center;
	padding: 10px 70px;
	font-size: 18px;
	color: #f8e002;
	line-height: 1.5;
	background-color: #505050;
}
.product_hdr {
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
}
.product_hdr span {
    font-weight:bold;
}
.logos {
    padding:0;
    margin:0;
}
.logos > li {
    list-style-type:none;
    display:inline-block;
    margin:0 5px;
}
.logos > li a > img {
}
/*Table*/
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}







