@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;
}

/*-- Hero Video Content --*/
.hero-video-caption {
	background-color: rgba(240, 240, 240, 0.8);
	padding: 250px 0;
}

/*-- Slider Content --*/
.hero-slider-content {
	padding-left: 90px;
	position: relative;
}

.fill-bar {
	position: absolute;
	width: 1.5px;
	height: 130px;
	left: -20px;
	top: 5px;
	background: #fff;
}

.fill-bar::before {
	content: "";
	position: absolute;
	width: 1.5px;
	left: 0;
	top: 0;
	background: rgb(152, 17, 10);
	animation: mymove 4.9s;
	animation-fill-mode: none;
	animation-fill-mode: forwards;
}

@keyframes mymove {
	from {
		height: 0px;
	}

	to {
		height: 130px;
	}
}

.hero-slider-content h1 {
	color: #fff;
	font-size: 40px !important;
	line-height: 55px !important;
	font-weight: 600;
	margin-bottom: 10px !important;
	text-align: left !important;
	opacity: 0.9;
	letter-spacing: 1.3px;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-slider-content p {
	color: #ffe13c;
	font-size: 18px !important;
	opacity: 0.9;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	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: 140px;
	display: block !important;
	font-size: 14px;
	background: transparent;
	border: none;
	text-align: center;
	position: relative;
	color: #fff !important;
	cursor: pointer;
	z-index: 1;
	padding: 14px 20px !important;
	margin-bottom: 15px !important;
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
}

.hero-slider-content a::after,
.hero-slider-content a::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -99999;
	transition: all .4s;
}

.hero-slider-content a::before {
	transform: translate(0%, 0%);
	width: 100%;
	height: 100%;
	background: #ed8804;
	border-radius: 10px;
}

.hero-slider-content a::after {
	transform: translate(10px, 10px);
	width: 35px;
	height: 35px;
	background: #98110ae8;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 50px;
}

.hero-slider-content a:hover::before {
	transform: translate(5%, 20%);
	width: 110%;
	height: 110%;
}

.hero-slider-content a:hover::after {
	border-radius: 10px;
	transform: translate(0, 0);
	width: 100%;
	height: 100%;
}

.hero-slider-content a:active::after {
	transition: 0s;
	transform: translate(0, 5%);
}

/*  */

/*-- 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;
}

.nivo-controlNav {
	top: 51%;
	left: 100px;
	display: table;
}

.nivo-controlNav li {
	margin-bottom: 40px !important;
}

.nivo-controlNav a.active {
	background: #98110a;
}

@media only screen and (min-width:320px) and (max-width:767px) {

	.hero-slider-content {
		padding-left: 0px;
	}

	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
		margin-bottom: 0 !important;
	}

	.hero-slider-content p {
		font-size: 13px !important;
		font-weight: 600;
	}

	.hero-slider-content h1 {
		font-size: 22px !important;
		line-height: 30px !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 {
		width: 120px;
		font-size: 12px;
		line-height: 20px;
		padding: 10px 10px !important;
		margin-top: 10px !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) {
	.hero-slider-content {
		padding-left: 80px;
	}

	.nivo-controlNav {
		top: 54%;
		left: 30px;
	}

	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
	}

	.hero-slider-content p {
		font-size: 15px !important;
		font-weight: 600;
	}

	.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: 10px 10px !important;
		margin-top: 20px !important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slider-content {
		margin-left: 0px;
	}

	.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: 52%;
		left: 50px;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 6px 0 10px;
	}
}