/*!normalize.cssv8.0.1|MITLicense|github.com/necolas/normalize.css*/
html {
	scroll-behavior: smooth;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
  background: var(--color2);
  margin: 0;
  line-height: 2.2;
  font-family: Estedad
}

main {
	display: block;
	margin-top: 85px
}

h1 {
	font-size: 2em;
	margin: 0.67em0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underlinedotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1pxdottedButtonText
}

fieldset {
	padding: 0.35em0.75em0.625em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	/*3*/
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

@font-face {
	font-family: Estedad;
	src: url('../font/Estedad-Regular.woff2') format('woff2');
	font-display: swap;
}

* {
	box-sizing: border-box
}

/*Variables Start*/
:root {
	--primary-color: #000000;
	--secondary-color: #FFFFFF;
	--third-color: #1198ec;
	--background-light: #f4f4f4;
	--button-hover: #ff8329;
	--primary-link: #ffffff;
	--secondary-link: #007f00;
	--icon: #ff8329;
}

/*Menu Start*/
/*https://www.cssscript.com/responsive-mega-menu*/
@-webkit-keyframes slideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes slideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes slideRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

a,
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {

	a,
	button {
		cursor: default !important;
		border: none;
		outline: none;
	}
}

.brand {
	margin-right: 1rem;
	border: none;
	outline: none;
}

.header {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	z-index: 999;
	border: none;
	outline: none;
	background: #fafafa;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}




.header .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-item-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	justify-content: flex-end;
	padding: 0.3rem;
}

.header-item-left img {
	margin-bottom: -6px;
	margin-left: 1rem;
}

.header-item-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66%;
	flex: 0 0 66%;
}

.header-item-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: space-evenly;
}

.header-item-right .menu-icon {
	font-size: 1.35rem;
	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;
	gap: 1rem;
	margin-left: 1rem;
	border: none;
	outline: none;
	color: #121212;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .menu>ul>li {
	display: inline-block;
	line-height: 3.125rem;
	margin-left: 1.5rem;
}

.header .menu>ul>li svg {
	width: 64px;
	display: block;
	margin: auto;
	fill: #41cc42;
}

