<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  Twenty Nineteen Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Description:  twentynineteen Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     twentynineteen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentynineteenchild
*/
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
ul.nolist,
ol.nolist,
ul.nolist li,
ol.nolist li {
	list-style-type: none;
}
.clr,
.d-block,
.d-block:after,
.d-block:before,
.clr:after,
.clr:before {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
.d-block:after,
.d-block:before,
.clr:after,
.clr:before {
	content: '';
}
.clr {
	height: 0;
}
p {
	margin: 0;
}
p+p {
	margin-top: 20px;
}
p:empty {
	width: 0;
	height: 0;
	display: none;
}
select {
	outline: 0 none;
	background: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	color: #8d8d8d;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
}
a,
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	font-size: 0;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.taj {
	text-align: justify;
}
.f-left,
.alignleft {
	float: left;
}
.f-right,
.alignright {
	float: right;
}
.d-center,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.d-inline {
	display: inline-block;
	vertical-align: top;
}
.d-none,
.hide {
	display: none !important;
}
.v_mid {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: bottom !important;
}
.widget {
	margin: 0;
}
.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video_container iframe,
.video_container object,
.video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.d-flex,
.fd-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.ai-fs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.ai-fe {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-b {
	-ms-align-items: baseline;
	align-items: baseline;
}
.ai-s {
	-ms-align-items: stretch;
	align-items: stretch;
}
.jc-c {
	justify-content: center;
}
.jc-fs {
	justify-content: flex-start;
}
.jc-fe {
	justify-content: flex-end;
}
.jc-sb {
	justify-content: space-between;
}
.jc-sa {
	justify-content: space-around;
}
.fxd-r {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fxd-rr {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fxd-c {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fxd-cr {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fxw-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw-wr {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fxw-n {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block1,
.block2,
.block3,
.block4,
.block5 {
	position: relative;
	width: 100%;
	padding: 3px;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
.ord1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.ord2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.ord3 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
.ord-1 {
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
}
.ord-2 {
	-webkit-order: -2;
	-moz-order: -2;
	-ms-order: -2;
	-o-order: -2;
	order: -2;
}
.ord-3 {
	-webkit-order: -3;
	-moz-order: -3;
	-ms-order: -3;
	-o-order: -3;
	order: -3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
/*--------------- basic styles end ---------*/
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: normal;
	color: #8d8d8d;
	overflow-x: hidden;
}
.w100p,
.site,
.site-inner,
.site-header,
.site-header-main,
.site-content,
.site-footer,
.site-info {
	width: 100%;
}
.entry-title,
.page-title,
.entry-title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
	margin: 10px 0;
	color: #fff;
	background-color: #131313;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #798da5;
}
.container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (max-width: 1280px) {
	.container{
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.header-top {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	box-shadow: 0px 0px 5px #ccc;
	background: #64BFC8;
}
.header-top a {
	color: #fff;
}
.header-top a:hover {
	color: #000;
}
.header-top .d-inline {
	vertical-align: middle;
}
.header-top .h-title {
	background-color: rgba(0,0,0,0.1);
	padding: 10px 20px;
	min-width: 180px;
	color: #fff;
	font-weight: 600;
}
@media screen and (max-width: 1280px) {
	.header-top .h-title {
		padding: 10px;
		min-width: auto;
		font-size: 10px;
	}
}
.header-top .h-title.green {
	background-color: #000;
}
.header-top .h-content {
	padding-left: 20px;
}
@media screen and (max-width: 1280px) {
	.header-top .h-content {
		padding-left: 10px;
		font-size: 10px;
	}
}
#header-block {
	background-color: #fff;
	padding: 10px 0;
}
.logo-block .custom-logo-link{
	max-width:350px;	
}
.header-menu li, .header-menu ul {
	list-style-type: none;
}
.header-menu li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
#home-slider {
	background-color: #EEF2F3;
	position: relative;
}
#home-slider::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	background: rgb(255,255,255);
	clip-path: polygon(0 0, 0 100%, 100% 0);
	width: 100%;
	height: 35%;
}
#home-slider .container {
	position: relative;
	z-index: 5;
}
#home-slider .caption-wrap {
	position: relative;
}
#home-slider .caption-wrap .caption {
	position: absolute;
	bottom: 80px;
	left: 100px;
	right: 0;
	width: 100%;
	max-width: 930px;
	margin: auto;
}
@media screen and (max-width: 1200px) {
	#home-slider .caption-wrap .caption {
		max-width: 835px;
		bottom: 72px;
	}
}
@media screen and (max-width: 991px) {
	#home-slider .caption-wrap .caption {
		max-width: 700px;
		bottom: 50px;
	}
}
.post-links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex-direction: row;
}
.post-links a {
	display: inline-block;
	border-radius: 30px;
	padding: 10px;
	border: 1px solid #64BFC8;
	background-color: #64BFC8;
	/* background-color: transparent; */
	/* color: #607EC7; */
	color: #fff;
	text-align: center;
	font-weight: 500;
}
@media screen and (min-width: 992px) {
	.post-links a {
		padding: 5px 30px;
	}
}
.post-links a:nth-child(even) {
	border: 1px solid #E40132;
	/* color: #C43F34; */
	color: #fff;
	background-color: #E40132;
	/* background-color: transparent; */
}
.post-links a:hover {
	background-color: #607EC7;
	color: #fff;
}
.post-links a:nth-child(even):hover {
	background-color: #C43F34;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.randam-post .post-links a.btn {
		margin-right: 0;
	}
}
#top-section {
	display: block;
	clear: both;
	width: 100%;
	padding: 30px 0;
	background-color: #EEF2F3;
}
@media screen and (min-width: 992px) {
	#top-section {
		padding: 50px 0 0;
	}
}
@media screen and (min-width: 769px) {
	.t3p-1 {
		grid-area: t3p1;
	}
	.t3p-2 {
		grid-area: t3p2;
	}
	.t3p-3 {
		grid-area: t3p3;
	}
	.top3posts {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto;
		grid-template-areas:
        "t3p1 t3p1 t3p2"
        "t3p1 t3p1 t3p3";
		gap: 20px;
	}
}
@media screen and (max-width: 768px) {
	.top3post {
		display: block;
		max-width: 350px;
		margin: 0 auto 20px auto;
	}
}
.top3post {
	display: block;
	position: relative;
}
.top3post .top3post-thumb {
	position: relative;
}
.top3post .top3post-thumb::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.top3post .top3post-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 2;
}
.top3post .top3post-title {
	display: block;
	padding: 20px;
	color: #fff;
}
.hoverLink {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	font-size: 0;
}
.page-content-area {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px;
	/* padding: 0 0 30px 0; */
}
@media screen and (min-width: 992px) {
	.page-content-area {
		flex-direction: row;
	}
}
.page-content-area .page-content {
	width: 100%;
}

