@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: #a7c957;
	text-decoration: none;
	font-weight: bold;
	transition: 0.5s;
}
a:hover{
	color: #000;
}
p{
	line-height: 20px;
}
.padding{
	padding: 100px;
}
.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;
}


.row{
	display: flex;
}
.row .col50{
	width: 50%;
}
.row .col50{
	padding-right: 50px;
}
.row .col100{
	width: 100%;
}
.row .col33{
	width: 33%;
	text-align: center;
}
.row .col30{
	width: 29%
}
.row .col25{
	width: 24%
}
.row .col70{
	width: 69%
}
.row .col40{
	width: 39%;
}
.row .col60{
	width: 59%;
}

.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;
}



/*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, #a7c957, #fff );
}
.heroContent .title{
	color: #212121;
	font-size: 5rem;
	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: 300;
	background: #000;
	padding: 10px 25px;
	color: #fff;
	border: 1px solid #000;
	transition: 0.5s;
	margin-top: 50px;
}
.registerBtn:hover{
	color: #000;
	background: none;
}

/*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 20px;
}
nav ul li a{
	text-decoration: none;
	color: #333;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
}
nav ul li a:hover{
	color: #000;
}
nav.nav2{
	background: rgba(255, 255, 255, 0.98);
}
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*/
.courseInfo .row .col30 div{
	background: #81b29a;
	padding: 20px;
	border-radius: 25px;
	font-size: 3rem;
	color: #fff;
	font-weight: 800
}
.courseInfo .row .col70{
	padding-left: 50px;
}

/*organizers*/
.organizers h3{
	text-align: center;
	font-size: 32px;
	color: #444;
}
.card{
	width: 280px;
	box-shadow: 0 0 15px #efefef;
	position: relative;
	padding: 20px;
	margin: auto;
	transition: 0.5s;
}
.card:hover{
	box-shadow: 0 0 25px #bbb;
}

.card .img{
	width: 50%;
	position: relative;
	margin: auto;
}
.card .img img{
	width: 100%;
	height: auto;
}
.card .details{
	margin: auto;
	text-align: center;
}
.card .details .name{
	margin-top: 20px;
	color: #111;
	margin-bottom: 15px;
}
.card .details .name a{
	text-decoration: none;
	color: #111;
}
.card .details p{
	line-height: 20px;
}
.card .details .desig{
	margin-bottom: 1px;
}
.card .details span{
	font-weight: bold;
	color: #333;
}

/*Faculty*/
.faculty .row{
	text-align: center;
}
.faculty .row .col50{
	padding-right: 120px;
	padding-left: 120px;
}
.faculty .row .col100 .img{
	width: 120px;
	height: 150px;
	border: 0px solid #111;
	overflow: hidden;
	position: relative;
	margin: auto;
	object-fit: cover;
	margin-bottom: 30px;
	outline: #efefef solid 10px;
}
.faculty .row .col100 .img img{
	object-fit: cover;
	width: 120px;
	height: 150px;
	border: 2px solid #a7c957;
}
.faculty .row .col50 h3{
	padding-bottom: 10px;
	margin-top: 20px;
}
.faculty h1, .schedule h1 {
	text-align: center;
	margin-bottom: 50px;
	color: #666;
	font-weight: 900;
	font-size: 32px
}
.faculty h1 span{
	position: relative;
}
.faculty h1 span:before{
	position: absolute;
	content: '';
	background: #415a77;
	width: 100px;
	height: 2px;
	top: 70%;
	left: -60%
}
.faculty h1 span:after{
	position: absolute;
	content: '';
	background: #415a77;
	width: 100px;
	height: 2px;
	top: 70%;
	right: -60%
}

/*REGISTER*/
.registrationHeading{
	position: relative;
	padding: 100px;
	background-image: url(img/bg3.jpg);
	background-attachment: fixed;
}
.registrationHeading h1{
	color: #a7c957;
	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: #a7c957;
	border: 1px solid #a7c957;
	padding: 10px;
	text-align: left;
	color: #333;
}
.register table tr td{
	border: 1px solid #ddd;
	padding: 10px;
}
.register .headingOne{
	color: #fff;
}
.register .note{
	color: #f94144;
	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: #a7c957;
	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;
}



.courseOverview .imgStyleOne{
	width: 100%;
}
.courseOverview .col60{
	padding-left: 50px;
}

.schedule table{
	border-collapse: collapse;
}
.schedule tr td, .schedule tr th{
	border: 1px solid #333;
	padding: 10px;
}




.speakers .row{
	text-align: center;
}
.speakers .row .col25{
	padding-right: 10px;
	padding-left: 10px;
}
.speakers .row .col25 .img{
	width: 120px;
	height: 150px;
	border: 0px solid #111;
	overflow: hidden;
	position: relative;
	margin: auto;
	object-fit: cover;
	margin-bottom: 30px;
	outline: #efefef solid 10px;
}
.speakers .row .col25 .img img{
	object-fit: cover;
	width: 120px;
	height: 150px;
	border: 2px solid #a7c957;
}
.speakers .row .col25 h3{
	margin-top: 5px;
}
.speakers .row .col25 p{
	margin-bottom: 50px;
}
.speakers h1 {
	text-align: center;
	margin-bottom: 50px;
	color: #666;
	font-weight: 900;
	font-size: 32px
}
.speakers h1 span{
	position: relative;
}
.speakers h1 span:before{
	position: absolute;
	content: '';
	background: #415a77;
	width: 80px;
	height: 2px;
	top: 70%;
	left: -70%
}
.speakers h1 span:after{
	position: absolute;
	content: '';
	background: #415a77;
	width: 80px;
	height: 2px;
	top: 70%;
	right: -70%
}
