* {
	transition: all linear 0.2s;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif !important;
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
.media-logo.md2 {
	background: transparent;
	box-shadow: none;
}
.media-logo.md2 img {
	width: 68%;
}
.supporting-item a {
	overflow: hidden;
	position: relative;
	display: block;
	transition: all linear 0.5s;
}
.ben-img {
	height: 300px;
}
.ben-img.wow.zoomIn img {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}
header.head {
	padding: 0px;
	background: url(../img/background/del.jpg) 100% no-repeat;
	background-size: cover;
	min-height: 800px;
}
#footer1 {
	padding-top: 150px;
	float: left;
	width: 100%;
	position: relative;
}
#footer1 .ocean {
	height: 150px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	background: transparent;
	z-index: 100;
	overflow: hidden;
}
#footer1 .ocean .wave.one {
	animation: wave 14s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
}
#footer1 .ocean .wave.two {
	animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite;
	transform: translate3d(0, 0, 0);
}
#footer1 .ocean .wave.three {
	animation: wave 21s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite;
	transform: translate3d(0, 0, 0);
}
#footer1 .ocean .wave {
	background: url(../img/background/wave.png) repeat-x;
	background-size: auto 150px;
	position: absolute;
	bottom: 0px;
	width: 6050px;
	height: 150px;
	opacity: 1;
}
.him-event {
	background: url(../img/background/covers.jpg) no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
	height: 101vh;
	vertical-align: middle;
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden;
}
.head {
	padding: 0px;
	background: url(../img/background/delegate-bw.jpg) 100% no-repeat;
	background-size: cover;
	min-height: 800px;
	background-position: bottom;
}
.overlay10 {
	background: rgba(0, 0, 0, 0.8);
	/*background: #00000059;*/
	position: absolute;
	height: 100%;
	float: left;
	width: 100%;
	z-index: 1;
}
section#particles-js {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	margin-top: 0px;
}
#myHome .carousel-inner .item img {
	filter: grayscale(100%);
}
.clogo {
	/* margin-bottom: 7vh; */
	width: 25%;
	margin: 0 auto;
}
.event-content {
	position: relative;
	top: 19%;
	/* left: 3%; */
	width: 100%;
	vertical-align: middle;
	/* margin-left: auto; */
	/* margin-right: auto; */
	text-align: center;
	float: left;
	margin: 0 auto;
}
.event-content h2 {
    color: #ffffff;
    font-weight: 900;
    margin: 0;
    /* margin-left: 10%; */
}
.event-content h3 {
	font-size: 28px;
	color: #ffffff;
	font-weight: 100;
	padding: 0px 20px;
	margin-bottom: 30px;
	/* margin-left: 10%; */
}
.event-content h3 img {
	width: 30px;
	margin-right: 20px;
}
.event-content1 {
	float: right;
	position: relative;
	/* right: 6%; */
	left: 2%;
	top: 27%;
	margin-bottom: 30px;
	text-align: center;
	width: 40%;
}
.event-content1 p {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.event-content1 p:before {
	content: "";
	width: 100px;
	color: #fff;
	height: 5px;
	position: absolute;
	top: 37px;
	left: 44%;
	background: #006600;
	text-align: center;
}
.event-content1 img {
	width: 60%;
	border-radius: 50%;
}
a.regist {
	/*background: #4f4c21;
    color: #fff;
    border: 1px solid #4f4c21;
    padding: 15px 35px;
    float: left;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 46%;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
	font-size: 18px;
	position: relative;
	margin: 50px auto 0;
	/* width: 110px;*/
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #4f4c21;
	border: 1px solid #4f4c21;
	padding: 15px 35px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-repeat: no-repeat;
	background-position: -140px -140px, 0 0;
	background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%);
	background-image: -moz-linear-gradient( 0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%);
	background-image: -o-linear-gradient( 0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%);
	background-image: linear-gradient( 0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%);
	-moz-background-size: 250% 250%, 100% 100%;
	background-size: 250% 250%, 100% 100%;
	-webkit-transition: background-position 0s ease;
	-moz-transition: background-position 0s ease;
	-o-transition: background-position 0s ease;
	transition: background-position 0s ease;
}
a.regist:hover {
	/* background: #989919;*/
	color: #14262f;
	text-decoration: none;
	background-position: 0 0, 0 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a.regist:before {
	content: "\2605";
	position: absolute;
	left: 8%;
	color: gold;
}
a.regist:after {
	content: "\2605";
	position: absolute;
	right: 8%;
	color: gold;
}
.flexi {
	display: flex;
	justify-content: center;
	align-items: center;
}
}
.chairperson {
	position: absolute;
	top: 0%;
	right: 35px;
	text-align: center;
	max-width: 35%;
}
.title {
	text-align: center;
	padding: 40px 0px 20px;
}
.title span {
	/*font-size: 45px;
  border-bottom: 2px dashed;
    color: #006600;
    padding: 10px 15px 0px;
    position: relative;*/
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 900;
	/* border-bottom: 3px solid #989919; */
	display: inline;
	text-align: left;
	background: #4f4c21;
	padding: 5px 70px 5px 70px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.title span:after {
	/*content: "";
    position: absolute;
    top: 10px;
    left: 10px;
   
    width: 100%;
    height: 100%;*/
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	left: 45%;
	bottom: 25%;
	background: url(../img/icons/plane-cr.png) 100% no-repeat;
	margin: 0;
	background-size: contain;
}
.title span:before {
	/*content: "";
    position: absolute;
    top: 10px;
    left: 10px;
   
    width: 100%;
    height: 100%;*/
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	right: 88%;
	bottom: 25%;
	background: url(../img/icons/plane-c.png) 100% no-repeat;
	margin: 0;
	background-size: contain;
}
.title.spon-cat span:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	right: 92%;
	bottom: 25%;
	background: url(../img/icons/plane-c.png) 100% no-repeat;
	margin: 0;
	background-size: contain;
}
.title.spon-cat span:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	left: 46%;
	bottom: 25%;
	background: url(../img/icons/plane-cr.png) 100% no-repeat;
	margin: 0;
	background-size: contain;
}
.title.spon-ben span:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	right: 90%;
	bottom: 25%;
	background: url(../img/icons/plane-c.png) 100% no-repeat;
	margin: 0;
	background-size: contain;
}
.title.spon-ben span:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	left: 46%;
	bottom: 25%;
	background: url(../img/icons/plane-cr.png) 100% no-repeat;
	margin: 0;
	background-size: contain;
}
.title.speak span:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	right: 89%;
	bottom: 25%;
	background: url(../img/icons/plane-c.png) 100% no-repeat;
	margin: 0;
	background-size: contain;
}
.title1 {
	text-align: center;
	padding: 40px 0px 20px;
}
.title1 span {
	font-size: 45px;
	border-bottom: 2px dashed;
	color: #006600;
	padding: 10px 15px 0px;
	position: relative;
}
.title1 span:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
}
.title2 span {
	font-size: 45px;
	color: #000;
	padding: 10px 15px 0px;
	position: relative;
	border-bottom: 2px dashed;
}
.title2 {
	text-align: center;
	padding: 0px 0px 20px;
	margin-top: -20px;
}
#speakers {
	padding: 0px 15px 40px;
	float: left;
	width: 100%;
}
.open {
	max-height: 500px;
}
.event_images h3 {
	font-size: 23px;
	color: #006600;
	line-height: 30px;
}
.event_images li {
	color: #fff;
	font-size: 18px;
	padding: 12px 0px;
	list-style: circle;
}
.spenders {
	float: left;
	width: 100%;
	padding: 0px 50px;
	text-align: center;
}
.spender_content {
	float: left;
	width: 18.5%;
	margin: 10px 10px;
	text-align: center;
	padding: 10px 10px 30px;
	border: 1px solid #fff;
}
.spender_content h3 {
	color: #006600;
	font-size: 30px;
	/* padding: 10px 10px 30px; */
}
.spender_content p {
	font-size: 18px;
	color: #fff;
}
.spenders h2 {
	color: #fff;
	margin-bottom: 30px;
	margin-top: 30px;
}
.carousel-indicators {
	z-index: 9;
	display: none;
}
.carousel-control {
	z-index: 30;
}
.hdr {
	position: fixed;
	width: 100%;
	top: 0;
	/*background: rgba(0,0,0,0.94);*/
	background: linear-gradient(to right, #0F0F11, #545122, #0F0F11);
	z-index: 999;
}
.description .text1 {
	padding: 0px 65px 0px 65px;
}
.inaugural-item {
	width: 30%;
	display: inline-block;
	padding: 2px;
	vertical-align: top;
}
.work-item img {
	width: 170px;
}
.media-logo.md1 img {
	height: 205px;
}
.chairperson h3 {
	background: #041f33;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: 0px;
	border-radius: 0px;
}
.chairperson p {
	background: #075d9c;
	color: #fff;
	padding: 3px;
	margin: 0px;
	font-size: 10px;
}
.chairperson p span {
	font-size: 12px;
}
.chairperson img {
	max-width: 100%;
	border: 2px solid #fff;
}
.navbar-header a {
	display: none;
}
.brand-logo {
	text-align: center;
	position: absolute;
	top: 25%;
	width: 100%;
}
.brand-logo h3 {
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 0px 3.5px #000;
}
.brand-logo img {
	width: 70%;
	height: auto;
}
.navbar-nav {
	text-align: right;
	padding: 15px 0px 10px 0;
	float: none;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
	padding: 5px 15px;
}
.navbar-nav>li img {
	width: 45px;
}
.navbar-nav>li a {
	padding: 5px 15px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}
.navbar-nav>li a:hover, .navbar-nav>li a:active, .navbar-nav>li a:focus {
	background: transparent;
	color: #989919;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	color: #fff;
}
.navbar {
	padding: 0px 30px 0px 20px;
	width: 100%;
	margin-bottom: 0px;
	transition: all linear .3s;
}
/*.navbar-brand{
    padding: 2px;
}*/

.navbar-brand strong {
	font-size: 29px;
	font-weight: 900;
	color: #fff;
}
#header {
	border-bottom: 0px solid #041f33;
	position: relative;
}
.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	transition: all linear 0.5s;
	box-shadow: 0px 0px 1.2px;
	background: #000000e3;
}
.fixed .navbar-nav {
	text-align: right;
	display: block;
	width: 100%;
	padding: 10px 0px;
}
.fixed .navbar-nav>li img {
	width: 40px;
}
.fixed .navbar-nav>li a {
	padding: 5px 15px;
	font-size: 18px;
	color: #006600;
}
.time-left {
	text-align: center;
	padding: 20px 0px 60px;
}
#countdown {
	width: 100%;
	display: inline-block;
}
#countdown span b {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: 200;
	font-family: sans-serif;
}
#countdown span {
	display: inline-block;
	text-align: center;
	padding: 20px 10px;
	margin: 10px;
	position: relative;
	width: 150px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
