@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');

.headingStyle1{
	color: #333;
	position: relative;
	font-weight: 600;
	margin-bottom: 30px;
}
@media (max-width: 768px){
	.headingStyle1{
		margin-top: 0;
	}
}
.headingStyle1:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: -5px;
	width: 50px;
	height: 2px;
	background: #f2b632;
}


.padding{
	padding: 30px 0
}


		*{
			margin:0;
			padding: 0;
			transition: 0.5s;
			font-family: Jost;
			font-size: 16px;
			color: #666;
		}


/*HEADER*/

		.header h1, .header h2, .header h4{
			margin: 0;
			padding: 0;
		}
		.header h1.title{
			font-size: 28px;
			font-weight: 700;
			color: #2980b9;
			margin-top: 00px;
			margin-bottom: 5px;
		}
		.header h2{
			margin-top: 0px;
			font-weight: 500;
			color: #999
		}
		.header h4{
			margin-bottom: 10px;
			margin-top: 10px;
		}

		.headerImg{
			display: inline-block; 
			margin-bottom: 20px;
		}
		.headerImg img{
			height: 70px
		}

		@media (max-width: 768px){
			.header h1.title{
				font-size: 18px;
			}
			.header h2{
				font-size: 16px;
			}
			.header h4{
				margin-top: 10px;
				font-size: 16px;
				margin-bottom: 10px;
			}
			.headerImg img{
				height: 40px
			}
		}

	/*NAVIGATION BAR BS*/
	.navigationBarContainer{
		background: #023047;
	}
	.navigationBarContainer .container .navbar{
		margin-bottom: 0;
		background: #023047;
		border-width: 0
	}
	.navigationBarContainer .container .navbar a{
		color: #eee;
	}
	.active{
		background: red;
		color: #000
	}
	.navigationBarContainer .container .navbar ul li:first-child{
		padding-left: 0;
		margin-left: 0
	}

/*
		.navigation{
			background: #023047;
			height: 50px;
			margin-top:10px;
		}

		nav ul{
			list-style: none;
			line-height: 50px;
		}
		nav ul li{
			display: inline-block;
			padding:0 10px;
			line-height: 50px;
			position: relative;
		}

		nav ul li:first-child{
			padding: 0
		}
		nav ul li a{
			color: #fff;
			font-weight: 500;
			letter-spacing: 2px;
			font-size: 14px
		}
		nav ul li a:hover{
			color: #ffb703;
			text-decoration: none;
		}


	.active a{
		color: #ffb703;
	}
	.active:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: -27px;
		border-top: 15px solid #023047;
		border-right: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid transparent;
		left: 50%;
		transform: translateX(-50%);
	}

	.navigation .container .icon{
		display: none;
	}
*/



/*SLIDER*/
		.slider-container{
			position: relative;
			margin-top: 50px;
			margin-bottom: 00px;
		}
		@media (max-width: 768px){
			.slider-container{
				margin-top: 20px;
			}
		}
		.cycle-slideshow {
			width: 100%;
		}
		.cycle-slideshow img{
			width: 100%;
		}
		.slider-container .center{
			margin-top: -50px;
			z-index: 1000;
			position: absolute;
		}
		.slider-container .center a{
			text-decoration: none;
			letter-spacing: 2px;
			display: inline-block;
			background: #f39c12;
			margin-top: 0px;
			margin-left: 10px;
			padding: 10px 20px;
			box-sizing: border-box;
			transition: 0.3s;
		}
		@media (max-width: 768px){
			.slider-container .center a{
				text-decoration: none;
				letter-spacing: 2px;
				display: inline-block;
				background: #f39c12;
				margin-top: 0px;
				margin-left: 3px;
				padding: 2px 4px;
				box-sizing: border-box;
				transition: 0.3s;
			}			
			.slider-container .center{
				margin-top: -30px;
				z-index: 1000;
				position: absolute;
			}
		}		
		.slider-container .center a .fas{
			color: #000
		}
		.slider-container a:hover{
			opacity: 0.9
		}
		.slider-container a:hover .fas{
			color: #fff;
		}

		
		span.free-registration{
			float: right;
			top: 0;
			right: 0;
			background: #f1c40f;
			padding: 10px 20px;
			font-family: Montserrat;
			color: #2980b9;
			letter-spacing: 2px;
			font-weight: 500;
			animation: animate 2s linear infinite;
		}
		@media (max-width: 768px){
			span.free-registration{
				background: #f1c40f;
				padding: 5px 10px;
				margin-bottom: 10px;
				display: inline-block;
			}
		}

		@keyframes animate{
			0%,100%{ color: #aaa; }
			50%{ color: #000; }
		}



/*IMG BOX*/
.img-box{
	text-align: center;
	margin-bottom: 50px
}
.img-box .img{
	width: 130px;
	height: 150px;
	margin:auto;
}
.img-box .img img{
	width: 100%;
	height: 100%
}
.img-box .details .name{
	display: block;
	font-weight: 500;
	margin-top: 12px;
	text-decoration: none;
}

.img-box2{
	display: flex;
	margin-bottom: 20px;
}
.img-box2 img{
	width: 130px;
	height: 150px;
	border: 1px solid #999;
	padding:0px;
	margin-bottom: 20px;
}
.img-box2 .details{
	padding-left: 20px;
}
.industrialPanel .img-box2 .details{
	padding-left: 0px;
}
.img-box2 .details .name{
	font-weight: 500;
	display: block;
	margin-bottom: 2px;
}

.img-box2 .socialIcons{
	margin-top: 15px;
}
.img-box2 .socialIcons a{
	font-size: 16px;
	color: #666;
	transition: 0.3s;
	cursor: pointer;
}
.img-box2 .socialIcons a:hover{
	text-decoration: none;
	color: #ffb703
}
.img-box2 .socialIcons a:nth-child(3), .img-box2 .socialIcons a:nth-child(2){
	padding-left: 2px;
	font-weight: 600;
}

/*FOOTER*/
.footer{
	padding: 100px;
	background:#023047;
	margin-top: 100px;
	color: #fff;
}
@media (max-width: 768px){
	.footer{
		padding: 20px;
		background:#023047;
		margin-top: 30px;
	}	
}



/*TABS*/
.nav-pills li a{
	background: #ddd;
	color: #000
}

.nav-pills li.active a, .nav-pills li.active a:focus {
	background: #2d3764;
	color: #f2b632
}	


/*MODAL*/
.modal-header{
	border-bottom: 0
}
.modal-header .modal-title{
	color: #0077b6;
}
.modal-footer{
	border-top: 0;
}
.modal-footer .btn{
	float: left;
	background: #ffb703;
	border-width: 0
}



		.videoFrame{
			width: 500px;
			height: 280px;
			background: #f8961e;
			margin-bottom: 50px
		}
		@media (max-width: 768px){
			.videoFrame{
				width: 350px;
				height: 180px;
			}
		}


/*FIXED YT ICON*/
.liveOnYT{
	font-size: 18px;
	background-color: #ff0000;
	display: inline-block;
	color: #fff;
	padding: 0px 10px;
}
.liveOnYT:hover, .liveOnYT:focus{
	text-decoration: none;
	color: #ddd;
}
.liveOnYT i{
	color: #fff;
}