/* html{
     scroll-behavior: smooth;;
   }*/
body{
	background-size: cover;
	background: url(../images/bg-2.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:#fff;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
}
main{
	overflow: hidden;
}
.common-menu{
	position: relative;
	/*width: 100%;*/
	display: flex;
	margin-left: auto;
}
.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
}
.navbar-main{
	position: relative;
	top:-1.5rem;
}
.sm-header .navbar-collapse{
	margin-top: 15px
}

section{
	background: transparent !important;
	padding: 40px 0;
	background-size: cover;
}

section p{
    font-size:16px;
}

@media (min-width: 1280px){
.container {
    max-width: 1230px;
}
}
h1, h2, h3, h4{
	font-family: 'Barlow', sans-serif;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
    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.4s ease-in-out;
}


.mainmenu>li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	padding-right: 12px;
	padding-left: 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;
	bottom: -2px;
}
.mainmenu>li:first-child{
    padding-left: 0 !important;
}
.mainmenu>li:last-child{
    padding-right: 0 !important;
}
.mainmenu.scrollmenu>li:nth-last-child(2){
    padding-right: 0 !important;
    margin-right: 20px;
}
.mainmenu.scrollmenu>li:last-child{
	border-bottom: none;
}
.mainmenu.scrollmenu>li:last-child a{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.mainmenu>li:last-child>a:hover:before, .mainmenu>li:last-child>a.active:before{
	right: 0;
	left: auto;
}
.mainmenu>li:first-child>a:before, .mainmenu>li:first-child>a:hover:before{
	left: 0;
	right: auto;
}

.mainmenu>li:first-child>a{
padding-left: 0 !important;
}
.mainmenu>li:last-child>a{
padding-right: 0 !important;
}



.regi-page{
	overflow: hidden;
	position: relative;
}
.regi-form{
    margin:5rem 0;
	padding: 20px;
}
.regi-form h2{
font-size: 42px;
    letter-spacing: 3px;
    text-transform: uppercase;
margin-bottom: 20px;

}
.regi-form h3{
font-size: 20px;
margin: 5px 0;
margin-top: 10px;
text-transform: uppercase;
}

.regi-form button{
    margin-top:5rem;
}
.homebnr-bg {
    position: absolute;
    top: 10px;
    right: -40%;
    background: url(../images/plane02.png) no-repeat;
    width: 75%;
    height: 768px;
    mix-blend-mode: lighten;
    background-size: cover;
    background-position: right;
}



.pad-header{
	padding-top: 150px;	
}

.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 !important;
	border: 1px solid #01b5d6;
	border-radius: 0;
}
.signup-link:before{
	display: none;
}
.scrollbot:before {
    background: none repeat scroll 0 0 rgba(255,255,255,0.75);
    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.17);
    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(15,113,147,0.45);
}

.support-logo{
text-align: right;
display: flex;
	justify-content: flex-end;
	margin-top: 55px;
}
.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;
}
h1.heading{
	font-family: 'Barlow', sans-serif;
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	/*text-transform: uppercase;*/
  letter-spacing: -0.5px;
}
h1.heading > span{
	display: block;
}
h1.heading > span > sup {
    top: -0.25em;
    text-transform: lowercase;
}
.bannercontnet{
	margin-top: 50px
}
.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: 1.5rem;
}
.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: #ffda00;
    border: 1px solid #ffda00;
    color: #000;
}
.btn-theme-outline{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	background:transparent;
	padding: .5rem 2rem;
    text-transform: uppercase;
}
.btn-theme-outline:hover{
	background-color: #01b5d6;
    border: 1px solid #01b5d6;
}
.title-page{
	font-size: 42px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.title-page ~ p{
	font-size: 14px;
}
.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;*/
}



.get-addres p{
	margin-bottom: 5px
}
.img-icon{
	width: 30px;
	display: inline-block;
}
.img-icon img{
	width: 17px;
}


.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 select,
.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-color: transparent;
	padding: .5rem;
	border-radius: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
}
.form-validate select{
	color: #94c2ed;
}
.form-validate select:focus{
	background-color: transparent;
	color: #94c2ed;
}
.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;
}
.check-transparent{
	position: relative;
}

