/* 
 * 	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;
}

.popular-tab-product-4 .owl-wrapper-outer, .popular-tab-product-4 .owl-wrapper, .popular-tab-product-4 .owl-item {
    height: 100%;
}
/* display none until init */
.owl-carousel{
	
	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-next{right: 7px;}
.owl-prev{left: 7px; 
	border-radius: 0px 3px 3px 0px !important;
	z-index: 999;}


.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
	position: relative;
	top: 2px;
	right: 20px;
	left: 0;
	display: none;
	bottom: 0px;
	/* margin: auto !important; */
}

/* 
@media screen and (min-width:768px) {
	.img-54365 .owl-controls .owl-page{
		display: none !important;
	}
}
@media screen and (max-width:768px) {
	.img-54365 .owl-controls .owl-buttons div{
		display: none !important;
	}
} */
.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.png) 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);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	height: 80px;
	width: 40px;
	text-align: center;
	color: #f00;
	margin: 0 5px;
	font-size: 68px;
	font-weight: 700;
	background: transparent;
	border-radius: 3px 0px 0px 3px;
	display: none;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
    color: red;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.pre-pos{
	position: absolute;
left: 0;
top: 139px;
}
.nxt-pos{
	position: absolute;
right: 0;
top: 139px;
}
.img-54365 .owl-prev, .img-54365 .owl-next {
    font-size: 24px !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50px !important;
    box-shadow: 0px 0px 5px #000;
    padding: 0;
    align-items: center;
    display: grid !important;
    background: #fff !important;
}
.popular-tab-product-4 .owl-buttons {
	align-items: center;
}