#countdown span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 25%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 100%;
	top: 0;
}
#countdown span:after {
	content: '';
	position: absolute;
	right: 0;
	width: 25%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 100%;
	top: 0;
}
#countdown span:last-of-type {
	border: none;
}
.exhibition-content {
	background: url(../img/background/bpic.jpg) no-repeat fixed 100%;
	background-size: cover;
}
.overlay5 {
	background: rgba(0, 0, 0, 0.81);
	background: #000000cf;
	float: left;
}
.col-md-3.b_img img {
	width: 100%;
}
.exibhition-title article {
	color: #000;
	font-size: 17px;
	margin-top: 10px;
	padding: 40px 50px;
	line-height: 25px;
	text-align: justify;
	font-weight: 500;
}
.row.exhibition-content1 {
	padding: 20px 50px 50px;
}
.exhibition-content1 ul {
	padding: 0px 20px;
}
.exhibition-content1 ul li {
	color: #000;
	list-style-type: disc;
}
.exhibition-content1 ul li p {
	font-size: 17px;
	margin: 20px 0px;
}
.conference-content ul li {
	font-size: 16px;
	color: #fff;
	font-family: sans-serif;
	margin-top: 13px;
	display: inline-flex;
	padding: 10px;
	width: 100%;
	border: 1px solid #006600;
}
i.fa.fa-space-shuttle {
	margin-right: 10px;
	color: #006600;
	font-size: 20px;
}
.conference-content ul {
	padding: 10px 15px;
}
.exhibition {
	/*background: url(../img/background/categories.png) fixed;
    background-size: cover;*/
}
section#exhibition .container-fluid {
	padding: 0px 40px 50px;
	float: left;
	width: 100%;
}
.over-lay1 {
	background: rgba(0, 0, 0, 0.86);
	background: #000000db;
	float: left;
	padding-bottom: 40px;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;
}
#toTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #fff;
	cursor: pointer;
	display: none;
	z-index: 9999;
	width: 30px;
	height: 30px;
	background: #989919;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #000;
}
#toTop:hover {
	color: #989919;
	background: #fff;
}
/* The colour of the indicators */

