@charset "UTF-8";
/*
    * variable
    * function
    * mixin
    * menu
    * common
    * swiper_slider_library
    * footer
*/
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #1f1f1f;
	color: white;
}

::selection {
	background-color: #1f1f1f;
	color: white;
}

html {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 8px;
	color: #1f1f1f;
	scroll-behavior: smooth;
}

@media (min-width: 40em) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 64em) {
	html {
		font-size: 18px;
	}
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
	background: #ffffff;
	line-height: 2.5em;
	width: 100vw;
	height: 100%;
}

section {
	padding: 2rem 0;
	height: calc(100% - calc(2rem * 2));
	scroll-snap-align: start;
	overflow: hidden;
	background: #ffffff;
}

section + section {
	margin-top: 1rem;
}

section:last-child {
	margin-bottom: 1rem;
}

img {
	width: 100%;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #585858;
}

.container {
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	padding: 0rem 2rem;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.25rem;
}

h1,
h2,
h3 {
	font-weight: 500;
}

p {
	font-size: 1rem;
}

header {
	position: fixed;
	width: 100%;
	background: #ffffff;
	height: auto;
	-webkit-box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.06);
	padding: 1rem 0 3rem 0;
	z-index: 99;
}

header .menu-toggle {
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: absolute;
	right: 0;
	margin-right: 2rem;
	margin-top: 2rem;
}

header .menu-toggle i {
	font-size: 2rem;
	position: absolute;
}

header .menu-toggle i.fa-times {
	display: none;
}

header .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .wrapper .logo {
	width: 50%;
}

@media (min-width: 64em) {
	header .wrapper .logo {
		display: none !important;
		width: 0;
	}
}

header .wrapper .wrapper__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	color: #ffffff;
	height: 4rem;
	margin-bottom: 2rem;
}

header .wrapper .wrapper__input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	width: 80%;
	height: 100%;
	padding: 1rem 0;
	background: #f7f7f7;
	padding-left: 1rem;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

header .wrapper .wrapper__input ::-webkit-input-placeholder {
	text-transform: uppercase;
}

header .wrapper .wrapper__input :-ms-input-placeholder {
	text-transform: uppercase;
}

header .wrapper .wrapper__input ::-ms-input-placeholder {
	text-transform: uppercase;
}

header .wrapper .wrapper__input ::placeholder {
	text-transform: uppercase;
}

header .wrapper .wrapper__input input:hover {
	background: #f8f8f8;
}

header .wrapper .wrapper__input input:active,
header .wrapper .wrapper__input input:focus {
	border: 1px solid #1f1f1f;
	background: #f8f8f8;
}

header .wrapper .wrapper__input i {
	background: #1f1f1f;
	width: 20%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
}

header .wrapper .wrapper__input i:hover {
	background: #292929;
}

header .wrapper .wrapper__input i:focus {
	border: 1px solid #1f1f1f;
	background: #333333;
}

header .wrapper .navbar-custom-dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	color: #ffffff;
	height: 4rem;
	position: relative;
}

header .wrapper .navbar-custom-dropdown select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	padding: 1rem 0;
	width: 80%;
	padding-left: 1rem;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	position: relative;
	background: #f7f7f7;
	text-transform: uppercase;
	color: #585858;
}

header .wrapper .navbar-custom-dropdown select:hover {
	background: #f8f8f8;
}

header .wrapper .navbar-custom-dropdown select:active,
header .wrapper .navbar-custom-dropdown select:focus {
	border: 1px solid #1f1f1f;
	background: #f8f8f8;
}

header .wrapper .navbar-custom-dropdown i {
	width: 20%;
	background: #1f1f1f;
	height: 100%;
	position: relative;
}

