@charset "UTF-8";

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff
}

*,
::after,
::before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
}

h1,
h2,
h3,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-links);
	;
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ul {
	padding-left: 2rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

figure {
	margin: 0 0 1rem
}

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

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	text-transform: none
}

textarea {
	resize: vertical
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.container,
.container-fluid,
.container-xl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-xl {
		max-width: 1140px
	}
}

@media (min-width:1400px) {

	.container,
	.container-xl {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5 {
	--bs-gutter-x: 3rem
}

.g-5 {
	--bs-gutter-y: 3rem
}

@media (min-width:768px) {
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}
}

@media (min-width:992px) {
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control:hover:n textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px)
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
	color: #212529
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca
}

.btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary:active {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be
}

.btn-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.fade {
	transition: opacity .15s linear
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: flex !important
}

[type="submit"] {
	margin-bottom: 30px;
}

.position-relative {
	position: relative !important;
	display: flex;
	align-items: center;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.m-0 {
	margin: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.p-0 {
	padding: 0 !important
}

.p-3 {
	padding: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.text-start {
	text-align: left !important
}

.text-center {
	text-align: center !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

@media (min-width:576px) {
	.ms-sm-3 {
		margin-left: 1rem !important
	}
}

@media (min-width:768px) {
	.d-md-flex {
		display: flex !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.text-md-start {
		text-align: left !important
	}

	.text-md-end {
		text-align: right !important
	}
}

@media (max-width: 1279px) {
	.navbar {
		padding: 0;
		z-index: 9997;
	}

	.navbar ul {
		display: none;
		position: absolute;
		inset: 55px 15px 15px 15px;
		padding: 10px 0;
		margin: 0;
		border-radius: 10px;
		background-color: var(--color-white);
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-primary);
		font-size: 15px;
		font-weight: 600;
		color: var(--color-primary);
		white-space: nowrap;
		transition: 0.3s;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: var(--color-primary);
	}

	.navbar .dropdown ul,
	.navbar .dropdown .dropdown ul {
		position: static;
		display: none;
		z-index: 99;
		padding: 10px 0;
		margin: 10px 20px;
		background: var(--color-white);
		transition: all 0.5s ease-in-out;
		box-shadow: 0px 0px 30px rgba(var(--color-black-rgb), 0.1);
	}

	.navbar .dropdown>.dropdown-active,
	.navbar .dropdown .dropdown>.dropdown-active {
		display: block;
	}

	.mobile-nav-toggle {
		display: inline-block;
		color: var(--color-secondary);
		font-size: 28px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
	}

	.mobile-nav-toggle.bi-x {
		color: var(--color-black);
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .mobile-nav-toggle {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 9999;
		color: var(--color-white);
	}

	.mobile-nav-active .navbar {
		position: fixed;
		overflow: hidden;
		inset: 0;
		background: rgba(var(--color-black-rgb), 0.6);
		transition: 0.3s;
	}

	.mobile-nav-active .navbar>ul {
		display: block;
	}
}

@media (min-width:992px) {
	.mb-lg-0 {
		margin-bottom: 0 !important
	}
}

@font-face {
	font-family: "bootstrap-icons";
	src: url("../fonts/bootstrap-icons.woff2") format("woff2");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
}

.bi-chevron-right::before {
	content: "\f285";
}

.bi-envelope::before {
	content: "\f32f";
}

.bi-facebook::before {
	content: "\f344";
}

.bi-geo-alt::before {
	content: "\f3e8";
}

.bi-instagram::before {
	content: "\f437";
}

.bi-linkedin::before {
	content: "\f472";
}

.bi-list::before {
	content: "\f479";
}

.bi-phone::before {
	content: "\f4e7";
}

.bi-search::before {
	content: "\f52a";
}

.bi-twitter::before {
	content: "\f5ef";
}

.bi-x::before {
	content: "\f62a";
}

.bi-skype::before {
	content: "\f656";
}

:root {
	--font-default: 'EB Garamond', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-primary: 'EB Garamond', serif;
	--font-secondary: 'Inter', sans-serif;
	--color-default: #212529;
	--color-default-rgb: 33, 37, 41;
	--color-links: #1780e9;
	--color-links-hover: #15171a;
	--color-primary: #212529;
	--color-primary-light: #26282c;
	--color-primary-dark: #0b0c0e;
	--color-primary-rgb: 33, 37, 41;
	--color-primary-light-rgb: 38, 40, 44;
	--color-primary-dark-rgb: 11, 12, 14;
	--color-secondary: #596d80;
	--color-secondary-light: #8498aa;
	--color-secondary-dark: #404f5c;
	--color-secondary-rgb: 89, 109, 128;
	--color-secondary-light-rgb: 132, 152, 170;
	--color-secondary-dark-rgb: 64, 79, 92;
	--color-blue: #0d6efd;
	--color-blue-rgb: 13, 110, 253;
	--color-indigo: #6610f2;
	--color-indigo-rgb: 102, 16, 242;
	--color-purple: #6f42c1;
	--color-purple-rgb: 111, 66, 193;
	--color-pink: #f3268c;
	--color-pink-rgb: 243, 38, 140;
	--color-red: #df1529;
	--color-red-rgb: 223, 21, 4;
	--color-orange: #fd7e14;
	--color-orange-rgb: 253, 126, 20;
	--color-yellow: #ffc107;
	--color-yellow-rgb: 255, 193, 7;
	--color-green: #059652;
	--color-green-rgb: 5, 150, 82;
	--color-teal: #20c997;
	--color-teal-rgb: 32, 201, 151;
	--color-cyan: #0dcaf0;
	--color-cyan-rgb: 13, 202, 240;
	--color-white: #ffffff;
	--color-white-rgb: 255, 255, 255;
	--color-gray: #6c757d;
	--color-gray-rgb: 108, 117, 125;
	--color-black: #000000;
	--color-black-rgb: 0, 0, 0
}

:root {
	--bs-blue: var(--color-blue);
	--bs-indigo: var(--color-indigo);
	--bs-purple: var(--color-purple);
	--bs-pink: var(--color-pink);
	--bs-red: var(--color-red);
	--bs-orange: var(--color-orange);
	--bs-yellow: var(--color-yellow);
	--bs-green: var(--color-green);
	--bs-teal: var(--color-teal);
	--bs-cyan: var(--color-cyan);
	--bs-white: var(--color-white);
	--bs-gray: var(--color-gray);
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: var(--color-blue);
	--bs-secondary: var(--color-blue);
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: var(--color-primary-rgb);
	--bs-secondary-rgb: var(--color-secondary-rgb);
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: var(--color-white-rgb);
	--bs-black-rgb: var(--color-black-rgb);
	--bs-body-color-rgb: var(--color-default-rgb);
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: var(--font-default);
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--font-default);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: var(--color-default);
	--bs-body-bg: #fff
}

:root {
	scroll-behavior: smooth
}

body {
	color: rgba(var(--color-primary-rgb), 1)
}

a {
	color: var(--color-links);
	text-decoration: none
}

a:hover {
	color: var(--color-links-hover);
	text-decoration: none
}

h1,
h2,
h3,
h5,
h6 {
	font-family: var(--font-primary)
}

#main {
	margin-top: 30px
}

section {
	padding: 40px 0;
	overflow: hidden
}

.page-title {
	font-size: 70px;
	color: var(--color-black)
}

.form-control:active,
.form-control:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--color-black)
}

.btn:active,
.btn:focus {
	outline: 0
}

.btn.btn-primary {
	background-color: var(--color-black);
	color: var(--color-white);
	border-color: var(--color-black)
}

.header {
	height: 50px;
	transition: all .5s;
	z-index: 997;
	background: #f2f2f2
}

.header .logo h1 {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-links);
	font-family: var(--font-primary)
}

