
/*----------------------------------------------------------------------
 [Master Stylesheet : Event Point]
------------------------------------------------------------------------

[Table of Content]

1. Global Styles
   1.1  Typography
   1.2  Section Title
   1.3  Brand Button
   1.3  Animations

2. Main Content Styles
   2.1   Header Section
   2.2   Banner Section
   2.3   Slider Section
   2.4   Speakers Section
   2.5   Video Section
   2.6   Schedule Section
   2.7   Sponsors Section
   2.8   Travel Section
   2.9   Register Section
   2.10  Photo Gallery Section
   2.11  Blog Section
   2.13  Testimonials Section
   2.14  Contact Section
   2.15  Circular Countdown Section
   2.16  Footer  Section

3. Single Page Style
   3.1  Single Page Style

4. Global Responsive
    4.1  Responsive Style

[Stylesheet Contents]

 
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
.hdrtop{
	margin-top: 30px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	/*margin-bottom: 1.5em;*/
}

.gallery-item {
	/*display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;*/
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/
.lgx-shop,
.lgx-speaker-single .lgx-inner,
.lgx-blog.lgx-blog-single .lgx-inner,
.lgx-blog.lgx-blog-list{
	padding: 10px 0 10px 0 !important;
}
.no-results.not-found .page-header{
	margin-top: 0;
}
.no-results.not-found .search-field{
	border: 1px solid #999;
	padding: 5px;
	font-weight: 300;
}
.no-results.not-found .search-submit{
	border: 1px solid #999;
	padding: 5px 10px;
}

.no-results.not-found .search-form{
	margin-top: 20px;
}
.lgx-blog-list.archv article.post{
	margin: 8px 0 1.5em;
}
.lgx-video {
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.lgx-banner-inner.blog{
	background: url(assets/img/banner-inner.jpg) bottom center no-repeat fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.lgx-banner-inner.blog .lgx-inner-bg{
	background: url(assets/img/banner-style-inner.png) top left no-repeat;
	-webkit-background-size: auto auto,cover;
	-o-background-size: auto auto,cover;
	-moz-background-size: auto auto,cover;
	background-size: auto auto,cover;
}

.lgx-banner-typed .lgx-banner-style{
	background-size: auto auto,cover;
}
.lgx-banner-typed .lgx-inner{
	background: rgba(46,40,65,.9);
}
#circular-countdown .time_circles > div{
	position: absolute;
	text-align: center;
}







.heading-box h2{ width:100%; color: red; }
.text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}


/*slider*/
.jk-slider{
	width:100%;
}

.carousel-inner {
	width: 100%;
	height: 517px;
}
/*.hero {*/
	/*position: absolute;*/
	/*top: 68%;*/
	/*left: 50%;*/
	/*z-index: 3;*/
	/*!*color: #fff;*!*/
	/*text-align: center;*/
	/*text-transform: uppercase;*/
	/*!* text-shadow: 1px 1px 0 rgba(0,0,0,.75); *!*/
	/*-webkit-transform: translate3d(-50%,-50%,0);*/
	/*-moz-transform: translate3d(-50%,-50%,0);*/
	/*-ms-transform: translate3d(-50%,-50%,0);*/
	/*-o-transform: translate3d(-50%,-50%,0);*/
	/*transform: translate3d(-50%,-50%,0);*/
	/*background: rgba(192,202,214,.7);*/
	/*padding: 15px 25px;*/
/*}*/

.hero {
    position: absolute;
    /* top: 68%; */
    top: 79%;
    left: 79%;
    z-index: 3;
    /* color: #fff; */
    text-align: center;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 0 rgba(0,0,0,.75); */
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    background: rgba(192,202,214,.7);
    padding: 15px 10px;
}
/*.hero h1 {*/
	/*font-size: 43px;*/
	/*font-weight: bold;*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*color: #222;*/
	/*font-style: italic;*/
/*}*/

.hero h1 {
	font-size: 23px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #222;
	font-style: italic;
	line-height: 35px;
}
/*.hero h3 {*/
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	/*color: #1f5fad;*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*text-transform: capitalize;*/
/*}*/

.hero h3 {
    font-size: 17px;
    font-weight: bold;
    color: #003e89;
    /* margin: 0; */
    padding: 0;
    text-transform: capitalize;
}
.hero p {
	font-size: 20px;
	color: #000;
	text-transform: capitalize;
	font-weight: normal;
	padding-top: 10px;
	display: none;
}



.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}

/**/
/*.register{*/
	/*background: -webkit-linear-gradient(left, #3931af, #00c6ff);*/
	/*margin-top: 3%;*/
	/*padding: 3%;*/
