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

    /** Color Variables **/ 
    --white-color:#ffffff;
    --black-color:#000000;
    --text-color:#333333;
    --primary-color:#1c4b9d; 
    --secondary-color:#232323; 
    --third-color:#6089d0; 
    --gray-color:#e8e8e8; 

    /** Link Color and Site Selection Color Variables **/
    --link-color:var(--primary-color);
    --hover-color:var(--secondary-color);
    --selection-bg-color:var(--primary-color);
    --selection-text-color:var(--white-color);

    /** Fonts Variables **/
    --sf-r:'ppmori-regular';
    --sf-m:'playfairdisplay-medium';
    --sf-sb:'ppmori-semibold';
    --sf-b:'ppmori-bold';
    --sf-pr:'playfairdisplay-regular';

}


html{
    background: #fff;
    background-color: #fff;
}
h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
    margin: auto !important;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
    border: 1px solid #dedede !important;
    border-radius: inherit;
    color: inherit;
    line-height: var(--global--line-height-body);
    padding: var(--form--spacing-unit);
    margin: auto;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus{
    border: 1px solid var(--primary-color) !important;
}
.has-sidebar #secondary {
	float: none !important; 
	margin-left: 0px !important;
	padding: 0 !important;
	width: 100% !important;
	margin-bottom: 20px;
}
/* button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background:#181818 !important; 
	
}  */
select:focus,
input[type="search"]:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