.search-form-wrap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	transition: .3s all ease;
	visibility: hidden;
	opacity: 0
}

.search-form-wrap .search-form {
	position: relative
}

.search-form-wrap .search-form .form-control {
	width: 300px;
	border: none;
	box-shadow: 0 15px 20px -10px rgba(var(--color-black-rgb), .1);
	padding-left: 40px;
	padding-right: 40px
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
	outline: 0;
	box-shadow: none
}

.search-form-wrap .search-form .icon {
	position: absolute;
	left: 0;
	top: 7px;
	opacity: .5;
	left: 10px
}

.search-form-wrap .search-form .btn {
	position: absolute;
	top: 2px;
	right: 4px;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 30px
}

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
	outline: 0;
	box-shadow: none
}

section {
	scroll-margin-top: 70px
}

@media (min-width:1280px) {
	.navbar {
		padding: 0
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center
	}

	.navbar li {
		position: relative
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 0 10px 30px;
		font-family: var(--font-default);
		font-size: 16px;
		font-weight: 500;
		color: rgba(var(--color-default-rgb), 1);
		white-space: nowrap;
		transition: .3s
	}

	.navbar a:hover,
	.navbar li:hover>a {
		color: var(--color-default)
	}
}

.mobile-nav-toggle {
	display: none
}

