@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
html{
	scroll-behavior: smooth;
}
*{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
}
body{
	font-size: 16px;
	color: #555;
	font-weight: 400;
}
a{
	color: #9b5de5;
	text-decoration: none;
	font-weight: bold;
	transition: 0.5s;
}
a:hover{
	color: #000;
}
p{
	line-height: 20px;
}
.padding{
	padding: 100px 0;
}
.justify{
	text-align: justify;
}
.headingOne{
	font-weight: 900;
	font-size: 26px;
	color: #666;
	margin-bottom: 15px;
	font-family: 'Josefin Sans', sans-serif;
}
.headingOne .subHeading{
	font-size: 16px;
	color: #666;
	font-weight: 500;
}
.borderBtm{
	width: 10%;
	height: 1px;
	background: #ddd;
	bottom: 0;
	margin: auto;
	z-index: 99;
	margin-top: 10px;
	position: relative;
}
.borderBtm2{
	width: 10%;
	height: 1px;
	background: #f94144;
	bottom: 0;
	margin: auto;
	z-index: 99;
	margin-top: 10px;
	margin-bottom: 50px;
	position: relative;
}


.listStyleOne li{
	list-style: none;
	margin-left: 15px;
	margin-bottom: 5px;
}
.listStyleOne li:before {    
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 -15px;
    color: #14213d;
}
.number{
	font-weight: 900;
	color: #f94144;
	font-size: 22px;
}
.subTitle{
	color: #f94144;
	font-weight: 500;
	font-size: 20px;
}

.mainHeading{

}



/*HERO CONTENT*/
.heroContent{
	width: 100%;
	height: 100vh;
	background: url(img/bg3.jpg);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	padding: 100px;
	font-family: 'Josefin Sans', sans-serif;
}
.heroContent:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	background: #ffd60a;
	background: linear-gradient(to right bottom, #b8c0ff, #fff );
}
.heroContent .title{
	color: #212121;
	font-size: 3rem;
	text-align: center;
	font-weight: 700;
	z-index: 1;
	font-family: 'Josefin Sans', sans-serif;
}
.heroContent .title span{
	display: block;
	font-weight: 700;
}
.heroContent .title .mode{
	color: #666;
	font-size: 2rem;
	margin-top: 20px;
	font-family: 'Josefin Sans', sans-serif;
}
.heroContent .title .date{
	font-size: 2rem;
	font-weight: 400;
	display: block;
	margin-top: 50px;
	font-family: 'Josefin Sans', sans-serif;
}
.heroContent .title .time{
	font-size: 18px;
	margin-top: 30px;
	color: #ddd;
}
.registerBtn{
	font-size: 20px;
	display: inline-block;
	font-weight: 900;
	background: #000;
	padding: 10px 25px;
	color: #fff;
	border: 1px solid #000;
	transition: 0.5s;
	margin-top: 50px;
}
.registerBtn:hover{
	color: #000;
	background: none;
}

.logos img{
	height: 100px;
}
.logos h3{
	font-weight: 700;
	color: #000;
}
.logos h3 span{
	background: #000;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	margin-bottom: 10px;
}

.mainHeading{
	text-align: center;
	margin-top: 100px;
}
.mainHeading span{
	background: #001d3d;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
}

/*Navigation Bar*/
nav{
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 99;
	background: transparent;
	padding: 0 100px;
	transition: 0.5s;
}
nav .logo{
	font-weight: 600;
	color: #fff;
	font-size: 32px;
	height: 70px;
	line-height: 70px;
	float: left;
}
nav .logo img{
	height: 60px;
	line-height: 60px;
	margin-top: 5px;
}
nav ul{
	float: right;
	list-style: none;
	line-height: 70px;
}
nav ul li{
	display: inline-block;
	padding: 0 10px;
}
nav ul li a{
	text-decoration: none;
	color: #333;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
}
nav ul li a:hover{
	color: #000;
}
nav.nav2{
	background: rgba(184, 192, 255, 0.95);
}
nav.nav2 ul li a{
	color: #000;
	transition: 0.5s;
}
nav.nav2 ul li a:hover{
	color: #999;
}
nav.nav2 ul li a.registerBtnNav{
	color: #fff;
}
nav.nav2 ul li a.registerBtnNav:hover{
	color: #000;
}

.toggleIcon{
	display: none;
}

