/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

* {
	box-sizing: border-box;
}
body, html {
	-webkit-text-size-adjust: 100%
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 1.4rem; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 2.2rem;
	font-weight: 400;
	color: #000000;
	background-color:#f3f3f3;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
}
a, ins {
	text-decoration: none
}
a {
	text-decoration: none;
	color: #000;
}
*, article, aside, header, nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	box-sizing: border-box;
}


p{line-height: 2rem;}

h2{font-size:2.8rem; line-height:3.6rem; font-weight:800; color:#ffffff; text-transform:uppercase}


/* other important styling */ 
hr {
	padding-top: 2rem;
	padding-bottom: 0rem;
	border-width: 0;
	border-top: 1px solid #eeeeee;
	margin: 0;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vertical-centered {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.featured-bg-image {
	position: relative;
	background-color: #222222;
}
.featured-bg-image:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.separator {
	position: relative;
	padding-bottom: 0.2em;
	text-align: center;
	color: inherit;
}
.separator:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 10rem;
	height: 1px;
	background-color: #000;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#sttotop {
	border-radius: 100%;
	width: 35px;
	height: 35px;
	display: none;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	cursor: pointer;
	z-index: 15;
	outline: none;
}
.sttotop_bg_color {
	background: #f49b0f;
	box-sizing: content-box;
}
#sttotop i {
	color: #ffffff;
	font-size: 24px;
	line-height: 33px
}
.button {
	border: none;
	border-radius: 10px;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.2rem;
	height: auto;
	margin-bottom: 1rem;
	margin-top:1rem;
	padding: 14px 0;
	text-transform:uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.hidden, .hide{
	display: none
}
.bullets ul {
	list-style: none;
	padding-left: 1.6em;
	margin-bottom: 0;
}
.bullets li {
	margin-bottom: .5rem;
	position: relative;
	list-style:disc;
}


.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
  box-sizing: border-box;
 }
 .box-layout{
	 margin: 0 auto;
	 max-width:1200px;
	 width: 100%;
	 position:relative;
 }
 
 .inner-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
 }
 
 .page-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
 }
 .mt-minus{margin-top:-90px}
.visihide {
    visibility: hidden;
}

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

