@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
	font-size: 14px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
}

html{
	scroll-behavior: smooth;
}

.sectionPadding{
	padding-top: 100px;
	padding-bottom: 50px;
}
@media (max-width: 767px){
	.sectionPadding{
		padding-top: 50px;
		padding-bottom: 30px;
	}	
}

a{
	color: #666;
	transition: 0.3s
}
a:hover{
	text-decoration: none;
	color: #e60000
}
h2{
	color: #04151f;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}
h2:after{
	position: absolute;
	content: '';
	width: 60px;
	height: 30px;
	left: -5px;
	top: 2px;
	z-index: -1;
	background: #e60000;
	opacity: 0.7
}

.bold-heading{
	font-size: 4rem; 
	color: #04151f;
	font-weight: 700;
	text-transform: uppercase;
}
.line{
	width: 100px; 
	height: 2px; 
	background: #fbc531; 
	margin: auto; 
	margin-bottom: 50px;
}

.fa-file-pdf {
	color: #c23616
}


.headingStyle{
	margin-bottom: 50px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #192a56
}
.headingStyle span{
	color: #192a56;
	background-color: #fbc531;
	padding: 2px 10px;
}

.NavigationBar{
	margin: 0;
	padding: 0;
	background: #04151f;
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: 0.5s
}
header{
	height: 80px;
	line-height: 80px;
	transition: 0.5s
}
header .logo{
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}
header .logo span{
	font-weight: 500;
	color: #ffb703
}
header nav{
	float: right;
}
header nav ul{
	list-style: none;
}
header nav ul li{
	display: inline-block;
	text-align: center;
}
header nav ul li a{
	color: #e60000;
	padding: 0px 10px;
	transition: 0.5s;
	position: relative;
	font-size: 14px;
	font-weight: 500
}
header nav ul li a:hover{
	text-decoration: none;
	color: #ff5252
}

header nav ul li a:before{
	content: '';
	position: absolute;
	width: 100%;
	bottom: -8px;
	left: 0;
	height: 1px;
	background-color: #999;
	transition: 0.5s;	
	transform: scale(0); 
}
header nav ul li a:hover:before{
	transform: scale(1);	
}

.nav2{
	background: #04151f;
}
.nav2 header{
	height: 70px;
	line-height: 70px;
}
.nav2 header ul li a{
	color: #fff;
}
.nav2 .logo{
	color: #fff;
}

/*RESPONSIVE NAVBAR*/

@media (max-width: 768px){
	.navOuter .NavigationBar .container{
		padding: 0
	}
	.NavigationBar{
		margin: 0;
		padding: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
		transition: 0.5s;
	}
	header{
		height: 70px;
		line-height: 70px;
		transition: 0.5s
	}
	header .logo{
		font-size: 14px;
		padding-left: 10px
	}
	header nav{
		position: absolute;
		width: 100%;
		left: -100%;
		transition: 0.5s;
	}

	header nav ul{
		list-style: none;
		background: rgba(45, 52, 54, 0.9);
		width: 100%;
		margin-bottom: 0;
		margin-top: -3px;
		left: -100%;
		position: relative;
		height: 100vh
	}
	header nav ul li{
		display: block;
		text-align: left;
	}
	header nav ul li a{
		color: #fff;
		padding: 0px 10px;
		transition: 0.5s;
		position: relative;
		font-size: 16px;
	}
	header nav ul li a:hover{
		text-decoration: none;
		color: #ff5252
	}

	header nav ul li a:before{
		content: '';
		position: absolute;
		width: 100%;
		bottom: -8px;
		left: 0;
		height: 0px;
		background-color: #999;
		transition: 0.5s;
		transform: scale(0); 
	}
	header nav ul li a:hover:before{
		transform: scale(1);	
	}	

		.nav2 header{
			height: 70px;
			line-height: 70px;
			background-color: rgba(45, 52, 54, 0.9);
		}
		.nav2 header ul li a{
			color: #fff;
		}
		.nav2 .logo{
			color: #fff;
		}

	.icon{
		display: block;
		height: 30px;
		width: 30px;
		position: fixed;
		right: 20px;
		top: 20px;
		cursor: pointer;
		z-index: 999
	}
	.icon span{
		position: relative;
		display: block;
		width: 30px;
		height: 2px;
		background: red;
		top: 30%;
		transform: translateY(-50%);
	}
	.icon span:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: inherit;
		top: 10px
	}

}
/*RESPONSIVE NAVIGATION ENDS HERE*/