.blog .carousel-indicators li {
	background: #a3a3a3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}
.blog .carousel-indicators .active {
	background: #707070;
}
/* ======================Home section =============================*/

#home {
	background: url("../img/background/un1.png") 100%;
	background-size: cover;
}
.home-title {
	display: block;
	padding: 40px;
	text-align: center;
}
.home-title h2 {
	color: #041f33;
	margin: 30px 0px;
	font-weight: 600;
}
.home-title p {
	font-size: 20px;
	color: #777;
	margin: 20px 0px;
}
.carousel-indicators li {
	width: 40px;
	border-radius: 0px;
	height: 6px;
	margin: 0px;
	background-color: #000;
}
.carousel-indicators li:hover {
	background: #041f33;
	border-color: #041f33;
}
.carousel-indicators li.active {
	width: 40px;
	border-radius: 0px;
	height: 6px;
	margin: 0px;
	background-color: #006600;
}
.cust-btn {
	border-radius: 0px;
	font-size: 18px;
	padding: 5px 20px;
	outline: none;
	background: #041f33;
	border: none;
}
.cust-btn1 {
	border-radius: 0px;
	font-size: 18px;
	padding: 5px 20px;
	outline: none;
	background: #1f5a85;
	border: 1px solid #1f5a85;
	color: #fff;
}
.cust-btn2 {
	border-radius: 0px;
	font-size: 18px;
	padding: 5px 20px;
	outline: none;
	background: #fff;
	color: #1f5a85;
	border: 1px solid #1f5a85;
}
.cust-btn1:hover {
	background: #fff;
	border: 1px solid #1f5a85;
	color: #1f5a85;
}
.cust-btn2:hover {
	background: #1f5a85;
	border: 1px solid #1f5a85;
	color: #fff;
}
.title h2 {
	margin: 0px;
	font-size: 28px;
	color: #fff;
	padding: 15px;
}
.home-icon {
	background: #143248;
	border-bottom: 1px solid #031421;
	margin-top: 75px;
}
.home-icon .home-icon-title {
	text-align: center;
	padding: 20px;
	border-right: 1px solid #031421;
}
.home-icon .home-icon-title i {
	font-size: 40px;
	color: #999;
	padding: 10px 0px;
}
.home-icon .home-icon-title p {
	font-size: 18px;
	color: #999;
}
.home-icon-title:hover i {
	color: #fff;
}
.home-icon-title:hover p {
	color: #fff;
}
.home-icon .res {
	padding: 0px;
}
.event_images img {
	width: 100%;
	padding: 35px 0px;
}
.event_images {
	padding: 0px 50px 0px 0px;
}
/* ====================== about section =============================*/

#about {
	background-size: cover;
	background: url(../img/background/overview2.jpg);
	float: left;
	width: 100%;
	height: 100%;
}
.overlays {
	/*background:#000;*/
	float: left;
	width: 100%;
	padding: 0px 0px 50px;
}
#about .container {
	padding: 50px 0px;
}
.about-text {
	padding: 20px 15px 0px 50px;
	border-radius: 5px;
}
.about-text article {
	font-size: 17px;
	color: #fff;
	padding: 5px 0px;
	text-align: justify;
	line-height: 24px;
}
#about .about-img img {
	padding-left: 15px;
	margin-top: 45px;
}
div#fps {
	display: none;
	opacity: 0.0;
}
/* ====================== conference objective section =============================*/