.blue-bg{background-color:#243981 !important;}
.yellow-bg{background-color:#f49b0f !important;}
.white-bg{background-color:#ffffff !important;}

.blue-color{color:#243981 !important;}
.yellow-color{color:#f49b0f !important;}



.mt0{margin-top:0 !important}
.mt10{margin-top:10px !important}
.mt20{margin-top:20px !important}
.mt30{margin-top:30px !important}



.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
color:#000;
}

.mb0{margin-bottom:0 !important}
.mb10{margin-bottom:10px !important}
.mb20{margin-bottom:20px !important}
.mb30{margin-bottom:30px !important}
.mb40{margin-bottom:40px !important}
.mb50{margin-bottom:50px !important}
.pb30{padding-bottom:30px !important}


@media (max-width: 943px){
.container,.inner-container,.page-container {
    padding: 0 20px;
}
.mt-minus{margin-top:-5px}
}



/* header section of the page goes here */ 


header{position:relative}


.branding {
	position: relative;
	width: 100%;
	z-index: 33;	
}

.top-nav{
	background-color:#243981;
	padding:0.6rem 2.2rem;
	width:72%;
	position: absolute;
    z-index: 4;
	top:0;
	right:0;
	border-bottom-left-radius:10px;
}
.top-nav .top-nav-info{
	color:#000000;
	font-size:16px;
	line-height:2rem;
	font-weight:600;
	
}
.top-nav .exhi-link{
	background-color:#243981;
	color:#ffffff;
	font-weight:500;
	padding:0.8rem 1rem;
	display:inline-block;
	margin-left:10rem;
	position:absolute;
	right: 25%;
    top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; 
}
.top-nav .exhi-link:hover{
	background-color:#71706f;
}


.top-nav .visi-link{
	background-color:#71706f;
	color:#ffffff;
	font-weight:500;
	padding:0.8rem 1rem;
	display:inline-block;
	margin-left:1rem;
	position:absolute;
	right: 10%;
    top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; 
}
.top-nav .visi-link:hover{
	background-color:#243981;
}




@media (min-width: 250px) {
	.top-nav{display:none}
	
}



@media (min-width: 1000px) {
	.top-nav .top-nav-info{font-size:12px}
	
	.top-nav{
	display:block;
	background-color:#f49b0f;
	padding:0.8rem 2.2rem;
	width:80%;
	position: absolute;
    z-index: 4;
	top:0;
	right:0;
	border-bottom-left-radius:10px;
}

	.top-nav .exhi-link{
		right: 23%;
    	top: 0;
		font-size: 10px;
	}
	.top-nav .visi-link{
		right: 8%;
   		 top: 0;
		 font-size: 10px;
	}
	
}

@media (min-width: 1200px) {
	.top-nav .top-nav-info,.top-nav .visi-link,	.top-nav .exhi-link{font-size:12px}
	
	.top-nav{
		width:62%;
	}
	
}
@media (min-width: 1300px) {
	.top-nav .visi-link,.top-nav .exhi-link{font-size:14px}
	.top-nav .top-nav-info{font-size:16px}
}
@media (min-width: 1400px) {
	.top-nav .top-nav-info{font-size:16px}
	.top-nav .exhi-link{
    	top: 0;
		right: 21.5%;
	}
	.top-nav .visi-link{
	
   		 top: 0;
	}
	
}





.branding-inner {
	padding: 1rem 0 0.4rem;
	position: relative;
	background-color:#ffffff;
}
.branding-inner:after{
	content:"";
	right:0;
	background:url(../images/header-top-right-texture.png) no-repeat;
	background-size:121px 69px;
	width:121px;
	height:69px;
	top: 32px;
    position: absolute;
}

.brand-left{width:13%;}
.brand-right {
	margin-top: 5rem;
	width:87%;
}

.branding .main-logo img{max-width:100%;
-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s; }

.branding .event-info {
	text-align: left;
	margin-top: 0;
	    padding-left: 4rem;
}
.branding .event-info .event-date {
	color: #71706f;
	display: block;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 3.6rem;
	text-transform:uppercase;
	margin-bottom:0.4rem;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	transition: all 1.5s;
}
.branding .event-info .event-venue {
	display: block;
	color: #71706f;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4rem;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	transition: all 1.5s;

}

.branding .head-right-logo {
	text-align: right;
	display: table;
	margin-top: 0rem;
	width:100%;
}
.branding .part-logo {
	display: table-cell;
	vertical-align: middle;
	padding-right: 3rem;
	position: relative;
	text-align:center;
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s; 
}
.branding-inner .part-logo img{max-width:100%;    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;}
	
.branding .part-logo:last-child {
	padding-right: 0;
	padding-left: 0;
}
.branding .co-label{
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	color: #71706f;
    padding-right: 0;
	 margin-top: -2rem;
    margin-bottom: 1rem;
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s; 
}









@media only screen and (max-width: 943px) {
.top-headline{display:none;}
.branding {
	background-color: #ffffff;
	padding: 0;
	z-index: 5
}
.branding-inner:after{
	top:-4px;
}
.brand-left, .brand-right {
	width: 100%;
	margin-left:0;
	margin-top:0;
	
}
.brand-right {	margin-bottom:1rem;}
.brand-left .main-logo {
	text-align: center;
	margin: 0;
	margin-bottom: 1rem;
	position:relative;
	
	
}
.branding .main-logo img {
	max-width: 30%;
}
.branding .main-logo a {
	display: inline
}
.branding .event-info {
	margin: 0;
	margin-bottom: 1rem;
	text-align: center;
	padding-left:0;
}
.branding .event-info .event-venue{width:100%;}
.branding .event-info .event-date{
	font-size: 2.6rem;
    line-height: 3.2rem;
	
}
.branding .part-label {
	width: 100%;
	margin-top: 1rem;
}
.branding .venue-wrap {
	width: 100%;
}
.branding .right-logo-wrap {
	border-top: solid 1px #f2f2f2;
	width: 100%;
}
.branding .head-right-logo {
	text-align: center;
	display: block;
	margin-top: 0.5rem;
}
.branding .part-logo {
	display: inline-block;
	vertical-align: inherit;
    text-align: center;
}
.branding .co-label{
	display: block;
    width: 172px;   
    padding-bottom: 0.5rem;
    margin: 0 auto;
    padding-top: 0.5rem;
	}
	
}

/* Larger than Desktop */
@media (min-width: 1000px) {
	
.four.columns.right-logo-wrap{    margin-left: 0;
    width: 35.6666666%;}	
.eight.columns.venue-wrap{    width: 64.333333%;}	
/*On scroll branding effects*/
.branding-outer{position:relative; z-index:99; }
.fixed-scrolled{width:100%; z-index:99;  -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;}
.fixed-scrolled .branding-inner .brand-right{margin-top:0; }
.fixed-scrolled .branding-inner .main-logo img{max-width:150px;
-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s; }

.main-logo{background-color: #fff; -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s; max-width:280px;} 

.fixed-scrolled .branding-inner .logo-wrap{width:11.666667%;}
.fixed-scrolled .branding-inner .right-logo-wrap .head-right-logo{margin-top:0.1rem; }
.fixed-scrolled .branding-inner .part-logo .logo-img-wrap:first-child{padding-left:0;}
.fixed-scrolled .branding-inner .event-info{
	margin-top: 0.5rem;
}
.fixed-scrolled .branding-inner .event-info .event-date{
font-size: 2.0rem;
line-height: 2.6rem;
margin-bottom:0;
}
.fixed-scrolled  .branding-inner .event-info .event-venue{
font-size: 1.2rem;
line-height: 2.6rem;
width:100%;
}

.fixed-scrolled .branding-inner .co-label{font-size:1rem;     
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;}

.fixed-scrolled .branding-inner .part-logo img{max-width:40%;     -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;}
	
	
.fixed-scrolled	.part-logo.lb:after{left: 0rem}

.fixed-scrolled .main-navigation {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: auto;
}
.branding .event-info {
	padding-left: 3rem;
    padding-right: 20rem;
}
.branding .event-info .event-date{font-size: 2.4rem; line-height:2.8rem}
.branding .event-info .event-venue{font-size: 1.6rem;}
.brand-right{    margin-top: 4rem;}

.branding .co-label{    margin-top: -1rem;}
}

@media (min-width: 1200px) {
	.main-logo{ max-width:100%;} 
	.branding .event-info .event-date{font-size: 2.8rem;}
	.branding .event-info .event-venue{font-size: 2.2rem;}
	.branding .event-info {
		padding-left: 2rem;
		padding-right: 6rem;
	}
	.brand-right{    margin-top: 5rem;}
	.branding .part-logo{padding-right: 0rem;}
	.branding .co-label{    margin-top: -2rem;}
	
}
@media (min-width: 1300px) {
	.main-logo{ max-width:100%;} 
	.branding .event-info .event-date{font-size: 3.2rem;}
	
}
/* Larger than desktop */
@media (min-width: 1000px) {

.part-logo.lb{position:relative;}
.part-logo.lb:after{
	content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: rgba(15,93,161,0.2);
    left: -2rem;
    top: 2rem;
}

	
}

/*nav section */
@media (min-width: 1000px) {
.main-navigation {
	position: relative;
	right: 0;
	width: 100%;
	padding-left: 0;
	bottom: 0;
	margin-top: 0;
	    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
.menu-container {
	background-color: #ededed;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 9;
}
.primary-nav {
	position: relative;
}
.container-menu {
	padding: 0 20px;
}
.menu > ul {
	background-color: transparent;
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
	content: "";
	display: table;
}
.menu > ul:after {
	clear: both;
}
.menu > ul > li {
	float: left;
	padding: 0;
	margin: 0;
}
.menu > ul > li a {
	color: #333333;
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2.2rem;
	padding: 0.8rem .5em;
	text-align: left;
	position: relative;
}
.menu > ul > li:hover a.home {
	background-color: transparent;
}
.menu > ul > li:hover a.home i {
	color: #243981;
}
.menu > ul > li:first-child a {
	padding-left: 0;
}
.menu .deep-menu > li {
	margin-bottom: 0;
}
.menu .deep-menu li a {
	padding: 10px 15px;
	display: block;
	color:#ffffff;
}
.menu .deep-menu li:hover a{
	color: #333333;
	background-color: #ededed;
}
.menu-mobile {
	display: none;
	padding: 20px;
}
.menu-dropdown-icon>a:before {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
	display: none;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 1em;
	right: 2em;
	color: #ffffff;
}
.menu .social-icons-menu {
	display: none
}
.menu > ul > li a {
	color: #333333;
}
.menu ul li:hover>a {
	color: #ffffff;
	background-color: #243981;
}
.menu > ul > li:hover .deep-menu, .menu > ul > li:focus .deep-menu {
	visibility: visible;
	/* shows sub-menu */
	opacity: 1;
	z-index: 10;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
.menu .deep-menu {
	min-width: 200px;
	visibility: hidden; /* hides sub-menu */
	opacity: 0;
	position: absolute;
	top: 38px;
	background-color: #243981;
	padding-top: 10px;
	margin: 0;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.menu .deep-menu {
	-webkit-box-shadow: 0px 6px 10px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 10px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 10px -7px rgba(0,0,0,0.75);
}
}

/* Larger than desktop */
@media (min-width: 1200px) {
.main-navigation {
	position: relative;
	width: 100%;
	bottom: 0;
}
.menu-container {
	background-color: #ededed;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	transition: 1.5s;
}
.primary-nav {
	position: relative;
}
.container-menu {
	padding: 0 20px;
}
.menu > ul {
	background-color: transparent;
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
	content: "";
	display: table;
}
.menu > ul:after {
	clear: both;
}
.menu > ul > li {
	float: left;
	padding: 0;
	margin: 0;
}
.menu > ul > li a {
	
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2.2rem;
		padding: 0.8rem 0.8em;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}
.menu > ul > li:hover a.home {
	background-color: transparent;
}

.menu > ul > li:first-child a {
	padding-left: 0;
}
.menu .deep-menu > li {
	margin-bottom: 0;
}
.menu .deep-menu li a {
	padding: 10px 15px;
	display: block;
}
.menu-mobile {
	display: none;
	padding: 20px;
}
.menu-dropdown-icon>a:before {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
	display: none;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 1em;
	right: 2em;
	color: #ffffff;
}
.menu .social-icons-menu {
	display: none
}
/*.fixed-scrolled .menu-container .menu > ul > li a {
    padding: 0.6rem 1.2rem;
}*/

.menu > ul > li:hover .deep-menu, .menu > ul > li:focus .deep-menu {
	visibility: visible;
	/* shows sub-menu */
	opacity: 1;
	z-index: 10;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
.menu .deep-menu {
	visibility: hidden; /* hides sub-menu */
	opacity: 0;
	position: absolute;
	top: 38px;
	background-color: #243981;
	padding-top: 10px;
	margin: 0;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.menu .deep-menu {
	-webkit-box-shadow: 0px 6px 10px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 10px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 10px -7px rgba(0,0,0,0.75);
}
}
@media (min-width: 1300px) {
.menu > ul > li a {
	padding:0.8rem 2rem
	
}

}	
@media (min-width: 1400px) {
	.fixed-scrolled .menu-container .menu > ul > li a {
    padding: 0.8rem 0.5rem;
}
}

/* for  mobile */
@media (max-width: 943px) {
.main-navigation {
	position: relative;
	z-index: 999;
}
.main-navigation .container{padding:0}
.menu-bg, .menu-burger {
	position: fixed;
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-align: center;
	border-radius: 100%;
	left: 15px;
	top: 25px;
	z-index: 99;
	line-height: 1;
}
.menu-bg {
	background: #243981;
	pointer-events: none;
	transition: .5s;
	left: 40px;
	top: 50px;
	transform: translate3d(-50%, -50%, 0);
	transform-origin: center center;
}
.menu-bg.fs {
	transform: translate3d(-50%, -50%, 0);
	width: 400vw;
	height: 400vw;
}
.menu-burger {
	color: white;
	padding-top: 11px;
	-webkit-user-select: none;
	cursor: pointer;
	transition: .4s;
	transform-origin: center;
	z-index: 9999;
}
.menu-burger.fs {
	transform: rotate(180deg) translateY(0);
}
.menu {
	position: fixed;
	font-weight: bold;
	font-size: 25px;
	color: white;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: .6s;
	margin-top: 0;
	transform: translateY(-200%);
	pointer-events: none;
	top: 0;
	bottom: 0;
	overflow-y: auto;
}
.menu ul {
	transition: 1s;
	opacity: 0;
	margin: 0px;
}
.menu.fs {
	transform: translateY(0);
	pointer-events: auto;
	opacity: 1;
}
.menu.fs ul {
	opacity: 1;
	margin-top: 75px;
}
.lock-scroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}
.menu ul li, .menu ul li a {
	color: #ffffff;
	line-height: 3rem;
}
.menu.fs .deep-menu {
	padding: 1rem 0;
	margin: 0;
	display: none;
	margin-top: 10px;
	transition: none;
}
.menu.fs .deep-menu li a {
	font-size: 18px;
}
.social-icons-menu {
	padding-top: 10px;
}
.menu.fs .deep-menu.stretch {
	display: block;
	animation-name: stretch;
	background-color: #243981;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: 1;
	animation-fill-mode: none;
}
.menu.fs .deep-menu.stretchOut {
	display: block;
	animation-name: stretchOut;
	background-color: #243981;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: 1;
	animation-fill-mode: none;
}
}
 @keyframes stretch {
 0% {
 transform: scale(.3);
 background-color: #000000;
 border-radius: 100%;
}
 50% {
 background-color: #243981;
}
 100% {
 transform: scale(1);
 background-color: #243981;
}
}
 @keyframes stretchOut {
 0% {
 transform: scale(1);
 background-color: #000000;
}
 50% {
 background-color: #243981;
}
 100% {
 transform: scale(.3);
 background-color: #243981;
 border-radius: 100%;
}
}

/* main banner */
.hero{min-height:540px;}
.hero-bg-banner:before {
	background-image: url(../images/home-banner.jpg);
	position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:0;
}



.hero .header-video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* form Sidebar */
.form-overlay {
  position: absolute;
  z-index: 5;
  top: 100px;
  right: 50px;
}
.banner-sidebar {
  padding: 5px;
  width: 200px;
}
.banner-sidebar img {
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
ul.tablink li {
  background: transparent;
  display: block;
  padding: 5px 10px 5px 0px;
  margin-bottom: 5px;
  color: #c3c3c3;
  border-radius: 5px;
}
ul.tablink li img {
  width: 34px;
  height: 30px;
  float: left;
  margin-right: 8px;
  margin-top: -5px;
}
ul.tablink li a {
  color: #c3c3c3;
  display: block;
  text-decoration: none;
  font-size: 16px;
  text-transform: normal;
  padding-top: 8px;
}
.video-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(180deg,transparent,#022044);
    background: -o-linear-gradient(180deg,transparent,#022044);
    background: -moz-linear-gradient(180deg,transparent,#022044);
    background: linear-gradient(180deg,transparent,#022044);
    opacity: .5;
    z-index: 2;
}


.hero .header-video-bg video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}



.hero-inner {
    bottom: 0;
    padding: 1.6rem 0;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
@media only screen and (max-width: 943px) {
	.hero {
		min-height: 300px;
	}
}

/* welcome */
.welcome{color:#ffffff; padding:4rem 0;}
.welcome h1{font-size:3.8rem; line-height:4.5rem; font-weight:400; margin-bottom:0.5rem;}
.welcome h1 strong{display:block; font-weight:800;}
.welcome p{margin-bottom:0.8rem; }



.welcome-video {position:relative; transition: transform .3s ease; line-height:0}

.welcome-video .youtube-link:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;	
	background-color:rgba(0,0,0,0.45); 
	z-index:1;
}


.welcome-video img{height:350px; line-height:0}
.welcome-video .youtube-link{display: inline-block; line-height: 0; overflow:hidden; position:relative; cursor:pointer;}


.welcome-video .play-icon{
	background:url(../images/video-icon-white.png);
	position: absolute;
    width: 94px;
    height: 93px;
    top: 50%;
    left: 50%;
    background-size: 94px 93px;
	background-repeat: no-repeat;
	 cursor:pointer;
	margin-left: -48px;
    margin-top: -48px; 
	z-index:5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.welcome-video:hover .play-icon{	
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	background:url(../images/video-icon-yellow.png);
	}


.welcome-video .youtube-link::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(244, 155, 15,0) 0%, rgba(244, 155, 15,.3) 100%);
	background: linear-gradient(to right, rgba(244, 155, 15,0) 0%, rgba(244, 155, 15,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.welcome-video .youtube-link:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@media only screen and (max-width: 943px) {
	.welcome h1{margin-top:3rem;}
	.welcome-video img{height:auto;}
}



/*quick nav section */
.quick-nav-home {
    position: relative;
    z-index: 2;
    padding: 0;
}
.quick-nav-home ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
	height:64px;
}
.quick-nav-home ul li {
    text-align: left;
    display: table;
    padding: 0 30px 0;
    margin-bottom: 0;
    margin-right: 30px;
    
}
.quick-nav-home .hvr-bounce-to-right:before {
    background-color: #0b414a;
}
.quick-nav-home ul li:last-child {
    margin-right: 0;
    border-right: none;
}
.quick-nav-home ul li .quick-icon {
    line-height: 0;
    display: table-cell;
    vertical-align: middle;
}
.quick-label-wrap {
    display: table-cell;
    vertical-align: middle;
}
.quick-nav-home ul li .quick-label {
        color: #243981;
    display: block;
    font-size: 1.6rem;
    line-height: 2.2rem;
	font-weight:700;
    padding-left: 10px;
    text-align: left;
}
.quick-nav-home ul li .quick-sub-label {
    padding-left: 10px;
    color: #a9adce;
}
.quick-nav-home .timer-icon {
    width: 15%;
    float: left;
    margin-top: 12px;
}
.quick-nav-home .demo2.dsCountDown.ds-black {
    width: 85%;
    float: left;
	background-color:#243981;
}
.quick-nav-home .quick-nav-home-wrap {
    background: #000000;
}
.quick-nav-home .quick-countdown {
    background: #243981;
    padding: 0 2rem;
    
}



.quick-nav-home ul li#blink-nav{
	background:#ffffff;
}
.quick-nav-home ul li#blink-nav .quick-label{color:#000000; padding-left:0;}

.quick-nav-home ul li#blink-nav.blinking{
  background:#ecba1c;
}


/* Larger than small mobile */
@media (min-width: 250px) {
   
   
   .quick-nav-home ul li#blink-nav a{width:100%; display:table;}
   .quick-nav-home ul li#blink-nav .quick-label-wrap{width:50%;}
   .quick-nav-home ul li#blink-nav .quick-icon{width:50%; text-align:right}
    .quick-nav-home ul {
        display: block;
		height:auto;
    }
    
    .quick-nav-home ul li {
        display: block;
        border-right: none;
        padding: 10px 20px;
        
        margin-right: 0;
    }
    
    .quick-nav-home ul li:last-child {
        border-bottom: none;
    }
    
    .quick-nav-home ul li .quick-icon {
        text-align: center;
        width: 40px;
    }
    
    .quick-nav-home ul li .quick-label {
        width: auto;
    }
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
    .quick-nav-home ul li {
        padding: 8px 40px 16px;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
    .quick-nav-home {
        position: relative;
        z-index: 2;
        padding: 0;
        
    }
    
    .quick-nav-home .quick-nav-home-wrap {
        width: 70%;
        background: #000000;
        float: left;
        padding: 0 1rem;
        height: auto;
    }
    
    .quick-nav-home .quick-countdown {
        width: 30%;
        background: #243981;
        float: left;
        padding: 0 1rem;
        
    }
    
    .quick-nav-home ul {
        list-style: none;
        display: flex;
        margin-bottom: 0;
		
    }
    
    .quick-nav-home ul li {
        text-align: left;
        display: block;
        padding: 9px 0;
        margin-bottom: 0;
        margin-right: 0;
      
        border-bottom: none;
        width: 20%;
    }
    
    .quick-nav-home ul li:first-child {
        border-left: none;
    }
    
    .quick-nav-home ul li:last-child {
        margin-right: 0;
    }
    
    .quick-nav-home ul li .quick-icon {
        line-height: 0;
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
    
    .quick-nav-home ul li .quick-icon img {
        max-width: 52px;
    }
    
    .quick-nav-home ul li a {
        display: table;
        width: 100%;
        text-align: center;
        padding: 0;
        height: 100%;
    }
    
    .quick-label-wrap {
        display: table-cell;
        vertical-align: middle;
    }
    
    .quick-nav-home ul li .quick-label {
    
        display: block;
        font-size: 1.5rem;
        
        line-height: 2rem;
        padding-left: 10px;
        text-align: left;
    }
    
    .quick-nav-home ul li .quick-sub-label {
        padding-left: 10px;
        color: #a9adce;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    .quick-nav-home {
        position: relative;
        z-index: 2;
        padding: 0;
		    margin-top: 0;
    }
    
    .quick-nav-home .quick-nav-home-wrap {
        width: 70%;
        background: #000000;
        float: left;
        padding: 0 0 0 3rem;
    }
    
    .quick-nav-home .quick-countdown {
        width: 30%;
        background: #243981;
        float: left;
        padding: 0 2rem;
    }
    
    .quick-nav-home ul {
        list-style: none;
        display: flex;
        margin-bottom: 0;
		
    }
    
    .quick-nav-home ul li {
        text-align: left;
        display: block;
        padding: 10px 0;
        margin-bottom: 0;
        margin-right: 0;
       
        border-bottom: none;
        width: 20%;
    }
    
    .quick-nav-home ul li:first-child {
        border-left: none;
    }
    
    .quick-nav-home ul li:last-child {
        margin-right: 0;
    }
    
    .quick-nav-home ul li .quick-icon {
        line-height: 0;
        display: table-cell;
        vertical-align: middle;
    }
    
    .quick-nav-home ul li a {
        display: table;
        width: 100%;
        text-align: center;
        padding: 0;
        height: 100%;
    }
    
    .quick-nav-home .quick-label-wrap {
        display: table-cell;
        vertical-align: middle;
    }
    
    .quick-nav-home ul li .quick-label {
    
        display: block;
        font-size: 1.5rem;
  
        line-height: 1.8rem;
        padding-left: 10px;
        text-align: left;
    }
    
    .quick-nav-home ul li .quick-sub-label {
        padding-left: 10px;
        color: #a9adce;
    }
}





/*exhibitor-profile*/

.exhibitor-profile{margin-top:5rem; text-align:center;}
.exhibitor-profile .exhi-box{position:relative; z-index:1;
cursor:pointer;	
}


.exhi-box .box-content{
	position: absolute;
    bottom: 0;
    height: 73px;
    left: 0;
    right: 0;
    padding: 10px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.exhi-box .box-content img{width:auto; display: inline;}
.exhi-box .box-content span{
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	padding:0 5px;
	visibility:hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    display: block;}


.exhibitor-profile .exhi-box .color-075ea5{background-color:rgba(7, 94, 165, 0.80);}

.exhibitor-profile .exhi-box .color-059c3e{background-color:rgba(5, 156, 62, 0.80);}
.exhibitor-profile .exhi-box .color-6c6969{background-color:rgba(108, 105, 105, 0.80);}
.exhibitor-profile .exhi-box .color-f49b10{background-color:rgba(244, 155, 16, 0.80);}
.exhibitor-profile .exhi-box .color-18ade5{background-color:rgba(24, 173, 229, 0.80);}
.exhibitor-profile .exhi-box .color-e00819{background-color:rgba(224, 8, 25, 0.80);}
.exhibitor-profile .exhi-box .color-7b3589{background-color:rgba(123, 53, 137, 0.80);}
.exhibitor-profile .exhi-box .color-b17f48{background-color:rgba(177, 127, 72, 0.80);}

.exhibitor-profile .exhi-box:hover .box-content {height:100%;   padding-top:40px;}
.exhibitor-profile .exhi-box:hover .box-content  span{visibility:visible}


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	.exhibitor-profile .exhi-box:hover .box-content {padding-top:10px;}
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
		.exhibitor-profile .exhi-box:hover .box-content {padding-top:40px;}
}






/* testimonials */ 

.testimonials{
	margin-top:5rem;
	text-align:center;
}



.testimonial-carousel.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -30px;
	background: url(../images/owl.video.play.png) no-repeat;
}

.testimonial-carousel p{font-size:1.8rem; line-height:2.8rem; color:#000000; font-weight:500; padding-top:5rem; }

.testimonial-carousel .testi-cl{position:absolute; bottom:3rem; text-align:center;left: 0;
    right: 0;}

.testimonial-carousel h4{font-size:1.8rem; line-height:2.2rem; color:#222a62; font-weight:600; padding-top:6.5rem;    margin-bottom: 0.5rem;
}
.testimonial-carousel h5{font-size:1.4rem; line-height:2rem; color:#555555; font-weight:400; margin-bottom: 0;}
.testimonial-carousel h5 span{display:block}
@media (min-width: 1000px) {}



/*visitors*/
.visitors{margin-top:5rem;}
.visitors h2{font-weight:300;}
.visitors h2 strong{font-weight:800;}
.visitors h2 span{display:block}





.chartBarsWrap {
  padding-left: 40px;
  margin: 0;
}
.chartBars {
  position: relative;
  margin-top: 4rem;
}
.chartBars .bars {
  display: block;
  justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.chartBars .bars li {
  display: block;
  background-color:transparent;  
  height: 5px;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin-bottom:3.8rem;
}
.chartBars .bars li:last-child{margin-bottom:0rem}
.chartBars .bars li .bar {
  width: 100%;
  background: #8c6a48;
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  padding-top: 18px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-weight: bold;
  outline: 2px solid transparent;
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}

.chartBarsWrap.chartBarsHorizontal {
  flex-direction: column;
  padding-left: 0px;
}
.chartBarsWrap.chartBarsHorizontal .bars span {
  color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: initial;
  top: -2.6rem;
  left: 0;
  text-align: left;
  font-size:1.6rem;
  font-weight:600;
  text-transform:uppercase;
}
.chartBarsWrap.chartBarsHorizontal .bars span.percent {
  color: #f8a41b;
  width: 100%;
  position: absolute;
  bottom: initial;
  top: -2.6rem;
  right: 0;
  text-align: right;
  font-weight:900;
}

.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
  width: 0;
      max-width: 100%  !important;
  padding-top: 5px;
  height: 100% !important;
  text-align: right;
  font-size: 1.5em;
  transition: 1s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
  font-size: 0.6em !important;
  margin-right: 20px;
}

.chartBarsHorizontal .chartBars .bars {
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .bar:before {
    font-size: 2em !important;
  }
  
}











































.visitors .visi-right{text-align:center; padding-top:9rem;}
.visitors .visi-right p{color:#ffffff; text-align:center; margin-top:0.5rem}
.visitors .visi-right .button{
	color: #ffffff;
	background-color: #f49b0f;
    width: 266px;
	margin-top: 3rem;

} 
.visitors .visi-right .button:hover {
	color: #ffffff;
	background-color: #152868;
}


.yummy-pie{
  position: relative;
  height:100px;
}
.pie{
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.pie-stuffing {
  stroke-linecap:round;
  stroke-miterlimit:1.5; 
  fill:none;
  stroke:#3fe687;
  stroke-width:20px;
}
.pie-trail {
  fill:none;
  stroke:#050505;
  stroke-width:20px;
}
.counter{
  position: absolute;
  padding-left: .3ch;
  left: 0;
  top: calc(50% - 1.2rem);  
  text-align: center;
  font-size: 2.5rem;
  font-weight:900;
  width: 100%;
  color:#ffffff;
}


#interior-mold .pie-trail{stroke:#ac9071;}
#interior-mold .pie-stuffing {stroke:#f49b0f;}

#hvac-mold .pie-trail{stroke:#4a98c9;}
#hvac-mold .pie-stuffing {stroke:#14c0f8;}

#envelops-mold .pie-trail{stroke:#4a77ae;}
#envelops-mold .pie-stuffing {stroke:#0c75c6;}


#construction-mold .pie-trail{stroke:#7c67a3;}
#construction-mold .pie-stuffing {stroke:#7b358a;}


#concrete-mold .pie-trail{stroke:#a45475;}
#concrete-mold .pie-stuffing {stroke:#e10718;}


#technology-mold .pie-trail{stroke:#767c95;}
#technology-mold .pie-stuffing {stroke:#595656;}








/* gallery section */  
.gallery{
	padding-top:6.5rem;
	text-align:center;
}

.photo_wrapper {
    margin: 0 auto;
    padding-bottom: 3rem;
    position: relative;
}
 	
.photo_wrapper .view-btn{position:absolute; width:48%; bottom:-1rem}
.gallery-warp .button{
	color: #ffffff;
	background-color: #152868;
    width: 170px;
	 margin-top: 3rem;
} 
.gallery-warp .button:hover {
	color: #ffffff;
	background-color: #f49b0f;
}
.photo_wrapper{padding-bottom:6rem; position:relative;}
.photo_wrapper #gallery1{margin:-5px}

.photo_wrapper a.example-image-link{
	float: left;
    margin: 0;
    padding: 5px;
	line-height:0;
	cursor:pointer;
	width:25%;
}

.photo_wrapper .thumb-image{
	width: 100%;
	background:#fff;
	display:block;
	position:relative;
	height:100px;
	
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor:pointer;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(244, 155, 15, 0.4);
}

.hovereffect span.enlarge {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
      margin: 10px 0 0 0;
    padding: 26px 39px;
}

.hovereffect:hover span.enlarge {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect span.enlarge:hover {
  box-shadow: 0 0 5px #fff;
}












.videos .video-gallery{position:relative}
.videos .video-gallery .youtube-link:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;	
	background-color:rgba(0,0,0,0.45); 
	z-index:1;
}
.videos .video-gallery .video-play-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -30px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.videos .youtube-link{display: inline-block; line-height: 0; overflow:hidden; position:relative; cursor:pointer;}

.video-gallery {position:relative; transition: transform .3s ease;}
.videos .video-gallery .play-icon{
	background:url(../images/video-icon-white.png);
	position: absolute;
    width: 94px;
    height: 93px;
    top: 50%;
    left: 50%;
    background-size: 94px 93px;
	background-repeat: no-repeat;
	 cursor:pointer;
	margin-left: -48px;
    margin-top: -48px; 
	z-index:5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.videos .video-gallery:hover .play-icon{	
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	background:url(../images/video-icon-yellow.png);
	}

.photo_wrapper .video-gallery .video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}
.photo_wrapper .videos{margin-top:2rem;}


.videos .youtube-link::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(244, 155, 15,0) 0%, rgba(244, 155, 15,.3) 100%);
	background: linear-gradient(to right, rgba(244, 155, 15,0) 0%, rgba(244, 155, 15,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.videos .youtube-link:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
 
 /* adding media query for gallery section */  

/* Larger than mobile */
@media (min-width: 400px) { }

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
}

/* Larger than tablet */
@media (min-width: 750px) {
.photo_wrapper .videos{margin-top:0;}

	
	
}
@media (max-width: 943px) {
	
	.gallery{padding-top:0;}
	.gallery-warp{padding-top:3rem ;}
	.photo_wrapper .videos{background-color: #243981;     padding-top: 0; padding-bottom:0; margin-top:0;}
	.photo_wrapper a.example-image-link{width: 50%; margin:0; padding:5px;}
	.photo_wrapper .thumb-image {
	    width: 100%;
	}
	.photo_wrapper {
    	padding-bottom: 0;
	}
	.photo_wrapper .view-btn{position: relative;
    width: 100%;  bottom: 0;}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	.video-gallery img{height:320px}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}



/*floor-plan & location*/
.floor-plan{text-align:center; position:relative; padding:4rem 0;}

.floor-plan .button{
	color: #ffffff;
	background-color: #152868;
    width: 200px;
	 margin-top: 1.5rem;
	 
	 
	 
} 
.floor-plan .button:hover {
	color: #ffffff;
	background-color: #f49b0f;
}



/*partners*/

@media (min-width: 1000px) {}
.partners {
    padding: 3rem 0;
	text-align:center
}
.partners h2 {
    color: #125d69;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}
.partners .sp-box {
    border: solid 1px #222a62;
    border-radius: 4px;
    min-height: 216px;
}
.partners h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
    background-color: #222a62;
    color: #ffffff;
    padding: 10px 0;
}
.partners .center-content {
    margin: 0 auto;
    position: relative;
}
.partners h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}
.partners .item {
    display: inline-block;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 2px;
}
.partners h6 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0;
    font-weight: 400;
    color: #A3A3A3
}
.partners .owl-carousel .owl-item img{width:auto}
.partners .owl-controls .owl-buttons div {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 45%;
    width: 42px;
    height: 42px;
}
.partners .owl-controls .owl-buttons .owl-pprev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
    background-size: 20px 20px;
    left: -20px;
    right: auto;
}
.partners .owl-controls .owl-buttons .owl-pprev:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
}
.partners .owl-controls .owl-buttons .owl-pnext {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
    background-size: 20px 20px;
    right: -20px;
    left: auto;
}
.partners .owl-controls .owl-buttons .owl-pnext:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
}

/* adding media query for partners section */

/* Larger than mobile */
@media (min-width: 250px) {
    .partners .item {
        margin-right: 1rem;
    }
    
    .partners .six {
        margin-bottom: 3rem;
    }
}
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
    .partners .center-content {
        width: 60%;
    }
    
    .partners .six {
        margin-bottom: 0;
    }
}



/*footer*/
footer{margin-top:0; position:relative}
footer .nav-strips{background-color:#f49b0f; color:#ffffff;  padding:1rem 0; position:relative; z-index:1;}
footer .nav-strips .dinline{display:inline-block; text-align:center;}
footer .nav-strips span{
	font-size:1.6rem;
	
	position:relative; padding-right:1.5rem;}
footer .nav-strips span:after{
	 content:'';
	 width: 0; 
	  height: 0; 
	  top:50%;
	  right:0;
	  position:absolute;
	  border-left: 5px solid transparent;
	  border-right: 5px solid transparent;
	  border-top: 5px solid #ffffff;
	}
.footer-wrap{position:relative;}
.footer-content{background-color:#ffffff; padding-top:2rem; }

.footer-content  .part-logo{display:table; margin-top:1.5rem; }
.footer-content  .logo-img-wrap{display:table-cell; vertical-align:middle;}
.footer-content ul{list-style:none;}
.footer-content ul li{margin-bottom:0;}
.footer-content ul li a{color:#555555; font-size:1.4rem; line-height:2.5rem; text-decoration:none}
.footer-content a{color:#555555;}
.footer-content p{line-height:2.5rem;color:#555555;}
.footer-content .email-icon, .footer-content .phone-icon{display:table; position:relative; }
.footer-content .email-icon img,  .footer-content .phone-icon img{vertical-align:middle;}
.footer-copyright{padding:10px}
.footer-copyright h5{color:#999999; font-size:1.4rem; font-weight:700; line-height:2rem; margin-bottom:0; text-align:center; }
.footer-copyright h5 a{color:#243981}
.footer-copyright h5 a:hover{color:#000}
/* adding media query for footer section */  
/* Smaller mobile */
@media (min-width: 250px) {
	
.floating{display:none;}	
 footer .nav-strips{display:none; }
.footer-content .footer-inner{background-color:#ffffff; text-align:center; padding-top:0rem;}

.footer-content  .part-logo{display:block; margin-top:1.5rem; }
.footer-content  .logo-img-wrap{display:inline-block;}
.footer-content .organized-logo{margin-left:35px;}
.footer-content .organized-logo{margin-left:35px; position:relative; z-index:0; margin-top:-24px; line-height:0;}
.footer-content .four:first-child .footer-meta{border:none;}
.footer-content .footer-meta{border-top:solid 1px #000000; padding:1.5rem 0;  width:80%; text-align:center; margin:0 auto; float:none;}


.footer-content h3{display:block; color:#000000; font-size:1.6rem; font-weight:600; margin-bottom:2.5rem; text-transform:uppercase;  position:relative; z-index:1;}
.footer-content h4{display:block; color:#000000; font-size:1.4rem; font-weight:600; margin-bottom:.5rem; text-transform:uppercase;  position:relative; z-index:1;}
.footer-content ul{list-style:none; margin-bottom:0;}
.footer-content ul li{margin-bottom:0;}
.footer-content ul li a{color:#555555; font-size:1.4rem; line-height:2.5rem; text-decoration:none}
.footer-content p{line-height:2.5rem; margin-bottom:0;}
.footer-content .email-icon, .footer-content .phone-icon{display:block; position:relative; }
.footer-content .email-icon img,  .footer-content .phone-icon img{vertical-align:middle;}
.footer-copyright{border-top:solid 1px #000000;}
	
}
/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

}

/* Larger than tablet */
@media (min-width: 750px) {
footer{position:relative}
.footer-content h3{display:none}
.footer-content h4{display:block; color:#ffffff; font-size:1.6rem; font-weight:400; margin-bottom:0; position:relative; z-index:1; text-transform:capitalize}
footer .nav-strips{display:block; }

footer .nav-strips{color:#ffffff;  padding:1rem 0; }
footer .nav-strips span{
	font-size:1.6rem;
	
	position:relative; padding-right:1.5rem;}
footer .nav-strips span:after{
	 content:'';
	 width: 0; 
	  height: 0; 
	  top:45%;
	  right:0;
	  position:absolute;
	  border-left: 5px solid transparent;
	  border-right: 5px solid transparent;
	  border-top: 5px solid #ffffff;
	}
	
.footer-content{background-color:#fff; padding-top:0; }
.footer-content .organized-logo{margin-left:0;}
.footer-content  .part-logo{display:table; margin-top:1.5rem; }
.footer-content  .logo-img-wrap{display:table-cell; vertical-align:middle;}

.footer-content .footer-meta{border:none; padding:0;  width:100%; text-align:left;     padding-top: 2rem;}

.footer-content ul{list-style:none; margin-bottom:2.5rem;}
.footer-content ul li{margin-bottom:0;}
.footer-content ul li a{color:#555555; font-size:1.4rem; line-height:2.5rem; text-decoration:none}
.footer-content p{line-height:2.5rem; margin-bottom:2.5rem;}
.footer-content .email-icon, .footer-content .phone-icon{display:table; position:relative; }
.footer-content .email-icon img,  .footer-content .phone-icon img{vertical-align:middle;}
.footer-copyright{padding:10px}

.footer-copyright{border-top:none;}
}

/* Larger than desktop */
@media (min-width: 1000px) {
.floating{display:block;}	

#mySidenav a {
    position: fixed;
    right: -160px;
    transition: 0.3s;
    width: 200px;
    text-decoration: none;
    color: #fff;
    z-index: 9999;
    padding: 12px;
    padding-left: 14px;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}
#mySidenav i{font-size: 18px;padding-right: 12px;color: #fff;}
#mySidenav a:hover i{display: none;}
#mySidenav a:hover {
    right: 0px;
}

.facebook {top: 196px;background: rgba(74, 96, 150, 0.88);border: 1px solid #fff;-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;}
.facebook:hover{background: rgba(74, 96, 150, 1);}

.twitter {top: 242px;background: rgba(74, 197, 244, 0.88);border: 1px solid #fff;}
.twitter:hover{background: rgba(74, 197, 244, 1);}

.instagram{top: 288px;background: rgba(188, 42, 141, 0.88);border: 1px solid #fff;}
.instagram:hover{background: rgba(188, 42, 141, 1);}

.linkedin{top: 334px;background: rgba(31, 134, 213, 0.88);border: 1px solid #fff;-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;}
.linkedin:hover{background: rgba(178, 43, 37, 1);}




.footer-content{  color:#ffffff;background-color:#243981;  }
.footer-content ul li a,.footer-content p,.footer-content a{color:#ffffff;}
.footer-content a:hover{color:#ccc;}
.footer-inner{   
    margin: 0 auto; height:187px; overflow:hidden}
.footer-inner:before{	
    background: #243981 url(../images/footer-bg.png) top right no-repeat;
	top:-20px;
	
}
.footer-content .organized-logo{margin-left:0; position:relative; z-index:0; margin-top:-54px; line-height:0; text-align:center;}
.ml40{margin-left:40px;}
.ml2p{margin-left:2%;}
.two.columns.w19p{width:19%;}
.ml0p{margin-left:0;}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/* inner pages css */
.page {
	padding-top: 3rem;
	color: #000000;
	background-color: #ffffff;
	position: relative;
}
.page h1 {
	color: #243981;
	margin-bottom: 1rem;
	font-size: 3rem;
	font-weight: 800;
	line-height: 3.6rem;
}
.page p {
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin-bottom: 1rem;
}
section.page {line-height: 2.2rem;}











.box-shadow {
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.exhi-page{width:100%; border-radius:10px;}
.exhi-page .exhi-page-inner{padding:4rem;}

#wrap {
  margin: 0 auto;
  margin-top: 10px;
}
.exhi-page .exhi-tab {
  width: 33.3333333%;
  line-height: 40px;
  text-align: center;
  font-size: 20pt;
  float: left;
  cursor: pointer;
  position:relative;
  min-height:140px;
}
.exhi-page .exhi-tab:after{
	content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background-color: #d6d6d6;
    right: 0;
    top: 1rem;	
}
.exhi-page #tab3.exhi-tab:after{
	 width: 0;
}

.exhi-page #tab1.exhi-tab{
	border-bottom: solid 5px #de8a28;
}
.exhi-page #tab2.exhi-tab{
	border-bottom: solid 5px #76af43;
}
.exhi-page #tab3.exhi-tab{
	border-bottom: solid 5px #014ea1;
}
.exhi-page .exhi-tab:before{
		content: " ";
    border: solid transparent;
    position: absolute;
	border-width: 10px;
    margin-left: -10px;	
	z-index: 1;	
	top: auto;
	right: 50%;
	border-left-color: transparent;	
	bottom: -25px;
}

.exhi-page #tab1.exhi-tab.selected:before{
	border-top-color: #de8a28;
}
.exhi-page #tab2.exhi-tab.selected:before{
	border-top-color: #76af43;
}
.exhi-page #tab3.exhi-tab.selected:before{
	border-top-color: #014ea1;
}








#container {
  position: relative;
  overflow: hidden;
  clear: left;
  height:900px;
  
}
.exhi-page  .box {
  position: absolute;
  width: 100%;
  padding:3.8rem 0 0;
}

#first {
  top: 0px;
  left: 0px;
}
#second {
  top: 0px;
  left: 100%;
}
#third {
  top: 0px;
  left: 200%;
}
.exhi-page  .box h4{
	font-size:2.5rem;
	line-height:3rem;
	font-weight:700;
	margin-bottom:1.2rem;
}
.exhi-page .box .bullets li{
	font-weight:500;
}
#first h4,#first .bullets li:before{
	color:#de8a28;
}
#second h4,#second .bullets li:before{
	color:#76af43;
}
#third h4,#third .bullets li:before{
	color:#014ea1;
}
#first .gas-image{text-align:center;}
#second .gas-image img{border:solid 10px #76af43; height:326px}
#first .gas-image img{border:solid 10px #de8a28; height:326px}

#second .button {
    background-color: #76af43;
    width: 118px;
    background-image: linear-gradient(to right, #76af43 , #31833b);
}
#second  .button:hover{color:#ffffff; background-image: linear-gradient(to right, #31833b , #76af43);}



#first .button {
    background-color: #f5ad59;
    width: 118px;
    background-image: linear-gradient(to right, #f5ad59 , #a35f10);
}
#first .button:hover{color:#ffffff; background-image: linear-gradient(to right, #a35f10 , #f5ad59);}


#third .button {
    background-color: #76af43;
    width: 118px;
    background-image: linear-gradient(to right, #4eb3e1 , #014ea1);
}
#third .button:hover{color:#ffffff; background-image: linear-gradient(to right, #014ea1 , #4eb3e1);}


.ml20{margin-left:2rem;}

#slide {
  transition: transform 1s ease-in-out 0s;
  -moz-transition: -moz-transform 1s ease-in-out 0s;
  -webkit-transition: -webkit-transform 1s ease-in-out 0s;
}

.move-to-first {
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.move-to-second {
  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.move-to-third {
  transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
}

.facts{
	margin-top:2rem;
	background-color:#f2f2f2;
	padding:4rem;	
	padding-bottom:3rem;
}
.facts ul{
	margin:0;
	padding:0;	
}
.exhi-page .box .facts h4{margin-bottom:2rem;}
.facts ul li{background-color:#ffffff; padding:1.5rem; margin-bottom:1rem; border-left:2px solid; font-weight:500;}
#second .facts ul li{border-color:#76af43;}
#first .facts ul li{border-color:#de8a28;}
#third .facts ul li{border-color:#014ea1;}


@media only screen and (max-width: 943px) {
	
	.exhi-tab img{max-width:70%; position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
	.exhi-page .exhi-tab{min-height:80px;}
	.exhi-page .exhi-page-inner {
    padding: 2rem;
}
.exhi-page .box{padding: 2.8rem 0 0;}
#first .gas-image{text-align:center; margin-top:2rem;  margin-bottom:1rem;}
.facts{padding:2rem;}
}




 .float-right-social {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f8a41b;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: -48px;
    top: 0;
    z-index: 10;
	padding:10px;
}
.float-right-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.float-right-social ul li {
    padding: 0;
	 margin: 0;
	 margin-bottom: 1rem;
}
.float-right-social ul li a {
    color: #fff;
    display: block;
    text-align: center;
}
 
 .float-left-newsletter {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 10;
}
 .vertical-text
 {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);

	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	background: #000000;
	border-radius:10px 10px 0 0;
	color: #fff;
	margin-left: 40px;
	padding: 10px 20px;
	font-size:1.6rem;
	text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
	cursor:pointer;
}

@media (min-width: 250px){
.floating {
    display: none;
}
}
@media (min-width: 1000px){
	.floating {
    display: block;
}
}











.profile-wrapper{
	margin-top:2rem;
	}
.profile-box{
		background-color:#ffffff;		
	
		margin-bottom:3rem;
	}
.profile-wrapper .head{display:table;	width:100%; position: relative; color:#ffffff; padding: 10px;
    border-radius: 10px;}
.profile-wrapper .head span{display:table-cell; vertical-align:middle;}
.profile-wrapper .head .pr-icon{width:4.8rem; line-height:0;}
.profile-wrapper .head .name{font-size:1.6rem; line-height:2rem;vertical-align: middle; font-weight:300}

.profile-wrapper .profile-box.bg-005ea7 .head{background-color:#005ea7;}
.profile-wrapper .profile-box.bg-005ea7 li{color:#005ea7;}
.profile-wrapper .profile-box.bg-f49b0f .head{background-color:#f49b0f;}
.profile-wrapper .profile-box.bg-f49b0f li{color:#f49b0f;}
.profile-wrapper .profile-box.bg-6c6969 .head{background-color:#6c6969;}
.profile-wrapper .profile-box.bg-6c6969 li{color:#6c6969;}
.profile-wrapper .profile-box.bg-e10718 .head{background-color:#e10718;}
.profile-wrapper .profile-box.bg-e10718 li{color:#e10718;}
.profile-wrapper .profile-box.bg-7b358a .head{background-color:#7b358a;}
.profile-wrapper .profile-box.bg-7b358a li{color:#7b358a;}
.profile-wrapper .profile-box.bg-00b0ea .head{background-color:#00b0ea;}
.profile-wrapper .profile-box.bg-00b0ea li{color:#00b0ea;}
.profile-wrapper .profile-box.bg-0d9e3f .head{background-color:#0d9e3f;}
.profile-wrapper .profile-box.bg-0d9e3f li{color:#0d9e3f;}






.profile-wrapper .summary{padding-top:0.5rem;}
.profile-wrapper  .bullets ul{padding-left:2em; }
.profile-wrapper .bullets li{margin-bottom:0;}

.profile-wrapper .bullets li span{color:#555555; font-size:1.4rem; line-height:2.4rem; font-weight:300; }

.profile-wrapper .head:hover {
	cursor: pointer;
}







/*quick nav section */

.quick-nav-inner{
	
	position:relative;
	z-index:2;
	padding:15px 0;
}
.quick-nav-inner ul{
	list-style:none;
	display:inline;
	margin-bottom:0;
	}
.quick-nav-inner ul li{
	text-align:left;
	display:block;
	padding:0 30px 0;
	margin-bottom:20px;
	margin-right:0;
	background-image: linear-gradient(#1b3caf , #243983);
	border-radius:5px;
	width:100%;
	position:relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	}
.quick-nav-inner ul li:hover{color:#ffffff; background-image: linear-gradient( #f8a41b , #f8a41b);}

.quick-nav-inner ul li a{display:block;}	
.quick-nav-inner ul li:last-child{margin-bottom:0; border-right:none;}	
.quick-nav-inner ul li .quick-icon{ line-height:0; display:table-cell; vertical-align:middle;}
.quick-label-wrap{display:table-cell; vertical-align:middle;}
.quick-nav-inner ul li .quick-label{
	color:#ffffff;
	display:block;
	font-size:1.6rem;
	
	line-height:2.2rem;
	padding-left:10px;  text-align:left;}
	
.quick-nav-inner ul li .quick-sub-label{padding-left:10px; color:#a9adce;}

/* Larger than small mobile */
@media (min-width: 250px) {
.quick-nav-inner ul{display:block;}
.quick-nav-inner ul li{    display: block;
    border-right: none;
    padding: 10px 20px;
	margin-bottom:10px;
    margin-right: 0;}
.quick-nav-inner ul li:last-child{border-bottom:none;}
.quick-nav-inner ul li .quick-icon{ text-align: center;}
.quick-nav-inner ul li .quick-label{width:auto;}
}

/* Larger than mobile */
@media (min-width: 400px) {

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
.quick-nav-inner ul li{
	padding:8px 40px 16px;
}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
.quick-nav-inner-outer.w24{width:24%; margin-left:2%;}	

.quick-nav-inner{
	position:relative;
	z-index:2;
	padding:18px 0;
}
.quick-nav-inner ul{
	list-style:none;
	display:inline;
	margin-bottom:0;
	}
.quick-nav-inner ul li{
	text-align:left;
	display:block;
	padding:10px;
	margin-bottom:10px;
	margin-right:0;
	width:100%;
	}
.quick-nav-inner ul li:last-child{margin-right:0; border-right:none;}	
.quick-nav-inner ul li .quick-icon{ line-height:0; display:table-cell; vertical-align:middle;}
.quick-nav-inner ul li .quick-icon img{width:80%; height:auto}
.quick-nav-inner ul li .quick-icon img.wi70{width:70%; height:auto;}
.quick-label-wrap{display:table-cell; vertical-align:middle;}
.quick-nav-inner ul li .quick-label{
	color:#ffffff;
	display:block;
	font-size:1.6rem;
	line-height:2.2rem;
	padding-left:10px;  text-align:left;}
	
.quick-nav-inner ul li .quick-sub-label{padding-left:10px; color:#a9adce;}
}





.list li{background-color:#f3f3f3; border-left:solid 3px #f8a41b; padding:15px; display:block; font-weight:300; color:#555555;}


.book-stand .button, .link-button .button{
	color: #ffffff;
	background-color: #152868;
  	padding-left: 25px;
	padding-right: 25px;
	 margin-top: 1.5rem;
	 margin-right:3rem;
	 
	 
} 
.book-stand .button:hover, .link-button .button:hover {
	color: #ffffff;
	background-color: #f49b0f;
}


.page a{color: #243981; font-weight:700;}
.page a:hover{color: #f49b0f;}
.stand-box {margin-bottom:50px;}
.stand-box .stand-head{display:table; width:100%; color:#fff; padding:0.5rem 1rem}

.stand-type{ font-size:2.2rem; line-height:2.6rem; font-weight:800; width:70%;}
.stnad-price{ font-size:1.8rem; line-height:2.4rem; font-weight:800; width:30%; text-align:center}
.stnad-price span{font-size:1.2rem; line-height: 14px; font-weight:300; display:block; text-align:center}
.stand-body{background-color:#f3f3f3; display:table; width:100%; height:239px;}


.lh0{line-height:0;}
.stand-body .p10{padding:1rem;}
.stand-body .p5{padding:1rem 0.5rem;}
.stand-body .bullets li{margin:0;}
.stand-body table{margin-bottom:0;}
.stand-body td,.stand-body th{    padding: 0 5px;
    font-size: 12px;     line-height: 20px;}
.stand-body td{border:none;}


/* Larger than mobile */
@media (min-width: 250px) {
	.stand-body .col-left, .stand-body .col-right{display:block; vertical-align:middle; }
	.stand-body .col-left{text-align:center}
	.stand-type,.stnad-price{display:block; width:100%; text-align:center}
	.stand-box{margin-bottom:30px;}
	.stand-body .w55{width:100%;}
	.stand-body .w45{width:100%;}
	.stand-body .w30{width:100%;}
	.stand-body .w70{width:100%;}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.stand-body td,.stand-body th{    padding: 0 5px;
    font-size: 10px;     line-height: 14px;}
	
	.stand-body p{ font-size: 12px;line-height: 20px; margin-bottom: 0.5rem;}
	.stand-body{height:382px}
}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
	.stand-box {margin-bottom:50px;}
	.stand-body .col-left, .stand-body .col-right{display:table-cell; vertical-align:middle; }
	.stand-body .col-left{text-align:left}
	.stand-type,.stnad-price{display:table-cell; vertical-align:middle}
	.stand-type{  width:70%; text-align:left}
	.stnad-price{ width:30%; text-align:center}
	.stand-body .w55{width:55%;}
	.stand-body .w45{width:45%;}
	.stand-body .w30{width:30%;}
	.stand-body .w70{width:70%;}
	.stand-body{height:262px}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	.stand-body{height:262px}
	.stand-body td,.stand-body th{    padding: 0 5px;
    font-size: 12px;     line-height: 20px;}
	
	.stand-body p{ font-size: 14px;line-height: 20px;}
}

.key-plan{background-color:#f3f3f3; padding:2rem;}
.page .key-plan h3{color:#243981; font-size:2.2rem; line-height:2.6rem; font-weight:800; text-align:left}
.floor-key{float:left; width:100%; height: 64px; padding:0 0.5rem;}
.key{display:table; }
.key-icon, .key-name{display:table-cell; }
.key-icon{line-height:0;}
.key-name{padding-left:1rem; vertical-align:middle}
@media (min-width: 1000px) {
	.floor-key{float:left; width:20%; }
}

.reach-wrap{padding:3rem 0;}
.reach-wrap h2 span{font-weight:400;}
.reach-top {text-align:center; color:#333333;}
.reach-top .reach-type{font-size:1.6rem; line-height:2rem; font-weight:700; margin:5px 0;}
.reach-top .reach-number{font-size:3rem; line-height:3.4rem; font-weight:700;}
.reach-top span{font-size:1.4rem; line-height:1.8rem; font-weight:400;}

.reach-box{background-color:#f49b0f; padding:50px 10px; position:relative; height:440px;}
.reach-box:before{
		content:"";
		background-image:url(../images/reach-first-bg.jpg);
		background-repeat: no-repeat;
		position:absolute;
		top: 0;		
		right: 0;		
		left: 0;
		min-height: 138px;
		z-index: 0;
		
	}
.second-box.reach-box:before{background-image:url(../images/reach-second-bg.jpg);}
.third-box.reach-box:before{background-image:url(../images/reach-third-bg.jpg);}
.reach-head{font-size:3rem; line-height:3.6rem; font-weight:700; position:relative; color:#fff; text-align:center;}
.reach-body{ position:relative;}
.first-box .reach-body{padding-top:3rem;}
.reach-item{display:table; width:100%; margin-bottom:2rem;}
.reach-item:last-child{margin-bottom:0;}
.reach-item .left-side, .reach-item .right-side{display:table-cell; vertical-align:middle; width:50%; text-align:center}
.first-box .reach-item .left-side{text-align:right;}
.first-box .reach-item .left-side img{margin:0 2px;}
.first-box .reach-item .right-side{text-align:left; padding-left:2rem; border-left:none;}

.reach-item .reach-type{font-size:1.4rem; line-height:1.8rem; font-weight:700; }
.reach-item .reach-number{font-size:2.8rem; line-height:3.2rem; font-weight:700;}
.reach-item span{font-size:1.4rem; line-height:1.8rem; font-weight:400;}
.reach-body{padding-top:3rem;}
.reach-item .full-side{width:100%; display:block; text-align:center; border-top:solid 1px #f8bf66; padding-top:1rem}
.reach-item .right-side{border-left:solid 1px #f8bf66;}

.third-box .reach-item .left-side, .first-box .reach-item .right-side{vertical-align:top;}
.third-box .reach-item:last-child{border-top:solid 1px #f8bf66; padding-top:2rem}
.third-box .reach-body{padding-top:2.5rem;}

@media (min-width: 250px) {
.reach-box{ margin-bottom:3rem}
.reach-box.third-box{margin-bottom:0}
.reach-head{font-size:2.4rem; line-height:3rem; }
}
@media (min-width: 750px) {
.reach-box{ margin-bottom:0}
.reach-head{font-size:2rem; line-height:2.6rem; }
.reach-item .reach-number {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 700;
}
.reach-body {
    padding-top: 0rem;
}
}
@media (min-width: 1000px) {
.reach-box{ margin-bottom:0}
.reach-head{font-size:2.4rem; line-height:3.6rem; }
.reach-item .reach-number {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 700;
}
.reach-body {
    padding-top: 3rem;
}
}
@media (min-width: 1200px) {
	.reach-head{font-size:3rem; line-height:3.6rem; }
}



.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  /*color: $nav-tabs-link-active-color;
  background-color: $nav-tabs-link-active-bg;
  border-color: $nav-tabs-link-active-border-color $nav-tabs-link-active-border-color $nav-tabs-link-active-bg;*/
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1024px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1479px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1480px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #ffffff;
}
.conference-sec {
}
.conference-sec .conference-tab {
  position: relative;
}
.conference-sec .conference-tab a.nav-item {
  color: #585858 !important;
}
.conference-sec .conference-tab a.nav-item.active {
  color: #ffffff !important;
}
@media not all and (pointer: coarse), (min--moz-device-pixel-ratio: 0) {
  .conference-sec .conference-tab a.nav-item:hover {
    color: #ffffff !important;
  }
}
.conference-sec .nav-tabs {
  border: 0;
}
@media screen and (max-width: 934px) {
  .conference-sec .nav-tabs {
    margin-bottom: 10px;
  }
}
.conference-sec .nav-tabs.conf-tab {
  position: absolute;
  right: 0px;
  top: -99px;
}
@media screen and (max-width: 1000px) {
  .conference-sec .nav-tabs.conf-tab {
    position: inherit;
  }
}
@media screen and (max-width: 550px) {
  .conference-sec .nav-tabs.conf-tab {
    width: 100%;
  }
}
.conference-sec .nav-item {
  color: #000000;
  border-radius: 0;
  margin: 0;
  padding: 13px 68px;
  text-transform: uppercase;
  transition: all .5s ease;
}
@media not all and (pointer: coarse), (min--moz-device-pixel-ratio: 0) {
  .conference-sec .nav-item:hover {
    background-color: #f49b0f;
    color: #ffffff;
  }
}
.tab-content{    background-color: #F1F1F1;}
.conference-sec .nav-item.active {
  background-color: #f49b0f;
  color: #ffffff;
  transition: all .5s ease;
}
.conference-sec .all-btn .cmn-btn-black-bordered {
  float: right;
  margin-top: 20px;
}
.conference-sec .all-btn .cmn-btn-black-bordered .btn-black-bordered {
  min-width: 220px;
}
.conference-sec #nav-tab .nav-item {
  width: 300px;
  font-weight: normal;
  text-align: center;
  background-color: #243981;
  color: #ffffff !important;
  transition: all .5s ease;
  margin: 0 1px;
}
.conference-sec #nav-tab .nav-item sup{text-transform:lowercase}
@media screen and (max-width: 934px) {
  .conference-sec #nav-tab .nav-item {
    width: 100%;
    font-size: 14px;
    padding: 5px;
  }
}
.conference-sec #nav-tab .nav-item span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 934px) {
  .conference-sec #nav-tab .nav-item span {
    font-size: 16px;
  }
}
@media not all and (pointer: coarse), (min--moz-device-pixel-ratio: 0) {
  .conference-sec #nav-tab .nav-item:hover {
    background-color: #f49b0f;
    color: #000000 !important;
    transition: all .5s ease;
  }
}
.conference-sec #nav-tab .nav-item:first-child {
  margin-left: 0;
}
.conference-sec #nav-tab .nav-item.active {
  background-color: #f49b0f;
  color: #000000 !important;
  transition: all .5s ease;
}

.acc-head {
  margin: 2px 0;
  background-color: #fff;
}
.acc-head a {
  text-transform: initial;
  background-color: #ffffff;
  padding: 22px 33px 12px;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.acc-head a span {
  margin-right: 20px;
}
.acc-head a p {
  margin: 0;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
}
.acc-head a p span {
  margin-right: 15px !important;
  display: inline-block;
  color: #f49b0f;
}
.acc-head a svg {
  font-size: 26px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.acc-head .acc-content {
  background-color: #fff;
  padding: 0px 33px 0px;
  display: none;
}
.acc-head .acc-content p {
 
  font-size: 16px;
  font-weight: 700;
}
.acc-head .acc-content table{width:100%;}
.acc-head .acc-content table td:first-child{width:20%; font-weight:700;}

.acc-head .acc-content .content-box {
 
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  padding-bottom:30px;
  text-align:center;
}
.fade.show {
    opacity: 1;
}
.fade {
    opacity: 0;
   transition: all 0.6s linear;
}
.acc-head .acc-content .content-box p {
  margin: 0;
}
.acc-head .acc-content .content-box span {
  display: block;
  line-height: 20px;
  font-size:14px;
  text-align:center
}
.acc-head .acc-content .content-box span.name {
  color: #f49b0f;
  font-size: 14px;
}
.acc-head .acc-content .speaker-total-wrap .speaker-wrap {
  margin: 25px 0 !important;
}
.acc-head .acc-content .speaker-total-wrap .speaker-wrap .speaker-details {
  display: flex;
  margin: 15px 0;
}
.acc-head .acc-content .speaker-total-wrap .speaker-wrap .speaker-details .image {
  width: 150px;
  height: 150px;
  margin: 0 30px 0 0 !important;
}
.acc-head .acc-content .speaker-total-wrap .speaker-wrap .speaker-details .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.acc-head .acc-content .speaker-total-wrap .speaker-wrap .speaker-details .details {
  width: calc(100% - 190px);
}
.acc-head .acc-content .speaker-total-wrap .speaker-wrap .speaker-details .details a {
  display: inline-block;
  padding: 10px 21px;
}


/* Larger than mobile */
@media (min-width: 250px) {
	.acc-head .acc-content table td:first-child{width:40%;}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
	.acc-head .acc-content table td:first-child{width:20%;}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	.acc-head .acc-content table td:first-child{width:15%;}
}


.co-locate{background-color:#c7b691; color:#fff;}
.co-locate-inner{padding:30px 0; display:table; width:100%; color:#fff; cursor:pointer}
.co-locate-inner:hover{color:#fff;}
.co-locate-inner .co-logo,.co-locate-inner .co-info,.co-locate-inner .co-arrow{display:table-cell; vertical-align:middle;}
.co-locate-inner .co-logo{  width:15%; padding-right:20px;}
.co-info h4{font-size:20px; line-height:24px; font-weight:600;  margin:0; margin-bottom:5px; text-align:center}
.co-locate-inner .co-info{width:75%}
.co-info h2{font-size:35px; line-height:60px; font-weight:600; text-transform:uppercase; margin:0; margin-bottom:5px;}
.co-info h2 span{color:#8b582f;}
.co-info p{color:#8b582f; font-size:18px; font-weight:600; line-height:24px; margin-bottom:0;}
.co-locate-inner .co-arrow{width:10%; text-align:right}
.co-locate-inner:hover .hvr-bounce-out{
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


@media (min-width: 1000px) {
	.co-locate-inner .co-info{width:65%}
	.co-info h2{font-size:35px;}
	
}
@media (min-width: 1200px) {
	.co-locate-inner .co-info{width:75%}
	.co-info h2{font-size:35px;}
	
}

@media (max-width: 768px) {
	
	.co-locate-inner .co-logo,.co-locate-inner .co-info,.co-locate-inner .co-arrow{width:100%; display:block; text-align:center;}
	.co-locate-inner .co-info,.co-locate-inner .co-arrow{margin-top:20px;}
}


