/**
* Theme Name: Pixel+
* Theme URI: https://anlinh.vn
* Description: Giao diện website được thiết kế và lập trình bởi Công ty Cổ Phần Công Nghệ An Linh.
* Author: Pixel+
* Author URI: https://pixelplus.vn
* Version: 2.0.0
* Tags: giao diện hiện đại, phong cách thời thượng, tương thích mọi loại trình duyệt, tốc độ load trang tối đa, tối ưu SEO.
* Text Domain: pixelplus
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* @import 'assets/css/woocommerce.css'; */

:root {
	--primary-color: #F95207;
}

@font-face {
    font-family: 'Albula Pro';
    src: url('assets/fonts/AlbulaPro-Regular.eot');
    src: url('assets/fonts/AlbulaPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AlbulaPro-Regular.woff2') format('woff2'),
        url('assets/fonts/AlbulaPro-Regular.woff') format('woff'),
        url('assets/fonts/AlbulaPro-Regular.ttf') format('truetype'),
        url('assets/fonts/AlbulaPro-Regular.svg#AlbulaPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albula Pro';
    src: url('assets/fonts/AlbulaPro-Medium.eot');
    src: url('assets/fonts/AlbulaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AlbulaPro-Medium.woff2') format('woff2'),
        url('assets/fonts/AlbulaPro-Medium.woff') format('woff'),
        url('assets/fonts/AlbulaPro-Medium.ttf') format('truetype'),
        url('assets/fonts/AlbulaPro-Medium.svg#AlbulaPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albula Pro';
    src: url('assets/fonts/AlbulaPro-SemiBold.eot');
    src: url('assets/fonts/AlbulaPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AlbulaPro-SemiBold.woff2') format('woff2'),
        url('assets/fonts/AlbulaPro-SemiBold.woff') format('woff'),
        url('assets/fonts/AlbulaPro-SemiBold.ttf') format('truetype'),
        url('assets/fonts/AlbulaPro-SemiBold.svg#AlbulaPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albula Pro';
    src: url('assets/fonts/AlbulaPro-Bold.eot');
    src: url('assets/fonts/AlbulaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AlbulaPro-Bold.woff2') format('woff2'),
        url('assets/fonts/AlbulaPro-Bold.woff') format('woff'),
        url('assets/fonts/AlbulaPro-Bold.ttf') format('truetype'),
        url('assets/fonts/AlbulaPro-Bold.svg#AlbulaPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: Albula Pro;
	font-size: 16px;
}

img {
	vertical-align: middle;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-1	{
	flex: 1 1 0%;
}

.flex-row {
	flex-direction: row;
}

.flex-col {
	flex-direction: column;
}

.grid {
	display: grid;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.self-end {
	align-self: flex-end;
}

.semibold {
	font-weight: 600;
}

.text-xl {
	font-size: 1.25rem; /* 20px */
	line-height: 1.75rem; /* 28px */
}

.text-2xl {
	font-size: 1.5rem; /* 24px */
	line-height: 2rem; /* 32px */
}

.text-4xl {
	font-size: 2.25rem; /* 36px */
	line-height: 2.5rem; /* 40px */
}

.pr-10 {
	padding-right: 2.5rem;
}

.m-0 {
	margin: 0;
}

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

.mt-1 {
	margin-top: 0.25rem; /* 4px */
}

.mt-4 {
	margin-top: 1rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mt-6 {
	margin-top: 24px;
}

.mt-7 {
	margin-top: 1.75rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mb-7 {
	margin-bottom: 1.75rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mb-14 {
	margin-bottom: 3.5rem;
}

.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.my-7 {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}

.my-7\.5 {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}

.mt-7\.5 {
	margin-top: 1.875rem;
}

.my-10 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.my-14 {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.my-\[18px\] {
	margin-top: 18px;
	margin-bottom: 18px;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mt-24 {
	margin-top: 6rem;
}

.mt-\[42px\] {
	margin-top: 42px;
}

.my-24 {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

.mb-\[-5px\] {
	margin-bottom: -5px;
}

.pb-3\/4 {
	padding-bottom: 75% !important;
}

.pt-14 {
	padding-top: 3.5rem;
}

.pb-14 {
	padding-bottom: 3.5rem;
}

.text-base,
.text-primary {
	color: var(--primary-color);
}

.text-white {
	color: #fff;
}

.text-black {
	color: #000 !important;
}

.text-\[\#919191\] {
	color: #919191;
}

.hover\:text-base {
	color: var(--primary-color);
}

.text-sm {
	font-size: 0.875rem; /* 14px */
	line-height: 1.25rem; /* 20px */
}

.text-\[32px\] {
	font-size: 32px;
	line-height: 1.4em;
}

.text-\[40px\] {
	font-size: 40px;
	line-height: 1.4em;
}

.text-3xl {
	font-size: 1.875rem; /* 30px */
	line-height: 2.25rem; /* 36px */
}

.text-5xl {
	font-size: 48px;
	line-height: 1.4em;
}

.text-\[28px\] {
	font-size: 28px;
}

.text-\[64px\] {
	font-size: 4rem;
	line-height: 1.4em;
}

.text-\[17px\] {
	font-size: 17px;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: bold;
}

.border-0 {
	border-width: 0;
}

.border {
	border-width: 1px;
}

.border-t {
	border-top-width: 1px !important;
}

.border-b {
	border-bottom-width: 1px !important;
}

.border-solid {
	border-style: solid;
}

.uppercase {
	text-transform: uppercase;
}

.text-center {
    text-align: center;
}

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

.pb-4 {
	padding-bottom: 1rem;
}

.pt-5 {
	padding-top: 20px;
}

.pt-7\.5 {
	padding-top: 1.875rem;
}

.py-5 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.ml-auto {
	margin-left: auto;
}

.gap {
	gap: 30px;
}

.gap-5 {
	gap: 1.25rem; /* 20px */
}

.gap-8 {
	gap: 2rem; /* 32px */
}

.gap-x {
	column-gap: 30px;
}

.gap-y-11 {
	row-gap: 2.75rem; /* 44px */
}

.gap-2\.5 {
	gap: 0.625rem; /* 10px */
}

.hidden {
	display: none;
}

.list-none {
	list-style-type: none;
}

.items-center {
	align-items: center;
}

.underline,
.hover\:underline:hover {
	text-decoration: underline;
}

.rounded {
	border-radius: 5px;
}

.rounded-\[15px\] {
	border-radius: 15px;
}

.bg-primary {
	background: var(--primary-color);
}

.px-3\.5 {
	padding-left: 0.875rem; /* 14px */
	padding-right: 0.875rem; /* 14px */
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.p-5 {
	padding: 1.25rem; /* 20px */
}

.p-8 {
	padding: 2rem; /* 20px */
}

.px-5 {
	padding-left: 1.25rem; /* 20px */
	padding-right: 1.25rem; /* 20px */
}

.px-12 {
	padding-left: 3rem; /* 48px */
	padding-right: 3rem; /* 48px */
}

.pt-2\.5 {
	padding-top: 10px;
}

.pt-3 {
	padding-top: 12px;
}

.pb-6 {
	padding-bottom: 24px;
}

.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.pb-\[11px\] {
	padding-bottom: 11px;
}

.pb-\[13px\] {
	padding-bottom: 13px;
}

.ml-7 {
	margin-left: 1.75rem; /* 28px */
}

.text-\[\#E2E2E2\] {
	color: #E2E2E2;
}

.bg-\[\#252525\] {
	background-color: #252525;
}

.rounded-2xl {
	border-radius: 1rem; /* 16px */
}

.rounded-t-2xl {
	border-top-left-radius: 1rem; /* 16px */
	border-top-right-radius: 1rem; /* 16px */
}

.overflow-hidden {
	overflow: hidden;
}

.p-6 {
	padding: 24px;
}

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

.mb-2\.5 {
	margin-bottom: 10px;
}

.icon-circle-check {
	display: inline-block;
	background: url(assets/images/circle-check.svg) center/contain no-repeat;
}

.text-\[\#19EF39\] {
	color: #19EF39;
}

.size-3\.5 {
	width: 14px;
	height: 14px;
}

.leading-none {
	line-height: 1;
}

.mr-3 {
	margin-right: 0.75rem; /* 12px */
}

.items-start {
	align-items: flex-start;
}

.items-self-start {
	align-self: flex-start;
}

.items-end {
	align-items: flex-end;
}

.text-8xl {
	font-size: 6rem; /* 96px */
	line-height: 1;
}

.border-black {
	border-color: black;
}

.mt-auto {
    margin-top: auto;
}

.max-w-md {
	max-width: 28rem; /* 448px */
}

.w-\[849px\] {
	width: 849px;
}

.max-w-\[821px\] {
	max-width: 821px;
}

.h-\[733px\] {
	height: 733px;
}

.justify-center {
	justify-content: center;
}

.inline-flex {
	display: inline-flex;
}

.rounded-\[8px\] {
	border-radius: 8px;
}

.text-7\.5xl {
	font-size: 5rem; /* 80px */
	line-height: 1.4;
}

.w-full {
	width: 100%;
}

.size-6 {
	width: 24px;
	height: 24px;
}

.mt-3 {
	margin-top: 0.75rem;
}

.max-w-\[48\%\] {
	max-width: 48%;
}

.leading-snug {
	line-height: 1.375;
}

.mb-6 {
	margin-bottom: 1.5rem; /* 24px */
}

.rounded-lg {
	border-radius: 8px;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.p-7 {
	padding: 28px;
}

.mb-11 {
	margin-bottom: 2.75rem;
}

.mb-15 {
	margin-bottom: 3.75rem;
}

.bg-\[\#242424\] {
	background: #242424;
}

.bg-\[\#F4F4F4\] {
	background-color: #F4F4F4;
}

.text-\[\#383838\] {
	color: #383838;
}

.section-service-intro-bg {
	background: url(assets/images/section-service-intro-bg.jpg) center/cover no-repeat;
}

.max-w-\[878px\] {
	max-width: 878px;
}

.section-why-bg {
	background: url(assets/images/section-why-bg.jpg) center/cover no-repeat;
}

.process-col-number {
    position: relative;
}

.process-col-number:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 49px;
    z-index: 0;
}

.process-col-number:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #F95207;
    border-radius: 50%;
    margin-top: 18px;
    z-index: 7;
    position: relative;
	margin-left: 20px;
}

.icon-branding {
	background: url('assets/images/icon-branding.svg') center/contain no-repeat;
}

.responsive-image,
.responsive-image-center {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	display: block;
}

.responsive-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.responsive-image-center img {
	position: absolute;
	width: auto;
	height: auto;
	object-fit: contain;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	max-width: 60%;
    max-height: 60%;
}

.basis-1\/3 {
	flex-basis: 33.333333%;
}

.basis-2\/3 {
	flex-basis: 66.666667%;
}

.max-w-\[735px\] {
	max-width: 735px;
}

.justify-between {
	justify-content: space-between;
}

.max-w-\[888px\] {
	max-width: 888px;
}

.p-i-0 > p {
	margin-bottom: 0;
}

.text-gray {
	color: #6c6c6c;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.bg-\[\#F5F5F5\] {
	background: #f5f5f5;
}

.text-lg {
	font-size: 1.125rem; /* 18px */
	line-height: 1.75rem; /* 28px */
}

.mb-\[5px\] {
	margin-bottom: 5px;
}

.leading-13 {
	line-height: 3.25rem; /* 52px */
}

.flex-initial {
    flex: 0 1 auto;
}

.rounded-\[5px\] {
	border-radius: 5px;
}

.height-\[42px\] {
	height: 42px;
}

.gap-\[5px\] {
	gap: 5px;
}

.gap-\[18px\] {
	gap: 18px;
}

.mt-0\.5 {
	margin-top: 2px;
}

.mt-\[3px\] {
	margin-top: 3px;
}

.pb-8 {
	padding-bottom: 2rem;
}

a {
	transition: all .3s ease-in-out;
}

.hover\:text-primary:hover {
	color: var(--primary-color) !important;
}

.hover\:btn-shadow:hover {
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
}

.pixelplus-breadcrumb {
	font-size: 14px;
    color: black;
}

.pixelplus-breadcrumb a {
	color: black;
}

.img-gray img,
img.img-gray {
	filter: grayscale(1);
}

.img-gray:hover img,
img.img-gray:hover {
	filter: grayscale(0);
}

/* .accordion */
.accordion {
    border-top: 1px solid;
	position: relative;
}

.accordion-title {
    padding: 14px 0;
    font-weight: 500;
	transition: all .3s ease-in-out;
	cursor: pointer;
	background: url('assets/images/plus.svg') 100% center/24px no-repeat;
}

.accordion.active .accordion-title {
	color: var(--primary-color);
	background: url('assets/images/minus.svg') 100% center/24px no-repeat;
}

.accordion-title.no-arrow {
	background: none !important;
}

.accordion-content {
    padding-bottom: 30px;
}

.accordion-content ul {
	margin: 0;
	list-style: none;
}

.accordion-content ul > li {
	display: flex;
}

.accordion-content ul > li:not(:first-child) {
    margin-top: 5px;
}

.accordion-content ul > li:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	background: url(assets/images/arrow-right-black.svg) no-repeat center;
	transition: all .3s ease-in-out;
}

.accordion-content ul > li:hover:before {
	background-image: url(assets/images/arrow-right-color.svg);
}

.accordion-content ul > li:hover {
	color: var(--primary-color);
}

.process-accodion-wrapper {
    margin-bottom: 22px;
}

.process-accodion-wrapper .accordion-content {
    padding-bottom: 14px;
}

.process-accodion-wrapper:last-child {
	margin-bottom: 0 !important;
}

.process-accodion-wrapper .accordion-content {
	padding-bottom: 0 !important;
}

/* .responsive-iframe */
.responsive-iframe {
	position: relative;
    height: 0;
	padding-bottom: 56.25%;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.pixelplus-breadcrumb p {
	margin: 0;
}

.backtotop {
	width: 40px;
	height: 40px;
	background-color: #222;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 100px;
	right: 1.9%;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	z-index: 99;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

.backtotop.active {
	opacity: 1;
	visibility: visible;
}

/* .main-navigation */
.main-navigation {
	margin-left: auto;
}

.main-navigation > ul.menu {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}

.main-navigation > ul.menu > li:not(:first-child) {
	margin-left: 48px;
}

.main-navigation > ul.menu a {
	color: black;
	font-weight: 500;
	transition: all .3s ease-in-out;
}

.main-navigation > ul.menu li:hover > a {
	color: var(--primary-color);
}

/* .header-languages */
.header-languages {
	display: flex;
	align-items: center;
	margin-left: 45px;
}

.header-languages .gtranslate_wrapper {
	margin-left: 7px;
}

.header-languages a {
	color: #000;
	font-weight: 500;
}

.header-languages a.glink.gt-current-lang {
    font-weight: 500;
    color: var(--primary-color);
}

.gtranslate_wrapper > a:not(:first-child):before {
    content: '-';
    margin-right: 5px;
}

/* button.mobile-menu-open */
.mobile-menu-open {
    background: #fff;
    padding: 0;
    display: flex;
    border: none;
    margin-left: 10px;
	display: none;
}

/* .mobile-menu */
.mobile-menu-wrapper {
    background: var(--primary-color);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 20px;
    transition: all .45s ease-out;
	/* transform: translateX(-100%); */
    opacity: 0;
	visibility: hidden;
	background: linear-gradient(213.27deg, #000000 19.14%, #4D4D4D 105.8%);
}

.mobile-menu-wrapper.active {
	opacity: 1;
	transform: translate(0);
	visibility: visible;
}

.admin-bar .mobile-menu-wrapper {
	top: 32px;
}

.mobile-menu {
	margin: 0;
    list-style: none;
	margin-top: 70px;
}

.mobile-menu > li:not(:first-child) {
	margin-top: 28px;
}

.mobile-menu a {
    font-size: 18px;
    color: #fff;
	font-weight: 500;
}

.mobile-menu .current-menu-item > a {
	color: var(--primary-color);
}

.mobile-menu-head {
    display: flex;
    justify-content: space-between;
}

.mobile-menu-languages {
    display: flex;
    align-items: center;
    color: #fff;
	margin-top: 56px;
	margin-bottom: 30px;
}

.mobile-menu-languages .gtranslate_wrapper {
    margin-left: 6px;
}

.mobile-menu-languages a {
	color: #fff;
	font-size: 18px;
}

.mobile-menu-languages a.gt-current-lang {
	color: var(--primary-color);
	font-weight: 500 !important;
}

.mobile-menu-languages svg path {
	fill: currentColor;
}

/* .mobile-menu-foot */
.mobile-menu-foot {
    color: #fff;
	margin-top: auto;
}

/* .copyright */
.copyright {
    font-size: 12px;
    color: #aaa;
    margin-top: 25px;
}

/* .project-item */
.project-item-title {
	font-size: 28px;
	font-weight: 500;
	color: black;
	transition: all .3s ease-in-out;
	margin-top: 10px;
	display: inline-block;
}

.project-item:hover .project-item-title {
	color: var(--primary-color);
	/* text-decoration: underline; */
}

.project-item-cat {
    font-size: 14px;
}

/* .section-testimonial-bg */
.section-testimonial-bg {
	background: url(assets/images/testimonial-bg.svg) center/cover no-repeat;
}

/* .testimonial-item */
.testimonial-item-desc {
	position: relative;
}

.testimonial-item-desc:before {
	content: '';
	display: block;
	width: 50px;
	height: 41px;
	margin-bottom: 15px;
	background: url(assets/images/quote.svg) center/cover no-repeat;
}

.pix-swiper-pagination {
	margin-top: 44px;
}

.pix-swiper-pagination > span.swiper-pagination-bullet {
	background: #fff !important;
    opacity: 1;
	margin: 0 3px 0 0 !important;
}

.pix-swiper-pagination > span.swiper-pagination-bullet-active {
	background: #000 !important;
}

/* .post-item */
.post-item-time {
    font-size: 14px;
    color: #6c6c6c;
    margin: 12px 0 5px;
}

.post-item-title {
	font-size: 20px;
	font-weight: 500;
	color: black;
	transition: all .3s ease-in-out;
}

.post-item:hover .post-item-title {
	color: var(--primary-color);
}

.copyright-wrapper {
	padding: 0 0 20px 0;
}

.copyright-wrapper,
.copyright-wrapper a {
	color: #6C6C6C;
	font-size: 14px;
}

.copyright-wrapper a:hover {
	color: black;
}

.filter a {
	text-transform: uppercase;
    font-size: 14px;
	transition: all .3s ease-in-out;
}

.filter a:hover{
	color: black !important;
}

ul.list-cat a {
	color: #6c6c6c;
}

ul.list-cat > li:not(:first-child) {
    margin-left: 32px;
}

.field .label {
	text-transform: uppercase;
	font-size: 14px;
}

.field .value {
	font-weight: 600;
	font-size: 20px;
}

.related-project-grid .project-item-title {
	font-size: 22px;
}

/* .list-default */
.list-default {
	font-size: 16px;
	margin: 0 !important;
	list-style: none;
}

.list-default > li {
	padding-left: 40px;
	background: url(assets/images/arrow-right.svg) center left no-repeat;
	line-height: 2;
	transition: all .3s ease;
}

.list-default > li:hover {
	color: var(--primary-color);
	background: url(assets/images/arrow-right-color.svg) center left no-repeat;
}

/* .bg-about */
.bg-about {
	background: url(assets/images/bg-about.png) center 70px no-repeat;
}

/* ul.pixelplus-pagination */
ul.pixelplus-pagination-inner {
    list-style: none;
    margin: 0;
    display: flex;
	margin-bottom: 30px;
}

ul.pixelplus-pagination-inner li:not(:first-child) {
    margin-left: 14px;
}

ul.pixelplus-pagination-inner a {
	color: #6c6c6c;
}

ul.pixelplus-pagination-inner .page-link {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #919191;
    color: #919191;
    font-size: 14px;
    font-weight: 350;
}

ul.pixelplus-pagination-inner .page-link.current {
	background: #000;
	color: #fff;
	border-color: #000000;
}

a.header-cta span {
    line-height: 1 !important;
    margin-right: 12px;
}

/* .section-process-bg */
.section-process-bg {
	background: url(assets/images/process-bg.svg) center/cover no-repeat;
}

.section-contactform-bg {
	/* background: linear-gradient(213.27deg, #000000 19.14%, #4D4D4D 105.8%); */
	background: url(assets/images/contactform-bg.jpg) center/cover no-repeat;
}

.section-cta-bg {
	background: linear-gradient(213.27deg, #000000 19.14%, #4D4D4D 105.8%);
}

.bg-gradient {
	background: linear-gradient(213.27deg, #000000 19.14%, #4D4D4D 105.8%);
}

.site-info {
	font-size: 16px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    font-weight: 500;
}

.footer-menu a {
	color: black;
	transition: all .3s ease;
}

.footer-menu a:hover {
	color: var(--primary-color);
}

.footer-menu li:not(:last-child) {
    margin-right: 24px;
}

.section-service-grid-bg {
	background: linear-gradient(213.27deg, #000000 19.14%, #4D4D4D 105.8%);
}

.current-cat a {
    color: var(--primary-color) !important;
}

.price-title span {
	font-size: 20px;
	font-style: italic;
}

.price-checklist span:not(.icon-circle-check) {
	color: #19EF39;
}

.h-\[calc\(100\%-102px\)\] {
	height: calc(100% - 102px);
}

.relative {
    position: relative;
}

.block {
	display: block;
}

.text-\[22px\] {
	font-size: 22px;
}

@media (max-width: 782px) {
	.admin-bar .mobile-menu-wrapper {
		top: 46px;
	}
}

@media (max-width: 768px) {
	.mobile-menu-open {
		display: flex;
	}

	.header-languages,
	.main-navigation {
		display: none;
	}

	.inside-header {
		align-items: center;
        justify-content: space-between;
    }

	.site-branding a {
		text-align: left;
		max-width: 100px;
	}

	.project-item-title {
		font-size: 24px;
	}

	.accordion-content ul {
		font-size: 14px;
	}

	.post-item-time {
		font-size: 12px;
	}

	.post-item-title {
		font-size: 18px;
	}

	.page-header h1 br {
		display: none;
	}

	.toggle-cat {
		display: block;
		width: 24px;
		height: 24px;
		background: url(assets/images/plus.svg) center/24px no-repeat;
	}

	.filter.active .toggle-cat {
		background: url(assets/images/minus.svg) center/24px no-repeat;
	}

	.list-cat {
		margin-top: 28px;
	}

	.list-cat li {
		margin-left: 0 !important;
	}

	.filter.active .list-cat {
		display: block !important;
	}

	.field .label {
		font-size: 12px;
	}

	.field .value {
		font-size: 18px;
	}

	.bg-about {
		background-size: contain;
		background-position: 100px 100px;
	}

	html:not(.no-js) [data-aos=fade-left],
	html:not(.no-js) [data-aos=fade-right] {
		-webkit-transform: translate3d(0, 100px, 0) !important;
		transform: translate3d(0, 100px, 0) !important;
	}

	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		opacity: 1;
		-webkit-transform: none !important;
		transform: none !important;
	}

	/* a.back-to-top {
		position: absolute;
        bottom: 425px;
        right: 20px;
        display: block;
	} */

	a.back-to-top svg {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 1650px) {
    .grid-container {
        width: auto;
        margin-left: 4%;
        margin-right: 4%;
    }
}

@media (min-width: 769px) {
	.md\:inline-flex {
		display: inline-flex;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:flex-col {
		flex-direction: column;
	}

	.md\:self-end {
		align-self: flex-end;
	}

	.md\:justify-end {
		justify-content: flex-end;
	}

	.md\:text-right {
		text-align: right;
	}

	.md\:flex {
		display: flex !important;
	}

	.md\:text-\[32px\] {
		font-size: 32px;
		line-height: 1.4em;
	}

	.md\:mt-8 {
		margin-top: 2rem;
	}

	.md\:my-24 {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}

	.md\:text-\[40px\] {
		font-size: 40px;
		line-height: 1.4em;
	}

	.md\:gap {
		gap: 32px;
	}

	.md\:gap-y-11 {
		row-gap: 2.75rem;
	}
	
	.md\:gap-y-16 {
		row-gap: 4rem;
	}

	.md\:text-5xl {
		font-size: 48px;
		line-height: 1.4em;
	}

	.md\:mt-14 {
		margin-top: 3.5rem;
	}

	.md\:my-14 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}

	.md\:text-\[64px\] {
		font-size: 4rem;
	}

	.md\:mt-24 {
		margin-top: 6rem;
	}

	.md\:mb-24 {
		margin-bottom: 6rem;
	}

	.md\:hidden {
		display: none;
	}

	.md\:pt-14 {
		padding-top: 56px;
	}

	.md\:pb-14 {
		padding-bottom: 56px;
	}

	.md\:mb-14 {
		margin-bottom: 56px;
	}

	.md\:py-14 {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.md\:my-10 {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.md\:mt-10 {
		margin-top: 40px;
	}

	.md\:gap-y-20 {
		row-gap: 80px;
	}

	.md\:gap-x-20 {
		column-gap: 80px;
	}

	.md\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.md\:text-4xl {
		font-size: 2.25rem; /* 36px */
		line-height: 2.5rem; /* 40px */
	}

	.md\:my-8 {
		margin-top: 32px;
		margin-bottom: 32px;
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.md\:mt-32 {
		margin-top: 8rem;
	}
	
	.md\:mb-16 {
		margin-bottom: 4rem;
	}
	
	.md\:pb-8 {
		padding-bottom: 2rem;
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.md\:gap-8 {
		gap: 2rem; /* 32px */
	}

	.md\:max-w-md {
		max-width: 28rem; /* 448px */
	}

	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.md\:flex-initial {
		flex: 0 1 auto;
	}

	.md\:w-3\/10 {
		width: 30%;
	}

	.md\:w-7\/10 {
		width: 70%;
	}

	.md\:items-end {
		align-items: flex-end;
	}

	.md\:mb-8 {
		margin-bottom: 2rem; /* 32px */
	}

	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}

	.md\:text-xl {
		font-size: 1.25rem; /* 20px */
		line-height: 1.75rem; /* 28px */
	}

	.md\:my-16 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.md\:justify-between {
		justify-content: space-between;
	}

	.md\:pt-3 {
		padding-top: 0.75rem;
	}

	.md\:pl-20 {
		padding-left: 5rem;
	}

	.md\:gap-10 {
		gap: 40px;
	}

	.md\:gap-\[18px\] {
		gap: 18px;
	}

	.md\:leading-none {
		line-height: 1;
	}

	.md\:mb-12 {
		margin-bottom: 3rem; /* 48px */
	}
	
	.md\:max-w-\[540px\] {
		max-width: 540px;
	}

	.md\:gap-0 {
		gap: 0;
	}

	.md\:max-w-30rem {
		max-width: 30rem;
	}
}

@media (min-width: 769px) and (max-width: 1536px) {
	section.section-contactform .grid-container {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.project-item-title {
		font-size: 24px;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
	.mdlg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mdlg\:text-2xl {
		font-size: 24px;
	}
}

@media (min-width: 1537px) {
	.lg\:gap-0 {
		gap: 0;
	}

	.lg\:text-5xl {
		font-size: 48px;
		line-height: 1.4em;
	}

	.lg\:flex-initial {
		flex: 0 1 auto;
	}

	.lg\:text-8xl {
		font-size: 6rem; /* 96px */
		line-height: 1.3;
	}

	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.lg\:my-32 {
		margin-top: 8rem; /* 128px */
		margin-bottom: 8rem; /* 128px */
	}

	.lg\:mt-32 {
		margin-top: 8rem;
	}

	.lg\:mb-32 {
		margin-bottom: 8rem; /* 128px */
	}

	.lg\:py-32 {
		padding-top: 8rem; /* 128px */
		padding-bottom: 8rem; /* 128px */
	}

	.lg\:text-4xl {
		font-size: 2.25rem; /* 36px */
		line-height: 2.5rem; /* 40px */
	}

	.lg\:leading-14 {
		line-height: 3.5rem;
	}

	.lg\:pt-7\.5 {
		padding-top: 1.875rem;
	}

	.lg\:my-16 {
		margin-top: 4rem; /* 64px */
		margin-bottom: 4rem; /* 64px */
	}

	.lg\:leading-14 {
		line-height: 3.5rem;
	}

	.lg\:max-w-\[1090px\] {
		max-width: 1090px;
	}

	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.lg\:justify-end {
		justify-content: flex-end;
	}
	
	.lg\:w-\[849px\] {
		width: 849px;
	}
	
	.lg\:h-\[733px\] {
		height: 733px;
	}

	.lg\:text-5xl {
		font-size: 48px;
		line-height: 1.4em;
	}

	.lg\:py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.contactform-form {
		width: auto;
		height: auto;
	}

	.lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.lg\:px-12 {
		padding-left: 3rem; /* 48px */
		padding-right: 3rem; /* 48px */
	}

	.lg\:text-\[56px\] {
		font-size: 56px;
		line-height: 1.4;
	}

	.lg\:my-24 {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}

	.lg\:mt-16 {
		margin-top: 4rem;
	}

	.lg\:text-7\.5xl {
		font-size: 5rem; /* 80px */
		line-height: 1.4;
	}

	.lg\:mb-24 {
        margin-bottom: 6rem;
    }

	.lg\:mb-16 {
		margin-bottom: 4rem;
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:justify-end {
		justify-content: flex-end;
	}

	.lg\:items-end {
		align-items: flex-end;
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax( 0, 1fr ));
	}

	.lg\:leading-13 {
		line-height: 3.25rem; /* 52px */
	}

	.lg\:max-w-30rem {
		max-width: 30rem;
	}

	.lg\:text-\[40px\] {
		font-size: 40px;
		line-height: 1.4em;
	}

	.lg\:text-\[32px\] {
		font-size: 32px;
	}

	.lg\:max-w-\[821px\] {
		max-width: 821px;
	}
}

@media (min-width: 1654px) {
	.contactform-form {
		width: 849px;
		height: 733px;
	}

	.contactform-form-bg {
		background: url(assets/images/contactform-form-bg.svg) center / cover no-repeat;
	}
}