.page-content-area .page-sidebar {
	width: 100%;
	background-color: #fff;
}
@media screen and (min-width: 992px) {
	.page-content-area .page-content {
		max-width: calc(100% - 330px);
	}
	.page-content-area .page-sidebar {
		max-width: 295px;
	}
}
.post-item {
	background-color: #fff;
}
.post-item a {
	display: block;
}
.post-item .post-thumb {
	font-size: 0;
	width: 100%;
	max-width: 250px;
}
.post-item .post-content {
	width: 100%;
	max-width: calc(100% - 250px);
}
@media screen and (min-width: 1281px) {
	.post-item .post-thumb {
		max-width: 320px;
	}
	.post-item .post-content {
		max-width: calc(100% - 320px);
	}
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
	.post-item .post-thumb img {
		aspect-ratio: 1;
		object-fit: cover;
		object-position: center;
	}
}
.posts-block {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 30px;
}
.posts-block-left {
	width: 100%;
	max-width: calc(100% - 330px);
}
.posts-block-right {
	width: 100%;
	max-width: 300px;
}
.page-sidebar-area {
	position: sticky;
	top: 50px;
}
.post-group {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 20px;
}
.post-group .post-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.post-content .post-title {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 10px;
}
.post-content .post-title a {
	color: #000;
}
.post-content .post-excerpt {
	margin-bottom: 10px;
	overflow: hidden;
   display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.btn {
	display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    background-color: #ef5048;
    color: #fff;
}
.page-content ul {
	padding-left: 30px;
	margin-bottom: 30px;
}
#random-posts {
	padding: 30px 0;
	background-color: #1c4b82;
	position: relative;
}
@media screen and (min-width: 992px) {
	#random-posts {
		padding: 50px 0;
	}
}
#random-posts::before {
	content: '';
	/* background-color: #fff; */
	background-color: #eef2f3;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
