<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * 	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%; z-index:10;
}
.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; margin-right:0px;
}
.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.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-prev{ height:32px; width:32px; background:url(../images/prew-arrow.png) center center no-repeat; position:absolute; left:-45px; top:0;}
.owl-next{ height:32px; width:32px; background:url(../images/next-arrow.png) center center no-repeat; position:absolute; right:-45px; top:0;}


.min-section .block-no-3 .tab-block .tab-content .owl-controls{ top:-60px; }
.min-section .block-no-3 .tab-block .tab-content .owl-prev{ height:60px; margin:0; border-radius:0; border:1px solid #d9d8d8; width:32px; background:url(../images/arrow-1.png) center center no-repeat #f4f4f4; position:absolute; left:0; top:0;}
.min-section .block-no-3 .tab-block .tab-content .owl-next{ height:60px; margin:0; border-radius:0; border:1px solid #d9d8d8; width:32px; background:url(../images/arrow-2.png) center center no-repeat #f4f4f4; position:absolute; right:0; top:0;}

#sync1 .owl-item{ margin-right:0;}
#sync2 .owl-item{ margin-right:0;}
#sync2{ padding-left:30px; padding-right:30px;}

#sync3 .owl-item{ margin-right:0;}
#sync4 .owl-item{ margin-right:0;}
#sync4{ padding-left:30px; padding-right:30px;}

#sync5 .owl-item{ margin-right:0;}
#sync6 .owl-item{ margin-right:0;}
#sync6{ padding-left:30px; padding-right:30px;}
#sync6 .owl-item:first-child{margin-left:2px;}
#sync6 .owl-item:last-child{padding-right: 7px;}

#sync7 .owl-item{ margin-right:0;}
#sync8 .owl-item{ margin-right:0;}
#sync8{ padding-left:30px; padding-right:30px;}

#sync9 .owl-item{ margin-right:0;}
#sync10 .owl-item{ margin-right:0;}
#sync10{ padding-left:30px; padding-right:30px;}

#sync13 .owl-item{ margin-right:0;}
#sync14 .owl-item{ margin-right:0;}
#sync14{ padding-left:30px; padding-right:30px;}

#sync11 .owl-item{ margin-right:0;}
#sync12 .owl-item{ margin-right:0;}
#sync12{ padding-left:30px; padding-right:30px;}

#sync15 .owl-item{ margin-right:0;}
#sync16 .owl-item{ margin-right:0;}
#sync16{ padding-left:30px; padding-right:30px;}

#sync17 .owl-item{ margin-right:0;}
#sync18 .owl-item{ margin-right:0;}
#sync18{ padding-left:30px; padding-right:30px;}

#sync19 .owl-item{ margin-right:0;}
#sync20 .owl-item{ margin-right:0;}
#sync20{ padding-left:30px; padding-right:30px;}


@media screen and (max-width:767px) {
.min-section .block-no-3 .tab-block .tab-content .owl-prev{ display:none;}
.min-section .block-no-3 .tab-block .tab-content .owl-next{display:none;}
#sync2{ padding-left:0px; padding-right:0px;}
#sync4{ padding-left:0px; padding-right:0px;}
#sync6{ padding-left:0px; padding-right:0px;}
#sync8{ padding-left:0px; padding-right:0px;}
#sync10{ padding-left:0px; padding-right:0px;}
#sync12{ padding-left:0px; padding-right:0px;}
#sync14{ padding-left:0px; padding-right:0px;}
#sync16{ padding-left:0px; padding-right:0px;}
#sync18{ padding-left:0px; padding-right:0px;}
#sync20{ padding-left:0px; padding-right:0px;}
}</pre></body></html>