.homeHvr-right {
	line-height: normal;
	text-align: right;
	justify-content: right;
}
.homeHvr-right > div {
	background: radial-gradient(#000000a8, transparent);
	/* max-width: 500px; */
	padding: 10px;
}
.homeHvr-right .homeHvr-head {
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	text-shadow: 0px 0px 5px #1e3094;
}
.homeHvr-right .homeHvr-line1 {
	font-size: 16px;
	padding: 5px 0;
	color: #cdcdcd;
	line-height: normal;
	text-shadow: 0px 0px 5px #1e3094;
}
.homeHvr-right .homeHvr-line2 {
	font-size: 13px;
	padding-top: 10px;
	color: #ffffff;
	line-height: normal;
	text-shadow: 0px 0px 5px #00000000;	
}

.homeHvr-right .homeHvr-btn {
	line-height: normal;
	padding-top: 20px;
}
.homeHvr-right .homeHvr-btn a {
	text-transform: uppercase;
	font-weight: bold;
	background: red;
	color: white;
	display: block;
	margin-left: auto;
	width: 124px;
	text-align: center;
	padding: 6px 12px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	line-height: normal;
}
.homeHvr-right .homeHvr-btn2 {
	line-height: normal;
	padding-top: 20px;
}
.homeHvr-right .homeHvr-btn2 a {
	text-transform: uppercase;
	font-weight: bold;
	background: rgba(50, 6, 119, 0.356);
	color: white;
	display: block;
	margin-left: auto;
	text-align: center;
	padding: 6px 12px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	line-height: normal;
}
.homeHvr-right .homeHvr-btn2 [k9h7j] {
	margin-left: auto;
}



.homeHvr-left {
	line-height: normal;
	text-align: left;
	justify-content: left;
}
.homeHvr-left > div {
	background: radial-gradient(#000000a8, transparent);
	/* max-width: 500px; */
	padding: 10px;
}
.homeHvr-left .homeHvr-head {
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	text-shadow: 0px 0px 5px #1e3094;
}
.homeHvr-left .homeHvr-line1 {
	font-size: 16px;
	padding: 5px 0;
	color: #cdcdcd;
	line-height: normal;
	text-shadow: 0px 0px 5px #1e3094;
}
.homeHvr-left .homeHvr-line2 {
	font-size: 13px;
	padding-top: 10px;
	color: #ffffff;
	line-height: normal;
	text-shadow: 0px 0px 5px #00000000;	
}

.homeHvr-left .homeHvr-btn {
	line-height: normal;
	padding-top: 20px;
}
.homeHvr-left .homeHvr-btn a {
	text-transform: uppercase;
	font-weight: bold;
	background: red;
	color: white;
	display: block;
	margin-right: auto;
	width: 124px;
	text-align: center;
	padding: 6px 12px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	line-height: normal;
}
.homeHvr-left .homeHvr-btn2 {
	line-height: normal;
	padding-top: 20px;
}
.homeHvr-left .homeHvr-btn2 a {
	text-transform: uppercase;
	font-weight: bold;
	background: rgba(50, 6, 119, 0.356);
	color: white;
	display: block;
	margin-right: auto;
	text-align: center;
	padding: 6px 12px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	line-height: normal;
}
.homeHvr-left .homeHvr-btn2 > div {
	margin-right:auto;
	justify-content: left;
}



.homeHvr-center {
	line-height: normal;
	text-align: center;
	justify-content: center;
}
.homeHvr-center > div {
	background: radial-gradient(#000000a8, transparent);
	/* max-width: 600px; */
	padding: 10px;
}
.homeHvr-center .homeHvr-head {
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	text-shadow: 0px 0px 5px #1e3094;
}
.homeHvr-center .homeHvr-line1 {
	font-size: 16px;
	padding: 5px 0;
	color: #cdcdcd;
	line-height: normal;
	text-shadow: 0px 0px 5px #1e3094;
}
.homeHvr-center .homeHvr-line2 {
	font-size: 13px;
	padding-top: 10px;
	color: #ffffff;
	line-height: normal;
	text-shadow: 0px 0px 5px #00000000;	
}

.homeHvr-center .homeHvr-btn {
	line-height: normal;
	padding-top: 20px;
}
.homeHvr-center .homeHvr-btn a {
	text-transform: uppercase;
	font-weight: bold;
	background: red;
	color: white;
	display: block;
	margin: auto;
	width: 124px;
	text-align: center;
	padding: 6px 12px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	line-height: normal;
}
.homeHvr-center .homeHvr-btn2 {
	line-height: normal;
	padding-top: 20px;
}
.homeHvr-center .homeHvr-btn2 a {
	text-transform: uppercase;
	font-weight: bold;
	background: rgba(50, 6, 119, 0.356);
	color: white;
	display: block;
	margin: auto;
	text-align: center;
	padding: 6px 12px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	line-height: normal;
}
.homeHvr-center .homeHvr-btn2 > div {
	margin: auto;
	justify-content: center;
}

.Q678G6N .owl-controls {
	height: 50px;
}
.Q678G6N .owl-buttons {
	position: absolute;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.Q678G6N .owl-prev, .Q678G6N .owl-next {
    top: 0px !important;
}

@media screen and (min-width:500px) {
	.homeHvr-right .homeHvr-head, .homeHvr-left .homeHvr-head, .homeHvr-center .homeHvr-head {
		font-size: 33px;
	}
	.homeHvr-right .homeHvr-line1, .homeHvr-left .homeHvr-line1, .homeHvr-center .homeHvr-line1 {
		font-size: 16px;
	}
	.homeHvr-right .homeHvr-line2, .homeHvr-left .homeHvr-line2, .homeHvr-center .homeHvr-line2 {
		font-size: 14px;
	}
}


@media screen and (min-width:768px) {
	.homeHvr-right .homeHvr-head, .homeHvr-left .homeHvr-head, .homeHvr-center .homeHvr-head {
		font-size: 53px;
	}
	.homeHvr-right .homeHvr-line1, .homeHvr-left .homeHvr-line1, .homeHvr-center .homeHvr-line1 {
		font-size: 19px;
	}
	.homeHvr-right .homeHvr-line2, .homeHvr-left .homeHvr-line2, .homeHvr-center .homeHvr-line2 {
		font-size: 15px;
	}
}

@media screen and (min-width:800px) {
	.homeHvr-right .homeHvr-head, .homeHvr-left .homeHvr-head, .homeHvr-center .homeHvr-head {
		font-size: 73px;
	}
	.homeHvr-right .homeHvr-line1, .homeHvr-left .homeHvr-line1, .homeHvr-center .homeHvr-line1 {
		font-size: 24px;
	}
	.homeHvr-right .homeHvr-line2, .homeHvr-left .homeHvr-line2, .homeHvr-center .homeHvr-line2 {
		font-size: 16px;
	}
}


@media screen and (min-width:1000px) {
	.homeHvr-right .homeHvr-head, .homeHvr-left .homeHvr-head, .homeHvr-center .homeHvr-head {
		font-size: 73px;
	}
	.homeHvr-right .homeHvr-line1, .homeHvr-left .homeHvr-line1, .homeHvr-center .homeHvr-line1 {
		font-size: 24px;
	}
	.homeHvr-right .homeHvr-line2, .homeHvr-left .homeHvr-line2, .homeHvr-center .homeHvr-line2 {
		font-size: 16px;
	}
}



@media screen and (min-width:1150px) {
	.homeHvr-right .homeHvr-head, .homeHvr-left .homeHvr-head, .homeHvr-center .homeHvr-head {
		font-size: 83px;
	}
	.homeHvr-right .homeHvr-line1, .homeHvr-left .homeHvr-line1, .homeHvr-center .homeHvr-line1 {
		font-size: 29px;
	}
	.homeHvr-right .homeHvr-line2, .homeHvr-left .homeHvr-line2, .homeHvr-center .homeHvr-line2 {
		font-size: 18px;
	}
}