#objectives {
	background: url(../img/background/benefit-of-attend-bg.jpg) 0% no-repeat fixed;
	background-size: cover;
	float: left;
	width: 100%;
	padding: 20px 0;
}
#objectives .overlay {
	background: transparent;
	float: left;
	width: 100%;
}
#objectives .container {
	padding: 25px 0px;
	background: none;
}
.header-social {
	float: left;
	width: 20%;
	display: flex;
	margin-top: 5px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.header-social img {
	width: 55%;
}
.o-part {
	text-align: center;
	padding: 0px 10px 35px 0px;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
	background: rgba(0, 0, 0, 0.89);
}
.header-social a {
	margin-right: 5px;
}
.header-social a i {
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #006600;
	line-height: 25px;
	/* border-radius: 50%; */
	padding: 3px;
	background: transparent;
	color: #006600;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.objective {
	display: block;
	padding: 7px 0px;
}
.objective i {
	display: inline-block;
	font-size: 40px;
	color: #075d9c;
	height: 45px;
	width: 45px;
	text-align: center;
	padding: 5px;
}
.overlay6 {
	background: #000000cc;
}
#platfms {
	background: #d1d1d1;
	position: relative;
	background: url(../img/background/platforms.png) 100% fixed no-repeat;
	background-size: cover;
}
.objective p {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 5px;
	font-size: 18px;
	color: #fff;
	width: 85%;
	margin: 0px;
	text-align: justify;
}
section#why_sponsors {
	float: left;
	width: 100%;
	background: url(../img/background/how-it-works-bg.jpg) no-repeat 100%;
	background-size: cover;
	/* background: #000;*/
	height: 100%;
}
.over_why {
	background: rgba(0, 0, 0, 0.94);
	background: #000000f0;
	float: left;
}
.why_sponsors {
	padding: 80px 50px;
	float: left;
}
.why_sponsors h2 {
	color: #006600;
	font-size: 55px;
	margin-top: 85px;
	line-height: 70px;
}
.why_sponsors li {
	color: #fff;
	font-size: 20px;
	padding: 15px;
	display: flex;
}
section#past_event {
	float: left;
	width: 100%;
	padding: 0px 50px 20px;
}
.image_detail {
	text-align: center;
}
.header_event {
	float: left;
	width: 100%;
	padding: 0px 0px 30px;
}
.e_detail {
	padding: 40px 0px 20px;
}
.e_detail img {
	width: 18%;
	float: left;
}
.e_detail h1 {
	line-height: 55px;
	font-size: 45px;
	font-weight: bold;
}
.image_detail h2 {
	margin: 0px 20px 15px;
}
.image_detail img {
	width: 50%;
}
.event1_images {
	float: left;
	width: 100%;
}
.event1_images img {
	width: 100%;
	float: left;
	border: 1px solid #006600;
	padding: 5px;
}
.carousel {
	position: relative;
	min-height: 350px;
	z-index: 0;
}
/* ====================== conference objective section =============================*/

#speakers {
	float: left;
	width: 100%;
	/*background-size: initial;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);*/
	background: url(../img/background/speaker-bg.jpg) 100% fixed no-repeat;
	background-size: cover;
	/* background-attachment: fixed;*/
	/* left: 0px;*/
}
#speakers .container {
	padding: 65px 0px 50px;
}
.speaker {
	padding: 5px 0px;
	/* border: 2px solid #006600; */
	margin-bottom: 5px;
	margin-top: 5px;
}
section#speakers .col-md-3 {
	padding: 0px 10px;
}
.spkr-over {
	position: absolute;
	bottom: 10px;
	/* padding: 5px; */
	text-align: center;
	/* background: #00000082; */
	background: linear-gradient(to right, #00000059, #14262f94);
	width: 95%;
	height: 96%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.speaker img {
	width: 100%;
	display: inline-block;
	/* box-shadow: 0px 0px 0.5px; */
	padding: 0px;
	/* border-top-left-radius: 10px; */
	/* height: 346px;*/
	/*border: 1px solid #006600;*/
}
.media-logo img {
	width: 100%;
}
.speaker .info {
	/* width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0px;
    background: #006600;
    box-shadow: 0px 0px 0.5px;
    font-family: sans-serif;
    text-align: center;
    height: 180px;*/
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0px;
	background: #4f4c21;
	box-shadow: 0px 0px 0.5px;
	/* font-family: sans-serif; */
	text-align: center;
	height: 140px;
}
.speaker .info h3 {
	font-size: 18px;
	color: #989919;
	margin: 10px 0px;
	/* text-decoration: underline; */
	line-height: 22px;
	font-weight: 600;
	/* text-align: center; */
}
.speaker .info p {
	font-size: 15px;
	color: #ffffff;
	margin-top: 9px;
}
.speaker .info h5 {
	color: #fff;
	font-size: 14px;
	/* font-weight: bold; */
}
/*more-info-button*/

button.main_rotate {
	color: #ecf0f1;
	background: #989919;
	width: 40px;
	height: 40px;
	border: 0;
	font-size: 1em;
	position: absolute;
	/* top: 88%; */
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	box-shadow: 2px 4px 22px #00000026;
}
button.main_rotate span {
	position: absolute;
	transition: .3s;
	background: white;
	border-radius: 2px;
}
button.main_rotate span:first-of-type {
	top: 25%;
	bottom: 25%;
	width: 10%;
	left: 45%;
}
button.main_rotate span:last-of-type {
	left: 25%;
	right: 25%;
	height: 10%;
	top: 45%;
}
button.main_rotate:hover span:first-of-type, button:hover span:last-of-type {
	transform: rotate(90deg);
}
button.main_rotate:hover span:last-of-type {
	left: 50%;
	right: 50%;
}
/*more-info-button end*/

/*speaker-modal*/

.speaker-modal .modal-dialog {
	width: 100%;
	max-width: 1200px;
	margin-top: 120px;
	margin-bottom: 60px;
}
.speaker-modal .modal-content {
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #4f4c21;
}
.speaker-modal .speaker-modal-close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #989919 !important;
	border-radius: 50%;
	padding: 0;
	color: #FFF;
	border: none;
	font-size: 30px;
	font-weight: 900;
	z-index: 50;
}
.speaker-modal .modal-body {
	padding: 30px;
}
.speaker-modal-content {
	text-align: center;
	/* padding: 30px; */
}
.speaker-modal .speaker-modal-img>img {
	width: 100%;
}
.speaker-modal .speaker-modal-content .speaker-name {
	display: inline-block;
	/* margin-right: 15px; */
	width: 100%;
	font-size: 17px;
	margin: 15px 0 0 0;
	color: #fff;
	text-decoration: underline;
}
.speaker-modal .speaker-modal-content .speaker-job {
	color: #fff;
	font-size: 16px;
}
.speaker-modal .speaker-modal-content .speaker-plc {
	color: #fff;
	font-size: 14px;
	margin-top: 0 !important;
	text-align: center !important;
}
.speaker-modal-content .bio {
	border: 2px solid #fff;
	padding: 0 30px;
}
.speaker-modal-content p {
	text-align: justify;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
}
/* ====================== why to sponsor section =============================*/

#whytosponsor {
	background: url("../img/background/ev-highlight.jpg") 100% no-repeat fixed;
	background-size: cover;
	float: left;
	width: 100%;
}
.ben-img p {
	color: #fff;
	font-size: 19px;
	text-align: center;
}
.ove {
	background: rgba(0, 0, 0, 0.9);
	background: #000000e6;
	float: left;
}
#whytosponsor .container {
	padding: 40px 0px;
}
.ben {
	margin: 15px 0px;
}
.sponsor-banner {
	text-align: right;
}
.benfit-point {
	padding: 15px;
	background: #ececec;
	box-shadow: 0px 0px 0.5px;
	border-radius: 5px;
}
.benfit-point h2 {
	margin: 0px;
	padding: 10px 0px;
	font-size: 24px;
	color: #075d9c;
	border-bottom: 1px solid #cecdcd;
}
.benfit-point p {
	padding: 15px 0px 5px;
}
.ben:first-child .ben-img {}
/* ====================== who will you meet section =============================*/