/*}*/
.register {
	background: -webkit-linear-gradient(left, #3931af, #00c6ff);
	margin-top: 0%;
	padding: 1%;
}
.register-left{
	text-align: center;
	color: #fff;
	margin-top: 4%;
}
.register-left input{
	border: none;
	border-radius: 1.5rem;
	padding: 2%;
	width: 60%;
	background: #f8f9fa;
	font-weight: bold;
	color: #383d41;
	margin-top: 30%;
	margin-bottom: 3%;
	cursor: pointer;
}
.register-right{
	background: #f8f9fa;
	border-top-left-radius: 10% 50%;
	border-bottom-left-radius: 10% 50%;
}
.register-left img{
	margin-top: 15%;
	margin-bottom: 5%;
	width: 25%;
	-webkit-animation: mover 2s infinite  alternate;
	animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-20px); }
}
@keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-20px); }
}
.register-left p{
	font-weight: lighter;
	padding: 12%;
	color: #fff;
	margin-top: -9%;
}
/*.register .register-form{*/
	/*padding: 10%;*/
	/*margin-top: 10%;*/
/*}*/
.register .register-form {
	margin-top: 10%;
	padding: 70px 10px 10px 5px;
}
.btnRegister{
	float: right;
	margin-top: 10%;
	border: none;
	border-radius: 1.5rem;
	padding: 2%;
	background: #0062cc;
	color: #fff;
	font-weight: 600;
	width: 30%;
	cursor: pointer;
}
.register .nav-tabs{
	margin-top: 3%;
	border: none;
	background: #0062cc;
	border-radius: 1.5rem;
	width: 28%;
	float: right;
}
.register .nav-tabs .nav-link{
	padding: 2%;
	height: 34px;
	font-weight: 600;
	color: #fff;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
	border: none;
}
.register .nav-tabs .nav-link.active{
	width: 100px;
	color: #0062cc;
	border: 2px solid #0062cc;
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.register-heading{
	text-align: center;
	/*margin-top: 8%;*/
	margin-bottom: -15%;
	color: #495057;
}

/**/

.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.field-text {
	font-size: 17px;
	color: #222;
	line-height: 25px;
	padding-top: 5px;
}
.modal-content p{
	font-size: 14px;
	text-align: justify;
	color: #222;
	padding: 10px;
	line-height: 18px;
}
#exampleModalLabel{
	text-align: center;
	color: #3931af;
	font-size: 20px;
	font-weight: 600;
}


/*Invoice*/

page {
	background: white;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	padding: 10px 100px;
}
page[size="A4"] {
	width: 21cm;
	height: 29.7cm;
}
page[size="A4"][layout="landscape"] {
	width: 29.7cm;
	height: 21cm;
}
page[size="A3"] {
	width: 29.7cm;
	height: 42cm;
}
page[size="A3"][layout="landscape"] {
	width: 42cm;
	height: 29.7cm;
}
page[size="A5"] {
	width: 14.8cm;
	height: 21cm;
}
page[size="A5"][layout="landscape"] {
	width: 21cm;
	height: 14.8cm;
}
@media print {
	body, page {
		margin: 0;
		box-shadow: 0;
	}
}

.pad-top-botm {
	padding-bottom:40px;
	padding-top:60px;
}
h4 {
	text-transform:uppercase;
}
/* =============================================================
   PAGE STYLES
 ============================================================ */

.contact-info span {
	font-size:14px;
	padding:0px 50px 0px 50px;
}

.contact-info hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

.client-info {
	font-size:15px;
}

.ttl-amts {
	text-align:right;
	padding-right:50px;
}

.buy-ticket-button{
	background: #42bd41 !important;
}
.buy-ticket-button:hover {
	background: #dc4e41 !important;
}

.btn-tic{
	padding: 1px 1px !important;
}



/*video*/

.video-testimonial-block { position: relative; width: auto; height: 206px; overflow: hidden; margin-bottom: 30px; }
.video-testimonial-block .video-thumbnail { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; top: 0; left: 0; }
.video-testimonial-block .video { }
.video-testimonial-block .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0px; }
.video-testimonial-block .video-play { position: absolute; z-index: 2; top: 50%; left: 50%; margin-left: -40px; margin-top: -18px; text-decoration: none; }
.video-testimonial-block .video-play::before { content: "\f144"; font: normal normal normal 14px/1; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 50px; color: #b3b5bc; }
.video-testimonial-block .video-play:hover::before { color: #172651; }
.mb10{margin-bottom:10px;}
.section-title { margin-bottom: 40px; }