h1.archive-title{
	color:var(--gold);
	font-family:var(--sf-r);
	font-weight: 700 !important;
}
h1.archive-title span{
	color:#181818 !important;
}
.comments-title {
	margin-bottom: 20px;  
}
.comments-title, .comment-reply-title {
	border-top: 0px solid #181818;
    font-family: var(--sf-r);
    font-weight: 700 !important;
    color:#181818;
    font-size: 30px !important;
    line-height: 40px !important;
    text-align: left !important;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body &gt; a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
	box-shadow: 0 0px 0 0 currentColor;
}
.comment-form-comment {
	margin-bottom: 25px;
}
.comment-form .form-submit {
	margin-top: 25px;
	display: inline-block;
}
.comment-form label {
	margin-top: 18px;
	font-family: var(--sf-r);
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="password"], .comment-form input[type="search"], .comment-form input[type="tel"], .comment-form input[type="number"], .comment-form textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
}
input, select, textarea {
	color: #181818;
	font-family: var(--sf-r); 
	
}
button { 
	color: #FFF; 
}
.not-found .search-form .search-submit,
.form-submit input[type="submit"] {
	background: var(--secondary-color) !important;
	border: 0;
	border-radius: 2px;
	color: #fff !important;
	font-weight: normal;
	text-transform: uppercase;
	outline:none;
	 font-family:var(--sf-r);
	 font-weight: 700 !important;
    letter-spacing: 1px;
	font-size: 14px;
    line-height: 20px;
    padding:15px 20px;
    transition: all 0.3s ease-in-out;
}
.not-found .search-form .search-submit:hover,
.form-submit input[type="submit"]:hover {
	color: #ffffff !important;
	background-color:var(--primary-color) !important;
}
.not-found .search-form .search-submit{
	margin: 10px auto 0;
	    display: inline-block;
    width: auto;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
	padding-top: 30px;
}
.entry-meta {
	margin: 10px 0px;
}
.tag-links a {
	margin-right: 10px;
}
.pagination {
	margin-bottom: 0px;
}
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
	background-color:#181818;
}
.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
	margin-bottom: 30px;
}
.post-navigation {
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
	clear: both;
	font-family: var(--sf-r);
	margin: 20px 0px;
	width: 100%;
}
.post-navigation div + div {
	border-top: 0px solid #181818;
}
.post-navigation .post-title {
	color: var(--primary-color);
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-family: var(--sf-r) !important;
    margin: 5px 0px !important;
    font-weight: 500 !important;
}
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
	color: #000;
}
.archive .page-header, .search .page-header, .error404 .page-header {
	border-top: 0px solid #181818 !important;
	margin: 0 0 20px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
	max-width: 100%;
	width: 100%;
    display: block;
}
.page-title {
    color: #000 !important;
    font-family: var(--sf-b) !important;
    font-weight: 600 !important;
    font-size: 35px !important;
    line-height: 1 !important;
    letter-spacing: 0.5px !important;
}
.page-title span{
	color: var(--primary-color);
}
.error-404, .not-found{
	text-align: center;
}
.search-form {
    text-align: left;
}
.error-404 .search-form label, .not-found .search-form label{
	font-family:var(--sf-r) !important;
	font-size: 16px;
	margin: 10px 0px 5px;
	font-weight: 700 !important; 
}
.pagination {
	position: relative;
    border-top: 2px solid var(--primary-color) !important;
    padding-top: 0px !important;
    padding-bottom: 0px;
    width: 100%;
    margin: 15px auto 0 !important;
    max-width: 100% !important;
}
.pagination .prev, .pagination .next {
	background-color: #181818;
	border-radius: 0px;
	color: #fff;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}
.pagination .prev {
	left: 0px;
}
.pagination .next {
	right: 0px;
}
.pagination .prev .icon-arrow-left, .pagination .next .icon-arrow-right {
	top: 10px;
}
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
	background: #181818;
	color: #ffffff;
}
.post-navigation .nav-previous .nav-title {
	padding-left: 25px;
}
.post-navigation .nav-next .nav-title {
	padding-right: 25px;
}
.post-navigation .nav-previous .nav-title .nav-title-icon-wrapper {
	left: -5px;
}
.post-navigation .nav-next .nav-title .nav-title-icon-wrapper {
	right: -5px;
}
.pagination-single{
	width: 100% !important;
    margin-top: 50px !important;
}
.pagination-single hr:first-child {
    margin: 0 0 20px 0 !important;
}
.pagination-single hr:last-child {
    margin: 20px 0 0 0 !important;
}
.pagination-single a {
	color:#434343 !important;
    align-items: baseline;
    display: flex;
    font-weight: inherit;
    letter-spacing: 0;
    text-decoration: none;
    flex: 1;
    font-size: 18px;
    line-height: 28px;
	font-family: var(--gotham-book);
	
}
.pagination-single a:hover {
	color:#434343 !important;
}
.pagination-single a:focus .title, .pagination-single a:hover .title {
    text-decoration: none !important; 
}
.pagination-single a:hover{
	text-decoration: none !important;
	color:#181818 !important;
}
.comment-respond p:not(.comment-notes),
.section-inner.max-percentage {
    max-width: 100% !important;
    float: none;
    width: auto;
        margin: 0;
}
.comments-wrapper {
    margin-top: 30px !important;
    width: 100% !important;
}
.comment-respond p.form-submit{
	    display: inline-block;
    margin-top: 20px !important;
}
.comment-reply-link:hover, .comment-reply-link:focus {
	border-color: currentColor;
	color: #181818;
	outline: 0;
}
.logged-in-as a, .comment-metadata a {
	font-family: var(--sf-r);
	color:#434343 !important;
    font-size: 14px !important; 
    letter-spacing: 1px !important;
}
.comment-respond label {
    display: block;
    color: #333;
    font-size: 18px; 
    margin-bottom: 0px;
    margin-top: 15px;
}
.comment-notes{
	font-size: 15px !important;
    line-height: 25px;	
	margin: 10px 0px;
}
.comment .comment-content {
    padding-right: 0px;
    font-size: 15px;
    line-height: 25px;
	margin: 10px 0px;
}
.comment-reply .comment-reply-link{
	    font-size: 14px;
    line-height: 24px; 
    font-family: var(--sf-r);
    color: #fff !important;
    background-color: #181818;
    padding: 5px 10px;
}
.comment-reply .comment-reply-link:hover{
	background-color:var(--secondary-color) !important;
	
}
ol.comment-list li.odd{ 
	    margin-left: calc(3.25 * 0px);
} 
.comment-list .children {
    margin-left: 0px;
}
.comment.depth-1 {
    margin-left: calc(3.25 * 0px);
	margin-top:30px !important;
}
.comment-meta .avatar {
    border-radius: 100%;
    width: 45px !important;
    height: 45px !important;
    max-width: 100% !important;
	left: -60px !important;
}
.comment-content.entry-content p{
	max-width: 100% !important;
	    font-size: 16px;
    line-height: 26px;
	font-family: var(--sf-r);
}
.comment .comment {
    padding-left: 30px !important;
	margin-top: 40px !important;
}
.comment-form-comment {
    margin-bottom:0px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email {
    width: 100%;
	margin-left: 0px;
	float:none;
	display:block;
}
.comment-form label {
    font-size: 16px;
    line-height: 26px;
	margin-top: 5px;
}
.pingback .comment-edit-link {
	color: #181818;
}
.comment-metadata a:hover, .comment-metadata a:focus, .pingback .comment-edit-link:hover, .pingback .comment-edit-link:focus {
	color: #181818 !important;/*text-decoration:underline;*/
}
.logged-in-as a:hover {
	color: #181818!important;/*text-decoration:underline;*/
}

.current {
	color: #181818 !important;
}
.nav-title {
	color: #181818;
}
.comment-author .fn {
	color:#181818!important;
    font-size: 18px !important;
	 font-family: var(--sf-r) !important;
	font-weight: 700 !important;
	padding-left: 0 !important;
}
.comments-area.show-avatars .comment-metadata {
    padding: 0 !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus {
   
    outline-offset: 0px;
    outline: 0px dotted var(--form--border-color);
}
.comment-author a {
	color: #181818;
	font-family: var(--sf-r);
	font-weight: 700 !important;
	margin-bottom: 0.4375em;
}
.comment-author a:hover {
	color:var(--primary-color);
}
.comment-reply-title small a {
	color: #181818;
}
.comment-reply-title small a:hover {
	color: var(--primary-color);
}
.tag-links a {
	color:#181818 !important;
}
.tag-links a:hover {
/*	color: #74a742 !important;*/	
outline:none;
}
.entry-content a:focus, .entry-content, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
	color: var(--primary-color);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
}
#comments {
	padding-top: 0px;
    display: none;
}
.comment-body {
	margin-bottom: 10px;
}
.reply {
	margin-top: 5px !important;
	padding-left: 0px;
}
.comment-reply-link .icon {
	color: #181818;
	left: -1.5em;
	height: 1em;
	position: absolute;
	top: 5px;
	width: 1em;
} 
.comment-reply-link {
	 font-family: var(--sf-r);
	 font-weight: 700 !important;
	 padding: 5px 10px;
	 font-size: 16px;
	 line-height: 1.2;
	color:#ffffff;
	display: inline-block;
	background-color: var(--primary-color);
}
.comment-reply-link:hover {
	color: #ffffff;
	background-color: #181818;
}
.comment-meta {
	margin-bottom: 1em;
	font-family: var(--sf-r);
	/*padding-left: 65px;*/
	color:#181818 !important;
    margin-bottom: 0px !important;
    min-height: inherit !important;
    padding: 0px !important;
    margin-top: 0px;
}
.entry-content a{ 
	color:var(--primary-color) !important;
}
.BlogDetailPageWarp .entry-content ul{
    padding-left: 20px !important;
}
.BlogDetailPageWarp .entry-content ol {
    padding-left: 25px !important;
}
.entry-content a:hover{
	color:var(--secondary-color) !important;
}
.comment-footer-meta {
    margin-top: 0px !important;
}
.comment-author {
	margin-bottom: 5px;
	    font-size: 20px !important;
}
.comment-metadata {
    margin-top: 0px !important;
}
.children .comment-author .avatar {
	height: 40px;
	left: auto;
	top: 5px;
	width: 40px;
}
.comment-metadata a {
	color: #181818 !important;
	    z-index: 0 !important;
}
.comment-metadata a:hover {
	color:var(--primary-color) !important;
}
.error-404.not-found .page-content, .no-results.not-found .page-content  {
	padding-bottom: 0em !important;
	margin:0em;
}

