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

img {
	max-width: 100%;
	vertical-align: middle;
}

.full-length {
	float: left;
}

/* p { */
	/* font-weight: 300; */
	/* line-height: 20px; */
	/* font-size: 14px; */
	/* margin-bottom: 15px; */
/* } */

.btn {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	border: 2px solid #0097e9;
	background-color: #0097e9;
	text-decoration: none;
	transition: 0.4s;
}

.btn:hover {
	background-color: transparent;
	color: #fff;
	transition: 0.4s;
}

.text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #45ace6;
	height: 100%;
	opacity: 0;
	width: 100%;
	padding: 5px 20px 20px 20px;
	color: #FFFFFF;
}

.text-desc h3 {
	font-size: 16px;
	margin-left: 10px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 2px;
	text-align: center;
}
.text-desc p {
	border-top:1px solid #fff;
	display: block;
	margin-left:10px;
	margin-right:10px;
	line-height: 25px;
	padding-top:10px;
}
.text-desc .btn{
	background:#fff;
	color:#009798;
}



/*= Reset CSS End
================= *

/* effect-1 css */

.port-1 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.port-1 .text-desc {
	opacity: 0.8;
	bottom: 30px;
	color: #000;
	padding: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.port-1 img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	border: 0px;
}

.port-1:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.port-1.effect-1:hover .text-desc {
	top: 0;
}

.port-1.effect-2 .text-desc {
	top: auto;
	bottom: -83%;
	border-right: 1px solid #CCCCCC
}

.port-1.effect-2:hover .text-desc {
	bottom: 0;
}


.blogpost-body .bigoverimg img{
	width: 80%  !important;
    height: 80% !important;
    display: block;
    margin: 0px auto;
}
.page-title{
	font-size:24px !important;
}
.full-length {
    margin: 5px !important;
}
.tp-caption very_large_text{
	font-size:48px !important;
}
/* effect-1 css end */


/* effect-8 css end */


/*= Media Screen CSS
==================== */</pre></body></html>