.checkbox label.error, .input-group label.error{
	 position: absolute; 
	/*position: relative;*/
	top: 100%;
	left: 0;
}
.input-group input.error{
	margin-bottom: 20px;
}
.input-group label.error{
	 position: absolute; 
	/*position: relative;*/
	top: 100%;
	left: 0;
	margin-top: -20px;
}
b, strong {
    font-weight: 900;
}
.idimg{
	max-width: 100px;
	margin-top: 10px;
}
.check-transparent label.error{
	padding: 0;
	margin: 0;
	margin-top: -15px;
}
.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: #cf3232;
 font-weight: 500;
}
/*.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;
}

/* 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: #ec4545;
	flex-wrap: wrap;
	padding: 0;
	text-align: center;
	padding: 50px 0;
}
.sociallink>li{
	display: block;
	width: 100%
}
.sps-logo{
	display: flex;
	color: #333;
}
.sps-logo .logosps{
	padding-right: 40px;
}
.sps-logo .logosps img{
width: 130px;
}
.sps-logo h4{
	font-size: 18px;
}
.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;
}
.imp-link p{
	color: #333;
}
.imp-link form{
	display: inline-block;
}
.imp-link form input[type="email"] {
    padding: 15px 10px;
    border-radius: 0;
    border: 1px solid #acacac;
}
.imp-link form input[type="submit"].btn{
	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;
}
.imp-link form input[type="submit"].btn:hover{
background: #01b5d6 !important;
    border: 1px solid #01b5d6 !important;
    color: #fff;
}
.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: 150px 0;
}
.hidtry-bg{
	position: absolute;
	/*content: '';*/
	bottom: 250px;
	right: -15%;
	background: url(../images/abt-history.png) no-repeat;
	width: 100%;
	height: 764px;
	mix-blend-mode: lighten;
}
.overflow-hidden{
	overflow: hidden;
}


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


.firststep, .secondstep{
	padding: 100px 0;
}

.stepss .register-text h2{
    text-transform: uppercase;
}

.selection-as{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.selection-as:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	height: 100%;
	width: 1px;
	background: #093a52;

}
.selection-as li{
	display: block;
	list-style: none;
	width: 45%;
	padding: 15px 10%;	
}
.selection-as li:first-child{
	padding-left: 0
	/*border-left: 1px solid #eee;*/
}
.selection-as li:last-child{
	padding-right: 0
	/*border-left: 1px solid #eee;*/
}
.mr-10{
	margin-right: 10px;
}
.customregi{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}
.customregi input[type=radio] {
    opacity: 0;
    position: absolute;
    margin: 0;
}
.customregi input[type=radio]~span {
    position: relative;
    padding: 15px;
    display: block;
    text-align: center;
    /*border: 1px solid #e7e9ea;*/
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    padding-top: 70px;
    padding-bottom: 30px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customregi input[type=radio]~span>small{
	display: block;
	font-size: 12px;
	position: absolute;
    bottom: 12px;
}
.customregi input[type=radio]~span:hover{
border: 1px solid #01b5d6;

}
.customregi input[type=radio]~span:before{
	position: absolute;
	content: '';
	top: 40px;
	left: 0;
	right: 0;
	margin: 0px auto;
	height: 30px;
	width: 30px;
	border: 2px solid #fff;
	border-radius: 30px;
}
.customregi input[type=radio]~span{
	background:none;
    border:1px solid #fff;
}
.customregi input[type=radio]:checked~span:before{
	
	border: 1px solid #01b5d6;

	background: #01b5d6;
}
.customregi input[type=radio]:checked~span{
	background:rgba(0,0,0,0.3);
	border: 1px solid #01b5d6;
}
.customregi input[type=radio]:checked~span:after{
	position: absolute;
	content: '';
	top: 48px;
	left: 0;
	right: 0;
	margin: 0px auto;
    height: 9px;
    width: 15px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
span.error-msg{
    display: block;
    padding:1rem 0;
    color:#cf3232 !important;
    font-weight: 500 !important;
}

/*steps*/



.progress-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  margin: 30px auto;
  max-width:100%;
  width: 800px;
  padding: 0;
}
.progress-container li{
	list-style: none;
	position: relative;
	width: 100%;
	text-align: center;
}
.progress-container li>span{
	    display: block;
    margin-top: 10px;
}
.progress-container>li:not(:first-child)::before {
  content: '';
  background-color: rgba(255,255,255,0.4);
  position: absolute;
  top: 24px;
  left: -50%;
  transform: translateY(-50%); 
  height: 2px;
  width: 100%;
  z-index:-1;
}
.progress-container>li.active:not(:first-child)::before {
	background-color: #01b5d6;
}

.btn-mrtop{
	margin-top: 30px;
}

.progress {
  background-color: var(--line-border-fill);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); /* centers the line vertically along the y-axis */
  height: 4px;
  width: 0%;
  z-index:-1;
  transition: .4s ease;
}