@media (max-width:1279px) {
	.navbar {
		padding: 0;
		z-index: 9997
	}

	.navbar ul {
		display: none;
		position: absolute;
		inset: 55px 15px 15px 15px;
		padding: 10px 0;
		margin: 0;
		border-radius: 10px;
		background-color: var(--color-white);
		overflow-y: auto;
		transition: .3s;
		z-index: 9998
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-primary);
		font-size: 15px;
		font-weight: 600;
		color: var(--color-primary);
		white-space: nowrap;
		transition: .3s
	}

	.navbar a:hover,
	.navbar li:hover>a {
		color: var(--color-primary)
	}

	.mobile-nav-toggle {
		display: inline-block;
		color: var(--color-secondary);
		font-size: 28px;
		cursor: pointer;
		line-height: 0;
		transition: .5s
	}
}

.post-entry-1 {
	margin-bottom: 30px
}

.post-entry-1 h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	font-weight: 500
}

.post-entry-1 h2 a {
	color: var(--color-black)
}

.post-meta {
	font-size: 11px;
	letter-spacing: .07rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: rgba(var(--color-black-rgb), .4);
	margin-bottom: 10px
}

.author .photo {
	margin-right: 10px
}

.author .photo img {
	width: 40px;
	border-radius: 50%;
	margin-bottom: 0
}

.author .name h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: var(--font-secondary)
}

.post-entry-2 {
	margin-bottom: 30px
}

.post-entry-2 .post-meta {
	font-size: 11px;
	letter-spacing: .07rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: rgba(var(--color-black-rgb), .4);
	margin-bottom: 10px
}

.post-entry-2 .author {
	color: rgba(var(--color-black-rgb), .7);
	font-weight: 500;
	margin-bottom: 20px;
	display: block
}

.post-entry-2 .thumbnail {
	flex: 0 0 65%
}

@media (max-width:960px) {
	.post-entry-2 .thumbnail {
		flex: 0 0 100%;
		margin-bottom: 20px
	}
}

.post-entry-2.small-img .thumbnail {
	flex: 0 0 30%
}

@media (max-width:768px) {
	.post-entry-2.small-img .thumbnail {
		flex: 0 0 100%;
		margin-bottom: 20px
	}
}

.post-content {
	padding-left: 10%;
	padding-right: 10%
}

@media (max-width:768px) {
	.post-content {
		padding-left: 15px;
		padding-right: 15px
	}
}

.post-content .firstcharacter {
	float: left;
	font-family: Georgia;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px
}

.post-content figure {
	position: relative;
	left: 52%;
	min-width: 990px;
	transform: translateX(-50%)
}

@media (max-width:1255px) {
	.post-content figure {
		min-width: auto;
		left: auto !important;
		transform: none
	}
}

.post-content figure figcaption {
	font-family: var(--font-secondary);
	font-size: 14px;
	padding: 10px 0 0 0
}

.aside-title,
.category-title {
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--color-black)
}

.category-title {
	border-bottom: none
}

.custom-pagination a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-family: var(--font-secondary);
	margin: 5px;
	transition: .3s all ease
}

.custom-pagination a.active {
	background: var(--color-black);
	color: var(--color-white)
}

.custom-pagination a.active:hover {
	background: rgba(var(--color-black-rgb), .9)
}

.custom-pagination a:hover {
	background: rgba(var(--color-black-rgb), .1)
}

.custom-pagination a.next,
.custom-pagination a.prev {
	width: auto !important;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px
}

.custom-pagination a.next:hover,
.custom-pagination a.prev:hover {
	background: rgba(var(--color-black-rgb), .1)
}

.aside-block {
	margin-bottom: 30px
}

.aside-links li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(var(--color-black-rgb), .1)
}

.aside-links li a {
	display: block;
	color: rgba(var(--color-black-rgb), .7)
}

.aside-links li a:focus,
.aside-links li a:hover {
	color: rgba(var(--color-black-rgb), 1)
}

.aside-tags li {
	display: inline-block
}

.aside-tags li a {
	display: inline-block;
	color: rgba(var(--color-black-rgb), .7);
	padding: 7px 10px;
	border: 1px solid rgba(var(--color-black-rgb), .1);
	margin-bottom: 3px;
	transition: .3s all ease
}

.aside-tags li a:focus,
.aside-tags li a:hover {
	color: rgba(var(--color-black-rgb), 1);
	border: 1px solid rgba(var(--color-black-rgb), .5)
}

.comment .avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem
}

.comment .avatar-img {
	width: 100%;
	height: 100%;
	border-radius: inherit
}

.comment .avatar-img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}