/*-----Only-For--blog-5.0--version----*/
.tag-links a:after, .tag-links a:before {
    content: " ";
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    top: 12px;
    left: 8px;
}
.tag-links a:after {
    right: 8px;
    left: auto;
}
.tag-links a {
    background-color: #181818;
    padding: 5px 20px;
    color: #ffffff !important;
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 3px; 
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase !important;
    font-style: normal !important;
    position: relative;
    box-shadow: none !important;
    transition: ease-in 0.2s !important;
}
.tag-links a:hover{
	background-color:var(--primary-color) ;
}
    h1::before, h1::after, h2::before, h2::after {
	display: none !important;
}
.navigation.post-navigation .nav-links {
	max-width: 100%;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
}
.nav-next {
	text-align: right !important;
}
.nav-previous {
	text-align: left !important;
}
.post-navigation .nav-links a .meta-nav {
        color: var(--primary-color);
    font-family: var(--sf-r);
    font-weight: 700;
    margin-bottom: 0;
}
.meta-nav::before {
	margin-right: 5px !important;
}
.meta-nav:after{
	margin-left: 5px !important;	
}
.nav-next {
	width: 100%;
	margin-bottom: 0px !important;
}
.pagination .nav-links {
    text-align: center !important;
    margin: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    padding: 12px 0px !important;
}
.pagination .nav-links &gt; * {
    padding: 0;
    font-size: 15px !important;
    line-height: 26px;
    font-family: var(--sf-b) !important;
    font-weight: 500 !important;
}
.pagination .prev, .pagination .next {
    background-color: var(--primary-color);
    border-radius: 0px;
    color: #fff !important;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
    text-indent: -999999px;
    margin: 0 !important;
}
.page-numbers svg.svg-icon {
    text-align: left;
    left: 50%;
    position: absolute;
    top: 50% !important;
    margin-left: -11px !important;
    margin-top: -11px;
    color: #fff;
}
.searchsubmit{
	position:relative;	
}
.searchsubmit #searchsubmit img{
	max-width: 100%;
    width: 24px; 
    min-width: 16px;	
}
.wp-block-search .wp-block-search__inside-wrapper {
    display: block;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
input[type="search"],select{
        color: #000 !important;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    display: block;
    padding: 10px 12px !important;
    width: 100%;
    font-size: 15px !important;
    line-height: 28px !important;
    margin: 0 auto 0px !important;
}
.WidgetAreaWrapper select,select{
	background: url(../images/firefox_tweak.png) no-repeat #fff;
	background-position: 96% 50%;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
}
.WidgetAreaWrapper input{
    border: 1px solid #ddd !important;  
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, input[type="search"]:focus{
	outline:none !important;	
}
ul{ 
	list-style-type: none !important;	
}
#comments{
	margin-left: auto;
    margin-right: auto;	
	clear: both;
	max-width: 100%;
	margin: 30px 0px 30px;
	    text-align: left;
}
#comments .comment-form p{
	padding: 0px 5px;
}
#comments .comment-form p label{
    margin: 0 auto 5px;
}
#comments .comment-form p.comment-form-cookies-consent{
	    display: flex;
    align-items: center;
}  
#comments .comment-form p.form-submit{
	    flex-basis: auto;
}
#comments .comment-form input[type=checkbox]:focus {
    outline-offset: 0px;
    outline: none;
}
#comments .comment-form input[type=checkbox]:after {
    width: 6px;
    height: 11px;
}
.comment-reply-title{
	font-size: 30px;
    line-height: 1.5;
    color: var(--primary-color);
    font-family: var(--sf-r);
    font-weight: 700 !important;
}
.comment-list{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.comments-area .comments-title {
    flex: initial !important;
    border: none;
}
.comments-area .comments-title-wrap{
  /*  border-top: 2px solid #74a742;*/
	margin: 0px 0px;
}
.discussion-meta .discussion-meta-info {
    font-size: 14px;
	line-height:24px;
	font-family: var(--sf-r);
}
.comment .comment-author .post-author-badge {
    height: 18px;
    background:#181818;
    left: auto;
    top: -5px;
}
.comment .children .comment-author .post-author-badge {
    top:0px;
}
.single{
	   padding-top: 0px;
	}
/*.single i{
	padding: 0px;
	border-bottom: none;
	font-size: inherit;
	}
	*/
.single h1{
	width: auto;
	margin: 0 auto;
	} 
hr{ 
	    background-color: transparent;
} 

.archive .page-header .search-term:after, .archive .page-header .page-description:after, .search .page-header .search-term:after, .search .page-header .page-description:after, .error404 .page-header .search-term:after, .error404 .page-header .page-description:after{
	display: none;
}
.archive.category  .page-header .page-description,  .archive .page-header .page-description, .search .page-header .page-description {
     font-family: var(--gotham-book);
    text-transform: uppercase;
    color: var(--primary-color);
	margin: 10px 0px;
	font-size:20px;
	font-weight: inherit;
	text-transform: none;
}
.navigation.post-navigation .nav-links a span.meta-nav{
	 font-family: var(--gotham-book);
	color: #181818;
}
.navigation.post-navigation .nav-links a span{
	color: #181818;
	font-family: var(--sf-r);
	font-weight: normal;
}
.navigation.post-navigation .nav-links a:hover span{
	color:var(--primary-color) ;
}
.comment-form .comment-notes, .comment-form label{
	color:#333;
	font-family: var(--sf-r);
}
.comment-form label{
	font-size: 16px !important;
}
.widget-area a,a:focus,
ul li a:focus{
     outline: none !important;
    text-decoration: none !important;
}
body {
	text-rendering:inherit;
}
/*a:visited {
   color: inherit !important; 
}*/
*, *:before, *:after{
	box-sizing:border-box;	
}
.navigation .nav-links a {color:var(--primary-color) ;text-decoration: none !important;}
/*-----------------------------------------------------*/

.main-navigation, .page-description, .author-description .author-link, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .pagination .nav-links, .comments-title, .comment-author .fn, .no-comments, .site-title, h1, h2, h3, h4, h5, h6{
	letter-spacing:0px ;
}
.comment-respond {
    margin: 0px;
}
.comments-title-wrap .comments-title {
    padding-top: 0px !important;
}
a:focus { text-decoration: none; outline:none;}

.no-results.not-found {width: 100%;}
.error-404.not-found .page-title, .error-404.not-found .page-content, .no-results.not-found .page-title, .no-results.not-found .page-content{
	margin:0px;
}

.bypostauthor .comment-footer-meta .by-post-author {
    display: block;
    font-size: 15px;
    color: #434343;
}
input[type=checkbox], input[type=radio]{
	border: 1px solid #d1d1d1;
	width: 20px;
	height: 20px;
}

/*********** Recruitment CSS ***********/
body{
    background-color: #FFF !important;
}
.site-main &gt; *{
	margin: 0 auto;
}
.site-header, .site-main, .widget-area, .site-footer {
    padding-top: inherit;
    padding-bottom: inherit;
    margin-left: auto;
    margin-right: auto;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content &gt; *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] &gt; *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width{
	max-width: 100% !important;
	width: 100%;
}
.BlogHeaderWrapper {
    text-align: center;
    margin-top: 95px;
}
.BlogHeaderWrapper .container {
    padding: 20px 0px;
}
.BlogHeaderWrapper h1.Title {
    color:var(--primary-color);
    font-size: 40px;
    line-height: 1 !important;
    text-transform: uppercase;
    font-family: var(--sf-b);
    font-weight: 600;
}
.BlogDetailPageWarp .container {
	max-width: 1000px;
    padding:40px 0;
} 
/* .BlogWrap{
	background-color: var(--gray-color);
} */
.BlogWrap .container{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.BlogWrap .ListWrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}
.BlogDetailPageWarp .ListWrap{
	display: block;
}
.BlogWrap .ListWrap article {
    margin: 0px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
    width: 30.8%;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
.BlogWrap .ListWrap article .ThumbImage{
    position: relative;
    overflow: hidden;
}
.BlogWrap .ListWrap article .DescWrap{
    padding: 15px;
}


.BlogWrap .ListWrap article .ThumbImage figure {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 0px;
    overflow: hidden;
    filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.16));
    width: 100%;
}
.BlogWrap .ListWrap article figure img {
    width: auto !important;
    height: inherit !important;
    max-width: 100% !important;
    margin: 0px !important;
    outline: none !important;
    transition: all ease-in-out 0.3s;
}
.BlogWrap .ListWrap article:hover .ThumbImage img {
    transform: scale(1.1, 1.1);
}
.BlogDetailPageWarp .ListWrap article .ThumbImage{
    margin-bottom: 20px;
}
.BlogDetailPageWarp .ListWrap article:hover .ThumbImage img {
    transform:none;
}
.BlogWrap .ListWrap article header.entry-header {
    margin: 0px 0px;
    padding: 0px;
    border: none;
    max-width: 100%;
}
.BlogWrap .ListWrap article header.entry-header h2 a, .BlogWrap .ListWrap article header.entry-header h2 {
    color: #1c4b9d;
    font-size: 20px;
    line-height: 1.3;
    font-family: var(--sf-b);
    margin-bottom: 10px;
    transition: all ease-in-out 0.3s;
    display: block;
    max-width: 100%;
    text-decoration: none;
    letter-spacing: 0px;
    transition: all ease-in-out 0.3s !important;
    -moz-transition: all ease-in-out 0.3s !important;
    -webkit-transition: all ease-in-out 0.3s !important;
    transition: all ease-in-out 0.3s !important;

}
.BlogWrap .ListWrap article header.entry-header h2 a:hover{
	color: var(--secondary-color);
}
.BlogWrap .ListWrap article header.entry-header h2 {
    margin-bottom: 10px !important;
}
.BlogWrap .ListWrap article .entry-content,.BlogWrap .ListWrap article .entry-content p {
    margin: 0px;    
} 
.entry-content p{
    margin-bottom: 20px !important;
}
.entry-content p:last-child{
    margin-bottom: 0px !important;
}
blockquote{
    padding-left: 10px !important;
    display: inline-block;
    width: max-content !important;
}
blockquote:before {
    left: 0 !important;
    top: -4px;
}
.BlogWrap .ListWrap article .entry-content,.BlogWrap .ListWrap article .entry-content p,
.BlogWrap .ListWrap article .entry-content li{
    color: var(--text-color);
    font-size: 16px; 
    line-height: 1.8;
    font-family: var(--sf-r);
}
.BlogWrap .ListWrap article .entry-content li{
	text-align: left;
}
.BlogWrap .ListWrap article .entry-content ul li{
	width: 100%;
	display: block;
	background-color: transparent;
	margin: 0 0 5px;
	padding: 0 0px 0px 20px;
	border: 0px;
	background-image: url(../images/bullet-1.png);
	background-position: 5px 10px;
    background-repeat: no-repeat;
}
.MarginTop20{
	margin-top: 20px;
}
.MarginBottom20{
	margin-bottom: 20px;
}
.DefaultBtn{
	display: inline-block;
}