/*ABOUT/HOME*/
.home{
	padding-top: 80px
}
.home .container{
	margin-top: 100px
}
.home .container .row .col-sm-4 div{
	background: url(img/banner2.jpg);
	width: 100%;
	height: 100%;
}
.home .imgBox0{
	
}
.home .imgBox0 .img{
	width: 100px;
	height: 120px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px ;
	position: relative;
}
.home .imgBox0 .img:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #e60000;
	right: -6px;
	bottom: -6px;
	z-index: -1
}
.home .imgBox0 .img img{
	width: 100px;
	height: 120px;
	position: relative;
	border: 1px solid #e60000;
}

.home .imgBox0 .details p span.name{
	display: inline-block;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333
}
.home .imgBox0 .details p span.email{
	font-weight: 500
}

@media (max-width: 767px){
	.home{
		padding-top: 80px
	}
	.home .container{
		margin-top: 20px
	}

}

.home .title span{
	display: block;
}
.home .title span:nth-child(1){
	animation: animate 1s ease infinite;
	font-weight: 900
}
.home .title span:nth-child(2){
	margin-bottom: 20px;
}
.home .title span:nth-child(3){
	font-weight: 700;
	font-size: 4rem;
	color: #e60000;
}

@keyframes animate{
	0%,100%{ color: #e60000; }
	50%{ color: #000 }
}


/*
.home .imgBox0 .img:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: inherit;
	bottom: -10px;
	right: -10px;
	z-index: -1;
	background: #ffb703
}
*/

.home .date{
	font-weight: 800;
	font-size: 4rem;
}

/*CAROUSEL*/
.carousel-indicators{
	margin-bottom: 00px;
}

.carouselDetails h4{
	color: #fff
}

.carousel-inner a{
	color: #48dbfb;
	font-weight: bold;
	transition: 0.5s;
}

.carousel-inner a:hover{
	text-decoration: none;
	color: #ff6b6b
}


.carousel .carousel-inner .item img{
}

.carousel .carousel-indicators li{
	width: 30px;
	border-radius: 2px
}


@media (max-width: 768px){
	.carousel-indicators{
		margin-bottom: 20px;
	}	
	.latestNews{
		padding-top: 80px;
		padding-bottom: 50px
	}
}

.schedule .table .scheduleSpeakerName{
	color: #e60000;
	font-weight: 400
}

.schedule .break{
	font-weight: 500;
	padding-top: 50px;
	background: #e9e2d0
}


/*IMGBOX*/
.imgBox{
	border: 0px solid #000;
	background-size: 100%;
	font-size: 15px;
	margin-bottom: 30px
}
.imgBox img{
	width: 115px;
	height: 140px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #e60000;
	background: #fff
}
.spDetails .name{
	color: #04151f;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 5px;
}
.spDetails .phone{
	font-weight: bold;
	color: #555;
	font-size: 14px
}
.spDetails a{
	color: #000;
}
.spDetails a:hover{
	color: #e60000
}

.speakersRow{
	margin-bottom: 50px
}


/*REGISTRATION*/
.icofont-block-right{
	color: #e60000
}
.icofont-simple-down{
	float: right;
	font-size: 24px
}


/*FOOTER*/
.footer{
	background: #04151f;
	margin:0;
	padding: 0;
	color: #aaa
}
.footer .container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer .container b{
	color: #aaa;
}
.footer .container a:hover{
	color: #fff;
}
.footer .container h4{
	line-height: 24px
}
.footer .container h3{
	margin-bottom: 30px
}
@media (max-width: 767px){
	.footer{
		font-size: 12px
	}
	.footer h4{
		font-size: 14px;
		margin-top: 40px
	}
}

.footer .credit a{
	color: #fff;
}
.footer .credit a:hover{
	color: #e60000
}


/*BACK TO TOP*/
#back2Top {
    z-index: 99;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
}
#back2Top i{
	font-size: 38px;
	color: #e60000
}
#back2Top:hover {
    color: #ff4c60
}