.circle {
  background-color: #fff;
  border:1px solid #fff;
  color: #01b5d6;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #08374b;
  transition: .4s ease;
  position: relative;
  margin: 0 auto;
  font-weight:500 ;
  /*top: 10px;*/
}

.active .circle {
	color: #fff;
  background: #01b5d6;
}

/*end steps*/

.custom-select{
	background-image: url(../images/down-arrow.png);
	background-position-x: calc(100% - 8px);
	background-position-y: center;
	background-repeat: no-repeat;
	line-height: 1;
}

.admission-policy{
	background: rgba(0,0,0,0.2);
	padding: 20px;
}
.admission-policy p{
	font-size: 12px
}
/*.stepss{
	padding: 15px;
}*/
.form-steps{
	padding-bottom: 40px;
	font-family: 'Barlow', sans-serif;
}
.form-steps p{
	font-family: 'Barlow', sans-serif;
	font-size: 13px;
}
.updaload-file{
	position: relative;
	height: 140px;

}

.updaload-file input[type='file']{
position: absolute;
height: 100%;
width: 100%;
opacity: 0;
}
.updaload-file label{
position: absolute;
height: 100%;
width: 100%;
border: 1px dashed #fff;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.updaload-file label span{
	font-size: 10px
}
.photo-be{
	padding: 0;
	margin: 0;
}
.photo-be>li{
	position: relative;
	list-style: none;
	padding-left: 15px;
}
.photo-be>li:before{
	content: '';
	height: 10px;
	margin-left: -15px;
	width: 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin-right: 5px;
	display: inline-block;
}

