@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: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
	overflow: visible;
}

/*-- 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: 45px !important;
	line-height: 55px !important;
	font-weight: 700;
	margin-bottom: 10px !important;
	text-align: left !important;
	letter-spacing: 1px;
	font-family: 'DM Sans', sans-serif;
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
}

.hero-slider-content h1 span {
	color: #ffbd5a;
}

.hero-slider-content p {
	color: #fff;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px !important;
	background: #9f3522;
	display: table;
	padding: 11px !important;
	/* -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 {
	width: 160px;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700;
    padding: 12px 12px 12px !important;
    z-index: 1;
    position: relative;
    display: block;
    text-align: center;
    color: #012a4a !important;
    line-height: 1;
    background: #ffc826;
    border-radius:5px !important;
    margin-top: 20px !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
	text-transform: capitalize;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	
}

.hero-slider-content a:hover {
	color: #fff !important;
	background: #01415d !important;
}

/*-- Nivo Direction Nav --*/
.nivo-directionNav {}

.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff !important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 45%;
	width: 58px;
}

.nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
}

.nivo-directionNav a i {
	display: block;
	font-size: 24px;
	line-height: 58px;
}

.nivo-prevNav {
	left: 30px;
}

.nivo-nextNav {
	right: 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {

	.nivo-caption,
	.hero-static-caption {
		top: 50%;
	}

	.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 p {
		font-size: 13px !important;
		line-height: 20px;
		padding:6px 8px !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 {
		width: 130px;
		font-size: 12px !important;
		line-height: 20px;
		padding: 12px 10px !important;
		margin-top: 10px !important;
	}

	.hero-slider-content a::before {
		width: 130px;
		padding: 15px 20px 29px !important;
		left: 5px;
		top: 5px;
	}

	.hero-slider-content a:hover::before {
		left: 0px;
		top: 0px;
		padding: 15px 20px 28px !important;
	}

	.nivoSlider {
		top: 1px;
		height: 220px !important;
	}

	.nivoSlider img {
		height: 220px !important;
	}

	.hero-slider-content .p-two {
		font-size: 15px !important;
	}

	.nivo-controlNav {
		top: 45%;
		right: 20px;
		display: none;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.nivo-caption,
	.hero-static-caption {
		top: 48%;
	}

	.nivo-controlNav {
		display: none;
	}

	.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 p {
		font-size: 16px !important;
		line-height:25px !important;
		padding:6px 8px !important;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
	}

	.hero-slider-content a {
		width: 130px;
		font-size: 13px !important;
		line-height: 20px;
		padding: 14px 10px !important;
		margin-top: 20px !important;
	}

	.hero-slider-content a::before {
		width: 130px;
		padding: 17px 20px 30px !important;
	}

	.hero-slider-content a:hover::before {
		padding: 17px 20px 30px !important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slider-content {
		margin-left: 70px;
	}

	.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: 80%;
		left: 38px;
	}

	.nivo-controlNav::before {
		top: -42px;
		height: 32px;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 6px 0 10px;
	}
	/* Date 22-08-2023 */
	.hero-slider-content p {
		font-size: 18px !important;
		line-height: 24px;
		margin-bottom: 6px !important;
		padding: 8px 10px !important;
	}
	
	
}