@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(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	width: 100%;
	z-index: 8;
}
.nivoSlider img {
	border-radius: 0 0px 0 0;
}


/*-- Slider Content --*/
.hero-slider-content {}

.hero-slider-content h1 {
	color: #06396b;
	font-size: 36px !important;
	line-height: 45px !important;
	font-weight: 800;
	margin-bottom: 10px !important;
	text-align:left !important;
	opacity: 0.9;
	letter-spacing: 1px;
	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: #000;
	font-size: 18px !important;
	opacity: 0.9;
	font-weight: 400;
	text-align:left;
	line-height: 28px;
	-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);
	margin-bottom:0 !important;
}

.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 {
	text-transform: capitalize;
    display: table;
    margin: 15px 0 30px;
    text-align: center;
    padding: 15px 20px !important;
    background: #e32029;
    border-radius: 5px !important;
    position: relative;
    min-width: 150px;
    color: #FFF !important;
    font-weight: 500;
}

.hero-slider-content a:hover {
	background: #393185 !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) {

	.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;
	}
	.nivoSlider {
		top: 1px;
		height: 220px !important;
	}

	.nivoSlider img {
		height: 220px !important;
	}
	
	.nivo-controlNav::before, .nivo-controlNav::after {
		display:none;
    }
	
	.nivo-controlNav {
		top: 50%;
		right: 20px;
	}
	.nivoSlider img {
		border-radius: 0 0px 0 0;
	}
	.nivo-caption, .hero-static-caption {
		top: 50%;
		-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
		transform: translateY(-60%);
	}
	.hero-slider-content p {
		font-size: 12px !important;
		opacity: 0.9;
		font-weight: 400;
	}
}

@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 {
		min-width: 120px;
		font-size: 13px;
		line-height: 20px;
		padding: 7px 10px !important;
		margin-top: 10px !important;
	}
	.nivo-controlNav {
		top: 60%;
		margin-bottom: -60%;
		-webkit-transform: translateY(-60%);
		-moz-transform: translateY(-60%);
		transform: translateY(-60%);
		list-style: none;
	}
	.nivo-controlNav::before, .nivo-controlNav::after {
		top: -110px;
		width: 1px;
		height: 80px;
	}
	
	.nivo-caption, .hero-static-caption {
       top: 72%;
		-webkit-transform: translateY(-72%);
		-ms-transform: translateY(-72%);
		transform: translateY(-72%);
	}
	.hero-slider-content p {
		font-size: 13px !important;
		line-height: 24px;
	}
	
	
}

@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: 30px !important;
		line-height: 40px !important;
	}

	.hero-slider-content a {
		margin-top: 10px !important;
	}
	.hero-slider-content a {
       margin: 10px 0 20px;
       padding: 10px 15px !important;
       border-radius: 4px !important;
       min-width: 135px;
    }
	.nivo-controlNav {
		top: 65%;
	}
	
	.hero-slider-content span.brdr {
		width: 50px;
		margin: 6px 0 10px;
	}
	.hero-slider-content p {
		font-size: 14px !important;
		line-height: 25px;
	}
}