#who-u-meet {
	background: url(../img/background/del.jpg) 100% fixed;
	background-size: cover;
}
#who-u-meet .container {
	padding: 50px 0px;
}
.meet-list {
	text-align: center;
	padding: 50px 0px 50px;
}
.meet-list p {
	margin-bottom: 35px;
	background: #075d9c;
	color: #fff;
	padding: 5px 10px;
	font-size: 18px;
	box-shadow: 0px 0px 1px 1px #041f33;
}
.list-item .panel {
	border-radius: 0px;
	margin: 5px 0px;
	border-color: #4f4c21;
	background-color: transparent;
}
.list-item .panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #4f4c21;
	border: none;
	padding: 7px 10px;
}
.list-item .panel-title {
	text-align: left;
	font-size: 14px;
	color: #fff;
	vertical-align: middle!important;
}
.list-item .panel-title a img:first-child {
	border-right: 1px solid #999;
	padding: 3px;
	width: 35px;
	margin-right: 10px;
	height: 35px;
}
.panel-body {
	padding: 15px;
	font-size: 13px;
	line-height: 22px;
}
#world {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.list-item1 {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px 15px;
}
.list-item1 .panel-title {
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.list-item1 .panel {
	border-radius: 0px;
	margin: 5px 0px;
	border-color: #533631;
	background-color: transparent;
}
.list-item1 .panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #381609;
	border: none;
	padding: 7px 5px;
}
.list-item1 .panel-title a img:first-child {
	border-right: 1px solid #999;
	padding: 3px;
	width: 35px;
	margin-right: 10px;
	height: 35px;
}
.spl {
	margin-left: 33.333%;
	margin-bottom: 50px;
}
.conference-txt {
	text-align: center;
	font-size: 25px;
	font-family: 'Anton', sans-serif;
	margin-bottom: 15px;
	border-bottom: 1px dashed #777;
	padding-bottom: 5px;
}
.conference-txt h3 {
	font-size: 30px;
}
.whoattend-content {}
div#whoattend {
	padding-top: 30px;
}
.panel-group {
	margin-bottom: 0px;
}
.whoattend-content .panel {
	border-radius: 0px;
	padding: 5px;
	margin-bottom: 15px;
	background: linear-gradient(to right, #0F0F11, #4f4c21, #0F0F11);
}
.whoattend-content .panel-heading {
	/* color: #000000; */
	background-color: transparent;
	/* border-color: #020202; */
	border-radius: 0px;
}
.whoattend-content .panel-heading a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}
.whoattend-content .panel-heading i {
	margin-right: 10px;
}
.whoattend-content .panel-heading i:last-child {
	float: right;
	margin: 8px 0px;
}
.panel-body {
	color: #fff;
}
h4.panel-title img {
	width: 30px;
	margin-right: 5px;
	height: 30px;
}
.panel-heading {
	padding: 5px 10px;
}
.new_img {
	display: none;
}
/* ====================== media partners section =============================*/

#media-partners {
	background: transparent;
}
#media-partners .container {
	padding: 20px 0px 30px;
}
.media-logo {
	padding: 0px;
	border: 1px solid #fff;
	box-shadow: 1px 2px 6.3px #999;
	background: #fff;
	margin-bottom: 20px;
	text-align: center;
}
#support-letters {
	background: #000;
}
section.how-works {
	background: linear-gradient(to right, #0F0F11, #545122, #0F0F11);
	padding-bottom: 30px;
}
section.how-works p {
	font-size: 17px;
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
	margin-top: 35px;
}
.work-item {
	width: 16%;
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
.work-item h4 {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
/* ====================== media partners section =============================*/

#about-traicon {
	background: #000;
}
.ove1 {
	background: #524f2182;
}
#about-traicon .container {
	padding: 65px 0px;
}
#about-traicon article {
	margin: 15px 0px;
	padding: 15px;
	color: #dcdcdc;
	font-size: 16px;
}
#about-traicon article p {
	padding: 10px 0px;
}
.brand-logo p {
	font-size: 30px;
	color: #989919;
	text-shadow: 2px 2px #000;
	margin-top: 35px;
}
/* ====================== get in tocuh section =============================*/