.registerBtnNav{
	background: #f94144;
	padding: 15px 15px;
	border-radius: 25px;
	font-weight: 600;
	transition: 0.5s;
}
.registerBtnNav:hover{
	color: #000;
}

/*COURSE INFORMATION*/
/*organizers*/
/*Faculty*/

/*IMAGE*/
.img{
	width: 80px;
	height: 110px;
	border: 0px solid #111;
	overflow: hidden;
	position: relative;
	margin: auto;
	object-fit: cover;
	margin-top: 20px;
}
.img img{
	object-fit: cover;
	width: 80px;
	height: 110px;
	border: 5px solid #aaa;
}

.organizerImg{
	width: 120px;
	height: 150px;
	border: 0px solid #111;
	overflow: hidden;
	position: relative;
	margin: auto;
	object-fit: cover;
	margin-top: 20px;
}
.organizerImg img{
	object-fit: cover;
	width: 120px;
	height: 150px;
	border: 2px solid #666;
}
.faculty .col-sm-6, .faculty .col-sm-4, .faculty .col-sm-3{
	text-align: center;
}


/*organizingCommittee*/



/*Faculty*/

/*REGISTER*/
.registrationHeading{
	position: relative;
	padding: 100px;
	background-image: url(img/bg3.jpg);
	background-attachment: fixed;
}
.registrationHeading h1{
	color: #fff;
	z-index: 999;
	position: relative;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}
.borderBtm{
	width: 10%;
	height: 1px;
	background: #ddd;
	bottom: 0;
	margin: auto;
	z-index: 99;
	margin-top: 10px;
	position: relative;
}

.registrationHeading:after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.register .row .col50{
	z-index: 90;
	color: #333;
	position: relative;
}
.register .row .col50:nth-child(1):after{
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	background: #ddd;
	top: 20px;
	right: 0;
	border-radius: 15px;
}
.register .row .col50:nth-child(2){
	padding-left: 30px
}
.register table{
	width: 100%;
	border-collapse: collapse;
	color: #333;
}
.register table th{
	background: #9b5de5;
	border: 1px solid #9b5de5	;
	padding: 10px;
	text-align: left;
	color: #fff;
}
.register table tr td{
	border: 1px solid #ddd;
	padding: 10px;
}
.register .headingOne{
	color: #fff;
}
.register .note{
	color: #9b5de5;
	font-style: italic;
	margin-top: 20px;
}
.register .deatailsToFill{
	margin-top: 10px;
	line-height: 30px;
}
.register .step{
	display: inline-block;
	background: #a7c957;
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 0 5px;
	color: #000;
	font-weight: 500;
}
.register .deatailsToFill b{
	display: inline-block;
	color: #9b5de5;
	padding-right: 10px;
}

/*FOOTER*/
.footer{
	min-height: 100px;
	padding: 50px 100px;
	background: #000;
	text-align: center;
}
.footer p{
	color: #aaa;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 500;
}
.footer p a:hover{
	color: #fff;
}

/*INSTRUCTOR*/
.instructorContent{
}
.instructorContent .img{
	position: relative;
	width: 120px;
	height: 150px;
	border: 1px solid #f94144;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
	border-radius: 5px;
	padding: 2px;
}
.instructorContent .img img{
	position: relative;
	width: 100%;
	border-radius: 5px;
}

/*MODULES*/
.column{
	column-count: 3;
	column-gap: 20px;
}
.column p{
	margin-bottom: 10px;
}
.column p b{
	color: #444;
	font-style: italic;
}
.headingTwo{
	color: #666;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
}

/*FEEDBACK*/

.testimonial .owl-carousel{
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial .owl-carousel .item{
	margin-right: 10px;
	border: 1px solid #efefef;
	min-height: 170px;
	box-shadow: 0 0 5px #efefef;
	border-radius: 15px;
}
.testimonial .owl-carousel .item div{
	padding: 20px;
	border-radius: 5px;
}
.testimonial .owl-carousel .item p{
	font-size: 14px;
}
.testimonial .owl-carousel .item .studentName{
	letter-spacing: 2px;
	font-weight: 500;
	color: #f94144;
	display: inline-block;
	margin-top: 10px;
}


.imgBx{
	position: relative;
	width: 100%;
}
.imgBx .img{
	width: ;
}