.WidgetAreaWrapper .widget-area button, .WidgetAreaWrapper .widget-area .wp-block-search__button,
.DefaultBtn a{
    color: #fff !important;
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--sf-r);
    font-weight: 400;
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    text-transform: uppercase;
    padding: 17px 40px;
    border-radius: 0;
    box-shadow: none !important;
    transition: all 0.3s ease-in-out;
    display: block;
    width: max-content;
}
.WidgetAreaWrapper .widget-area button, .WidgetAreaWrapper .widget-area .wp-block-search__button{
    width: 100%;
}
.BlogWrap .ListWrap article:hover .DefaultBtn a,
.WidgetAreaWrapper .widget-area button:hover, .WidgetAreaWrapper .widget-area .wp-block-search__button:hover,
.DefaultBtn a:hover{
	color: #fff !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color) !important;
}
.entry-footer.DateWrap,.entry-footer.CategoryAndTag{
    color: var(--primary-color);
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--sf-r);
    font-weight: 700;
    margin: 0px 0px 10px;
    max-width: 100%;
}
.BlogWrap .ListWrap article .DateWrap{
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--sf-b);
    font-weight: 700;
    margin-bottom: 10px;
}

.CategoryAndTag .post-taxonomies span,
.DateWrap .post-taxonomies span{
	display:block;
}
.CategoryAndTag .post-taxonomies span a, .DateWrap .post-taxonomies span strong .entry-footer a{
	color: #000;
}
.post-taxonomies{
	margin-top: 30px;
	font-family: var(--sf-r);
	color: var(--primary-color);
}

