



.contenttable td {
	padding: 5px;
}

/*Generic Style Start*/
a.btn-style-1 {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 25px;
	display: table;
	text-transform: uppercase;
	padding: 10px 30px;
	margin: 0 auto;
}
a.btn-style-1:hover {
	color: #fff;
	text-decoration: none;
}

/*Generic Style End*/
body {
	margin: 0;
	padding: 0;
}
#wrapper {
	float: left;
	width: 100%;
}



/*Navigation Start*/
.navigation {
	float: left;
	width: 100%;
}
.navigation .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}


.navigation .navbar-collapse {
	padding: 0;
	float: right;
}
.cp_sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#nav {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	padding: 0 23px 0 0;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 64px;
	color: #fff;
	text-decoration: none;
	padding: 0;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	border-bottom: 3px solid #fff;
}
#nav li a:hover:before {
	width: 100%;
}
#nav li:hover > a {
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
	color: #777;
	background-color: #f5f5f5;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 50px;
	width: 180px;
	background: #fff;
	padding: 0;
	display: none;
	list-style: none;
	z-index: 10;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.19);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.19);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.19);
}
#nav li ul:before {
	bottom: -4px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 98%;
}
#nav li ul:after {
	bottom: -8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 96%;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 180px;
	top: 0;
	width: 180px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	padding: 0;
	background: none;
	margin: 0;
	border-top: 1px dashed #ccc;
}
#nav li ul li:first-child {
	border: 0;
}
#nav li ul li a {
	background: none;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #777;
	line-height: 14px;
	font-size: 14px;
	text-align: left;
	padding: 15px 10px;
	display: block;
}
/*Mega menu Css Start*/
#nav .mega-menu {
	position: inherit;
	margin: 0;
	list-style: none;
}
.mega-col {
	position: absolute;
	right: 0;
	top: 50px;
	display: none;
	width: 100%;
	background: #fff;
	z-index: 99;
}
#nav .mega-menu ul {
	padding: 0 10px;
	margin: 0;
	list-style: none;
	width: 100%;
}
#nav li:hover .mega-col {
	display: block;
}
#nav li .mega-col ul {
	display: block;
	position: static;
	float: left;
	width: 215px;
	box-shadow: none;
	border-left: 1px dashed #ccc;
}
#nav li .mega-col ul:first-child {
	border: 0;
}

#wrapper .mega-col h3 {
	font-size: 16px;
	padding: 20px 0 20px 10px;
	margin: 0;
}
/*Mega menu Css End*/
/*Navigation End*/



/*Banner Start*/
#banner {
	float: left;
	width: 100%;
	position: relative;
}

#home-slider > li img {
	display: block;
	width: 100%;
}
#banner .bx-wrapper {
	float: left;
	width: 100%;
	margin: 0;
}
#banner .bx-wrapper .bx-viewport {
	background: none;
	border: 0;
	box-shadow: none;
	left: 0;
}
#banner .caption {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
}
.video-banner .caption {
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	height: 300px;
}
#banner .caption strong.logo {
	width: 97px;
	display: block;
	margin: 0 auto;
}
#banner .caption strong.title {
	font-family: 'Inter', sans-serif;
	font-size: 100px;
	line-height: 100px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 0 0 5px 0;
}
#banner h1 {
	font-family: 'Inter', sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
	-moz-text-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0 0 4px rgba(0,0,0,0.4);
	color: #fff;
}
#banner h1 span {
	font-weight: 300;
}
#banner .caption ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	display: block;
	text-align: center;
}
#banner .caption ul li {
	display: inline-block;
	padding: 0 30px;
	border-left: 2px solid #fff;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
#banner .caption ul li .fa {
	display: block;
	text-align: center;
	margin: 0 0 12px 0;
}
#banner .caption ul li:first-child {
	border: 0;
}
#banner .bx-wrapper .bx-pager {
	display: none;
	padding: 0;
}
#banner .bx-wrapper .bx-controls-direction a {
	display: none;
}
#banner .bx-viewport > ul {
	margin: 0;
	padding: 0;
}
#banner a.btn-style-1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	padding: 15px 30px;
	box-shadow: 0 -4px 0px 0px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 -4px 0px 0px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 -4px 0px 0px rgba(0,0,0,0.1) inset;
}
/*Banner End*/







/*Inner Banner Start*/
#inner-banner {
	float: left;
	width: 100%;
	background-image: url(/web/20190219044920im_/https://www.gceg2018.com/fileadmin/templates/gceg2018/images/inner-page-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	padding: 70px 0;
}
#inner-banner strong.title {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	display: block;
	text-align: center;
	text-shadow: 0 3px 2px rgba(0,0,0,0.35);
	-moz-text-shadow: 0 3px 2px rgba(0,0,0,0.35);
	-webkit-text-shadow: 0 3px 2px rgba(0,0,0,0.35);
}
/*Inner Banner End*/


.bg-none {
	background: none;
}
.padd-btm-none {
	padding-bottom: 0;
}
#wrapper .margin-btm-none {
	margin-bottom: 0;
}
#main .padd-right-none {
	padding-right: 0;
}
.none-bg {
	background: none;
	padding: 30px 0 100px 0;
}
.position {
	position: static;
	float: left;
}
#wrapper .margin-increase {
	margin: 0 0 40px 0;
}
.error-page {
	padding: 70px 0 45px 0;
}

