<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">blockquote{
	background: #eee;
  	padding: 5px;
  	border-left: 5px solid #ddd;
  	display: block;
  	margin: 10px 0;
}

.single th,.single tr,.single td{
    border: 1px solid;
    padding:5px;
}
.img-fullscreen{
    top:0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    background-color: #000000c7;
    display:none;
}
.img-fullscreen div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.img-fullscreen img{
    background-color:#fff
}
.blog-post-content img{
    cursor:pointer;
}
.list_check li,
.page_nav ul li,
.widget_sidebar ul li,
nav li {
	list-style-type: none
}

:focus {
	border: 0!important;
	outline: 0!important;
	box-shadow: none
}

p{
	text-align: justify;
}

html {
	scroll-behavior: smooth;
	max-width: 1920px;
	margin: 0 auto
}

body {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	overflow-x: hidden
}

a:hover {
	text-decoration: none
}

.main-menu {
	padding: 20px 0;
	z-index: 1030;
	margin-bottom: 35px;
}

.main{
	margin-top: 150px;
	margin-bottom: 55px;
}


.normal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1
}

.normal-menu ul li {
	display: block;
	position: relative;
	float: left;
	padding: 0 15px
}

.normal-menu li ul {
	display: none
}

.normal-menu ul li a {
	display: block;
	text-decoration: none;
	white-space: nowrap
}

.normal-menu li:hover&gt;ul {
	display: block;
	position: absolute
}

.normal-menu li:hover li {
	float: none
}

.normal-menu ul ul ul {
	top: 0
}

.menu-to-right ul ul ul {
	right: 100%
}

.menu-to-left ul&gt;li {
	float: left
}

.menu-main.splited li {
	float: right
}

.menu-to-left ul ul ul {
	left: 100%
}

.normal-menu ul:after,
.normal-menu ul:before {
	content: " ";
	display: table
}

.normal-menu ul:after {
	clear: both
}

.sub-menu {
	display: none;
	position: absolute;
	transition: all .5s ease;
	background-color: #fff;
	padding: 5px 20px;
}

.sp-0{
	padding-left: 20%;
	padding-right: 20%;
}

.mb-6{
	margin-bottom: 6rem!important;
}

.mb-7{
	margin-bottom: 7rem!important;
}

.mb-8{
	margin-bottom: 8rem!important;
}

.starter1{
	background-color: #b9cae4;
}

.starter2{
	background-color: #f1f9e4;
}

.starter3{
	background-color: #c2dede;
}

.starter4{
	background-color: #f6e4ff;
}

.starter1 h1,.starter2 h1,.starter3 h1,.starter4 h1{
	font-size: 18px;
}

.starter1.single h1,.starter1.archive h1,.starter2.single h1,.starter2.archive h1,.starter3.single h1,.starter3.archive h1,.starter4.single h1,.starter4.archive h1{
	font-size: 32px;
}

.starter1 a,.starter2 a{
	color: #28303d;
}

.starter1.home h2,.starter2.home h2{
	font-size: 42px;
}

.archive.starter1 h2 a,.archive.starter2 h2 a,.archive.starter3 h2 a,.archive.starter4 h2 a{
	font-size: 22px;
}

.starter1.home .readmore,.starter1.archive .readmore,.starter2.home .readmore,.starter2.archive .readmore,.starter3.home .readmore,.starter3.archive .readmore,.starter4.home .readmore,.starter4.archive .readmore{
	font-size: 19px;
    text-decoration: underline;
}

.archive.starter1 .title{
	
}

.starter1 .sitename,.starter2 .sitename,.starter3 .sitename,.starter4 .sitename{
	font-size: 14px;
}

.blog-post-content a{color: #0B4DC5}


.single .float-left-30-img{
    float:left;
    width: 30%;
    margin-right: 24px;
}
.single .float-right-30-img{
    float: right;
    margin-left: 24px;
    width: 30%;
}
.single .float-left-40-img{
    float:left;
    width: 40%;
    margin-right: 24px;
}
.single .float-right-40-img{
    float:right;
    width: 40%;
    margin-left: 24px;
}
.single .full-img{
    width: 100%;
    display: block;
}


@media(max-width:960px){
    .single .float-left-30-img,.single .float-right-30-img,.single .float-left-40-img,.single .float-right-40-img,.single .full-img{
    display: block;
    width: 100%;
    margin: 15px 0;
    }
}
</pre></body></html>