#contact {
	background: url(../img/background/helpdesk.jpg) no-repeat 100% fixed;
	background-size: cover;
	float: left;
	width: 100%;
}
#contact .container {
	padding: 65px 0px 50px;
}
.contact-item {
	text-align: center;
	padding: 10px 5px;
}
.contact-item i {
	width: 60px;
	height: 60px;
	font-size: 45px;
	color: #f4690b;
}
.contact-item p {
	background: #f4690b;
	color: #ffffff;
	padding: 10px 5px;
	font-size: 17px;
	margin: 0px 15px;
	font-weight: 600;
	letter-spacing: 2px;
}
.contact-info {
	margin: 0px 15px;
	border: 1px solid #dcdcdc;
	border-top: 0px;
	padding: 15px 5px;
	background: #fff;
}
.contact-info p {
	margin: 0px;
	padding: 5px;
	color: #333;
	font-size: 14px;
	background: #fff;
	letter-spacing: 0px;
}
/* ====================== buttons section =============================*/

#buttons {
	padding: 35px 0px;
	/* background: #041F33;*/
	border-top: 1px solid #6d849d;
}
.main-btn {
	text-align: center;
}
.btn1 {
	color: #fff;
	background: #1d5680;
}
.btn1:hover {
	color: #041f33;
	background: #dcdcdc;
	transition: all linear 0.3s;
}
.overlay9 {
	/*background: rgba(0,0,0,0.8);
  background: #000000cc;*/
	padding: 110px 0px;
}
/* --------------------------------------------------
      venue-details start
-----------------------------------------------------*/

#venue-details {
	background: url(../img/background/venue-delhi.jpg) 100% no-repeat fixed;
	background-size: cover;
	background-position: top;
	float: left;
	width: 100%;
}
.venue-content {
	text-align: center;
	/* padding: 100px 0px 70px;*/
}
.venue-content h4 {
	font-size: 40px;
	font-family: inherit;
	color: #fff;
	word-spacing: 12px;
	letter-spacing: 1px;
}
.venue-content p {
	color: #fff;
	/*padding: 20px;*/
	font-size: 16px;
}
.location-details {
	margin: 35px 0px;
}
.location-details h3 {
	font-size: 38px;
	color: #fff;
	/* margin: 30px 0px;*/
}
.location-details p {
	font-size: 30px;
	color: #fff;
	/* margin-top: 20px;*/
}
.location-details i {
	color: #989919;
	font-size: 70px;
}
.flex-end {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.orgnsd {
	position: relative;
	/* margin-top: 100%; */
	text-align: center;
	margin: 20px auto;
}
.orgnsd h2 {
	color: #989919;
	text-transform: uppercase;
	font-size: 24px;
}
.orgnsd img {
	width: 60%;
	margin: 0 auto;
}
.form-tag {
	font-size: 23px;
	margin: 0px 0px 15px;
	line-height: 35px;
	width: 100%;
	text-align: center;
	color: #eaeaea;
}
.helpdesk-content {
	padding: 45px 0px;
}
.helpdesk-item {
	padding: 20px 15px;
	border: 1px solid #fff;
	margin-bottom: 25px;
}
.helpdesk-item h2 {
	font-size: 22px;
	color: #006600;
	padding: 15px 0px;
	width: 100%;
	display: inline-block;
	margin: 0px;
	font-weight: bold;
}
.helpdesk-details p {
	font-size: 18px;
	color: #fff;
	margin: 5px 0px;
}
.helpdesk-details img {
	width: 30px;
	margin-right: 15px;
}
.panel {
	border: none;
	background: transparent;
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: transparent;
	border-color: transparent;
	text-align: center;
	margin: 0px 18px;
}
.panel-login>.panel-heading a.active {
	color: #989919;
	font-size: 18px;
}
h2.cnt {
	font-size: 23px;
	color: #fff;
	margin: 0px 0px 30px;
	text-align: center;
	/*width: 40%;*/
	border: 2px solid #989919;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
}
.panel-login>.panel-heading a {
	text-decoration: none;
	color: #eaeaea;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-body {
	padding: 0px 15px;
}
.form-group {
	margin-bottom: 20px;
}
.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.form-control {
	height: 45px;
	padding: 6px 20px 6px 15px;
	font-size: 16px;
	line-height: 20px;
	color: #737373;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	display: inline-block;
	margin: 4px;
	background: transparent;
}
[class^="ti-"] {
	font-size: 16px;
}
.buttns {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 30px;
}
.btn {
	padding: 15px 35px;
	margin-bottom: 0;
	font-size: 14px;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-primary {
	background: transparent;
	border: 1px solid #989919;
	color: #989919;
	font-size: 15px;
	font-weight: bold;
}
button.btn.btn-secondary {
	background: transparent;
	border: 1px solid #989919;
	color: #989919;
	font-size: 15px;
	font-weight: bold;
}
.btn-primary:hover {
	background: #4f4c21;
	border: 1px solid #4f4c21;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
button.btn.btn-secondary:hover {
	background: #4f4c21;
	border: 1px solid #4f4c21;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
footer#footer {
	background: rgba(0, 102, 0, 1);
	background: #14262f;
	position: relative;
	float: left;
	width: 100%;
}
.copyright_row.widgets_disabled {
	position: relative;
	background: #000;
}
.copyright_row_wr {
	border: none;
	/* border-top: 1px solid rgba(255,255,255,.25);*/
	padding: 10px 60px 8px;
	float: left;
	width: 100%;
}
.socials {
	position: relative;
	float: right;
	width: 50%;
	margin-right: 0;
}
.footer-social {
	margin-top: 0px;
	text-align: right;
}
.footer-social a i {
	background: #4f4c21;
	text-align: center;
	width: 33px;
	height: 33px;
	padding: 7px;
	color: #989919;
	margin-left: 5px;
	border-radius: 50%;
	vertical-align: text-bottom;
	font-size: 18px;
	border: 1px solid #000000;
}
.copyright {
	float: left;
	width: 50%;
	padding-top: 5px;
}
small, .small {
	font-size: 15px;
	color: #fff;
}
.copyright a {
	color: #989919;
	font-weight: bold;
}
section#help-desk {
	background: url(../img/background/helpdesk-bg.jpg);
	float: left;
	width: 100%;
	background-size: cover;
	min-height: 88vh;
}
.a-content {
	padding: 0px 50px;
}
.ove12 {
	/*  background: rgba(0,0,0,0.92);
	background: #000000eb;*/
	float: left;
	padding: 0px 0px 10px
}
#supporting-partner {
	padding: 45px 0px 35px;
	background: #fff;
	float: left;
	width: 100%;
	/*display: none !important;*/
}
.partns {
	padding: 0px 60px 0px;
}
.partns img {
	box-shadow: 2px 2px 6px 2px rgba(86, 86, 86, 0.48);
    margin-bottom: 25px !important;
    padding: 10px;
    margin: 0 auto;
}
.past-spk img{
    margin-bottom: 0 !important;
}
.past-edition {
	padding: 0;
}
.past-edition .spkr-over {
	display: none;
}
.past-edition .speaker img {
	height: 100%;
	/*border-radius: 50%;*/
}
.spk .glyphicon {
	color: #000;
}
.carousel-control.spk {
	width: 3%;
}
a.left.carousel-control.spk-left {
	margin-left: -3%;
	background: transparent !important;
}
a.right.carousel-control.spk-right {
	margin-right: -3%;
	background: transparent !important;
}
/*.past-spk .col-md-2{
    height: 355px;
}*/

.past-speaker .info h3 {
	font-size: 16px;
}
.past-speaker .info p {
	font-size: 14px;
}
.past-speaker .info h5 {
	font-size: 13px;
}
.titlesp {
	padding: 18px 0px 18px;
	text-align: center;
	z-index: 0;
	position: relative;
    width: 100%;
}
.titlesp:before {
	content: '';
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 1px;
	background: #14262f;
	z-index: -1;
}
.titlesp h3 {
	color: #fff;
	font-size: 27px;
	text-align: center;
	display: inline-block;
	position: relative;
	background: #989919;
	padding: 8px 10px;
	font-weight: bold;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
}
.partners1 {
	text-align: center;
	padding: 40px;
	float: left;
	width: 100%;
}
.partners1 .col-md-4 img {
	width: 100%;
}
.partners1 .col-md-3 img {
	width: 100%;
}
.partners1 .col-md-2 img {
	width: 100%;
}
section#participate {
	float: left;
	width: 100%;
	background: url(../img/background/delegate-pro-bg.jpg) 0% no-repeat fixed;
	background-size: cover;
	padding: 20px 0;
}
.p_organizations {
	padding: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.partcipate_or {
	float: left;
	width: 13.4%;
	margin: 10px 4px;
	text-align: center;
	height: 200px;
}
.partcipate_or img {
	width: 85%;
	padding: 0px 20px;
}
.partcipate_or p {
	color: #fff;
	font-size: 19px;
}
#organized {
	background: url(../img/background/org-bg.jpg) 100% no-repeat fixed;
	background-size: cover;
}
#organized .overlay9 {
	padding: 20px 0;
	background: transparent;
}
#organized .overlay9 .title {
	margin-bottom: 30px;
}
.org-cont {
	color: #fff;
	font-size: 18px;
	text-align: justify;
}
.flexi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
/* --------------------------------------------------
      event series start
-----------------------------------------------------*/

