@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
*{
	padding: 0;
	margin: 0;
	box-sizing:border-box;
 
	font-family: 'Poppins', sans-serif;
	
}
body{
	background:url('../images/1_BG.jpg');
	 background-size: cover;
    background-position: center;
	 background-repeat: no-repeat;
	 min-height: 100vh;
	
}


img {
	max-width: 100%; 
	height: auto;
}
.mob{
	display:none;
}
.main{
	background:#f3f3f338;
	width: 100%;
    border-radius: 10px;
    margin-top: 15px;
    overflow: hidden;
	box-shadow:0 0 10px 0px #00000047;
	
}
.logos{
	padding: 10px;
	text-align:-webkit-center;
}
.top{
	padding: 20px 0;
}
.top img{
	width: 100%;
}
.speakers h4{
	 color: #c08924;
    font-weight: 700;
	
}



.left_panel {
	background:#f3f3f338;
}
.right-col {
	display: inline-block;
	vertical-align: top;
	background: #f3f3f338;
	text-align:left;
	/*border-bottom: solid 5px #f1f1f1;*/
}
.brand-logos{
	padding: 10px;
	text-align: -webkit-center;
}
.copyright{
	padding: 10px;
	font-size: 10px;
}
.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border: 3px solid #d2d6de;
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
}
.login-box-body {
	background: transparent;
	position:relative;
}
.login-box-body h3{
    color: #c08924;
    font-weight: 700;
   
    position: relative;
	letter-spacing:1px;

    
}

/*
.login-box-body 
	h2::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 3px;
    clear: both; 
    background: linear-gradient(to right, #2196F3 0%, rgb(255 255 255 / 0%) 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: #48BCD5;
    width: 15px;
    height: 15px;
    margin: 0px 10px;
    border-radius: 15px;
    transition: 0.5s;
	 background-color: #48BCD5;
}
.carousel-indicators li .active {
    width: 12px;
    height: 12px;
    margin: 0 10px;
   
    border-color: #111;
}
.sDetails{
  font-weight: bold;
}
.inputBox{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.login-box-body  .inputBox input,
.login-box-body  .inputBox select{   
	width: 100%;
	padding: 5px;
	outline: none;
	border:none;
    border: 2px solid #123553;
    background: #fff;
}

.login-box-body .inputBox input::placeholder {
  color: #000;
}
.login-box-body .btnBox{
	width: 100%;
	position: relative;
}
.login-box-body .btnBox input{
	width: auto;
	border:1px solid #555;
	padding: 10px;
	outline: none;
	font-size: 14px;

}
.login-box-body input[type="submit"] ,
.login-box-body input[type="button"]{
    font-size: 1em;
   	display: inline-block;
    font-weight: 500;
    color: #fff;
	background:#b77a19;
    letter-spacing: 1px;
    transition: 0.5s;
    cursor: pointer;
   	margin: 5px;
	padding:10px 20px;
	border-radius:10px;
	border:none;
	box-shadow: 5px 5px 3px 0px #9E9E9E;

	
}
.login-box-body input[type="submit"]:hover ,
.login-box-body input[type="button"]:hover{
	box-shadow: 4px 8px 20px 0px #B0B1B5;
	}

.link{
	text-decoration:none;
    background: #c08924;
    color: #fff;
	font-weight:bold;
	letter-spacing: 1px;
}



.footer {
	width: 100%;
	text-align: center;
}
.bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.logo  img{width:100%;}
.htext img{width:45%;}
.footer img{width:100%;}
	.modal-backdrop
	{
		opacity:0.2 !important;
	}
	.cards {
     
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-auto-rows: auto;
      grid-gap: 0.5rem;
		
      }

    .card {
      border:none;
      text-align:center;
      padding: 1rem;
	  background:transparent;
	
      }
	  .card p{
		margin:0;
	}
	.knowmore{
      margin-top: 5%;
      bottom: 0;
      color:red;
    }
    .modal .heading{
      text-align:-webkit-center;
    }
    .modal .heading h4{
        color:#626263; 
        text-align:center;
        width: fit-content;
        padding: 10px 20px;
        border-radius:25px;
        font-weight:bold;
    }
	 .modal-content{
		border-radius: 25px;
	 }
    .modal-content .close{
        position: absolute !important;
        top: -20px !important;
        right: -10px !important;
        background:#fff !important;
        border: 4px solid #EC1B28 !important;
        border-radius: 25px !important;
        padding: 5px 10px !important;
		z-index:9;
    }

    .speaker-content{
        margin-top: 10%;
        padding: 10px;
        text-align: center;
    }
    .speaker-content h5{
        margin-top: 10px;
    }
    .speaker-details{
      padding:5% ;
    }
    .speaker_modal .heading h4{
        border:2px solid #81D4F7; 
    }
    .speaker_modal .speaker-details{
        border-radius: 25px;
        border:2px solid #81D4F7;
    }
  

@media (max-width: 991px){
.desk{
	display:none;
}
.mob{
	display:block;
}
.container {
     width: 100%; 
}
.main .row{
	display: grid;
}
.right-col{
	order:3
}
.left-col{
	order:1
}
.speaker-col{
	order:2
}

.heading img{
	width:85%;
}

.login-box-body{
	padding: 15px;
}
.login-box-body h2{

    padding: 10px 0px 5px 0px;

	text-align:center;
}

.cards {
   grid-template-columns: repeat(2, 1fr);		
}
.card img{
	padding:0 10%;
}


}
@media  (max-width: 1023px) {
 
.register-form .btnBox{
	width: 100%;
 display: block;
}

.logos {
	text-align: -webkit-center;
}
.main{
	margin: 0px;
	
}
}

	