.uploadedimg{
	padding: 0;
	margin: 0;
display: flex;
}
.uploadedimg>li{
	list-style: none;
	display: inline-block;
	width: 150px;
	position: relative;
	padding: 4px;
	background: #00000040;
	text-align: center;
	margin-left: 2px;
}
.uploadedimg>li>figure{
	width: 100%;
	height: 170px;
margin: 0;
}
.uploadedimg>li>figure>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.uploadedimg>li button{
	position: absolute;
    top: 0;
    right: 0;
    background: #093246;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin: 0;
    border: none;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.updaload-filed{
    position: relative;
    /*height: 100%;*/
    width: 100%;
    border: 1px dashed #fff;
    padding: 10px;
    text-align: center;
   /* display: flex;
    justify-content: center;
    align-items: center;
}*/
}
.posrel{
	position: relative;
	display: inline-block;
	text-align: center;
}
.posrel img, .posrel canvas{
	width: 200px !important;
}
.posrel input[type='button']{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.payicons img{
	border-radius: 4px;
	margin-right: 5px;
	max-width: 100%;
}
.payicons img:first-child{
	margin-right: 2px
}
.uploadedimg>li>figcaption{
margin: 0;
}
.updaload-file~p{
	font-size: 14px
}
.pd-bt{
	padding-bottom: 20px;
	padding-top: 20px;
}
.sublabel{
	font-size: 20px;
	margin: 0;
	margin-bottom: 10px;
}
.paytable{
	border: none;
}
.promocodee{
	width: 300px
}
.paytable td:last-child{
	text-align: right;
	min-width: 100px;
}
.paytable tr td{
	font-size: 16px;
	border-top: none;
	border-bottom: 1px solid #114a61;

}
.paytable tr:last-child td{
	border-bottom: none;
	width: 40%
}
.payment-detals{
	padding: 20px;
	background: rgba(0,0,0,0.2);
}

.total{
	text-align: right;
	width: 70%;
	font-weight: 600;
	font-size: 18px !important;
}
.total~td{
	font-size: 18px !important;
	font-weight: 600;
}



.regi-contentlist{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.regi-contentlist>li{
  list-style: none;
  display: block;
  width: 50%;
  padding: 10px 15px;
  text-align: justify;
}


.regi-contentlist>li>h3{
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700
}
.regi-contentlist>li>h3{
  font-size: 18px;
  margin: 2rem 0 0.5rem 0;
}

.regi-contentlist>li p{
    line-height: 20px;
}

.regi-contentlist>li p b{
    font-weight: 700;
}

.regi-contentlist>li p i{
    font-size: 14px;
}
.regi-box{
	border: 1px solid #eee;
	padding: 10px;
	min-height: calc(100vh - 350px);
	max-height: calc(100vh - 350px);
	overflow-y: auto;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.4);
}

/* .regi-box::-webkit-scrollbar-track{
  
    -webkit-box-shadow: inset 0 0 6px white;
    background-color:  rgba(255,255,255, 0.7);
} */
.regi-box::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
   
    /*background-color: rgba(#255,255,255, 0.7);*/
}

.regi-box::-webkit-scrollbar-thumb
{
 
  background-color: #fff;
}
.coupon-box{
	max-width: 340px
}
.coupon-box input{
	height: 40px;
	background: transparent !important;
	color: #fff !important;
	border-radius: 0 !important
}
.coupon-box .btn{
	margin: 0;
	margin-left: 10px;
	height:40px;
}

.thankyou{
	background: rgb(0,0,0,0.3);
	text-align: center;
	padding: 40px;
}





.modal-dialog.custom-modal, .custom-modal .modal-content{
	max-width: 100%;
	height: 100%;
	margin: 0;
	background: rgb(11 56 77 / 83%);
}
.custom-modal .modal-content{
	padding: 40px
}
/*.modal-dialog .modal-body{
	background: #06122a;
}*/
.custom-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{
padding: 0;
}
.detail-speak{
		border: 1px solid #28556bc7;
padding-top: 15px;
padding-bottom: 15px;
}
.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-track{
  
    -webkit-box-shadow: inset 0 0 6px $white;
    background-color:  rgba(255,255,255, 0.7);
} */

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

.speaker-detail::-webkit-scrollbar-thumb
{
 
  background-color: #fff;
}
.mt-40{
	margin-top: 40px;
}
.modal{
    padding: 0 !important;
}

.badgebox{
	padding: 0;
	background: #fff;
	color: #000;

	border: 3px solid #b61d1c;
}
.badgebox figure{
	padding: 10px 30px;
	text-align: center;
}
.badgebox figure img{
	max-width: 80%;
}
.badgebox figcaption{
	padding: 110px 10px 150px 10px;
	text-align: center;
}
.badgebox figcaption h4{
	font-size: 28px;
	font-weight: 700;
}
.badgebox figcaption h3{
	font-size: 24px;
	font-weight: 700;
}
.badgebox figcaption h3 small{
	font-size: 20px;
	font-weight: 400;
	display: block;
}
.badgebox figcaption h3 small{
	font-size: 24px;
	font-weight: 600;
	display: block;
}
.badgebox figcaption img{
	width: 130px
}
.badgebox .foot{
	position: relative;
	/*background: url(../images/banner-bg.jpg) no-repeat;*/
	background-size: cover;
    min-height: 185px;
    background-position: center;
}

.badgebox .foot h2{
	color: #333;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.badgebox .foot ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.badgebox .foot ul>li{
	list-style: none;
	padding: 5px 10px;
}
.badgebox .foot ul>li img{
	width: 80px
}
.badgebox .foot ul>li.orga{
	display: flex;
	color: #fff;
}
.badgebox .foot ul>li.orga>span{
	width: 100px
}
.badgebox .foot ul>li.orga>span label{
	display: block;
	color: #fff;
}
.textryt{
	text-align: right;
}
.countdown-web{
	position: relative;
	display: inline-block;
}
.countdown-web pre {
    font-family: 'Barlow', sans-serif;
    font-size: .875rem;
    font-weight: 300;
    color: #FFF;
    position: absolute;
    transform: rotate(90deg);
    margin: 4rem 0 0px 0rem;
    padding: 0;
    left: -50px;
    top: 0;
}
.mt10{
	margin-top: 10px;
}
.sm-header .countdown-web pre{
	margin-top: 30px;
	font-size: 10px;
	left: -40px
}
#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.15);
    padding: 1rem 0;
    text-align: center;
    position: relative;
    width: 5rem;
    height: 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;
}

#countdownweb {
    /*text-align: right;*/
    margin-top: 2rem;
}

#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;
}