.BlogDetailPageWarp .ListWrap article{
	margin: 0;
    background-color: transparent;
    overflow: hidden;
    box-shadow: none;
    display: block;
    width: 100%;
    border-radius: 0;
    border: 0;
}
.BlogDetailPageWarp .ListWrap article .post-thumbnail{
	    margin: 0 auto;
	    max-width: 100%;
    width: 100%;
}
.singular .entry-title{
	color: #000;
    font-size: 30px !important;
    line-height: 1.3;
    font-family: var(--sf-b);
    font-weight: 600;
    margin-bottom: 10px !important;
}
.WidgetAreaWrapper{
	background-color: #e8e8e8;
}
.WidgetAreaWrapper .container{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.WidgetAreaWrapper .widget-area{
	margin: 0 auto;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    column-gap: 20px;
}
.WidgetAreaWrapper .widget-area form{
	max-width: 100%;
}
.WidgetAreaWrapper .widget-area .widget,.WidgetAreaWrapper .widget-area .wp-block-categories-dropdown,
.WidgetAreaWrapper .widget-area .wp-block-latest-posts__list,
.WidgetAreaWrapper .widget-area .wp-block-archives-dropdown{
	margin-top: 0;
	margin-bottom: 0px;
}
.WidgetAreaWrapper .widget-area .widget label,.WidgetAreaWrapper .widget-area .widget h2{
	font-size: 18px;
    line-height: 1.3 !important;
    color: var(--primary-color);
    font-family: var(--sf-r);
    margin-bottom: 10px !important;
    font-weight: 600;
    display: block;
}
.wp-block-search__button  {
    display: block;
    background-color: var(--primary-color) !important;
    padding: 10px 32px !important;
    position: relative;
    color: #ffffff !important;
    font-size: 15px !important;
    text-align: center;
    line-height: 25px !important;
    font-family: var(--sf-r) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0px;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    margin: 15px 0px 0px;
    outline: none !important;
    height: inherit !important;
    width:100%;
    border: 0px solid var(--primary-color) !important;
}
.wp-block-search__button:hover{
	background-color: #000 !important;
}
.widget-area ul li,.widget-area .wp-block-latest-posts &gt; li &gt; a,
.widget-area ul li a{
    font-size: 15px !important;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    color: var(--secondary-color);
    font-family: var(--sf-r);
}
.widget-area .wp-block-latest-posts &gt; li &gt; a:hover,
.widget-area ul li a:hover{
	color: var(--primary-color);
}
.widget-area ul li{
	background-image: none;
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px !important;
}
.widget-area ul li:last-child{
	padding: 0 0 0px;
	border-bottom: 0px solid #ddd;
	margin-bottom: 0px !important;
}

.WidgetAreaWrapper .widget-area .wp-block-archives-dropdown label {
    display: none;
}

.BlogDetailPageWarp .entry-content h1,.BlogDetailPageWarp .entry-content h2,
.BlogDetailPageWarp .entry-content h3,.BlogDetailPageWarp .entry-content h4,
.BlogDetailPageWarp .entry-content h5,.BlogDetailPageWarp .entry-content h6{
    margin-bottom: 15px !important;
}

.BlogDetailPageWarp .entry-content h1{font-size: 40px;}
.BlogDetailPageWarp .entry-content h2{font-size: 35px;}
.BlogDetailPageWarp .entry-content h3{font-size: 30px;}
.BlogDetailPageWarp .entry-content h4{font-size: 25px;}
.BlogDetailPageWarp .entry-content h5{font-size: 22px;}
.BlogDetailPageWarp .entry-content h6{font-size: 20px;}
</pre></body></html>