/* Custom CSS*/
.mainbannnerowl01 {
	position: relative;
	clear: both;
	width: 100%;
}
.slider-clip {
	height: 100%;
}
.mainbannnerowl01 .slider-actions {
	position: absolute;
	z-index: 200;
	left: 0; margin-top:-28px;
	top: 50%;
	width: 100%;
}
.mainbannnerowl01 .owl-prev, .mainbannnerowl01 .owl-next {
	position: absolute;
	top: 0px;
	width: 40px;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.mainbannnerowl01 .owl-prev, .mainbannnerowl01 .owl-next {
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.mainbannnerowl01 .owl-prev:hover, .mainbannnerowl01 .owl-next:hover {
	color: #fa6f1c;
}
.mainbannnerowl01 .owl-prev {
	left: 0px;
	width: 48px;
	height: 48px;
	background-image: url(../images/nav.png);
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	text-indent: -9999px !important;
	background-position: top left;
	background-repeat: no-repeat;
}
.mainbannnerowl01 .owl-next {
	right: 0px;
	width: 48px;
	height: 48px;
	background-image: url(../images/nav.png);
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	text-indent: -9999px !important;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.mainbannnerowl01 .slides {
	list-style: none outside none;
}
.mainbannnerowl01 .slide {
	position: relative;/*height: 452px;*/
}
.mainbannnerowl01 .slide .slide-image {
	left: 0;
	top: 0;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.mainbannnerowl01 .slide .slide-content {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	color: #fff;
}
.mainbannnerowl01 .slide .slide-content p {
	
}
.mainbannnerowl01 .slide .slide-title {
	margin: 44px 0 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.mainbannnerowl01 .slide .slide-aside {
	position: relative;
	color: #963e09;
	background: #fc8f30;
}
.mainbannnerowl01 .slide .slide-tag {
	position: absolute;
	left: 50%;
	padding: 9px 22px;
	background: #fff;
	top: -19px;
	color: #27262c;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.mainbannnerowl01 .slide .slide-tag {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mainbannnerowl01 .slide .slide-progress {
	overflow: hidden;
	border-bottom: 1px solid #e5832d;
	line-height: 1;
}
.mainbannnerowl01 .slide .slide-progress span {
	display: block;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}
.mainbannnerowl01 .slide .slide-progress strong {
	display: block;
	font-size: 36px;
}
.mainbannnerowl01 .slide .slide-raised, .mainbannnerowl01 .slide .slide-to-go {
	float: left;
	width: 50%;
	height: 124px;
	padding-top: 38px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
.mainbannnerowl01 .slide .slide-to-go {
	border-left: 1px solid #e5832d;
}
.mainbannnerowl01 .slide .slide-actions a {
	display: block;
	line-height: 70px;
	color: #963e09;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.mainbannnerowl01 .slide .slide-actions a {
	-webkit-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
.mainbannnerowl01 .slide .slide-actions a:hover {
	background: #e5832d;
}
.mainbannnerowl01 .active .slide .slide-content {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
	/* W3C and Opera */
	-moz-animation-delay: 0.3s;
	/* Firefox */
	-webkit-animation-delay: 0.3s;
	/* Safari and Chrome */

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.mainbannnerowl01 .slide-alt {
	position: relative;
	height: 409px;
}
.mainbannnerowl01 .slide-alt .slide-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mainbannnerowl01 .slide-alt .slide-content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.mainbannnerowl01 .slide-alt .slide-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mainbannnerowl01 .slide-alt .slide-content .slide-content-inner {
	max-width: 500px;
	padding: 0px;
	color: #fff;
}
.mainbannnerowl01 .slide-alt .slide-content p {
	margin-bottom: 22px;
	text-transform: uppercase;
}
.mainbannnerowl01 .slide-alt .slide-title {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
.mainbannnerowl01 .slide-alt .slide-title:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	margin: 18px 0;
	background: #b75013;
}
.mainbannnerowl01 .slide-alt .slide-actions .button {
	margin: 0;
	width: 175px;
}
.mainbannnerowl01 .active .slide-alt .slide-content .slide-content-inner {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
	/* W3C and Opera */
	-moz-animation-delay: 0.3s;
	/* Firefox */
	-webkit-animation-delay: 0.3s;
	/* Safari and Chrome */
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
/* Custom CSS*/




/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.html) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/*Controls Style*/
.owl-theme .owl-controls {
	margin-top: -30px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 *display:inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 5px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #d9301a;
}
/*Controls Style*/


/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0px;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	width: 100%;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.mainbannnerowl01 .slide .backgroungbg02 {
	width: 670px;
	height: 143px;
	background: url(../images/caps-bg.html) top center no-repeat;
	padding: 24px 25px 20px 142px;
}
.mainbannnerowl01 .slide .backgroungbg01 .capsmlhead {
	background: url(../images/linebg.html) bottom left no-repeat;
}
.capsmlhead {
	display: block;
	padding-bottom: 5px;
	font-size: 16px;
	color: #fff;
	font-family: 'bebas_neuebold';
	font-size: 39px;
	line-height: 40px;
	text-shadow: 0px 2px 2px #000000;
}
.capsmlhead span {
	font-size: 20px;
}
.capbighead {
	font-size: 16px;
	color: #fff;
	font-family: 'source_sans_proregular';
	line-height: 24px;
	margin-top: 8px;
}
.slide_bg_01 {
	background: url(../../slider/images/1.html) no-repeat center center;
}
.slide_bg_02 {
	background: url(../../slider/images/2.html) no-repeat center center;
}
.slide_bg_03 {
	background: url(../../slider/images/3.html) no-repeat center center;
}
.mainbannnerowl01 .slide .backgroungbg01 { float:left;
	width: 100%;
	margin:187px 0;
	padding: 0 20px;
}
.text-info {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.text-info h2 {font-family: 'Rufina', serif;
	width: 100%;
	float: left;
	color: #fff;
	font-weight: 700;
	font-size:65px;
	text-align: center;
	margin: 0px;
	padding: 10px 10px;
	line-height:50px
}
.text-info p {
	width: 100%;
	float: left;
	color: #fff;
	font-weight: 400;
	font-size:14px;
	text-align: center;
	margin: 0px;
	padding: 10px 10px;
	line-height:25px;
}
.btn-div {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.btn-div a {
	background: #d9301a;
	display: inline-block;
	height:50px;
	line-height:50px;
	text-transform: uppercase;
	font-size:17px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	padding: 0 40px;
	margin: 15px 0px; border-radius:25px;
	;
}
.btn-div a:hover {
	background: #515254;
	color: #fff;
}


/*-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:1199px) {
}

/*-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:991px) {

}

/*-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:767px) {
}

/*-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:640px) {
.mainbannnerowl01 .slider-actions {display:none !important;}
}

/*-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:480px) {

}