.sm-header #countdown{
	margin-top: 5px;
	margin-bottom: 0;
}
.sm-header #countdown .number-box div{
	width: 3em;
	height: 3em;
	line-height: 1.3em
}
.sm-header #countdown .number-box div{
	font-size: 20px
}
.sm-header .navbar-brand{
	padding-top: 0
}

p.register-p-h{
    font-size:22px;
    line-height: 24px;
    padding: 20px 0;
}

.mt-custom{
    margin-top:5rem;
}

.btn-mrtop button{
    margin-top:0;
}


.num-select input{ margin-top: 0 }

.num-select select{
text-indent: 9999px;
z-index: 1;
position: relative;
	min-width: 80px;

	max-width: 80px;

	background-color: transparent;

	border-color: rgba(127,211,255,0.42);

	border-radius: 0 !important;

	padding: .5rem;

	height: 42px;

	color: #70caff;

}
.num-select .codeinput{
	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);
	position: absolute;
	z-index: 0;
}

.reg-policies{
	padding:5vh 0;
	opacity: 0.6;
}

.reg-policies p{
	font-size: 12px;
    line-height: 14px;
}

.reg-policie .refncl{
	padding-top:2vh;
}

.btn-theme-outline:hover{
	color:#fff !important;
}


.thankyou .h3{
	line-height: 40px;
	padding-bottom:3vh;
}

#user-form select.form-control:not([size]):not([multiple]){
	min-height:43px;
}

#user-form select.form-control option{
	color:#031331;

}














.navbar-toggler{
	outline: none !important;
}
.navbar-toggler .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	    background-color: #ffffff;
	    height: 2px;
	    border-radius: 2px;
	    display: block;
	       margin-bottom: 4px;
outline: none;
}
.navbar-toggler .icon-bar:last-child{
	margin-bottom: 0;
}

/*
.navbar-toggler .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}*/

@media(min-width: 992px) and (max-width: 1024px){
.navbar-brand img {
    width: 190px;
}
}

@media(min-width: 768px) and (max-width: 991px){
.navbar-brand img {
    width: 190px;
    }	
}
@media(min-width: 768px){
.moblogos{
	display: none;
}
}
@media(min-width: 600px) and (max-width: 767px){
	
}


@media(max-width: 767px){
	.navbar-brand img {
    width: 160px;
}
.regi-contentlist>li{
	width: 100%;
	padding: 10px 0;
}
.selection-as li {
    width: 50%;
    padding: 15px 10px;
}
section p{
	font-size: 16px;
}
	.mt-custom {
    margin-top: 3rem;
}
	.top-menu{
		text-align: right;
		margin-bottom: 0;
	}
	section{
		padding: 20px 0 !important
	}
	.pad-header{
		padding-top: 100px !important;
	}
	.title-page{
		font-size: 26px;
	}
	.progress{
		top: 88px;
	}
	.navbar-main{
		top: 0;
	}
	.navbar-collapse{
		background: #0f3e58;
	}
	.navbar-collapse .mainmenu>li{
		padding: 0 12px !important;
	}
	.mainmenu>li:last-child{
		margin-left: 0px !important;
	}
	.header.sm-header .navbar-brand img {
    width: 130px;
}
.landing-logos{
	display: flex;
}
.landing-logos>div{
	width: 50%
}
footer:before{
	display: none;
}
.sps-logo{
	display: block;
}
.sps-logo .logosps{
	/*text-align: center;*/
	padding-right: 0;
	display: block;
}
.sps-logo .logosps img{
	text-align: center;
}
.sociallink{
	position: static;
	height: auto;
	width: 100%;
	padding: 5px 0;
justify-content: space-around;
margin: 0;
    margin-bottom: -30px;

}
.sociallink>li{
	width: auto;
}
.imp-link{
	padding: 0;
}
footer .wpcf7 input[type="email"]{
	width: 100%
}
h1.heading{
	font-size: 3.3rem;
}
	
.reg-form .form-part-1{
	margin-top:3rem;
}
	
}

@media(max-width: 350px){
	h1.heading{
	font-size: 3rem;
}

}


.loader-diac,
.loader-diac:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.loader-diac {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid #eee;
  border-right: 4px solid #eee;
  border-bottom: 4px solid #eee;
  border-left: 4px solid #01b5d6;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-parent{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #052d46ed;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.loader-parent p{
	color: #01b5d6;
	font-weight: 800;
	    max-width: 450px;
    text-align: center;
    width: 100%;

}