<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * 	Sticky
 */
.admin-bar .is-sticky {
	top: 32px !important;
}
.header-sticky .is-sticky {
	top: 103px !important;
}
.admin-bar.header-sticky .is-sticky {
	top: 135px !important;
}

/* 
 * 	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;
}
.portfolio-carousel {
	position: relative;
}
.portfolio-carousel.style-2 .owl-carousel {
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
}
.owl-carousel.pagi-top, .owl-carousel.pagi-bottom {
	overflow: visible;
}
.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-carousel .owl-item img {
	transform-style: inherit;
	-webkit-transform-style: inherit;
}
.owl-carousel .owl-item &gt; * {
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}
.owl-page,
.owl-buttons div {
	cursor: pointer;
}
.owl-nav &gt; div &gt; i {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #cdcdcd;
	border-radius: 100%;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
	overflow: hidden;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.owl-nav &gt; div &gt; i:hover {
	background: #2196f3;
	color: #fff;
	border-color: #2196f3;
}
.owl-dots {
	margin-top: 30px;
	text-align: center;
}
.k2t-blog-post .owl-dots {
	margin-top: 0;
}
.owl-dots &gt; div {
	width: 70px;
	height: 5px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background: #c4c4c4;
	vertical-align: top;
}
.owl-dots &gt; div.active {
	background: #3f51b5;
}

	/* 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);
}

/* Styling Next and Prev buttons */
.owl-theme .owl-buttons {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: -60px;
	right: 0px;
}
.portfolio-carousel.style-2 .owl-theme .owl-buttons {
	top: 50%;
	right: -70px;
	margin-top: -60px;
}
.owl-theme .owl-buttons &gt; div {
	border: 1px solid #c5c5c5;
	border-radius: 100%;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 125%;
	color: #c5c5c5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.owl-theme .owl-buttons &gt; div.owl-next {
	margin-left: 10px;
}
.owl-theme .owl-buttons &gt; div:hover {
	border-color: #252525;
	color: #252525;
}

/* style for post format */
.format-gallery .owl-theme .owl-buttons {
	right: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.format-gallery .owl-theme .owl-buttons &gt; div {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0;
	border: 0;
	color: #fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.format-gallery .owl-theme .owl-buttons &gt; div i {
	font-size: 30px;
}
.format-gallery .owl-theme .owl-buttons &gt; div:last-child {
	float: right;
}
.format-gallery .owl-theme .owl-buttons &gt; div:hover {
	color: #3f51b5;
}
.format-gallery .owl-theme .owl-buttons &gt; div &gt; i {
	line-height: 40px;
}

	/* Clickable class fix problem with hover on touch devices */
	/* Use it for non-touch hover action */

.owl-theme .clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
	/* Styling Pagination*/
.owl-theme  .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: none;
	border: 2px solid #fff;
}
.format-gallery .owl-theme .owl-pagination{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.owl-theme  .owl-page.active span,
.owl-theme .clickable .owl-page:hover span {
	border: 2px solid #3f51b5;
	transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}
.owl-theme  .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 85%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
	/* Pagination Style 2 */
.pagi-style-2.owl-theme  .owl-page span {
	width: 10px;
	height: 10px;
	background: #3d414b;
	margin: 3px;
}
.pagi-style-2.owl-theme .owl-page.active span,
.pagi-style-2.owl-theme .clickable .owl-page:hover span {
	border: 2px solid #3f51b5;
	background: none;
}

	/* Pagination postion */
.pagi-top {
	margin-top: 30px;
	margin-bottom: 20px;
}
.pagi-top .owl-pagination {
	margin-bottom: 0;
	position: absolute;
	top: -35px;
	width: 100%;
}
.pagi-bottom {
	margin-bottom: 42px;
}
.pagi-bottom .owl-pagination {
	bottom: -32px;
	position: absolute;
	width: 100%;
}
.pagi-on_slider  {
	height: 0;
}
.pagi-on_slider .owl-pagination {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	bottom: 45px;
	display: inline-block;
	height: 26px;
	padding: 3px 7px 0;
	position: relative;
}
.pagi-style-2.pagi-on_slider .owl-pagination {
	height: 23px;
}

	/* Stretch */
.owl-stretch.owl-carousel .owl-stage-outer {
	width: 104%;
	margin-left: -2%;
	margin-right: -2%;
	padding-left: 2%;
	padding-right: 2%;
}
.owl-stretch.owl-carousel .owl-stage-outer &gt; .owl-stage &gt; .owl-item &gt; * {
	margin-bottom: 40px;
}
.owl-stretch .owl-dots {
	margin-bottom: 10px;
}

@media (max-width: 480px) { 
	 .owl-nav {
		top: 50%;
		width: 100%;
		margin-top: 10px;
		position: static;
	}
	 .owl-nav &gt; div {
		margin-left: 0;
	}
}</pre></body></html>