.header .menu>ul>li>a {
	position: relative;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	border: none;
	outline: none;
	color: #121212;
	text-transform: capitalize;
	text-rendering: optimizeLegibility;
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.header .menu>ul>li .menu-subs {
	position: absolute;
	width: 100%;
	height: auto;
	margin-top: 1.75rem;
	padding: 1rem 2rem;
	border: none;
	outline: none;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	border-radius: 0.25rem;
	border-top: 3px solid #ff8329;
	background: #fafafa;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header .menu>ul>li .menu-subs>ul>li {
	line-height: 1;
}

.header .menu>ul>li .menu-subs>ul>li>a {
	display: inline-block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	padding: 0.75rem 0;
	border: none;
	outline: none;
	color: #121212;
	text-transform: capitalize;
	text-rendering: optimizeLegibility;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .menu>ul>li .menu-column-1 {
	min-width: 16rem;
	max-width: 20rem;
}

.header .menu>ul>li .menu-subs.menu-mega {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
	display: block;
	line-height: 1;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
	display: inline-block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	padding: 0.5rem 0;
	border: none;
	outline: none;
	color: #121212;
	text-transform: capitalize;
	text-rendering: optimizeLegibility;
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 68rem;
	width: 100%;
	padding: 1.25rem 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	padding: 0 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.75rem 0;
	border: none;
	outline: none;
	color: #41cc42;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
	text-align: center;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0.75rem;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
	color: #41cc42;
}

.header-item-right a:hover,
.header .menu>ul>li:hover>a {
	color: #41cc42;
}

@media only screen and (min-width: 993px) {
	.header .menu>ul>li.menu-item-has-children:hover .menu-subs {
		margin-top: 0.5rem;
		opacity: 1;
		visibility: visible;
	}
}

.menu-mobile-header,
.menu-mobile-trigger {
	display: none;
}

@media only screen and (max-width: 992px) {
	.header-item-center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.header-item-left,
	.header-item-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header .menu-mobile-trigger {
		position: relative;
		display: block;
		cursor: pointer;
		width: 1.75rem;
		height: 1rem;
		border: none;
		outline: none;
		margin-left: 1.25rem;
		background: none;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.35s ease-in-out;
		-o-transition: 0.35s ease-in-out;
		transition: 0.35s ease-in-out;
	}

	.header .menu-mobile-trigger span {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		border: none;
		outline: none;
		opacity: 1;
		border-radius: 0.25rem;
		background: #121212;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}

	.header .menu-mobile-trigger span:nth-child(1) {
		top: 0;
	}

	.header .menu-mobile-trigger span:nth-child(2),
	.header .menu-mobile-trigger span:nth-child(3) {
		top: 0.5rem;
	}

	.header .menu-mobile-trigger span:nth-child(4) {
		top: 1rem;
	}

	.header-item-right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-direction: row-reverse;
		padding: 1.2rem;
		margin-right: 1rem;
		border: 2px solid #e1e1e2;
		border-radius: 5rem;
	}

	.header .menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 20rem;
		height: 100%;
		z-index: 1099;
		overflow: hidden;
		background: #fafafa;
		-webkit-transform: translate(100%);
		-ms-transform: translate(100%);
		transform: translate(100%);
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.header .menu.active {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}

	.header .menu>ul>li {
		display: block;
		line-height: 1;
		margin: 0;
	}

	.header .menu>ul>li>a {
		direction: rtl;
		display: block;
		line-height: 3.125rem;
		height: 3.125rem;
		padding: 0 3.125rem 0 1rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .menu>ul>li>a i.ion {
		position: absolute;
		font-size: 1.25rem;
		line-height: 3.125rem;
		top: 0;
		left: 0;
		width: 3.125rem;
		height: 3.125rem;
		text-align: center;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.header .menu .menu-mobile-header {
		position: relative;
		position: -webkit-sticky;
		position: sticky;
		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;
		top: 0;
		height: 3.125rem;
		z-index: 501;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		background: #fafafa;
	}

	.header .menu .menu-mobile-header .menu-mobile-arrow {
		display: none;
		font-size: 1.25rem;
		line-height: 3.125rem;
		width: 3.125rem;
		height: 3.125rem;
		cursor: pointer;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		color: #121212;
		text-align: center;
	}

	.header .menu .menu-mobile-header.active .menu-mobile-arrow {
		display: block;
		transform: rotate(180deg);
	}

	.header .menu .menu-mobile-header .menu-mobile-title {
		font-family: inherit;
		font-size: 1rem;
		font-weight: 500;
		line-height: inherit;
		color: #121212;
		text-transform: capitalize;
		text-rendering: optimizeLegibility;
	}

	.header .menu .menu-mobile-header .menu-mobile-close {
		font-size: 2.25rem;
		line-height: 3.125rem;
		cursor: pointer;
		width: 3.125rem;
		height: 3.125rem;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		color: #121212;
		text-align: center;
	}

	.header .menu .menu-section {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.header .menu>ul>li .menu-subs {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header .menu>ul>li .menu-subs.menu-mega {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header .menu>ul>li .menu-subs.active {
		display: block;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
		margin-top: 0;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
		margin-bottom: 1.25rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0rem;
	}

	.header .menu>ul>li .menu-subs>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
		margin-bottom: 1rem;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
		display: block;
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, 0.55);
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.overlay.active {
		opacity: 1;
		visibility: visible;
	}
}


/*Menu End*/
/*Grid Start*/
/*SIMPLE GRID (C) ZACH COLE 2016 UNIVERSAL - mit */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.row {
	position: relative;
	width: 100%;
}

.row [class^="col"] {
	float: right;
	min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	width: 100%
}

/*Spacing Start*/
.m {
	margin: 1rem
}

.mt {
	margin-top: 1rem
}

.mb {
	margin-bottom: 1rem
}

.ml {
	margin-left: 1rem
}

.mr {
	margin-right: 1rem
}

.p {
	padding: 1rem
}

.pt {
	padding-top: 1rem
}

.pb {
	padding-bottom: 1rem
}

.pl {
	padding-left: 1rem
}

.pr {
	padding-right: 1rem
}

/*Direction Start*/
.ltr {
	direction: ltr
}

.rtl {
	direction: rtl
}

/*Align Start*/
.tc {
	text-align: center
}

.tl {
	text-align: left
}

.tr {
	text-align: right
}

.tj {
	text-align: justify
}

/*Typography Start*/
.b {
	font-weight: bold
}

em {
	color: #159e35;
}

/*Custom CSS Start*/

@keyframes zoom-play {
	0% {
		transform: scale(1)
	}

	50% {
		transform: translate(0, 8px)
	}

	100% {
		transform: scale(1)
	}
}

.slider {
	width: 100%;
	margin: 0;
	padding: 2rem 0;
	background: var(--third-color) url('../img/1403-12/bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	line-height: 3;
	text-align: center;
}

.slider img {
	width: 100%;
	max-width: 300px;
	animation: zoom-play infinite ease-in 3s;
}

#datetime {
	word-spacing: -1px;
	text-align: center;
}

body {
	font-family: Estedad, sans-serif;
	background-color: var(--background-color);
	color: var(--text-color);
	line-height: 1.6;
}

a {
	text-decoration: none;
}

ul {
	line-height: 2.5;
}

p {
	margin: 1rem;
	line-height: 2.5;
}

.img {
	width: 100%
}

.w-100 {
	width: 100%
}

.red {
	color: #FF0000
}

.green {
	color: #007f00
}

.orange {
	color: #f46d00
}

.shortcuts {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.shortcuts svg {
	fill: var(--icon);
	width: 96px;
}

.service {
	flex: 1 0 100%;
	padding: 2rem 0.5rem;
	margin: 1rem;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	border-radius: 0.5rem;
	transition: background 0.3s;
	text-decoration: none;
	color: var(--primary-color);
}

.service:hover>svg {
	fill: #95f807
}

.service:hover {
	color: var(--secondary-link);
}

section {
	padding: 40px;
	text-align: center;
}

.service-box {
	background: var(--background-light);
	padding: 2rem;
	border-radius: 4px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	margin: 4rem auto;
}

.service-box h2 {
	color: var(--primary-color);
}

.service-box p {
	font-size: 14px;
	margin: 10px 0;
	line-height: 2.5;
	text-align: justify;
}

/********************/
.posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 20px;
  }
  
  .post {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
  }
  
  .post:hover {
	transform: translateY(-5px);
  }
  
  .post h2 a {
	color: #333;
	text-decoration: none;
  }
  
  .post h2 a:hover {
	color: #0066cc;
  }
  
  .date {
	color: #666;
	font-size: 0.9em;
	margin: 5px 0;
  }
  
  .summary-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em;
	max-height: 3em;
	flex-grow: 1;
  }
  
  .post img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 4px;
	margin-top: auto;
  }
  
  @media (max-width: 992px) {
	.posts {
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  
  @media (max-width: 768px) {
	.posts {
	  padding:0;
	  grid-template-columns: 1fr;
	}
  }
/********************/

.btn {
	display: inline-block;
	padding: 0.75rem 1rem;
	background: var(--secondary-link);
	color: var(--primary-link);
	text-decoration: none;
	border-radius: 2px;
	transition: background 0.3s ease;
}

.btn:hover {
	background: var(--button-hover);
}

.special-offer {
	background: var(--text-color);
	color: var(--primary-color);
	text-align: center;
	padding: 20px;
	margin: 40px 0;
}

.special-offer h2 {
	color: var(--primary-color);
	display: block;
	padding: 1rem;
}

.social {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.social svg {
	margin: var(--basemargin);
	flex-wrap: wrap;
	background: var(--secondary-color);
	padding: 8px;
	border-radius: 4px;
}

.telegram {
	color: #269eda;
}

.whatsapp {
	color: #00cc55;
}

.instagram {
	color: #aa55cc;
}

.youtube {
	color: #FF0000;
}

.phone {
	color: #5e88f3;
}

.sms {
	color: #ffaf00;
}

.media {
	background: var(--color5);
	padding: var(--basePadding);
	display: flex;
	justify-content: center;
	align-items: center;
}

.about {
	padding: 1rem;
	width: 90%;
	text-align: justify;
	margin: 2rem auto;
	border-top: 4px solid var(--button-hover);
}

footer {
	width: 80%;
	padding: 1em;
	margin: auto;
	text-align: center;
	background-color: #000;
	border-radius: 1rem 1rem 0 0;
	color: var(--secondary-color);
}

@media only screen and (min-width:600px) {
	.container {
		width: 100%
	}

	.col-1s {
		width: 8.33%
	}

	.col-2s {
		width: 16.66%
	}

	.col-3s {
		width: 25%
	}

	.col-4s {
		width: 33.33%
	}

	.col-5s {
		width: 41.66%
	}

	.col-6s {
		width: 50%
	}

	.col-7s {
		width: 58.33%
	}

	.col-8s {
		width: 66.66%
	}

	.col-9s {
		width: 75%
	}

	.col-10s {
		width: 83.33%
	}

	.col-11s {
		width: 91.66%
	}

	.col-12s {
		width: 100%
	}

	.row::after {
		content: "";
		display: table;
		clear: both;
	}

	.hidden-s {
		display: none
	}

	.service {
		flex: 1 1 40%;
	}
}

@media only screen and (min-width:768px) {
	.col-1 {
		width: 8.33%
	}

	.col-2 {
		width: 16.66%
	}

	.col-3 {
		width: 25%
	}

	.col-4 {
		width: 33.33%
	}

	.col-5 {
		width: 41.66%
	}

	.col-6 {
		width: 50%
	}

	.col-7 {
		width: 58.33%
	}

	.col-8 {
		width: 66.66%
	}

	.col-9 {
		width: 75%
	}

	.col-10 {
		width: 83.33%
	}

	.col-11 {
		width: 91.66%
	}

	.col-12 {
		width: 100%
	}

	.hidden-s {
		display: block
	}

	.service {
		flex: 1 1 30%;
	}

	.img {
		width: 100%;
		max-width: 768px
	}
}

@media only screen and (min-width:1024px) {
	.container {
		width: 75%;
		max-width: 60rem
	}

	.service {
		flex: 1 1 20%;
	}

	.img {
		width: 100%;
		max-width: 1024px
	}

	.about {
		margin: 1rem auto;
		padding: 1rem 6rem;
	}
}