@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
* {
	
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	font-family: 'Poppins', sans-serif;
}


body{
	background:url(../images/bg.png) bottom fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.container {
     width: 100%; 
	 margin:5% auto;
}

.main{
	background: transparent;
    
}
.logos{
	padding: 10px;
	text-align:-webkit-center;
}
.top{
	padding: 20px 0;
}
.top img{
	width: 100%;
}
.speakers{
	width: 100%;
padding: 85px 25px 25px 25px;
    
}
.speakers h4 {
    color: #000;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: solid 2px #fff;
    margin-top: 0px;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.header {
	padding: 15px;
	background: url(../images/top.jpg) no-repeat right top fixed;
}

.logo {
	display: inline-block;
	vertical-align: top;
	width: 15%;
}
.htext {
	display: inline-block;
	vertical-align: top;
	width: 64%;
}
.logo2 {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	
}

.left-col {
	display: inline-block;
	vertical-align: top;
	/*width: %;*/
		
	text-align:left;
	/*border-bottom: solid 5px #f1f1f1;*/
}
.right-col {
	display: inline-block;
	vertical-align: top;
	background: transparent;
	text-align:left;
	/*border-bottom: solid 5px #f1f1f1;*/
}
.brand-logos{
	padding: 10px;
}
.copyright{
	padding: 10px;
	font-size: 16px;
}
/*
.box {
	position: relative;
	border-radius: 3px;
	background: #111;
	border: 3px solid #4E2507;
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
}
*/
.login-box {
background: transparent;

padding:25px 20px;

}

.login-box-body h2{
    color: #000;
    font-weight: 700;
    margin: 0px 0 10px;
    position: relative;
    padding: 10px 0px 19px 0px;
    font-size: 28px !important; 
}
.login-box-body 
	h2::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 3px;
    clear: both; 
    background: linear-gradient(to right, #2a2a5e 0%, rgba(255,255,255,1) 100%);
}

#carousel-example-generic ol.carousel-indicators {
    position: relative;
    left: 0;
    z-index: 15;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 40px 0px 15px 0px;
    margin: 0px;

}


.carousel-indicators li {
    border-color: #000080;
    width: 15px;
    height: 15px;
    margin: 0px 10px;
    border-radius: 15px;
    transition: 0.5s;
}
.carousel-indicators li .active {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    background-color: #000080;
    border-color: #111;
}
.sDetails{
  font-weight: bold;
}
.inputBox{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
	
}
 .label{
	 font-size:18px;
	 color:#fff;

 }
.inputBox input[type=text],#collapse,
.inputBox select, .inputBox textarea
{    width: 100%;
    
    padding: 8px;
	color: #111 !important; 
    outline: none;
    font-weight: 600;
	border:2px solid gray;
    background: #fff;
	border-radius:20px;
	box-shadow: 5px 5px 0 0 #ef3463;
}

.inputBox input::placeholder {
  color: #111 !important; 
  text-transform:uppercase;
}

#dropdownlist {
	position: absolute;
	
	background:#9E9E9E;
    z-index: 9;
    width: 100%;
    padding: 10px;
	text-align:left;
}
#dropdownlist input[type="checkbox"]{
	margin-right:5px;
	    height: 20px;
    width: 20px;
}
#dropdownlist label{
	color:#000;
}

 .btnBox{
	width: 100%;
 display:flex;
	 justify-content:space-between;
 position: relative;
}

 input[type="submit"] ,
 input[type="button"]{
	
    font-size: 1.3em;
	font-family: 'Patrick Hand', cursive;
   	display: inline-block;
    font-weight: 900;
    color: #fff !important;
	background:url("../images/btnbg1.png");
	background-size:cover;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
    cursor: pointer;
   	margin: 5px;
	padding:5px 15px;
	border:none;
	box-shadow: 2px 2px 5px 0px black;

}
.inputBox  input[type="checkbox"]{
	margin:0 10px;
}
.left-section, .right-section{
	background: #490208b3;
    padding: 20px;
    border-radius: 25px;
}

#footer {
	position:fixed;
	bottom:0;
}
.bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.logo  img{width:100%;}
.htext img{width:45%;}
.footer img{width:100%;}


@media (max-width: 991px){
.container {
     width: 100%; 
	
}
.login-box-body{
	padding: 15px;
}
body{
	background:url("../images/mobbg-1.png") cover fixed;
}
.btnBox{
flex-direction: column;
}
.inputBox input[type=text],#collapse,
.inputBox select, .inputBox textarea
{
	padding:2px;
	font-size:16px;
}
/*
.inputBox1 label {
    font-size: 40px;
}

 input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 30px;
    height: 30px;
}

.login-box-body h2{
    font-size: 60px !important;
    margin: 30px 0;
}
.login-box-body 
	h2::after {
    height: 6px;
    
}

.register-form  input[type="submit"] ,
.register-form input[type="button"]{
    font-size: 30px;
   
}
.error{
	font-size: 30px !important;
}*/
.label{
	font-size:16px;
}
.left-col{
	order:2;
	
}
.right-col img{
	margin:10px auto;
}
.speakers h4{
font-size: 30px;

}
.speakers h5{
font-size: 25px;
}
.speakers p{
font-size: 20px;
}
.copyright{
	font-size: 20px;
}
}
@media  (max-width: 1023px) {
 
.register-form .btnBox{
	width: 100%;
 display: block;
}

.logos {
	text-align: -webkit-center;
}

}

	