header .wrapper .navbar-custom-dropdown i::after {
	content: '';
	position: absolute;
	height: 1.5rem;
	width: 1.5rem;
	border: 0.25rem solid #ffffff;
	border-top: transparent;
	border-right: transparent;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

header .wrapper .navbar-custom-dropdown select:active + i::after {
	top: 60%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

header .wrapper .navbar-custom-dropdown select:focus + i::after {
	top: 60%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

header .wrapper .navbar-custom-dropdown select:hover + i::after {
	top: 60%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

header .nav-list {
	display: none;
}

header.open {
	height: 100%;
}

header.open .nav {
	position: relative;
	background: #ffffff;
}

header.open .nav .menu-toggle {
	position: absolute;
	right: -7rem;
}

header.open .nav .menu-toggle i.fa-bars {
	display: none;
}

header.open .nav .menu-toggle i.fa-times {
	display: inline-block;
	z-index: 999;
}

header.open .nav .wrapper {
	display: none;
}

header.open .nav .nav-list {
	background: #ffffff;
	width: 80%;
	height: 25vh;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	list-style: none;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 2rem;
	font-size: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

header.open .nav .nav-list .nav-item {
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

header.open .nav .nav-list .nav-item.active {
	color: #1f1f1f;
	font-weight: 700;
}

header.open .nav .nav-list .nav-item:hover,
header.open .nav .nav-list .nav-item:focus {
	color: #1f1f1f;
	font-weight: 700;
}

@media (min-width: 64em) {
	header {
		background: #ffffff;
		height: auto;
		-webkit-box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.06);
		box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.06);
		padding: 0;
	}
	header .nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		gap: 5rem;
		padding: 1rem 0;
	}
	header .nav .menu-toggle {
		display: none;
	}
	header .nav .wrapper {
		width: 60%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 1rem;
	}
	header .nav .wrapper .logo {
		width: 15%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	header .nav .wrapper .wrapper__input {
		width: 40%;
		margin-bottom: 0;
		height: 2rem;
	}
	header .nav .wrapper .wrapper__input i {
		font-size: 0.8rem;
	}
	header .nav .wrapper .navbar-custom-dropdown {
		width: 40%;
		height: 2rem;
	}
	header .nav .wrapper .navbar-custom-dropdown select {
		padding: 0.5rem 0.5rem;
		width: 100%;
		height: 2rem;
	}
	header .nav .wrapper .navbar-custom-dropdown i {
		height: 2rem;
	}
	header .nav .wrapper .navbar-custom-dropdown i::after {
		height: 0.5rem;
		width: 0.5rem;
		border: 0.15rem solid #ffffff;
		border-top: transparent;
		border-right: transparent;
	}
	header .nav .wrapper .navbar-custom-dropdown select:active + i::after {
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
		transform: translateX(-50%) translateY(-50%) rotate(135deg);
	}
	header .nav .wrapper .navbar-custom-dropdown select:focus + i::after {
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
		transform: translateX(-50%) translateY(-50%) rotate(135deg);
	}
	header .nav .wrapper .navbar-custom-dropdown select:hover + i::after {
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
		transform: translateX(-50%) translateY(-50%) rotate(135deg);
	}
	header .nav .nav-list {
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		list-style-type: none;
	}
	header .nav .nav-list .nav-item {
		-webkit-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	header .nav .nav-list .nav-item.active {
		color: #1f1f1f;
		font-weight: 700;
	}
	header .nav .nav-list .nav-item:hover,
	header .nav .nav-list .nav-item:focus {
		color: #1f1f1f;
		font-weight: 700;
	}
}

/*

	* Social Icons Section will be common in all the pages
 
*/
.social-icons {
	position: fixed;
	width: 2rem;
	height: auto;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}

.social-icons .social-icons-lists .social-icons-lists__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	font-size: 1rem;
	background: #1f1f1f;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.social-icons .social-icons-lists .social-icons-lists__list a {
	color: #ffffff;
}

.social-icons .social-icons-lists .social-icons-lists__list:hover {
	background: #333333;
}

.social-icons
	.social-icons-lists
	.social-icons-lists__list
	+ .social-icons-lists__list {
	margin-top: 1rem;
}

@media (min-width: 64em) {
	.social-icons {
		top: 40%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
	}
}

main {
	width: 100vw;
	height: 100%;
	min-height: calc(100vh - 8vh);
	padding-top: 35vh;
}

@media (min-width: 40em) {
	main {
		min-height: calc(100vh - 10vh);
		padding-top: 50vh;
	}
}

@media (min-width: 64em) {
	main {
		min-height: calc(100vh - 13vh);
		padding-top: 20vh;
	}
}

:root {
	--swiper-theme-color: #1f1f1f;
}

.d-none {
	display: none !important;
}

/*
* color
*/
.orange-color {
	color: #e49561;
}

section.logo-image {
	display: none;
}

@media (min-width: 64em) {
	section.logo-image {
		display: block;
		padding: 0;
	}
	section.logo-image .container {
		padding: 0;
	}
	section.logo-image .container .image {
		width: 50%;
		margin: 0 auto;
	}
}

@media (min-width: 64em) and (min-width: 64em) {
	section.logo-image .container .image {
		width: 15%;
	}
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

footer {
	width: 100vw;
	background: #1f1f1f;
}

footer .container .wrapper {
	padding: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1rem;
	color: #ffffff;
}

footer .container .left-align-text {
	text-align: left;
}

footer .container .right-align-text {
	text-align: right;
}

/*
    !PAGES
    1. home
    2. about-us
    3. contact-us
*/
main {
	background: #ffffff;
}

.about-us .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #f7f7f7;
	padding: 2rem 2rem;
	gap: 2rem;
}

.about-us .container .wrapper-img {
	background: #ffffff;
	width: 50%;
	padding: 0;
}

.about-us .container .wrapper-img .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-us .container .wrapper-text {
	width: 50%;
}

.about-us .container .wrapper-text p {
	font-size: 0.75rem;
	line-height: 1.25;
	color: #585858;
}

@media (min-width: 40em) {
	.about-us .container .wrapper-text p {
		font-size: 0.75rem;
	}
}

@media (min-width: 64em) {
	.about-us .container .wrapper-text p {
		font-size: 1.2rem;
	}
}

.about-us .container .wrapper-text .credit {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about-us .container .wrapper-text .credit .credit-name {
	position: relative;
	font-weight: 700;
	font-style: italic;
}

.about-us .container .wrapper-text .credit .credit-name::before {
	content: '\2010\0020';
	width: 1rem;
}

.about-us .container .wrapper-text .credit .credit-quote {
	margin-top: -1rem;
	color: #585858;
	opacity: 0.5;
}

.about-us .container .wrapper-text .credit img {
	width: 25%;
}

.category .container {
	padding: 0;
}

.category .container .heading {
	text-align: center;
}

.category .container .heading h1 {
	font-weight: 500;
	font-size: 2rem;
}

.category .container .category__wrapper {
	padding: 3rem 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem;
}

.category .container .category__wrapper .wrapper-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5rem;
	border: 0.1rem solid #1f1f1f;
	border-bottom: 0.35rem solid #1f1f1f;
	color: #1f1f1f;
	border: 0.1rem solid var(--color);
	border-bottom: 0.35rem solid var(--color);
	color: var(--color);
	padding: 1rem 1rem;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	width: 15rem;
}

@media (min-width: 64em) {
	.category .container .category__wrapper .wrapper-item {
		width: 14rem;
	}
}

.category .container .category__wrapper .wrapper-item:hover {
	-webkit-box-shadow: 8px 16px 36px rgba(10, 10, 10, 0.1);
	box-shadow: 8px 16px 36px rgba(10, 10, 10, 0.1);
}

.category .container .category__wrapper .wrapper-item .wrapper-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.category .container .category__wrapper .wrapper-item .wrapper-image img {
	width: 50%;
	height: auto;
}

@media (min-width: 64em) {
	.category .container .category__wrapper .wrapper-item .wrapper-image img {
		width: 100%;
		height: auto;
	}
}

.category .container .category__wrapper .wrapper-item .wrapper-text {
	font-size: 1rem;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
}

.recent-post .container {
	padding: 0;
}

.recent-post .container .heading {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2rem;
}

.recent-post .container .heading h1 {
	font-weight: 500;
	font-size: 2rem;
}

.recent-post .container .swiper-container .swiper-wrapper {
	margin-bottom: 4rem;
}

.recent-post .container .swiper-container .swiper-wrapper .swiper-slide {
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.recent-post .container .swiper-container .swiper-wrapper .swiper-slide:hover {
	-webkit-box-shadow: 8px 16px 36px rgba(10, 10, 10, 0.25);
	box-shadow: 8px 16px 36px rgba(10, 10, 10, 0.25);
}

.recent-post
	.container
	.swiper-container
	.swiper-wrapper
	.swiper-slide
	.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0.25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.25;
}

.recent-post
	.container
	.swiper-container
	.swiper-wrapper
	.swiper-slide
	.wrapper
	.text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem;
}

.recent-post
	.container
	.swiper-container
	.swiper-wrapper
	.swiper-slide
	.wrapper
	.text
	h2 {
	font-size: 1rem;
}

.recent-post
	.container
	.swiper-container
	.swiper-wrapper
	.swiper-slide
	.wrapper
	.text
	p {
	font-size: 0.8rem;
	text-align: justify;
}

.recent-post
	.container
	.swiper-container
	.swiper-wrapper
	.swiper-slide
	.wrapper
	.text
	a.button {
	margin-top: 0.5rem;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 80%;
	background: #1f1f1f;
	color: #ffffff;
	padding: 0.5rem 0.75rem;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.recent-post
	.container
	.swiper-container
	.swiper-wrapper
	.swiper-slide
	.wrapper
	.text
	a.button:hover {
	background: #393939;
}

.recent-post
	.container
	.swiper-container
	.swiper-wrapper
	.swiper-slide
	.wrapper
	.text
	a.button:focus {
	background: #393939;
}

@media (min-width: 64em) {
	.recent-post
		.container
		.swiper-container
		.swiper-wrapper
		.swiper-slide
		.wrapper
		.text {
		gap: 0.5rem;
	}
	.recent-post
		.container
		.swiper-container
		.swiper-wrapper
		.swiper-slide
		.wrapper
		.text
		h2 {
		font-size: 1.25rem;
	}
	.recent-post
		.container
		.swiper-container
		.swiper-wrapper
		.swiper-slide
		.wrapper
		.text
		a.button {
		width: 50%;
	}
}

@media (min-width: 40em) {
	.recent-post .container .swiper-container .swiper-wrapper {
		margin-bottom: 3rem;
	}
}

@media (min-width: 64em) {
	.recent-post .container .swiper-container .swiper-wrapper {
		margin-bottom: 3rem;
	}
}

.recent-post
	.container
	.swiper-container
	.swiper-pagination
	.swiper-pagination-bullet-active {
	width: 1rem;
	height: 1rem;
}

@media (min-width: 40em) {
	.recent-post
		.container
		.swiper-container
		.swiper-pagination
		.swiper-pagination-bullet-active {
		width: 0.5rem;
		height: 0.5rem;
	}
}

.about-description .container .wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	list-style-type: '◆';
}

.about-description .container .wrapper ul li {
	padding-left: 1rem;
}

.contact-us .container {
	padding: 0;
}

.contact-us .container .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 64em) {
	.contact-us .container .wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.contact-us .container .wrapper .wrapper-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-us .container .wrapper .wrapper-img img {
	width: 80%;
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem);
}

@media (min-width: 64em) {
	.contact-us .container .wrapper .wrapper-img img {
		width: 100%;
	}
}

@media (min-width: 64em) {
	.contact-us .container .wrapper .wrapper-img {
		width: 50%;
	}
}

.contact-us .container .wrapper .wrapper-text {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 64em) {
	.contact-us .container .wrapper .wrapper-text {
		width: 50%;
	}
}

.contact-us .container .wrapper .wrapper-text h2 {
	text-align: center;
	text-transform: uppercase;
}

.contact-us .container .wrapper .wrapper-text .wrapper-form {
	width: 80%;
}

.contact-us .container .wrapper .wrapper-text .wrapper-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
}

.contact-us .container .wrapper .wrapper-text .wrapper-form form > * {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	width: 100%;
	border: 0.1rem solid rgba(0, 0, 0, 0.2);
	padding: 1rem 0;
	background: transparent;
	padding-left: 1rem;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.contact-us .container .wrapper .wrapper-text .wrapper-form form > *:hover {
	background: #f8f8f8;
}

.contact-us .container .wrapper .wrapper-text .wrapper-form form > *:active,
.contact-us .container .wrapper .wrapper-text .wrapper-form form > *:focus {
	border: 1px solid #1f1f1f;
	background: #f8f8f8;
}

.contact-us .container .wrapper .wrapper-text .wrapper-form form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

.contact-us .container .wrapper .wrapper-text .wrapper-form form button {
	color: #ffffff;
	text-transform: uppercase;
	background: #1f1f1f;
	font-weight: bold;
}

.contact-us .container .wrapper .wrapper-text .wrapper-form form button:hover {
	background: #333333;
}

.contact-us .container .wrapper .wrapper-text .wrapper-form form button:active,
.contact-us .container .wrapper .wrapper-text .wrapper-form form button:focus {
	background: #393939;
}

.contact-us .container .wrapper .wrapper-text .wrapper-social-icons-contact-us {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-us
	.container
	.wrapper
	.wrapper-text
	.wrapper-social-icons-contact-us
	ul.social-icons-lists {
	width: 24%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style: none;
}

.contact-us
	.container
	.wrapper
	.wrapper-text
	.wrapper-social-icons-contact-us
	ul.social-icons-lists
	li {
	background: #1f1f1f;
	color: #ffffff;
	font-size: 1rem;
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

@media (min-width: 64em) {
	.contact-us
		.container
		.wrapper
		.wrapper-text
		.wrapper-social-icons-contact-us
		ul.social-icons-lists
		li {
		width: 2.5rem;
		height: 2.5rem;
	}
}

.contact-us
	.container
	.wrapper
	.wrapper-text
	.wrapper-social-icons-contact-us
	ul.social-icons-lists
	li:hover {
	background: #393939;
}

.contact-us
	.container
	.wrapper
	.wrapper-text
	.wrapper-social-icons-contact-us
	ul.social-icons-lists
	li:focus,
.contact-us
	.container
	.wrapper
	.wrapper-text
	.wrapper-social-icons-contact-us
	ul.social-icons-lists
	li:active {
	background: #484848;
}

.contact-us
	.container
	.wrapper
	.wrapper-text
	.wrapper-social-icons-contact-us
	ul.social-icons-lists
	li
	a {
	color: #ffffff;
}

.category-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	padding: 0;
}

.category-section .container .heading {
	text-align: center;
	font-weight: 500;
}

.category-section .container .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.category-section .container .wrapper > * {
	width: 100%;
}

.category-section .container .wrapper .wrapper-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 1.5rem;
}

.category-section .container .wrapper .wrapper-main .wrapper-item {
	background: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	background: #f8f8f8;
	border: 1px solid #bebebe;
	padding: 1rem;
}

@media (min-width: 64em) {
	.category-section .container .wrapper .wrapper-main .wrapper-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.category-section .container .wrapper .wrapper-main .wrapper-item .wrapper-img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

@media (min-width: 64em) {
	.category-section
		.container
		.wrapper
		.wrapper-main
		.wrapper-item
		.wrapper-img {
		width: 40%;
	}
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5rem;
	padding-top: 1rem;
}

@media (min-width: 64em) {
	.category-section
		.container
		.wrapper
		.wrapper-main
		.wrapper-item
		.wrapper-text {
		width: 60%;
	}
}

@media (min-width: 64em) {
	.category-section
		.container
		.wrapper
		.wrapper-main
		.wrapper-item
		.wrapper-text {
		padding: 1rem 1.5rem;
	}
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	> * {
	width: 100%;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	h3 {
	font-size: 1.25rem;
	line-height: 1.25;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	p {
	font-size: 0.8rem;
	line-height: 1.25;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.category-lists {
	color: #e49561;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.author-name {
	color: #e49561;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.description {
	margin-top: 0.25rem;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-top: 1rem;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.social-icons-category {
	width: 50%;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.social-icons-category
	.share-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style: none;
	width: 50%;
}

@media (min-width: 64em) {
	.category-section
		.container
		.wrapper
		.wrapper-main
		.wrapper-item
		.wrapper-text
		.wrapper-text-category-footer
		.social-icons-category
		.share-icons {
		padding-top: 0;
		width: 50%;
	}
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.social-icons-category
	.share-icons
	li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

@media (min-width: 64em) {
	.category-section
		.container
		.wrapper
		.wrapper-main
		.wrapper-item
		.wrapper-text
		.wrapper-text-category-footer
		.social-icons-category
		.share-icons
		li {
		width: 2.5rem;
		height: 2.5rem;
	}
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.social-icons-category
	.share-icons
	li:hover {
	color: #393939;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.social-icons-category
	.share-icons
	li:focus,
.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.social-icons-category
	.share-icons
	li:active {
	color: #484848;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.social-icons-category
	.share-icons
	li
	a {
	color: #1f1f1f;
	font-size: 1rem;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.button {
	width: 35%;
	font-size: 1rem;
	background: #1f1f1f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 64em) {
	.category-section
		.container
		.wrapper
		.wrapper-main
		.wrapper-item
		.wrapper-text
		.wrapper-text-category-footer
		.button {
		width: 20%;
	}
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.button
	a {
	color: #ffffff;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.button:hover {
	background: #393939;
}

.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.button:focus,
.category-section
	.container
	.wrapper
	.wrapper-main
	.wrapper-item
	.wrapper-text
	.wrapper-text-category-footer
	.button:active {
	background: #484848;
}

.category-section .container .wrapper .wrapper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.category-section .container .wrapper .wrapper-pagination .pagination {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 64em) {
	.category-section .container .wrapper .wrapper-pagination .pagination {
		width: 25%;
	}
}

.category-section
	.container
	.wrapper
	.wrapper-pagination
	.pagination-item.button {
	width: 2rem;
	height: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	background: #1f1f1f;
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.category-section
	.container
	.wrapper
	.wrapper-pagination
	.pagination-item.button:hover {
	background: #393939;
	color: #ffffff;
}

.category-section
	.container
	.wrapper
	.wrapper-pagination
	.pagination-item.button:focus,
.category-section
	.container
	.wrapper
	.wrapper-pagination
	.pagination-item.button:active {
	color: #ffffff;
	background: #484848;
}

.category-section .container .wrapper .wrapper-pagination .pagination-item {
	color: #9f9f9f;
	font-weight: 500;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.category-section
	.container
	.wrapper
	.wrapper-pagination
	.pagination-item:hover {
	color: #2c2c2c;
}

.category-section
	.container
	.wrapper
	.wrapper-pagination
	.pagination-item:focus,
.category-section
	.container
	.wrapper
	.wrapper-pagination
	.pagination-item:active {
	color: #2c2c2c;
}

.category-section
	.container
	.wrapper
	.wrapper-pagination
	.pagination-item.active {
	color: #1f1f1f;
}

.post-content .container {
	padding: 0;
}

.post-content .container .wrapper {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 1rem;
}

.post-content .container .wrapper .wrapper-heading {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-content .container .wrapper .wrapper-content {
	width: 100%;
	margin-bottom: 2rem;
	line-height: 1.4;
	font-size: 1.2rem;
}

.post-content .container .wrapper .wrapper-content a {
	text-decoration: underline;
}

.post-content .container .wrapper .wrapper-content li {
	list-style-position: inside;
}

.post-content .container .wrapper .wrapper-share-icons {
	width: 30%;
}

.post-content .container .wrapper .wrapper-share-icons .icons-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style: none;
	width: 100%;
}

.post-content .container .wrapper .wrapper-share-icons .icons-lists li {
	height: 2rem;
	width: 2rem;
	background: #1f1f1f;
	color: #ffffff;
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.post-content .container .wrapper .wrapper-share-icons .icons-lists li.outline {
	background: #ffffff;
	border: 1px solid #1f1f1f;
	color: #1f1f1f;
}

@media (min-width: 64em) {
	.post-content .container .wrapper .wrapper-share-icons .icons-lists li {
		width: 2.5rem;
		height: 2.5rem;
	}
}

.post-content .container .wrapper .wrapper-share-icons .icons-lists li:hover {
	background: #393939;
}

.post-content .container .wrapper .wrapper-share-icons .icons-lists li:focus,
.post-content .container .wrapper .wrapper-share-icons .icons-lists li:active {
	background: #484848;
}

.post-content .container .wrapper .wrapper-share-icons .icons-lists li a {
	color: #ffffff;
}

.comment .container {
	padding: 0;
}

.comment .container .heading {
	text-align: center;
	margin-bottom: 1rem;
}

.comment .container .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3rem;
}

.comment .container .wrapper-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.5rem 2rem;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.comment .container .wrapper .button-text {
	width: 100%;
	text-align: center;
	color: #1f1f1f;
}

.comment .container .wrapper-item .main-comment {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.comment .container .wrapper-item .main-comment .img-name-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 0.5rem;
}

.comment .container .wrapper-item .main-comment .img-name-date .wrapper-img {
	width: 2rem;
	height: 2rem;
	background: #ebebeb;
	color: #1f1f1f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.comment .container .wrapper-item .main-comment .img-name-date .wrapper-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.comment .container .wrapper-item .main-comment .img-name-date .wrapper-text p {
	line-height: 1.25;
}

.comment .container .wrapper-item .main-comment .description {
	line-height: 1.25;
	text-align: justify;
}

.comment .container .wrapper-item .main-comment .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment .container .wrapper-item .main-comment .button a {
	background: #1f1f1f;
	color: #ffffff;
	width: 4rem;
	height: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.8rem;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.comment .container .wrapper-item .main-comment .button a:hover {
	background: #393939;
}

.comment .container .wrapper-item .main-comment .button a:focus,
.comment .container .wrapper-item .main-comment .button a:active {
	background: #484848;
}

.comment .container .wrapper-item .main-comment .wrapper-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.comment .container .wrapper-item .main-comment .wrapper-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
}

.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	gap: 0.5rem;
}

.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row
	* {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	width: 100%;
	border: 0.1rem solid rgba(0, 0, 0, 0.2);
	padding: 1rem 0;
	background: transparent;
	padding-left: 1rem;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 1rem;
}

.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row
	*:hover {
	background: #f8f8f8;
}

.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row
	*:active,
.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row
	*:focus {
	border: 1px solid #1f1f1f;
	background: #f8f8f8;
}

.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row
	input {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row
	button {
	width: 30%;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	background: #1f1f1f;
	font-weight: 500;
	font-size: 1rem;
	padding-left: 0rem;
}

.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row
	button:hover {
	background: #333333;
}

.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row
	button:active,
.comment
	.container
	.wrapper-item
	.main-comment
	.wrapper-form
	form
	.wrapper-row
	button:focus {
	background: #393939;
}

.comment .container .wrapper-item .reply-comment {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0.5rem 1rem;
	padding-left: 2rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.comment .container .wrapper-item .reply-comment .wrapper-item {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dedede;
}

.comment .container .wrapper-item .reply-comment .wrapper-item .img-name-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 0.5rem;
}

.comment
	.container
	.wrapper-item
	.reply-comment
	.wrapper-item
	.img-name-date
	.wrapper-img {
	width: 1.5rem;
	height: 1.5rem;
	background: #ebebeb;
	color: #1f1f1f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.comment
	.container
	.wrapper-item
	.reply-comment
	.wrapper-item
	.img-name-date
	.wrapper-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.comment
	.container
	.wrapper-item
	.reply-comment
	.wrapper-item
	.img-name-date
	.wrapper-text
	p {
	font-size: 0.75rem;
	line-height: 1.25;
}

.comment .container .wrapper-item .reply-comment .wrapper-item .description {
	font-size: 0.75rem;
	line-height: 1.25;
	text-align: justify;
}

.leave-a-reply .container .heading {
	text-align: center;
}

.leave-a-reply .container .wrapper .wrapper-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.leave-a-reply .container .wrapper .wrapper-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
}

.leave-a-reply .container .wrapper .wrapper-form form .wrapper-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	gap: 0.5rem;
}

.leave-a-reply .container .wrapper .wrapper-form form .wrapper-row * {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	width: 100%;
	border: 0.1rem solid rgba(0, 0, 0, 0.2);
	padding: 1rem 0;
	background: transparent;
	padding-left: 1rem;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 1rem;
}

.leave-a-reply .container .wrapper .wrapper-form form .wrapper-row *:hover {
	background: #f8f8f8;
}

.leave-a-reply .container .wrapper .wrapper-form form .wrapper-row *:active,
.leave-a-reply .container .wrapper .wrapper-form form .wrapper-row *:focus {
	border: 1px solid #1f1f1f;
	background: #f8f8f8;
}

.leave-a-reply .container .wrapper .wrapper-form form .wrapper-row input {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

.leave-a-reply .container .wrapper .wrapper-form form .wrapper-row button {
	width: 30%;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	background: #1f1f1f;
	font-weight: 500;
	font-size: 1rem;
	padding-left: 0rem;
}

.leave-a-reply
	.container
	.wrapper
	.wrapper-form
	form
	.wrapper-row
	button:hover {
	background: #333333;
}

.leave-a-reply
	.container
	.wrapper
	.wrapper-form
	form
	.wrapper-row
	button:active,
.leave-a-reply
	.container
	.wrapper
	.wrapper-form
	form
	.wrapper-row
	button:focus {
	background: #393939;
}
/*# sourceMappingURL=style.css.map */
