html, body {
	height: 100%;
}
body{
	background: url(../images/main-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:#fff;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	overflow-x: hidden;
}
section p{
	
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	
}
section h2{
	font-size: 42px;
    font-weight: 600;
	text-transform: uppercase;
}
section h4{
	font-size:20px;
}
/*Header Styles */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	border-top:0.5rem solid #fff;
}
header .navbar{
	padding: 0
}
.header.sm-header{
    border-top:0;
    background: rgb(1 13 21 / 88%);
    border-bottom: 0.3rem solid #fff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.header.sm-header .navbar-brand img{
	width: 180px;
	transition: all 0.1s ease-in-out;
}
.sm-header .navbar-collapse{
	margin-top: 15px
}
.pad-header{
	padding-top: 150px;	
}
section{
	background: transparent !important;
	background-size: cover;
}
section.active{
	padding-top: 130px
}
@media (min-width: 1280px){
.container {
    max-width: 1230px;
}
}
h1, h2, h3, h4{
	font-family: 'Barlow', sans-serif;
}

/*Top Menu styling starts here */
.top-menu{
	position: relative;
	z-index: 100;
	font-size:12px;
	text-align: right;
	padding: 0.5rem 0;
}
.top-menu>li{
	padding: 0 1rem;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	display: inline-block;
}
.top-menu>li:last-child{
	border-right: none;
	padding-right: 0;
}
.top-menu>li>a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11px
}

/*Nav Bar*/
.navbar-main{
	position: relative;
	top:-1.5rem;
}
.mainmenu>li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	padding: 0 12px;
}
.mainmenu>li>a.nav-link{
	position: relative;
	padding: 8px 0px !important;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.12rem;
}
.mainmenu>li>a:hover:before, .mainmenu>li>a.active:before{
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	background: #fff;
	left: 0;
	/*right: 0;*/
	margin: 0 auto;
	bottom: -2px;
}
.mainmenu>li:first-child{
padding-left: 0 !important;
}
.mainmenu.scrollmenu>li:last-child {
    border-bottom: 1px solid #fff;
	margin-left:2rem;
}
.mainmenu.scrollmenu>li:last-child a{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mainmenu.scrollmenu>li.signup-link a:hover:before{
	background: none;
}
.mainmenu.scrollmenu>li.signup-link a:hover{
	background: none;
}
.main-banner{
	background: url(../images/banner-bg.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	background-position: center;
    background-size: cover;
    padding-bottom: 0;
    min-height: 737px;
}
.about-main-banner{
	background: url(../images/about-bg.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	/*background-position: center;*/
background-size: cover;
padding-bottom: 0;
}
.pdt-0{
	padding-top: 0 !important;
}

.scrolllinkk{
	display: inline-block;
	text-align: center;
	margin: 0px auto;
	margin-top: 25px;
	padding: 10px 50px;
	position: relative;
	min-width: 270px;
}
.ml-60{
	margin-left: 60px;
}
.signup-link{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	background:transparent;
	padding: .35rem 4rem;
text-align: center;
}

.signup-link:hover{
	background-color: #01b5d6;
	color:#fff;
	border: 1px solid #01b5d6 !important;
	border-radius: 0;
}
.signup-link:before{
	display: none;
}
.scrollbot:before {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
	-webkit-border-radius: 4px;
    content: "";
    height: 4px;
    left: 12px;
    position: absolute;
    top: 8px;
    width: 5px;
	
	-webkit-animation-duration: 2s;
   -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
		
    animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	
    -webkit-animation-name: scrollanimation;
    -moz-animation-name: scrollanimation;
    -o-animation-name: scrollanimation;
	-ms-animation-name: scrollanimation;
    animation-name: scrollanimation;
    
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
}
.scrollbot {
    bottom: 30px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    /*margin-left: -14px;*/
    position: absolute;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 25px;
	-webkit-border-radius: 25px;
    display: block;
    height: 50px;
    position: relative;
    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;
    width: 30px;
    z-index: 2;
}
/* ==== Animations  ==== */
@-webkit-keyframes scrollanimation {0%{height: 5px;}  50% {height: 24px; } 100% {height: 5px;}}
@-moz-keyframes scrollanimation {0% {height: 5px;} 50% {height: 24px;} 100% {height: 5px;}}
@-ms-keyframes scrollanimation {0% {height: 5px;}50% {height: 24px;}100% {height: 5px;}}
@keyframes scrollanimation { 0% {height: 5px;}50% {height: 24px;}100% {height: 5px;}}
.nav-container{
	padding-right: 0;
	padding-left: 0
}
.go-bottom{position: relative;bottom: 0;width: 100%;padding: 0rem 0 2rem;}
.scroll{
	font-family: 'Barlow', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 0rem;
	color: rgba(255,255,255,0.22);
}

.opening-date, .txt-support{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.6rem;
	font-weight: 100;
	letter-spacing: 0.1rem;
	color: #fff;
	display: inline-block;
}
.opening-date:after, .txt-support:after{
	content: " ";
	border-bottom:1px solid rgba(255, 255, 255, 0.22);
	/*width: 25.3225rem;*/
	display: block;
	margin-top: 0.25rem;
}
.txt-support.ciacc-support{
	text-align: left;
	position: relative;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.txt-support.ciacc-support:after{
	content: " ";
	border-bottom:1px solid rgba(255, 255, 255, 0.22);
	width: 100%;
	display: block;
	margin-top: 0.25rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
.txt-support{
	font-size: 1rem;
}

.support-logo{
text-align: right;
display: flex;
	justify-content: flex-end;
	margin-top: 12vh;
}
.support-logo img{
	display: inline-block;
	/*float: left;*/
	width: 110px;
	max-width: 50%
}
.ciacc-support{
	display: block;
}
.navbar-brand img{
	width: 270px;
	transition: all 0.4s ease-in-out;
}
#ftco-navbar pre{
	font-family: 'Barlow', sans-serif;
	font-size: .875rem;
	font-weight: 300;
	color: #fff;
	position: absolute;
	transform: rotate(90deg);
	margin: 4rem 0 0px 3rem;
	padding: 0;
	left: 0;
	top: 0;
}
.countdown-web{
	position: relative;
	padding-left: 28px;
	margin-bottom:5vh;
}
.countdown-web pre{
	font-family: 'Barlow', sans-serif;
	font-size: .875rem;
	font-weight: 300;
	color: #fff;
	position: absolute;
	transform: rotate(90deg);
	transform-origin: 0 0;
	margin: 0rem 0 0px 2rem;
	padding: 0;
	left: -15px;
	top: 0;
}
#countdown {
  /*text-align: right;*/
  margin-top: 2rem;
}
#countdown .number-box{
	display: inline-block;
	margin: 0 0.2rem;
	text-align: center;
}
#countdown .number-box div{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 3rem;
	font-weight: 300;
	color: #fff;
	line-height: 3rem;
	border:1px solid rgba(255, 255, 255, 0.22);
	padding:1rem 0;
	text-align:center;
	position: relative;
	width: 5rem;
	height: 5.5rem;
}
#countdown .number-box div > hr{
	position: absolute;
	margin:0 !important;
	padding: 0;
	border-bottom:3px solid #0f3755 !important;
	width: 100%;
	top: 50%;
	left: 0;
}
#countdown .number-box div > hr:before,
#countdown .number-box div > hr:after{
	content: " ";
	width: 1px;
	height: 3px;
	background-color:#fff;
	display: block;
	position: absolute;
}
#countdown .number-box div > hr:before{
	left: 0;
}
#countdown .number-box div > hr:after{
	right: 0;
}
#countdown .number-box p{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

