@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');

.nivo-caption,
.hero-static-caption {
	background-color: transparent;
	bottom: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
}

/*-- Hero Video Content --*/
.hero-video-caption {
	background-color: rgba(240, 240, 240, 0.8);
	padding: 250px 0;
}

/*-- Slider Content --*/
.hero-slider-content {}

.hero-slider-content h1 {
	color: #fff;
	font-size: 40px !important;
	line-height: 50px !important;
	font-weight: 600;
	margin-bottom: 10px !important;
	text-align: left !important;
	opacity: 0.9;
	letter-spacing: 1.3px;
	font-family: 'Noto Sans', sans-serif;
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-slider-content p {
	color: #a8cf45;
	font-size: 14px !important;
	opacity: 0.9;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-slider-content .p-two {
	color: #fff;
	font-size: 18px !important;
	opacity: 0.9;
	clear: left;
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

/*
.hero-slider-content span.brdr{ height:2px; background:#f87805; width:50px; float:left;margin: 10px 0 15px;} */
.hero-slider-content a {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	background-color: #a8cf45;
	color: #fff !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-radius: 0px;
	opacity: 1;
	font-weight: 600;
	padding: 14px 20px;
	margin-top: 20px !important; min-width: 140px;
}


.hero-slider-content a:hover {
	background-color: #105DBD !important;
}

/*-- Nivo Direction Nav --*/
.nivo-directionNav {
    position: absolute;
    bottom: 0;
    z-index: 99; 
    width: calc(1170px - 30px); 
    left: 50%;
    margin-right: -50px;
    -moz-transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}

.nivo-directionNav a {
    background-color: #a8cf45;
    color: #fff !important;
    float: right;
    height: 60px;
    text-align: center;
    width: 35px;
}
.nivo-directionNav a:hover {
	background-color: #787878 !important;
}

.nivo-directionNav a i {
	display: block;
	font-size: 24px;
	line-height: 58px;
}

.nivo-prevNav {

}

.nivo-nextNav {

}

@media only screen and (min-width:320px) and (max-width:767px) {

	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
		margin-bottom: 0 !important;
	}

	.hero-slider-content h1 {
		font-size: 22px !important;
		line-height: 28px !important;
		margin-bottom: 5px !important;
	}

	.hero-slider-content h1 br {
		display: none;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
		height: 1px;
	}

	.nivo-directionNav a i {
		display: none;
	}

	.nivo-directionNav a {
		display: none;
	}

	.hero-slider-content a {
		min-width: 120px;
		font-size: 12px;
		line-height: 20px;
		padding: 10px 10px !important;
		margin-top: 10px !important;
	}

	

	.hero-slider-content .p-two {
		font-size: 15px !important;
	}

	.nivo-controlNav {
		top: inherit;
		bottom:20px !important;
		right: 20px;
		width:100%;
	}
	.nivoSlider{
		height:220px !important;
	}
	.nivoSlider img {
		height: 220px !important;
	}
	.hero-slider-content p {
		margin-bottom:0 !important;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
	}

	.hero-slider-content h1 {
		font-size: 27px !important;
		line-height: 35px !important;
		margin-bottom: 10px !important;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
	}

	.hero-slider-content a {
		width: 120px;
		font-size: 13px;
		line-height: 20px;
		padding: 7px 10px !important;
		margin-top: 20px !important;
	}
	.nivo-directionNav {
		width: calc(767px - 30px);
		left: 0%;
		margin-right: 0px;
	   -moz-transform: translatex(0%);
	   -webkit-transform: translatex(0%); 
	   transform: translatex(0%);
	}
	.nivo-controlNav {
			bottom: 25px;
			z-index: 99;
			width: calc(768px - 30px);
			left: 50%;
			margin-right: -50px;
			-moz-transform: translatex(-50%);
			-webkit-transform: translatex(-50%);
			transform: translatex(-50%);
	}
	
	
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	  
	.hero-slider-content .p-one {
		font-size: 13px !important;
		line-height: 22px;
	}

	.hero-slider-content h1 {
		font-size: 35px !important;
		line-height: 45px !important;

	}

	.hero-slider-content a {
		margin-top: 10px !important;
	}

	.nivo-controlNav {
		top: 48%;
		right: 50px;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 6px 0 10px;
	}
	/* Date 10-10-2023 */
	.nivo-directionNav {
		width: calc(1000px - 30px);
		left: 50%;
		margin-right: -50px;
	}
	.hero-slider-content p {
		font-size: 14px !important;
		line-height: 24px;
		margin-bottom:0 !important;
    }
	.nivo-controlNav {
			bottom: 25px;
			z-index: 99;
			width: calc(970px - 30px);
			left: 50%;
			margin-right: -50px;
			-moz-transform: translatex(-50%);
			-webkit-transform: translatex(-50%);
			transform: translatex(-50%);
	}
}