<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS */

.tx-slider.tx-el-slider .tx-slider-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dialog-type-lightbox {
	z-index: 300010;
}

.tx-testiin2 {
	padding: 16px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-text {
	display: block;
	clear: both;
	min-height: 48px;
	padding-bottom: 16px;
}

.cite-wrap {
	display: block;
	clear: both;
}

.cite-wrap-inner {
	display: inline-block;
	position: relative;
	padding-left: 120px;
	min-height: 100px;
	
	text-align: left;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-photo {
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	overflow: hidden;
	
	position: absolute;
	left: 0px;
	top: 0px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-photo img {
	height: 100px;
	width: 100px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-name {
	display: block;
	clear: both;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-desig {
	display: block;
	clear: both;
	font-size: 12px;
	color: #777;
	padding-right: 6px;
	line-height: 16px;
}

.tx-testiin2 .tx-testi2-item span.tx-testi2-org {
	display: inline-block;
	clear: both;
	font-size: 12px;
	line-height: 16px;
	color: #464646;
	font-weight: 500;	
}

.tx-testiin2 .owl-controls {
	position: relative;
	padding-top: 12px;
}

.tx-testiin2 .owl-controls .owl-buttons {
	display: inline-block;
}

.tx-testiin2 .owl-controls .owl-buttons .owl-prev,
.tx-testiin2 .owl-controls .owl-buttons .owl-next {
	display: inline-block;
	height: 24px;
	width: 24px;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #bbb;
	margin: 1px;
	
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;	
}


.tx-testiin2 .owl-controls .owl-buttons .owl-prev span,
.tx-testiin2 .owl-controls .owl-buttons .owl-next span {
	display: block;
	height: 24px;
	width: 24px;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	color: #999;
	
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;	
}

.tx-testiin2 .owl-controls .owl-buttons .owl-prev:hover span,
.tx-testiin2 .owl-controls .owl-buttons .owl-next:hover span {
	color: #FFF;
	background-color: #666;
}

.tx-testiin2 .owl-controls .owl-buttons .owl-prev span:before,
.tx-testiin2 .owl-controls .owl-buttons .owl-next span:before {
	font-size: 14px;
	line-height: 24px;
}

.tx-align-center .owl-controls {
	text-align: center;
}
.tx-align-left .owl-controls {
	text-align: left;
}
.tx-align-right .owl-controls {
	text-align: right;
}

.tx-slider .tx-slide-button a {
	display: inline-block;
}
.tx-slider .tx-slide-button a.button-xs {
    font-size: 13px;
    padding: 4px 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;	
}

.tx-slider .tx-slide-button a.button-sm {
    font-size: 15px;
    padding: 8px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tx-slider .tx-slide-button a.button-md {
    font-size: 16px;
    padding: 12px 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
}

.tx-slider .tx-slide-button a.button-lg {
    font-size: 18px;
    padding: 14px 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.tx-slider .tx-slide-button a.button-xl {
    font-size: 20px;
    padding: 18px 40px;
    -webkit-border-radius: 6px;
	border-radius: 6px; 
}

.tx-folio-filtering {
	display: block;
	clear: both;
	margin-bottom: 16px;
}

.tx-folio-filtering input[type="button"] {
	background: transparent;
	background-color: #FFF;
	color: #373737;
	border: 1px solid rgba(0,0,0,0.12);
	margin: 2px;
}

.tx-folio-filtering input[type="button"]:first-child {
	margin-left: 0px;
}
.tx-folio-filtering input[type="button"]:last-child {
	margin-right: 0px;
}

.tx-folio-filtering input.is-checked,
.tx-folio-filtering input:hover {
	background-color: #646464;
	color: #FFFFFF;
}

.tx-folio-filtering span.tag-divider {
	display: none;
}

.tx-el-foliowrap {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.tx-blog-item .blog-image {
	width: 100%;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;		
}

.tx-blog-item .blog-image:hover {
	transform:scale(1.04);
}

.tx-blog-item .tx-blog-img::after {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	content: " ";
	z-index: 103;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;			
	-webkit-box-shadow: inset 0px 0px 126px 2px rgba(0,0,0,0.0);
	-moz-box-shadow: inset 0px 0px 126px 2px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 126px 2px rgba(0,0,0,0.0);
	
}

.tx-blog-item:hover .tx-blog-img::after {
	-webkit-box-shadow: inset 0px 0px 72px 2px rgba(0,0,0,0.32);
	-moz-box-shadow: inset 0px 0px 72px 2px rgba(0,0,0,0.32);
	box-shadow: inset 0px 0px 72px 2px rgba(0,0,0,0.32);	
}

.tx-blog-item .tx-blog-img .txpost-links {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 105;	
}

.tx-blog-item .tx-blog-img .txpost-links span {
	display: block;
	position: absolute;
	top: 50%;
	top: calc( 50% - 16px );
	left: 0px;
	width: 100%;
	height: 32px;
	text-align: center;
}

.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-linkico,
.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-zoomico {
	display: inline-block;
	margin: 1px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	position: relative;
	
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.0s;		
		
}


.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-linkico {
	margin-right: 48px;
	margin-left: auto;
	opacity: 0;
}
.tx-blog-item .tx-blog-img .txpost-links span .txpoxt-zoomico {
	margin-left: 48px;
	margin-right: auto;
	opacity: 0;	
}
.tx-blog-item .tx-blog-img:hover .txpost-links span .txpoxt-linkico {
	margin-left: 1px;
	margin-right: 1px;
	opacity: 1;
}
.tx-blog-item .tx-blog-img:hover .txpost-links span .txpoxt-zoomico {
	margin-right: 1px;
	margin-left: 1px;
	opacity: 1;
}

.tx-el-blog .tx-meta {
	position: relative;
}
.tx-post-comm {
	display: block;
	position: absolute;
	right: 0px;
	top: 6px;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 4px;
	margin-left: 12px;
}

.tx-post-comm span {
	display: block;
	position: relative;
	height: 24px;
	width: 24px;
	text-align: center;
	z-index: 107;
}

.tx-post-comm:after { 
   content: '\f075';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px;
   text-decoration:none;
   height: 24px;
   line-height: 24px;
   font-size: 24px;
   position: absolute;
   left: 0px;
   top: 0px;
   color: #CCC!important;
   z-index: 106;
   width: 32px;
   text-align: center;
}

.elementor-widget-tx-team,
.elementor-widget-tx-posts {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}</pre></body></html>