@media screen and (min-width: 992px) {
	#random-posts::before {
		height: max(30%, 100px);
	}
}
#random-posts .row {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 350px;
	margin: 0 auto;
}
#random-posts .row .post {
	width: 100%;
}
@media screen and (min-width: 992px) {
	#random-posts .row {
		max-width: 100%;
	}
	#random-posts .row .post {
		max-width: calc((100% / 3) - 14px);
	}
}
.post-cat-boc {
	margin-bottom: 15px;
	font-size: 0;
}
.post-cat-boc .post_thumb {
	margin-bottom: 20px;
}
.post-cat-boc h4 {
	margin-top: 0;
}
.post-cat-boc.post-order-3 {
	max-width: 800px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
}
.post-cat-boc:not(.post-order-3) .post_thumb {
	width: 250px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.post-cat-boc:not(.post-order-3) .post_content {
	width: calc(100% - 280px);
	display: inline-block;
	vertical-align: middle;
}
.post-cat-boc .post_content .post-links {
	justify-content: flex-start;
}
.post-cat-boc .post_content p,
.post-cat-boc .post_content .post-links a {
	font-size: 15px;
}
.post-cat-boc .post_content .post-links {
	margin-top: 10px;
}
.post-cat-boc .post_content .post-links a {
	padding: 10px 25px;
	border-radius: 30px;
}
.post-cat-boc .post_content .post-links a.btn-readmore {
	background-color: transparent;
	border-color: 1px solid #607EC7;
	color: #607EC7;
}
.post-cat-boc .post_content .post-links a.btn-playnow {
	background-color: transparent;
	border-color: 1px solid #C43F34;
	color: #C43F34;
}
.post-cat-boc .post_content .post-links a.btn-readmore:hover {
	background-color: #607EC7;
	color: #fff;
}
.post-cat-boc .post_content .post-links a.btn-playnow:hover {
	background-color: #C43F34;
	color: #fff;
}
.section-one {
	padding: 30px 0;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	background-color: #EEF2F3;
}
.section-one-after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	background-color: #1C4B82;
	width: 100%;
	height: max(10%, 100px);
	clip-path: polygon(30px 44%, calc(100% - 30px) 0, calc(100% - 30px) 100%, 30px 100%)
}
@media screen and (min-width: 992px) {
	.section-one {
		padding: 50px 0;
	}
}
.section-one .container {
	position: relative;
	z-index: 1;
}
.section-three {
	margin-bottom: 30px;
}
.page-widget {
	margin-bottom: 2em;
}
#footer-top {
	padding: 50px 0;
    background-color: #1C4B82;
    color: #fff;
}
#footer-top-widgets {
	padding: 30px 0;
	display: block;
}
.footer-widgets {
	gap: 30px;
}
.footer-widget {
	width: 100%;
	max-width: calc((100% / 3 ) - 20px);
}
#site-footer {
	padding: 10px 0;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    background-color: #000;
}
#site-footer .execphpwidget {
	color: #fff;
}
#random-posts h3 {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
#random-posts a {
	display: inline-block;
}
/* #random-posts .post-links a:nth-child(even) {
	border-color: #000;
	color: #000;
} */
#random-posts .post-links a:nth-child(even):hover {
	border-color: #C43F34;
	color: #fff;
}
#random-posts .post-thumb {
	width: 100%;
	margin: 0px;
}
.post-thumb img {
	font-size: 0;
}
#random-posts .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#random-posts h4 {
	color: #000;
	margin: 0 0 20px 0;
}
#random-posts p {
	color: #000;
	display: block;
	margin: 0 0 20px 0;
}
#random-posts .post-links {
	justify-content: flex-start;
}
/* #random-posts .post-links .btn-readmore {
	color: #fff;
	border-color: #fff;
} */
.navigation-links a, .navigation-links span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #607ec7;
	color: #fff;
}
.navigation-links span.current {
	background-color: #ef5048;
}
#main-menu a {
	color: #0581AF;
	font-size: 16px;
}
#main-menu li.current-menu-item a,
#main-menu a:hover {
	color: #E40132;
	font-weight: 500;
}
.toggle-menu-btn {
	display: none;
}
#slide-menu-panel {
	width: 100%;
	max-width: 280px;
	height: 100%;
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	transition: all 0.3s ease-in-out 0s;
	z-index: 9;
	background-color: #41A2CC;
}
#slide-menu-panel.slide-menu-open {
	transform: translateX(0%);
}
button.closeMobileMenu {
	width: 40px;
    height: 40px;
    background-color: #7ba531;
    text-align: center;
    line-height: 1;
    display: block;
    margin: 0 0 30px auto;
    font-size: 30px;
	padding: 0;
}
.header-mobile-menu {
	width: 100%;
}
#mobile-menu, #mobile-menu li {
	padding: 0;
	list-style-type: none;
}
#mobile-menu li a {
	color: #000;
	font-weight: bold;
	padding: 10px 0;
	display: block;
}
#home-slider .metaslider .caption-wrap {
	opacity: 1;
}
#home-slider .caption-wrap .caption .post-links {
	justify-content: flex-start;
}
.rpwwt-widget ul li img{
	margin: 10px !important;
    margin-left: 0 !important;
}
h1:not(.site-title):before, h2:before{
	display: none !important;
}
.dinline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 15px 0;
    text-align: center;
}
.dinline p {
    margin-top: 5px;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.singlepost_title{
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}
.btn-readmore,
.btn-playnow {
	display: block;
	clear: both;
	width: 140px;
	padding: 8px 15px;
	border-radius: 0px !important;
	text-align: center;
	color: #fff;
	background-color: #cb4848;	
}
.single-post .btn-playnow{
	height: 40px;
}
.single-post a:visited {
    color: #fff;
}
@media screen and (max-width: 991px) {
	.menu-block {
		display: none;
	}
	.logo-block {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 15px;
	}
	.toggle-menu-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		background-color: #000;
		margin-left: auto;
		outline: none;
		border: none;
	}
	.toggle-menu-btn:hover,
	.toggle-menu-btn:active,
	.toggle-menu-btn:focus {
		background-color: #000;
	}
	.icon-bar {
		width: 20px;
		height: 2px;
		border-radius: 2px;
		background-color: #fff;
		display: block;
	}
	.icon-bar.icon-bar-2 {
		margin: 3px 0;
	}
	.borderlist {
		width: 100%;
		padding: 0;
	}
	.borderlist .post-content .post-title {
		margin-top: 0;
	}
	.header-top .h-title {
		display: none;
	}
	.header-top .h-content {
		text-align: center;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.post-cat-boc:not(.post-order-3) .post_thumb {
		width: 200px;
		margin-right: 10px;
	}
	.post-cat-boc:not(.post-order-3) .post_content {
		width: calc(100% - 210px);
	}
	.post-cat-boc .post_content .post-links a,
	.post-links a {
		padding: 5px 15px;
	}
	#random-posts .post-thumb {
		height: auto;
		margin: 0 0 10px 0;
	}
	#random-posts .row{
		flex-direction: column;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.page-content-area {
		flex-direction: column;
	}
	.page-content-area .page-sidebar,
	.page-content-area .page-content {
		width: 100%;
		max-width: 100%;
	}
	.toggle-menu-btn {
		padding: 10px 15px;
	}
	.post-group {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
	.post-group .post-item {
		max-width: 350px;
		flex-direction: column;
	}
	.post-item .post-thumb,
	.post-item .post-content {
		max-width: 100%;
	}
	.first-post-block {
		flex-direction: column;
		max-width: 350px;
		margin: 0 auto;
	}
	.ifp-post {
		max-width: 100%;
	}
	#home-slider .caption-wrap .caption {
		left: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 550px) {
	#header-block {
		padding: 10px 0;
	}
	#cat-best-online-casinos, .post-group {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}
	.borderlist {
		width: 100%;
		max-width: 100%;
	}
	.post-cat-boc:not(.post-order-3) .post_content,
	.post-cat-boc:not(.post-order-3) .post_thumb {
		width: 100%;
		max-width: 100%;
	}
	.post-item {
		flex-direction: column;
	}
	.featured-left, .featured-right {
		padding: 0;
	}
	.post-cat-boc, .post-cat-boc.post-order-3 {
		border: 1px solid #E7EBED;
		border-radius: 5px;
		padding: 15px;
		text-align: center;
		margin-bottom: 15px;
	}
	.post-cat-boc .post_content .post-links {
		justify-content: center;
	}
	#random-posts .container {
		width: 100%;
		max-width: 300px;
		display: block;
		max-width: 0 auto;
	}
	.section-one .post-item {
		/* padding: 15px; */
		border: 1px solid #E7EBED;
		border-radius: 5px;
		text-align: center;
		margin-bottom: 15px;
	}
	#home-slider .metaslider .caption-wrap {
		background-color: #121421;
	}
	#home-slider .caption-wrap .caption {
		position: relative;
		padding-bottom: 20px;
		bottom: 0;
	}
	#home-slider .caption-wrap .caption .post-links {
		justify-content: center;
	}
}
.first-post-block {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}
.ifp-post {
	width: 100%;
	max-width: calc((100% / 2 ) - 7.5px);
	background-color: #fff;
	position: relative;
}
@media screen and (min-width: 992px) {
	.first-post-block {
		gap: 30px;
	}
	.ifp-post {
		max-width: calc((100% / 3 ) - 20px);
	}
}
@media screen and (max-width: 768px) {
	.ifp-post {
		max-width: 100%;
	}
}
.post-content {
	padding: 15px;
	display: block;
}
.ifp-post .post-content .ipb-title {
	margin-top: 0;
}
.post-excerpt {
	overflow: hidden;
   display: -webkit-box;
	-webkit-line-clamp: 5;
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}
.page-widget {
	background-color: #fff;
	padding: 15px;
}
.widget-title {
	margin-top: 0;
}
/* .ifp-post {
	background-color: #e40132;
	background-color: #ee7202;
	background-color: #fecf00;
	background-color: #8ab31e;
	background-color: #0098cc;
	background-color: #312783;
	background-color: #9c0e72;
	background-color: #e6007e;
} */
.ifp-post .ipb-thumb{
	background-color: #61a8b5;
}
.randam-post .post-thumb img,
.ifp-post .ipb-thumb img {
	opacity: 0.7;
}
.randam-post .post-thumb:hover img,
.ifp-post .ipb-thumb:hover img,
.post-group .post-item .post-thumb:hover img {
	opacity: 1;
}
/*.ifp-post .post-content .ipb-title {
	color: #fff;
}
.ifp-post .post-content .post-excerpt p {
	color: #fff;
}
.ifp-post .post-links a.btn-readmore {
	background-color: #fff;
	color: #607EC7;
}
.ifp-post .post-links a.btn-playnow {
	background-color: #fff;
	color: #C43F34;
}
.ifp-post .post-links a.btn-readmore:hover {
	background-color: #607EC7;
	color: #fff;
}
.ifp-post .post-links a.btn-playnow:hover {
	background-color: #C43F34;
	color: #fff;
}
*/
.randam-post .post-thumb{
	background-color: #363473;
}

.randam-post .post-content{
	background-color: #fff;
	color: #fff;
}

.post-group .post-item:first-child .post-thumb{
	background-color: #EAE172;
}
.post-group .post-item:nth-child(2) .post-thumb{
	background-color: #D6A3F2;
}
.post-group .post-item:nth-child(3) .post-thumb{
	background-color: #C3E484;
}
.post-group .post-item:nth-child(4) .post-thumb{
	background-color: #A6D6F0;
}
.post-group .post-item:nth-child(5) .post-thumb{
	background-color: #D1A2F3;
}
.post-group .post-item:nth-child(6) .post-thumb{
	background-color: #CCE679;
}
.post-group .post-item:nth-child(7) .post-thumb{
	background-color: #9EDBEE;
}
.post-group .post-item:nth-child(8) .post-thumb{
	background-color: #DFD070;
}
.post-group .post-item .post-thumb img {
	opacity: 0.5;
}
/*.post-group .post-item .post-content .post-title a,
.post-group .post-item .post-content .post-excerpt {
	color: #fff;
}*/</pre></body></html>