.comment .avatar-sm {
	width: 2.125rem;
	height: 2.125rem;
	font-size: 1rem
}

.comment .comment-replies-title {
	text-transform: uppercase;
	color: var(--color-black) !important;
	letter-spacing: .1rem;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 30px
}

.comment .comment-meta .text-muted,
.comment .reply-meta .text-muted {
	font-family: var(--font-secondary);
	font-size: 12px
}

.contact .info-item {
	text-align: center
}

.contact .info-item i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--color-primary)
}

.contact .info-item address,
.contact .info-item p {
	margin-bottom: 0
}

.contact .info-item h3 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: .1rem;
	text-transform: uppercase;
	color: var(--color-primary)
}

.contact .info-item a:hover {
	color: var(--color-primary)
}

@media (min-width:768px) {
	.contact .info-item-borders {
		border-left: 1px solid rgba(var(--color-secondary-rgb), .2);
		border-right: 1px solid rgba(var(--color-secondary-rgb), .2)
	}
}

.contact .php-email-form {
	box-shadow: 0 0 30px rgba(var(--color-black-rgb), .1);
	padding: 30px;
	background: var(--color-white)
}

@media (max-width:640px) {
	.contact .php-email-form {
		padding: 20px
	}
}

.contact .php-email-form .error-message {
	display: none;
	color: var(--color-white);
	background: var(--color-red);
	text-align: left;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .sent-message {
	display: none;
	color: var(--color-white);
	background: var(--color-green);
	text-align: center;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .loading {
	display: none;
	background: var(--color-white);
	text-align: center;
	padding: 15px
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid var(--color-green);
	border-top-color: var(--color-white);
	animation: animate-loading 1s linear infinite
}

.contact .php-email-form .form-group {
	margin-bottom: 20px
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
	background-color: var(--color-primary)
}

.contact .php-email-form button[type=submit] {
	background: var(--color-primary);
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: .4s;
	cursor: pointer
}

.contact .php-email-form button[type=submit]:hover {
	background: rgba(var(--color-primary-rgb), .8)
}

.footer {
	overflow: hidden;
	background: rgba(var(--color-black-rgb), .9);
	font-size: 16px;
	color: rgba(var(--color-white-rgb), .7)
}

.footer .footer-content {
	padding: 60px 0
}

.footer .footer-heading {
	color: var(--color-white);
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px
}

.footer .footer-heading a {
	color: #fff;
}

.footer .footer-blog-entry li {
	margin-bottom: 20px;
	display: block
}

.footer .footer-blog-entry li a .post-meta {
	font-size: 10px;
	letter-spacing: .07rem;
	text-transform: uppercase;
	font-weight: 400;
	font-family: var(--font-secondary);
	color: rgba(var(--color-white-rgb), .4);
	margin-bottom: 0
}

.footer .footer-links li {
	margin-bottom: 10px
}

.footer .footer-links li a {
	color: rgba(var(--color-white-rgb), .7)
}

.footer .footer-links li a:focus,
.footer .footer-links li a:hover {
	color: rgba(var(--color-white-rgb), 1)
}

.footer .footer-legal {
	background: var(--color-black);
	padding: 40px 0
}

.footer .footer-legal .social-links a {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: rgba(var(--color-white-rgb), .09);
	border-radius: 50%;
	color: var(--color-white);
	line-height: 40px
}

.footer .footer-legal .social-links a:hover {
	background-color: rgba(var(--color-white-rgb), .2)
}

.copyright a {
	color: #fff;
}

.positionFixed {
	bottom: 0;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0);
	z-index: 999;
	width: 100%;
	background-color: #e4e4e4;
	display: flex;
	justify-content: center
}

.ad-div {
	margin-bottom: 50px;
	width: 100%
}

.t_de {
	height: .2rem;
	max-width: 100%;
	line-height: .3rem;
	font-size: .6rem;
	padding: .5rem 0 1rem 0;
	box-sizing: border-box;
	color: #707070;
	text-align: center
}

.grecaptcha-badge {
	visibility: hidden
}

/* pagenation */
.post-pagination {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    padding: 10px 20px!important;
}

.post-pagination li {
    position: relative;
    display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    z-index: 1;
    transition: all 500ms ease;
}

.post-pagination li a.current {
    background: #555;
    color: #fff;
}

.post-pagination li:hover a {
    background: #555;
    color: #fff;
}

nav[aria-label="breadcrumb"] {
    margin-bottom: 20px;
}

nav ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol.breadcrumb li {
    display: inline;
    word-break: break-all;
}

.post-body img{
    display: block;
    margin: 10px auto;
}