h1.heading{
	font-family: 'Barlow', sans-serif;
    font-size: 3.5rem;
	line-height: 1;
	font-weight: 700;
	color: #fff;
 	letter-spacing: 1px;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
h1.heading > span{
	display: block;
}
h1.heading > span > sup {
    font-weight: 700;
    font-size: 1.8rem;
    position: relative;
    top: -1.3rem;
}
.bannercontnet{
	margin-top: 10vh;
}
.bannercontnet h3{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
	font-weight: 400;
}
.sub-heading{
	font-family: 'Barlow', sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
	color: #fff;
	margin-bottom: 5vh;
}
.btn-register{
	font-family: 'Barlow', sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 0;
	background:transparent;
	padding: .5rem 2rem;
}
.btn-register:hover{
	background-color: rgb(255, 218, 0);
    border: 1px solid rgb(255, 218, 0);
    color: #000;
}
.btn-theme-outline{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	background:transparent;
	padding: .5rem 2rem;
	font-size:14px;
	font-weight: 500;
	text-transform: uppercase;
	margin:2vh 0;
}
.btn-theme-outline:hover{
	background-color: #01b5d6;
    border: 1px solid #01b5d6;
    color: #fff;
}
.lat-update{
	padding: 10px;
}

.lat-update a{
	color:#fff;
}
.lat-update h5{
	font-size: 16px;
	color: #888;
	margin: 0;
	font-weight: 500;
	margin-bottom: 10px;
}
.beyond-joint{
	padding: 10vh 0 4vh 0;
	background: url(../images/banner-bg2.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.attand-space{
	padding: 60px 0 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.bor-bot{
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	border-top: none;
	padding-bottom: 10vh;

}
.beyond-joint-txt{
	font-size: 1.125rem;
	font-weight: 400;
	color: #fff;
	padding-top: 10vh;

}
.beyond-joint-txt span{
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 0.75rem;
}

.register-heading{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
}
.latest-update{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
}
.registration-section p{
	font-family: 'Barlow', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	/*text-transform: uppercase;*/
}





/*attand*/


.attand-box{
	padding: 0 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.attand-box:last-child{
	margin-bottom: 0;
}
.attand-box>span{
	font-size: 56px;
	color: #cf3232;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	margin-right: 20px;
	min-width:7rem;
	
}
.attand-box>h3{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	text-transform: uppercase;
}
.border-right{
	border-right: 1px solid #f3fffb !important;
}

.speakers-section{
	padding: 40px 0;
    /* display: none; To hide the speaker section - to UNLOCK LATER remove this line*/
}
.speaktitle{
	margin-bottom: 40px;
}
.speakerbox{
	padding: 10px;
	cursor: pointer;
}
.speakerbox figure{
	height: 220px;
	margin: 0;
	position: relative;
	background-color: #505a6a;
}

.speakerbox figure:after{
	position: absolute;
	content: '';
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #fff;
	left: 15px;
	top: 15px;
	opacity: 0.6;
}
.speakerbox figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	mix-blend-mode: luminosity;
}

.speakerbox figcaption{
	padding: 10px;
}
.speakerbox figcaption h4{
	font-size: 15px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}
.speakerbox figcaption h4>span{
	font-size: 12px;
	display: block;
	font-weight: 300;
	padding-top:0.5rem;
}
.speakerbox:hover img{

	opacity:1;
	mix-blend-mode: normal;
}

.speakers-slider{
	position: relative;
}
.speakers-slider .owl-nav{
    position: absolute;
    top: -22px;
    right: 0;
}
.speakers-slider .owl-nav button{
	 position: absolute;
	 font-size: 40px !important;
	 padding: 6px;
	 outline: none;
}
.speakers-slider .owl-nav button:focus, .speakers-slider .owl-nav button:hover{
	outline: none;
}
.speakers-slider .owl-nav button.owl-prev{
top: -50px;
right: 70px;
}

.speakers-slider .owl-nav button.owl-next{
top: -50px;
right: 10px;
}


.updateboxx{
	background: rgba(1,13,21,0.5);
	padding-left: 20px;
	position: relative;
    margin-top: -130px;
}

.updateboxx p{
	font-size:14px;
}
.updateboxx:before{
	position: absolute;
	content: '';
	left: 100%;
	top: 0;
	background: rgba(1,13,21,0.5);
	height: 100%;
	width: 100%;
}
.blogupdate{
	padding-left: 60px;
}

.blogupdate:after{
	position: absolute;
	content: '';
	right: 100%;
	top: 0;
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}

.program-updatebox .updateboxx::before, .program-updatebox .blogupdate:after{
	background: none;
}

.blog-updatebox .updateboxx::before, .blog-updatebox .blogupdate:after{
	background: none;
}

.blog-single-content .updateboxx::before, .blog-single-content .blogupdate:after{
	background: none;
}

.about-main-banner .updateboxx::before, .about-main-banner .updateboxx::after{
	background: none;
}

.blog-page-section .updateboxx::before, .blog-page-section .updateboxx::after{
	background: none;
}

.updateboxx .titlee{
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	margin: 0rem 0 0px 2rem;
	padding: 14px;
	left: -66px;
    bottom: -46px;
	letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #cf3232;
    width: 170px;
    text-align: center;
}

.page-template-page-templatestpl_program-php .updateboxx .titlee{
	 width: 200px;
}
.blogupdate .titlee{
	left: -32px;
	width: 170px;
}
.update-slider{
position: relative;
}
.fc-theme-standard td, .fc-theme-standard th{
	border-color: rgb(243 255 251 / 16%);
}
.update-slider .item{
	border-right: 1px solid rgb(243 255 251 / 16%);
	margin-right: -1px;
	padding: 10px;
	padding-bottom: 20px;
	height: 170px;
}
.blogupdate-slider .item{
	border-right: 1px solid #071b34;
	margin-right: -2px;
	padding: 10px;
	padding-bottom: 20px;
	height: 170px;
}

.page-template-page-templatestpl_program-php .blogupdate-slider .item{
	height: 200px;
}

.update-slider .owl-dots, .blogupdate-slider .owl-dots{
	position: absolute;
    right: 20px;
    bottom: 0;
}

/*schedule*/
.speaker-schedule{
	overflow: hidden;
}
.schedule-space{
	padding: 10vh 0;
	position: relative;
	min-height: 400px;

}

.schedule-space:before {
    background: url(../images/plane06.png) no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    top: -190px;
    right: 0%;
    width: 780px;
    height: 693px;
    mix-blend-mode: lighten;
    transform: scaleX(-1);
}
.schedule-box{
	position: relative;
	margin-bottom: 40px
}
.schedule-box table thead tr td{
	background: #eee;
	color: #000;
}
.schedule-box table thead tr td:first-child{
	display: none;
}
.schedule-box table tbody tr td:first-child{
	display: none;
}
.schedule-box table colgroup col, .fc-license-message{
display: none;
}
.schedule-box table td.c-resource-timeline-divider, .fc .fc-scrollgrid-section>td:nth-child(2){
	display: none;
}
.schedule-box .fc-view-harness.fc-view-harness-active{
	height: 400px !important;
}
/*.fc .fc-timeline-slot-major{
	border: none !important;
}*/

/*blog*/
.mrt-read{
	margin-top: 2vh;
}

.blog-section{
	position: relative;
	padding: 40px 0px;
}
.blogg-bg{
	position: absolute;
	content: '';
	top:-3vh;
	left:-5%;
	background: url(../images/sattelite-dotted.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.blogbox{
	padding: 10px 0;
}
.blogbox figure{
	height: 200px;
	margin: 0;
	position: relative;
	background-color: #505a6a;
}
.blogbox figure:before{
	position: absolute;
	content: '';
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #fff;
	left: 15px;
	top: 15px;
	z-index: 1;
	opacity: 0.6;
}
.blogbox figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
}
.blogbox span.authorname{
	display: block;
	color: #778091;
	text-transform: uppercase;
	position: relative;
	top:-0.2rem;
}

.blogbox span.authorname a{
	color: #778091;
	font-weight: 500;
}

.blogbox span.authorname::before{
	content: '-  ';
}

.blogbox figcaption{
	padding: 10px;
}
.blogbox figcaption h5{
	font-size: 14px;
	margin: 10px 0;
	color: #778091;
	/*margin-bottom: 10px;*/
	}

.blogbox figcaption h4{
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 20px;
	/*min-height: 66px;*/
	 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogbox figcaption p{
	font-size: 14px;
	display: block;
    position: relative;
    top: -0.2rem;
}
.blogbox:hover figure img{
	mix-blend-mode: normal;
}





/*sponsor*/

.sponsor-btn1{
	margin-right:0.5rem;
}

.sponsor-btn2{
	margin-left:0.5rem;
}

.event-sponsor{
	overflow: hidden;
}


.sponsor-section{
	padding: 70px 0;
	position: relative;
}

.sponsor-slider{
	margin-bottom: 30px;
	margin-top: 50px;
}
.sponsor-slider .owl-stage-outer{
	margin-bottom: 20px
}
.sponsor-slider .item{
	border-right: 1px solid #0d4961;
	margin-right: -1px;
	padding: 10px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsor-slider .item figure>img{
	height: 110px;
    max-width: 100%;
}

.event-section{
	padding: 100px 0 50px;
}
.event-addrs h3{
	font-size: 20px;
	margin: 0;
	margin-bottom: 15px;
}
.event-addrs h3>small{
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	opacity: 0.3
}
.event-addrs h3>span{
	font-size: 26px;
	display: block;
}

.getin-touch{
	padding: 10vh 0;
	position: relative;
}
.getin-touch:before{
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0%;
	opacity: 0.5;
	background: url(../images/contact-bg-3.png) no-repeat;
	width: 100%;
	height: 490px;
    background-position: 0px -20px;
	mix-blend-mode: lighten;
}
.abt-getin:before{
	position: absolute;
	content: '';
    top: -9%;
    opacity: 0.5;
    left: 0%;
    background: url(../images/plane05.png) no-repeat;
    width: 70%;
    height: 691px;
    transform: scaleX(-1);
}
.get-addres{
	position: relative;
	top:-4rem;
}

.get-addres p{
	line-height: 2rem;
	margin-bottom:0;
	font-weight: 500;
}
.img-icon{
	width: 30px;
	height:35px;
	float:left;
	display: inline-block;
}
.img-icon img{
	width: 17px;
}


.contact-box{
	margin:3vh 0;
}

.form-control::placeholder{
	color: #94c2ed;
}
.form-control:-ms-input-placeholder{
	color: #94c2ed;
}
.form-control::-ms-input-placeholder {  
  color: #94c2ed;
}
/*
.form-validate{
	padding: 4rem 0;
}*/
.form-validate input[type="text"], .form-validate input[type="email"],
.form-validate input[type="number"], .form-validate input[type="tel"], .form-validate textarea, .form-validate textarea:focus{
	border:1px solid rgba(127,211,255,0.42);
	background: transparent;
	padding: .5rem;
	border-radius: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
}
.touch-form textarea{
	resize: none;
}
.cbox-condition{
	margin: 3rem 0 0;
}
.checkbox{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
}
.checkbox label {
  display: inline-block;
  padding-left: 1rem;
}

.hidden-checkbox {
  /*display: none;*/
      position: absolute;
    opacity: 0;

}

.checkbox label:before {
  content: '';
  cursor: pointer;
  vertical-align: bottom;
  color: black;
  background-color: rgba(0, 0, 0, 0);
  /* average checkbox styling */
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  height: 25px;
  width: 25px;
  display: inline-block;
  box-sizing: border-box;
  border:1px solid rgba(127,211,255,0.42);
}

.checkbox :checked ~ label:before {
  content: '\2713';
  color: rgb(255, 255, 255);
  border:1px solid rgba(255,255,255,1);
}

.checkbox :checked ~ label {
  color: rgb(255, 255, 255);
}

.checkbox label:hover {
  color: rgb(255, 255, 255);
}

.checkbox label:hover:before {
  border:1px solid #fff;
}
.checkbox-container {
    position: relative;
    display: inline-block;
    margin: 20px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.checkbox label.error{
	position: absolute;
	top: 100%;
	left: 0;
}
.checkbox label.error:before{
	display: none;
}
.linktel{
	color: #fff;
	text-decoration: none;
	font-size: 20px;

}
.ml20{
	margin-left: 20px;
}
.linktel img{
	margin-right: 6px;
	filter: invert(1);
}
/* erro class styling */
.error { 
 color: #ff0000;
 font-weight: normal;
}
/*.form-validate input{
  margin-top: 10px;
}*/
button{
  display: block;
  margin-top: 10px;
}
.form-validate p{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
}
.sponser-text{
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-size: 1rem;
	border-top: 1px solid #fff;
	padding: 1.5rem 0 4rem;
}
.sponser-text h6{
	font-weight: 600;
	text-transform: uppercase;
}
.sponser-text p{
	font-weight: 300;
}
.num-select{
	margin-top: 10px;
}
.num-select input{ margin-top: 0 }
.num-select select{

	min-width: 80px;
	max-width: 80px;
	background-color: #0f3753;
	border-color: rgba(127,211,255,0.42);
	border-radius: 0 !important;
	padding: .5rem;
	height: 42px;
	color: rgba(127,211,255,1);
}
.input-group label.error{
	position: absolute;
	top: 100%;
	left: 0;
}
.thank-text{
	color: #666;
}
.thank-text h2{
	color: #30902f;
}
/* Footer*/
footer{
	background-color: #fff !important;
	padding: 30px 0;
	position: relative;
}
footer:before{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background: #eee;
}
footer .row{
	position: relative;
}
.sociallink{
	height: calc(100% + 100px);
	display: flex;
	position: absolute;
	right: 0px;
	top: -50px;
	align-items: center;
	background: #cf3232;
	flex-wrap: wrap;
	padding: 0;
	text-align: center;
	padding: 50px 0;
}

.sociallink ul{
    margin:0;
    padding:0;
}
.sociallink>li{
	display: block;
    height:32px;
    width:100%;
}


.sps-logo{
	display: flex;
	color: #333;
}
.sps-logo .logosps{
	padding-right: 20px;
}
.sps-logo .logosps img{
/* width: 160px; */
position: relative;
top:20px;
}
.sps-logo h4{
	font-size: 18px;
}

.sps-logo h4 a{
	color: #333;
}

.imp-link{
	position: relative;
	padding:10px 80px 10px 20px;

}
.imp-link h4{
	color: #69a4e0;
	text-transform: uppercase;
	font-size: 20px
}
.imp-link a{
	display: block;
	color: #000;
	text-decoration: none;
}

.bg-white{
	background-color: #fff;
	     font-family: 'Barlow', sans-serif;
	       font-size: .875rem;
	     font-weight: 500;
	           color: #091323;
}
.bg-white .logo-spps {
	border-right: 1px solid #0e3a56;
       padding: 1rem 0;
}
.logo-spps h4{
font-size: 16px;
padding-top: 30px;
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	width: fit-content;
	position: relative;
	padding-bottom: 5px;
	    width: 124px;
    text-align: left;
}
.logo-spps h4:after{
	content: " ";
	border-bottom:1px solid rgba(255,255,255,0.22);
	width: 100%;
	display: block;
	margin-top: 0.25rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
.mt-50{
	margin-top: 50px;
}
.footlogo{
	width: 150px;
}
 .footer-text{
	     padding: 3rem 2rem 1rem 1em;
}
 .footer-text p {
	       color: #fff;
	text-align: justify;
}
.copyrigt{
	color: #f8f8f8;
	font-family: 'Barlow', sans-serif;
	font-size: .875rem;
	font-weight: 300;
}
.copyrigt-sec{
	background-color: #071d34;
}


.history-section{
	/*background: url(../images/about-bg-2.jpg) no-repeat;*/
	position: relative;
	padding: 100px 0;
}
.hidtry-bg{
	position: absolute;
	/*content: '';*/
	bottom: 250px;
	right: -70%;
	background: url(../images/sattelite-dotted-flip.png) no-repeat;
	width: 100%;
	height: 764px;
	opacity: 0.6;
}
.overflow-hidden{
	overflow: hidden;
}


.pd-b-abt{
	padding-bottom: 60px;
}





.main-timeline {
	/*overflow: hidden;*/
	position: relative;
	color:#fff;
}
.main-timeline a{
	color:#fff !important;
}
.main-timeline .timeline {
	position: relative;
	padding-bottom: 50px;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.main-timeline .timeline:before {
	content: "";
	width: 4px;
	/*height: 100%;*/
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	height: calc(100% - 70px);
}

.main-timeline .timeline:first-child:before {
	border-radius: 10px 10px 0 0;
	/*top: 0;*/
}

.main-timeline .timeline:last-child:before {
	/*height: 150%;*/
	border-radius: 0 0 10px 10px;
	display: none;
}

.main-timeline .timeline-icon {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 30px;
	border-radius: 50%;
	/*background: #1d2124;*/
	border: 2px solid #fff;
	margin: auto;
	/*font-size: 70px;*/
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}


.main-timeline .timeline-content {
	width: 50%;
	padding-right: 60px;
	text-align: right;
}

.main-timeline .icon {
	float: left;
	margin-right: 15px;
	font-size: 70px;
	color: #f4a24c;
}

.main-timeline .description {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin: 0;
}


.main-timeline .year span {
	display: inline-block;
	
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #fff;
}

.main-timeline .timeline .timeline-content {
	float: right;
	padding: 0 0 0 60px;
	text-align: left;
	padding-left: 60px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
	width: 50%;
		padding: 0 60px 0 0;
	text-align: right;
	float: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-content .progrmer-img{
    flex-direction: row-reverse;
}
.main-timeline .timeline:nth-child(2n) .timeline-content .progrmer-img .imgbox + .imgbox{
	margin-left: 0px;
	margin-right: -20px
}

/*

.main-timeline .timeline:nth-child(2n) .description {
	padding-left: 20px;
}*/

.main-timeline .year {
	padding-right: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	text-align: right;
}
.main-timeline .timeline:nth-child(2n) .year {
	padding: 0 0 0 60px;
	right: 0;
	left: auto;
	text-align: left;
}

.main-timeline .timeline:nth-child(2n) .year span {
	border-radius: 50px 0 0 50px;
}
.main-timeline .timeline:last-child{
	padding-bottom: 0;
}


@media only screen and (max-width: 767px) {
	.main-timeline .timeline {
		padding-top: 40px;
	}
	.main-timeline .timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content{
		float: left;
		width: 100%;
		text-align: left;
		padding-left: 60px;
		padding-right: 0;
	}
	.main-timeline .timeline .year, .main-timeline .timeline:nth-child(2n) .year{
		text-align: left;
		left: 60px;
		right: auto;
		padding: 0;
	}
	.main-timeline .timeline-icon{
		right: auto;
	}
	.main-timeline .timeline:before{
		right: auto;
		left: 20px;
	}
}







/*timeline-end*/
.mb-title{
	margin-bottom: 60px
}

.page-tile{
margin: 70px 0
}
.page-tile h2{
	color: #d03233;
	margin-bottom: 0;
	font-weight: 700;
}

.live-session{
	margin-top: 40px;

}
.live-session h3{
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
.session-list{
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
.session-list>li{
	display:block;
	padding: 10px;
}
.session-list>li h4{
	font-size: 18px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: none;
}


.session-list li span.session-icon img{
	display: block;
	margin-bottom:0.5rem;
}

.gallerybox{
	padding: 15px 10px;
}
.gallerybox figure{
	margin: 0;
}
.gallerybox figure a{
	height: 260px;
	margin: 0;
	position: relative;
	background-color: #505a6a;
	display: block;
}
.gallerybox figure a:before{
	position: absolute;
	content: '';
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #fff;
	left: 15px;
	top: 15px;
	z-index: 1;
	opacity: 0.6;
}
.gallerybox figure a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	mix-blend-mode: luminosity;
}
.gallerybox:hover img{

	opacity:1;
	filter: none;
	mix-blend-mode: normal;
}






.blog-bannerS{
	background-position: center;
}
.blog-page-section{
	background: url(../images/abt-bg-2.jpg) no-repeat;
	position: relative;
	padding: 50px 0;
}
.blog-page-section:before{
	position: absolute;
	content: '';
	top: 43%;
	right: 10%;
	background: url(../images/sattelite-dotted.png) no-repeat;
	width: 100%;
	height: 764px;
	opacity: 0.5;
}

.blog-envents{
	margin-bottom: 20px
}

.blog-envents .event-addrs h3 a{
    color:#fff;
    font-size:22px;
    text-transform: uppercase;
}

.blog-envents .event-addrs .authorname a{
    font-size:14px;
    opacity: 0.5;
}
.blogupdate{
	margin: 80px 0 40px;
}
.blogupdate-slider .lat-update h5{
	text-transform: uppercase;
	font-size: 12px;
}
.blogupdate-slider .lat-update h4{
	font-size: 16px;
	text-transform: uppercase;
}
.blogupdate-slider .lat-update p{
	font-size: 12px;
	line-height: 20px
}

.contact-page-banner{
	padding-bottom: 40px;
	min-height: auto;
}
.contact-bner{
	margin-top: 30px;
	margin-bottom: 30px
}
.contact-address{
	padding-left: 50px
}
.mar-sponsor-contact{
	margin: 100px 0 50px;
}
.contact-sponsor{
	position: relative;
	padding: 50px 0;
}
.contact-sponsor:before{
	position: absolute;
	content: '';
	top: 0px;
	left: -50%;
	background: url(../images/plane04.png) no-repeat;
	width: 100%;
	height: 764px;
	mix-blend-mode: lighten;
	    transform: scaleX(-1);
}
.contact-sponsor:after{
	position: absolute;
	content: '';
    bottom: -100px;
    right: -4%;
	background: url(../images/plane06.png) no-repeat;
	width: 68%;
	height: 534px;
	mix-blend-mode: lighten;
	z-index: 1;
	    transform: scaleX(-1);

}
.blog-gallery .event-section {
	padding: 70px 0
}

.blog-gallery{
	/*background: url(../images/abt-bg-2.jpg) no-repeat;
	background-size: cover;*/
	position: relative;
	/*padding: 150px 0;*/
}
/*.blog-gallery:before {
    position: absolute;
    content: '';
    top:0;
    left: 0%;
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
}*/
.blog-gallery .blog-section{
	padding-top: 0
}

/*.contact-sponsor:after{
	position: absolute;
	content: '';
	top: -190px;
	left: -10%;
	background: url(../images/img-bg1.png) no-repeat;
	width: 68%;
	height: 534px;
	mix-blend-mode: lighten;
}*/
.blog-gallery section{
	background: transparent;
}

.blogevet{
	position: relative;
	width:770px;
    height:450px;
}
.blogevet img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
}
.blogevet:before{
	position: absolute;
	position: absolute;
	content: '';
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #fff;
	left: 15px;
	top: 15px;
	z-index: 1;
    opacity: 0.6;
}
.blogevet:hover img{
	filter: none;
}
.blog-d-banner{
	position: relative;
	height: 390px;
	z-index: 1;
	margin: 50px 0 100px;
}
.blog-d-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*filter: grayscale(100%);*/
}
.blog-d-banner:after{
	position: absolute;
/*background: rgba(0,0,0,0.4);*/
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	left: 10px;
	top: 10px;
	z-index: 1
}

.blog-d-banner:before{
	position: absolute;
background: rgba(0,0,0,0.6);
	content: '';
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	/*border: 1px solid #3b5661;*/
	left: 0px;
	top: 0px;
	z-index: 0;
}

.blog-bner-content{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
}


.progrmer-img{
	display: flex;
align-items: center;
	padding: 15px 0;
}
.progrmer-img .imgbox{
	min-width: 90px;
	min-height: 90px;
	height: 90px;
	max-width: 90px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.progrmer-img .imgbox + .imgbox{
	margin-left: -20px
}
.progrmer-img .imgbox:before{
	position: absolute;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    left: 5px;
    top: 5px;
    border-radius: 100%;
    z-index: 1
}

.progrmer-img .imgbox>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
}
.progrmer-img .prog-content{
padding: 0 20px;
}
.progrmer-img .prog-content h5{
	font-size: 14px;
	margin: 0;
	margin-bottom: 6px
}
.progrmer-img .prog-content p{
	font-size: 12px;
	margin: 0;
}
.imgbox:hover{
	z-index: 11
}
.progrmer-img .imgbox:hover >img{

	filter: none
}
.prog-schedule{
	padding: 50px 0;
}
.speaker-program{
	position: relative;
	/*background: url(../images/abt-bg-2.jpg) no-repeat;*/
   padding: 0;
   overflow: hidden;
}
.blog-single-content{
	position: relative;
	/*background: url(../images/abt-bg-2.jpg) no-repeat;*/
   padding: 0 0 60px;
   overflow: hidden;
}
.speaker-program section{
	background: transparent;
	padding: 40px 0;
}
.speaker-program section.getin-touch{
padding-bottom: 100px
}
.blog-single-content .single-cont{
	padding: 15px;
	
}
.lates-posst{
	padding-top: 200px;
	position: relative;
}
.lates-posst:before {
    position: absolute;
    content: '';
    top: -20%;
    left: -15%;
    background: url(../images/sattelite-dotted.png) no-repeat;
    width: 100%;
    height: 764px;
    mix-blend-mode: lighten;
	opacity: 0.5;
}


.commentlist{
	padding: 0;
	margin: 0;
	display: block;
}
.commentlist>li{
	display: block;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}
.commentlist>li:last-child{
	border-bottom: none;
	margin-bottom: 30px
}
.commentlist>li .flex-coment{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px
}
.commentlist>li .flex-coment .blog-auth{
	min-width: 150px;
	width: 35%;
	display: flex;
align-items: center;
	padding: 0;
	text-transform: uppercase;
}
.blog-auth .imgbox{
	min-width: 60px;
	min-height: 60px;
	height: 60px;
	max-width: 60px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.blog-auth .imgbox:before{
	position: absolute;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    left: 5px;
    top: 5px;
    border-radius: 100%;
}
.blog-auth .imgbox>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogdate h5, .blogdate p{
	margin: 0
}
.blogdate{
	padding-left: 20px
}
.blog-comnt{
	width: 65%
}
.blog-comnt p{
	font-size: 12px
}
.reply{
	margin-top: 20px;
	text-align: right;
	color: #fff;
}
.reply a{
	color: #fff;
	text-transform: uppercase;
}

.spons-mrb{
	margin-bottom: 70px;
}
.platinum-sponsor{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.platinum-sponsor>.sopn-logo{
	width: 30%;
		border-right: 1px solid rgb(243 255 251 / 16%);

}
.platinum-sponsor>.sopn-logo>img{
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.sponsor-contnt{
	padding-left: 60px;
	text-align: center;
	width: 70%
}
.viedo-spons{
    padding-bottom: 20px !important;
}
.viedo-spons>div{
margin: 0 auto;
margin-top: 30px;
position: relative;
background: #000;
}
.viedo-spons>div:before{
	position: absolute;
	content: '';
	top: 15px;
	left: 15px;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	border: 1px solid  rgb(243 255 251 / 16%);
	z-index: 11;
	pointer-events: none;
}
.spnname{
	padding: 15px 40px;
	margin: 20px 0;
	width: 100%;
	display: inline-block;
}
.spnname>li{
	list-style: none;
	width: 50%;
	float: left;
}
.moovie{
	z-index: 11
}
.poster_center{
	z-index: 99
}
.poster_button{
	background: transparent;
	pointer-events: default !important;
	z-index: 999;
	padding: 0;
}
.poster_button>img{
	width: 54px !important;
}
.gold-spnsr .poster_button>img{
	width: 34px !important;
}
.gold-spnsr a>img{
    max-width:100%;
}
.moovie_controls{
	display: none;
}
.player__button{
	margin: 0;
}
.viedo-spons:hover .moovie_controls{
	display: flex;
}
.gold-spnsr{
	text-align: center;
	padding: 10px 30px;
}
.bor-left{
	margin-bottom: 30px;
	border-left: 1px solid rgb(243 255 251 / 16%);
}
.goldspn{
	padding: 15px 40px;
	padding-bottom: 10px;
	/*margin: 20px 0;*/
	width: 100%;
	display: inline-block;
}
.goldspn>li{
	list-style: none;
	width: 50%;
	float: left;
}
.goldspn>li .progrmer-img{
	display: block;
	text-align: center;
}
.goldspn>li .imgbox{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px
}
.gold-sect{
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}

.associate-mb{
	margin-bottom: 10px;
}
.spons-page section{
	padding: 40px 0
}
.paralex-section{
	min-height: calc(100vh - 100px);
	padding: 100px 0 30vh 0;
}
.col-sticky{
	display: flex;
	align-items: center;
	    padding-top: 295px;
    /*padding-right: 170px;*/
    padding-bottom: 240px;
	/*height: calc(100vh - 100px);*/
/*	position: sticky;
	-webkit-position: sticky;
	top: 45%;
*/}
.mast-parlx {
  position: relative;
}
.fl-group{
zoom: 1;
box-sizing: border-box;
}
.fl-contain{
zoom: 1;
width: 100%;
min-height: 1px;
box-sizing: border-box;
float: left;
text-align: center;
}

.fl-contain>div{
	position: relative;
}

.paralex-section h2{
	font-family: 'Barlow Condensed', sans-serif;
	padding-bottom:0.5rem;
}

.paralex-section h4{
	font-family: 'Barlow Condensed', sans-serif;
	font-size:18px;
	font-weight: 500;
}

.paralex-section p{
	line-height: 16px;
	padding-top:0.5rem;
}

.paralex-section .content-abt-para img{
	padding-bottom:2rem;
}

.img-paralx-1{
	/*width: 100%;
	height: 585px;*/
	background-image: url('../images/paralex-bg-1.png');
	background-repeat: no-repeat;
    background-position: 50% 90%;
    background-attachment: fixed;
    background-size: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 295px;
    padding-right: 170px;
    padding-bottom: 240px;
    padding-left: 170px;
}

.img-paralx-2{
	/*width: 100%;
	height: 585px;*/
	background-image: url('../images/paralex-bg-1.png');
	    background-repeat: no-repeat;
		background-position: 50% 90%;
    background-attachment: fixed;
    background-size: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
	padding-top: 295px;
    padding-right: 170px;
    padding-bottom: 240px;
    padding-left: 170px;
}

.img-paralx-3{
	/*width: 100%;
	height: 585px;*/
	background-image: url('../images/paralex-bg-1.png');
	background-repeat: no-repeat;
    background-position: 50% 90%;
    background-attachment: fixed;
    background-size: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
	padding-top: 295px;
    padding-right: 170px;
    padding-bottom: 240px;
    padding-left: 170px;
}


.content-abt-para{
	position: relative;
	left:1rem;
}

.sponsor-bg{
	position: absolute;
	content: '';
	bottom: -190px;
    right: -47%;
	background: url(../images/plane01-small.png) no-repeat;
	width: 100%;
	height: 860px;
	mix-blend-mode: lighten;
}
.homebnr-bg{
    position: absolute;
	top:-135px;
    left: 45%;
    background: url(../images/plane01-anim.gif) no-repeat;
	background-size: 1200px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.abt-mainbg{
	position: absolute;
    top: 15%;
    left: 50%;
    background: url(../images/plane04.png) no-repeat;
    width: 100%;
    height: 693px;
    /*mix-blend-mode: lighten;*/
    /*background-size: contain;*/
    /*background-position: right;*/
    /*transform: scaleX(-1);*/
}
.histroy-bg{
	position: absolute;
    top: 12%;
    left: -8%;
    background: url(../images/plane06.png) no-repeat;
    width: 100%;
    height: 685px;
}
.goldd-bg{
	position: absolute;
    top: -10%;
    left: -8%;
    background: url(../images/plane06.png) no-repeat;
    width: 100%;
    height: 685px;
}
.schedule-bg{
	position: absolute;
    top: -3%;
    left: -8%;
    background: url(../images/plane06.png) no-repeat;
    width: 100%;
    height: 685px;
    /*mix-blend-mode: lighten;
    background-size: contain;
    background-position: right;*/
}
.histroy-bg2{
		position: absolute;
    bottom: 12%;
    right: -6%;
    background: url(../images/sattelite-dotted-flip.png) no-repeat;
    width: 100%;
    height: 789px;
    mix-blend-mode: lighten;
    background-size: contain;
    background-position: right;
}



.histroy-bg3{
position: absolute;
bottom: 12%;
right: -6%;
background: url(../images/plane05.png) no-repeat;
width: 1000px;
height: 789px;
mix-blend-mode: lighten;
background-size: contain;
background-position: right;
z-index:0;
top:50%;
}


.histroy-bg4{
position: absolute;
bottom: 12%;
left: 0%;
top:-10%;
background: url(../images/sattelite-dotted.png) no-repeat;
width: 100%;
height: 789px;
mix-blend-mode: lighten;
background-size: contain;
background-position: left;
opacity: 0.6;
}

.program-mainbg{
	position: absolute;
     top: 24%;
    right: -40%;
    background: url(../images/plane05.png) no-repeat;
    width: 100%;
    height: 500px;
    background-size: contain;
    /*mix-blend-mode: lighten;
    background-size: contain;
    background-position: right;*/
}
.spon-mainbg{
	position: absolute;
     top: 15%;
    right: -24%;
    background: url(../images/plane05.png) no-repeat;
    width: 80%;
    height: 450px;
    background-size: contain;
    /*mix-blend-mode: lighten;
    background-size: contain;
    background-position: right;*/
}
.blog-mainbg{
position: absolute;
    top: 5%;
    right: -3%;
    background: url(../images/plane04.png) no-repeat;
    width: 780px;
    height: 693px;
    /*mix-blend-mode: lighten;*/
    /*background-size: contain;*/
    /*background-position: right;*/
    /*transform: scaleX(-1);*/

}
.gold-sectionn, .associate-sectionn{
	position: relative;
}
.beyond-bg{
	position: absolute;
	top: 38%;
    right: 47%;
    background: url(../images/plane04.png) no-repeat;
    width: 791px;
    height: 576px;
    mix-blend-mode: lighten;
    /* background-size: contain; */
    background-position: left;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) rotate(-8deg);
	z-index: -100;
}
.abt-gallery-bg{
    position: absolute;
    content: '';
    top: 100px;
    left: -60%;
    background: url(../images/plane01-small.png) no-repeat;
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
    transform: scaleX(-1);
}

.policy-box{
	border: 1px solid #eee;
	padding: 10px;
	min-height: calc(100vh - 280px);
	max-height: calc(100vh - 280px);
	overflow-y: auto;
	margin-bottom: 20px
}

.policy-box::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
   
    /*background-color: rgba(#255,255,255, 0.7);*/
}

.policy-box::-webkit-scrollbar-thumb
{
 
  background-color: #fff;
}

.policy-box h3, .speaker-detail h3{
	font-size: 24px;
	font-weight: 400;
}
.policy-box p, .speaker-detail p{
	/*font-size: 24px;*/
	font-weight: 300;
}



.modal-dialog.speaker-modal .modal-content, .custom-modal .modal-content{
	max-width: 100%;
	height: 100%;
	margin: 0;
	background: rgb(11 56 77 / 83%);
}
.custom-modal .modal-content, .speaker-modal .modal-content{
	padding: 40px
}
/*.modal-dialog .modal-body{
	background: #06122a;
}*/
.custom-modal .modal-header, .speaker-modal .modal-header{
	display: block;
	text-align: center;
	border: none;
}
.custom-modal .modal-header .modal-title{
	text-align: center;
	padding-top: 10px;
}
.custom-modal .modal-header .modal-title>span{
	font-weight: 300;
}
.custom-modal .speakerbox, .modal-header .speakerbox{
padding: 0;
}
.detail-speak{
		border: 1px solid #28556bc7;
padding-top: 15px;
padding-bottom: 15px;
}
.detail-speak .speakerbox{padding:0;}
.speaker-detail{
	margin-right: -15px;
	padding: 10px;
	min-height: 100%;
	max-height: calc(100vh - 250px);
/*	min-height: calc(100vh - 280px);
	max-height: calc(100vh - 280px);*/
	overflow-y: auto;
	/*margin-bottom: 40px*/
		color: #fff;
		text-align: left;
}
.speaker-detail::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
   
    /*background-color: rgba(#255,255,255, 0.7);*/
}
.modal-backdrop {
 
    background-color: #395765de !important;
}
.modal-backdrop.show {
 opacity: 1 !important;
    background-color: #395765de !important;
}

.speaker-detail::-webkit-scrollbar-thumb
{
 
  background-color: #fff;
}
.detail-speak .speakerbox figure{
	height: 300px;
}
.speaker-detail h3 small{
	display: block;
}
.mt-40{
	margin-top: 40px;
}




@media (max-width: 767px){
    .speakerbox figure{height:370px};
	.logo-spps h4{padding-top: 20px;}
	#countdown .number-box div{
		font-size: 2rem;
		width: 4rem;
		height: 4.5rem;
		line-height: 2.5rem;
	}
	#ftco-navbar pre{
		margin: 3.6rem 0 0px -1rem;
	}
	.opening-date:after, .txt-support:after{
		width: 100%;
		margin-top: 0.75rem;
	}
	.txt-support{
		margin-top: 4rem;
    	margin-bottom: 1rem;
	}
	.bg-white .col-md-4{
		text-align: center !important;
	}
	.support-logo{
		text-align: left;
	}
	.txt-support.ciacc-support{
		text-align: left;
	}
	.txt-support.ciacc-support:after{
		left: 0;
		right: auto;
	}
	.logo-spps{
		text-align: left !important;
	}
	.countdown-web{
		display: none;
	}
	#countdownweb .number-box div{
		font-size: 2rem;
		width: 4rem;
		height: 4.5rem;
		line-height: 2.5rem;
	}
	/*.countdown-mob pre{
		margin: 3.6rem 0 0px -1rem;
	}*/
	h1{
		font-size: 50px
	}
	.navbar-brand img{
		width: 160px;
	}
	.scrollbot{
		bottom: -70px;
	}
}
@media(min-width: 768px){
	.countdown-mob{
		display: none;
	}
}


.logo-headings{
	font-family: 'Barlow Condensed', sans-serif;
	font-size:1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: 300;
}

.landing-logos{
	position: relative;
	top:1.5rem;
}
.landing-logos>div{
	display: inline-block;
	padding-right:3rem;
	vertical-align: top;
}

.logo-headings span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 0.5rem;
}

.landing-logos img{
	width:auto;
	height: 100px;
	padding-top:1rem;
}


.schedule-home {
    padding:2rem 0;
}

.schedule-home ul {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-align: center;
    padding: 0;
    
}

.schedule-home ol {
    list-style-type: upper-roman;
    background: #399eb5;
    padding:0 1rem 2rem 2rem;
}


.schedule-home .alt-col ol{
    background: #0f4b64;
}

.schedule-home ul>li {
    display: block;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    text-align: left;
    width:150px;
}

.schedule-home ul>li:nth-child(3), .schedule-home ul>li:nth-child(4), .schedule-home ul>li:nth-child(5){
    width:250px;
}

.schedule-home ul>li time {
    text-align: left;
    padding: 8px 10px;
    width: 100%;
    height: 45px;
    background-color: #fff;
    display: block;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.scheduletext {
    /* position: absolute; */
    background: #399eb5;
    padding: 8px;
    font-weight: 500;
    width: calc(100% * 1);
	margin:0 !important;
	font-size:14px;
	text-transform: uppercase;
	font-weight: 500;
}



.scheduletext-p {
    /* position: absolute; */
    background: #399eb5;
    padding: 8px;
    width: calc(100% * 1);
	margin:0 !important;
	font-weight: 300;
	line-height: 14px !important;
    font-size:14px !important; 
}

.schedule-home ul>li a {
    text-align: left;
    padding: 6px 10px;
    width: 100%;
    background-color: #399eb5;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
	color:#fff;
}

.alt-col .scheduletext {
    background: #0f4b64;
    padding: 8px;
    font-weight: 500;
    width: calc(100% + 0%);
    left: 50%;
	margin:0 !important;
}

.alt-col .scheduletext-p {
    background: #0f4b64;
    padding: 8px;
    width: calc(100% * 1);
	margin:0 !important;
}

li.alt-col a {
    background-color: #0f4b64 !important;
}

.col-divider{
	display: block;
	height:1px;
	background-color: #308598;
}

.alt-col .col-divider{
	display: block;
	height:1px;
	background-color:#0d3f54;
}

.blog-posts{
	border:1px solid red;
}

.spacer{
	padding-bottom:2rem;
}

.mapbox iframe{
	z-index: 100;
}

.sponsor-block{
	padding:5vh 0;
}

.sponsors-heading-divider{
	display: block;
	width: 25%;
	height: 1px;
	background-color:rgba(255, 255, 255, 0.22);
	text-align: center;
	margin:0 auto;
	margin-bottom:1rem;
}
.sponsor-row{
	margin:0 0 5rem 0;
}

.sponsor-row h3{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	font-size:32px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

.sponsor-row ul{
	margin:0;
	padding:0;
	list-style:none;
}

.sponsor-row ul li{
	display: inline-block;
	padding:0.5rem 0.5rem;
	
}


/* .large-logo{
	min-width: 450px;
	width:auto;
}

.medium-logo{
	min-width: 275px;
	margin:2rem 1rem;
}

.small-logo{
	min-width: 175px;
	margin:0.5rem;
} */

/* .sponsor-row img.large-logo{
	max-width: 450px;
}

.sponsor-row img.medium-logo{
	max-width: 200px;
	margin:0 1rem;
}

.sponsor-row img.small-logo{
	max-width: 110px;
	margin:0 0.2rem;
} */


.sponsor-row img{
    margin:0 1rem;
}

.custom-spacer{
	margin-top:4rem;
}

.sponsor-4col.gold-spnsr{
	padding: 10px;
}

.sponsor-4col .goldspn{
	padding: 15px 0;
}

.sponsor-4col .goldspn .progrmer-img .imgbox{
	min-width: auto;
	min-height: auto;
	width:65px;
	height: 65px;
}

.sponsor-4col .goldspn .progrmer-img .prog-content {
    padding: 10px;
}


.faq-list {
  padding: 0;
  list-style: none;
}
.faq-list li {
    background-color: rgba(0,0,0,0.2);
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 10px 40px;
    border: 1px solid #0c95ab;
}
.faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
width: 20px;
height: 20px;
font-style: normal;
}
.faq-list i:before{
	font-style: normal;
	position: absolute;
	content: '-';
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
    font-size: 29px;
    line-height: 10px;
}

.faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.collapsed i:before{
	font-style: normal;
	position: absolute;
	content: '+';
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
    font-size: 29px;
    line-height: 10px;
}

.lat-update h4 a, .blogbox figcaption h4 a{
	color:#fff;
}

h4.session-topics{
    font-size: 16px;
    margin-top: 1rem;
}

.session-block{
	padding-left:2rem;
	padding-top:2rem;
}

.session-block .progrmer-img{
	padding:0;
	padding-bottom:1rem;
}

.session-block .progrmer-img .imgbox{
	
	min-width: 80px !important;
	min-height: 80px !important;
	height: 80px !important;
	max-width: 80px !important;
	
}

.page-template-tpl_home .paralex-section{
	display:none;
}

.notfound-page .container{
	min-height:40vh;
}

.single-widget-area-bottom{
	border:1px solid #fff;
	min-height:50px;
}

/* For Progress bar */
.progress-browser {border-radius: 0px; position: fixed; top: 120px; left: 0; height: 0.3rem; background-color: #01b5d6; transition: all linear 0.1s; min-width: 0%; z-index: 999;}

.milston-box{
    text-align: center;
    padding: 10px 30px;
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
	margin:0;
	padding-top:120px;
}
.milston-box img{
	margin-bottom: 80px;
	height:120px;
}
.titlemilston{
	font-size: 42px;
	margin: 0;
	margin-bottom: 20px;
}
.titlemilston span{
	display: block;
	font-size: 24px;
}
.milston-box p{
	min-height: 30px;
}
footer .wpcf7{
    color:#333;
}


footer .wpcf7 h4{
    color:#01b5d6;
}


footer .wpcf7 input[type="email"]{
    padding:15px 10px;
    border-radius: 0;
    border:1px solid #acacac;
}

footer .imp-link .wpcf7 [type=reset], .imp-link .wpcf7 [type=submit], .imp-link .wpcf7 button, .imp-link .wpcf7 html [type=button]{
    padding:10px 20px;
    border:1px solid #acacac;
    background: none;
    text-transform: uppercase;
    font-weight: 500;
    cursor:pointer;
	color:#333;
    font-family: 'Barlow', sans-serif !important;
}

footer .imp-link .wpcf7 [type=submit]:hover, footer .imp-link .wpcf7 button:hover{
    background: #01b5d6 !important;
    border:1px solid #01b5d6 !important;
    color:#fff;
}

.wpcf7 .wpcf7-form a{
	color:#fff;
	text-decoration:underline;
}





/* Single Post Styling */

.blog-single-wrapper{
    margin:25vh 0 10vh 0;
}

h6.blog-date{
    font-size:14px;
    font-weight: 500;
    opacity:0.5;
}

h2.blog-title{
    font-size:32px;
}

h6.blog-auth-name a{
    font-size:14px;
    text-transform: uppercase;
    opacity: 0.5;
}

.blog-single-wrapper .single-cont h3{
    font-size:22px;
    font-weight: 500;
}

.blog-content-wrap{
    margin:0;
}

.single-cont{
    background: #e6ecef;
    color:#0a2939;
    padding:0;
    border-top:5px solid #fff;
}

.single-cont h3{
    padding:10px 0;
}

.single-blog-inner{
    padding:0 50px 100px 50px;
	clear: both;
}
.single-cont p{
    padding:10px 0;
}

img.single-blog-hero{
    width:100%;
    max-height:350px;
    object-fit: cover;
    padding-bottom:20px;
}


/*Side bar stying */


.single-sidebar-inner{
    padding-left:1rem;
    color:#fff;
}


.single-sidebar-inner ul{
    padding:0;
    margin:0;
}

.single-sidebar-inner .widget-title{
    font-size:24px;
    padding-bottom:0.5rem;
    font-weight: 500;
}


.single-sidebar-inner li a{
    color:#fff;
}

.single-sidebar-inner p{
    color:#fff;
    font-size:14px;
}

.single-sidebar-inner h4{
    font-size:24px;
    text-transform:uppercase;
    color:#fff;
}

.single-sidebar-inner section{
    padding-bottom:4rem;
}

.single-sidebar-inner section.widget ul{
    padding-left:1rem;
}


.single-sidebar-inner li a:hover{
    color:#cf3232;
}

.single-sidebar-inner li span{
    opacity: 0.5;
}


.single-sidebar-inner .wpcf7 input[type="email"]{
    background: none;
    color:#fff;
    border-radius: 0;
    border:1px solid #fff;
    width:100%;
	padding:10px;
}

.single-sidebar-inner .wpcf7 input[type="email"]::placeholder{
    color:#fff;
    opacity: 0.5;
}

.single-sidebar-inner .wpcf7-submit{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    padding: .5rem 2rem;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 2vh 0;

}

.single-sidebar-inner .wpcf7-submit:hover{
    background-color: #01b5d6;
	color:#fff;
	border: 1px solid #01b5d6 !important;
    cursor: pointer;

}

.the_champ_sharing_container.the_champ_horizontal_sharing{
    padding: 30px 0;
}





/*.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}*/


.milston-box{
    text-align: center;
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.titlemilston{
	font-size: 24px;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.titlemilston span{
	display: block;
	font-size: 24px;
}
/* Stem */
.filling-stem {
  position: sticky;
  -webkit-position: sticky;
  z-index: 1;
  float: left;
  top: 125px;
  left: calc(50% + 0px);
  transform: translate(-50%, 0);
  height: 100px;
  width: 4px;
	background-color: #01b5d6;
  transition: all 0.4s ease-in-out;
}
.top250{
  background-color: transparent;
	position: absolute;
	height: calc(100% - 20px);
	 transition: all 0.4s ease-in-out;
}
.top{
	position: absolute;
	height: 90px;
	top: 40px;
	 transition: all 0.4s ease-in-out;
}
.section-wrapper section{
	height: 100vh;
	display: flex;
	align-items: center;
	margin-bottom: 20px
}
.timeline.active .timeline-icon{
	border-color: #01b5d6
}


.paralex-change .bor-left{
    border:0 !important;
}


.para-test{
	background: url(../images/paralex-bg-img.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
    background-position: center center;
}

.tabcontent{
	padding:0 !important;
}

#Arbik{
	direction: rtl;
	text-align: right;
}

.lang-button{
	overflow:hidden;
	margin-bottom:2rem;
    display: flex;
    justify-content: flex-end;
	display:none;
}


.single-post .lang-button{
	display:flex;
}


#Arbik .lang-button{
	direction: ltr !important;
}

#Arbik .single-blog-inner p {
    line-height: 26px;
}

#Arbik .single-blog-inner strong{
	font-weight:600;
}

span.wpcf7-form-control-wrap.contactno input{
	width:100% !important;
} 
.intl-tel-input .selected-flag .iti-arrow{
	border-top: 4px solid #fff;
}

.intl-tel-input input::placeholder{
	color:#94c2ed;
}

.intl-tel-input .country-list{
	color:#333;
}


section.gold-sectionn .gold-sect, section.associate-sectionn .gold-sect{
	width:100%;
}

section.gold-sectionn img, section.associate-sectionn img{
	padding-bottom:20px;
}

.page-template-tpl_sponsor .goldd-bg{
	top: -50%;
}


.blog .alm-load-more-btn{
	display: none !important;
}

.timeline-content ul{
	list-style:none;
	margin:0; 
	padding:0; 
}

.timeline.active .timeline-icon{
	background:#01b5d6;
	border: 2px solid #01b5d6;
}
.get-addres a{
	color:#fff;
}

.page-template-page-templatestpl_program-php .blogupdate-slider .item{
	height: 365px !important;
}

.page-template-page-templatestpl_program-php .updateboxx .titlee{
	width: 365px !important;
}


.page-template-tpl_registration .countdown-web{
    padding:0;
}


.page-template-tpl_registration input{
    border:1px solid rgba(127,211,255,0.42);
    background:none;
    border-radius: 0;
    color:#fff;
}

.page-template-tpl_registration input:focus{
    color:#fff;
    background:none;
}


.page-template-tpl_registration input[type=checkbox]{
    width:16px; 
    height:16px;
    margin-right:10px;
}

.reg-form{
    margin-top:3rem;
}

.support-logo-reg ul{
    list-style:none;
    margin:0;
    padding:0;
}

.support-logo-reg ul li{
    display: inline-block;
}


.support-logo-reg ul li img{
    height:120px;
    width:auto;
}

.support-logo-reg h4{
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: right;
    font-size:14px;
    position:relative;
    right:98px;
}




.disc-noticest {
    border-top: 1px solid rgba(0, 0, 05, 0.22);
    padding-top: 48px;
    opacity: 0.6;
}

.disc-noticest p{
	font-size:12px;
	padding:0;
	line-height: 14px;
}

.page-template-tpl_about .event-section{
    padding-top:150px;
}


.page-template-tpl_about .blog-section{
    display:none;  
}

.page-template-tpl_about .para-test{
    display:none;  
}

.page-template-tpl_contact .homebnr-bg{
    top: -210px;
    left: 50%;
    height: 1200px;
}

.page-template-tpl_contact .contact-sponsor:after{
    display: none;
}

.page-template-tpl_about .abt-mainbg{
    background: url(../images/Plan-anim-predator.gif) no-repeat;
    opacity: 0.7;
    top:0;
    left:56%;
}

.page-template-tpl_home .beyond-bg{
    background: url(../images/Plan-anim-predator.gif) no-repeat;
    top: 0%;
    right: 78%;
    height:800px;
    transform: scaleX(-1) rotate(-0deg);
    opacity: 0.6;
}

#Arbik .single-blog-inner .the_champ_sharing_ul{
	float:right;
	padding-right:0 !important;
}

#Arbik .single-blog-inner .the_champ_sharing_container.the_champ_horizontal_sharing{
	padding-bottom:60px; 
}


.page-template-default section h3{
	font-weight: 500;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
	font-size:1.5rem;
}

.page-template-default section h4{
	font-size: 22px;
    font-weight: 500;
    padding-bottom: 2rem;
}

.page-template-default section ul{
	font-size: 18px;
}

.page-template-default section ul li{
	padding-bottom: 1rem;
}

.page-template-default section p{
	margin-top:0;
}

.page-template-tpl_faq .contact-sponsor:before, .page-template-tpl_faq .contact-sponsor:after{
	background: none;
}
.sponser-page{
	padding-top: 60px;
}
.sponser-page .gold-sect{
	display: inherit ;
}
.page-template-tpl_program .lang-button{
	justify-content:center;
	position:relative;
	z-index:100;
	width:100%;
}

.page-template-tpl_program .lang-button .tablink{
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}


.footer-copy-links ul{
	margin:0; 
	padding:0;
	list-style:none;
	text-align:right;
	margin-right:4rem;
}

.footer-copy-links ul li{
	display:inline-block;
	padding:0 0.5rem;
}

.footer-copy-links ul li a{
	color:#fff;
}

.page-template-default a{
	color:#01b5d6;
}

.page-template-default b, .page-template-default strong{
	font-weight:600;
	line-height:22px;
}


.payment-gateways{
	padding-top:2rem;
}










.flag-space{
	padding: 10px 0 60px;
}
.flag-space .speaktitle{
	margin-bottom: 20px;
}
.flags-list{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .flags-list li{
    list-style: none;
    padding: 10px;
    display: inline-block;
    width: calc((100% / 14) - 30px);
    border: 1px solid #fff;
    margin: 15px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    /*background: #fff;*/
  }
  /* .flags-list li:nth-child(14n){
    margin-right: 0;
   }
   .flags-list li:nth-child(15n), .flags-list li:first-child{
    margin-left: 0;
   }*/
   @media(max-width: 767px){
   	.flags-list li{
    width: calc((100% / 7) - 14px);
    border: 1px solid #fff;
    margin: 7px;
   	}
   }
 .flags-list li:after {
    padding-top: 50%;
    display: block;
    content: '';
}
.flag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0.8;
}