#event-series {
	padding: 35px 0px;
}
.events-content {
	padding: 20px;
	text-align: center;
}
.event-item {
	width: 22%;
	display: inline-block;
	padding: 20px;
}
.exibhition-title {
	float: left;
	width: 100%;
	padding: 0px 30px 30px;
}
.col-md-3.b_img {
	padding: 16px 15px;
}
.event-details {
	text-align: center;
	position: relative;
	top: 0px;
	border-top: 1px solid rgba(153, 153, 153, 0.46);
	padding-top: 5px;
}
section#why_attend {
	float: left;
	width: 100%;
	background: url(../img/background/attend.jpg) no-repeat 100%;
	background-size: cover;
}
section#benefits {
	float: left;
	width: 100%;
	/* background: #000;*/
	background: url(../img/background/exhibit-bg.jpg) 100% fixed no-repeat;
	background-size: cover;
	padding-bottom: 40px;
}
.benefits_img {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.benefits_img img {
	width: 95%;
	margin: 0 auto;
}
.attend_benefit img {
	width: 71%;
	margin: 0 auto;
}
.xs-attend {
	display: none !important;
}
.md-attend {
	display: block !important;
}
.how-work img {
	width: 74%;
	margin: 0 auto;
}
.xs-works {
	display: none !important;
}
.md-works {
	display: block !important;
}
.event-details h4 {
	font-size: 18px;
	color: #a2a2a2;
	font-family: inherit;
	font-weight: 500;
	margin: 5px 0px 0px 0px;
}
.event-details p {
	font-size: 18px;
	color: #888;
	margin: 2px;
}
.contact-us.sec-padding {
	padding: 10px 0;
	float: left;
	width: 100%;
}
.uk-container, uk-grid {
	padding: 0 0px;
}
.uk-grid {
	float: left;
	width: 100%;
}
.exhibition {
	float: left;
	width: 100%;
	background: url(../img/background/spon-cat-bg.jpg) 100% fixed no-repeat;
	background-size: cover;
	background-position: top;
	/*background: #000;*/
	padding: 20px 0;
}
#exhibition {
	float: left;
	width: 100%;
}
.xs-wse {
	display: none !important;
}
.md-wse {
	display: block !important;
}
.uk-width-medium-1-4 {
	width: 33%;
	float: left;
}
.contact-us .map-meta .uk-active p {
	color: #fff;
}
.contact-us .map-meta .box-content:hover p, .contact-us .map-meta .box-content.uk-active p {
	color: #ffffff;
}
.box-content a {
	color: #969618;
}
.contact-us .map-meta .box-content p {
	color: #ffffff;
	font-size: 15px;
}
.contact-us .map-meta .box-content {
	padding: 35px 0;
	text-align: center;
	background: #ffffff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.contact-us .map-meta .box-content:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4f4c21;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-moz-transition-property: transform;
	transition-property: transform;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-ms-transition-property: transform;
	transition-property: transform;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-o-transform-origin: 50%;
	transform-origin: 50%;
	-o-transition-property: transform;
	transition-property: transform;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.contact-us .map-meta .box-content .box-icon {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 28px;
}
.contact-us .map-meta .box-content .box-icon .icon {
	font-size: 24px;
	display: block;
	height: 90px;
	width: 90px;
	line-height: 75px;
	text-align: center;
	border-radius: 50%;
	background: #4f4c21;
	border: 7px solid #969618;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}
.contact-us .map-meta .box-content p {
	color: #1e2c34;
	margin: 10px 5px;
}
.contact-us .map-meta .box-content:hover:before, .contact-us .map-meta .box-content.uk-active:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.overlaying {}
/* ====================== footer section =============================*/

#contact .btns1 {
	padding: 10px 0px;
}
.form-title {
	padding: 0px;
	background: #fff;
	text-align: center;
	color: #fff;
}
.modal-dialog {
	width: 60%;
	margin-top: 10%;
}
.modal-content {
	padding: 20px 20px 10px;
	float: left;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #989919 !important;
	border-radius: 50%;
	padding: 0;
	color: #FFF;
	border: none;
	font-size: 24px;
	z-index: 50;
	opacity: 1;
}
h4.modal-title {
	color: #989919;
	font-size: 25px;
}
.modal-body {
	position: relative;
	padding: 15px 15px 0px;
	float: left;
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
	color: #fff;
	background-color: #989919;
	border-color: #989919;
	padding: 10px 30px;
	border-radius: 0px;
	font-size: 18px;
}
.col-md-4.article-button {
	background: #4f4c21ad;
	padding: 60px;
	color: #fff;
	text-align: center;
	margin: 19px;
	width: 30%;
	margin-bottom: 50px;
}
a.ck-button-one {
	background: #969618;
	padding: 10px 20px;
	color: #fff;
	font-size: 17px;
}
.event-by {
	text-align: left;
	margin-left: 40px;
}
.event-by h3, .connect-us h3 {
	font-family: 'Jura', sans-serif;
	text-align: left;
	font-weight: 700;
	color: #969618;
}
#footer img {
	width: 150px;
}
.fb-like {
	margin-top: 25px;
}
.footer-logo {
	padding: 5px 15px;
	text-align: center;
}
.footer-logo img {
	width: 125px;
	padding: 0px;
}
.footer-logo p {
	text-align: left;
	font-size: 14px;
	padding: 40px 5px;
}
.copyrights {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
}
.copyrights a {
	color: #0e8fc3;
}
.footer-social a i {
	background: #4f4c21;
	text-align: center;
	width: 33px;
	height: 33px;
	padding: 7px;
	color: #989919;
	margin-left: 5px;
	border-radius: 50%;
	vertical-align: text-bottom;
	font-size: 18px;
}
.footer-logo .social i {
	font-size: 20px;
	height: 25px;
	width: 25px;
	padding: 5px;
}
.footer-logo .social i:hover {
	color: #fff;
}
.other-events {
	padding: 45px 5px 85px;
}
.footer-title {
	text-align: left;
	margin: 0px 0px 45px;
}
.event-item {
	width: 22%;
	display: inline-block;
	margin: 5px;
	padding: 30px;
	box-shadow: 0px 0px 0.5px;
}
.event-item img {
	background: #fff;
}
.more-links {
	padding: 45px 5px 85px;
}
.more-links a {
	display: block;
	margin-bottom: 15px;
}
.footer-traicon {
	padding: 0px 5px 25px;
}
.footer-traicon img {
	width: 100px;
}
.footer-traicon i {
	font-size: 20px;
	height: 25px;
	width: 25px;
	padding: 5px;
}
.footer-traicon p {
	width: 88%;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}
.copy {
	text-align: center;
	font-family: sans-serif;
}
/* ====================== register section =============================*/

#register-form {}
#register-form .container {
	padding: 65px 0px;
}
#register-form .form {
	background: #fff;
	padding: 0px 0px;
}
#register-form .form .form-control, #register-form .form select {
	width: 100%;
	border-radius: 0px;
	border-bottom: 2px solid #989919;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background: transparent;
	box-shadow: none;
	display: inline-block;
	margin: 10px 10px 19px;
	padding: 6px 0px;
	font-size: 16px;
}
.form-title {
	padding: 0px;
	background: #fff;
	text-align: center;
	color: #fff;
}
.form-title img {}
.Success {
	text-align: center;
}
.Success h2 {
	padding: 68px 0px;
	text-align: center;
}
.Success a {
	margin-bottom: 110px;
}
p.success-msg {
	text-align: center;
	color: #989919;
	font-size: 16px;
}
}