/*!
Theme Name: DNM theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dnm-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DNM theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */

/* Smartland home
--------------------------------------------- */
@font-face {
	font-display: swap;
	font-family: "SVN Poppins";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/SVN-Poppins-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "SVN Poppins";
	font-style: normal;
	font-weight: 500;
	src: url("fonts/SVN-Poppins-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "SVN Poppins";
	font-style: normal;
	font-weight: 600;
	src: url("fonts/SVN-Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "SVN Poppins";
	font-style: normal;
	font-weight: 700;
	src: url("fonts/SVN-Poppins-Bold.ttf") format("truetype");
}

:root {
	--smart-red: #b3131b;
	--smart-red-dark: #861018;
	--smart-gray: #f5f5f5;
	--smart-text: #555;
	--smart-heading: #383838;
}

body {
	color: var(--smart-text);
	font-family: "SVN Poppins", "Roboto", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

a {
	color: inherit;
	text-decoration: none;
}

.site {
	overflow: hidden;
}

.smart-header {
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.smart-header .navbar {
	min-height: 92px;
	padding: 0;
}

.smart-logo img,
.custom-logo {
	height: 72px;
	max-width: 260px;
	object-fit: contain;
	width: auto;
}

.smart-menu {
	gap: 26px;
	margin: 0;
	padding: 0;
}

.smart-menu .menu-item {
	list-style: none;
}

.smart-menu .menu-item a {
	color: #747474;
	display: block;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.smart-menu .menu-item a:hover,
.smart-menu .current-menu-item > a {
	color: var(--smart-red);
}

.smart-lang {
	align-items: center;
	background: var(--smart-red);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	margin-left: 24px;
	width: 38px;
}

.smart-hero {
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: 510px;
	position: relative;
}

.smart-hero:before {
	background: rgba(255, 255, 255, 0.28);
	content: "";
	inset: 0;
	position: absolute;
}

.smart-hero .container {
	position: relative;
	z-index: 1;
}

.smart-hero-content {
	margin: 0 auto;
	max-width: 720px;
	text-align: center;
}

.smart-hero h1 {
	color: #777;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	margin-bottom: 22px;
}

.smart-search {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 2px;
	display: flex;
	margin: 0 auto;
	max-width: 620px;
	overflow: hidden;
}

.smart-search i {
	color: #aaa;
	padding-left: 18px;
}

.smart-search input {
	border: 0;
	flex: 1;
	min-height: 48px;
	outline: 0;
	padding: 0 14px;
}

.smart-search button,
.smart-btn,
.smart-footer-form input[type="submit"],
.smart-footer-form button {
	background: var(--smart-red);
	border: 0;
	border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 12px 24px;
	text-decoration: none !important;
	transition: 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.smart-btn:visited,
.smart-btn:hover,
.smart-btn:focus,
.smart-btn:active,
.smart-more:visited,
.smart-more:hover,
.smart-more:focus,
.smart-more:active,
.smart-project-more:visited,
.smart-project-more:hover,
.smart-project-more:focus,
.smart-project-more:active,
.smart-card-more:visited,
.smart-card-more:hover,
.smart-card-more:focus,
.smart-card-more:active,
.smart-search button:visited,
.smart-search button:hover,
.smart-search button:focus,
.smart-search button:active,
.smart-footer-form input[type="submit"]:visited,
.smart-footer-form input[type="submit"]:hover,
.smart-footer-form input[type="submit"]:focus,
.smart-footer-form input[type="submit"]:active,
.smart-footer-form button:visited,
.smart-footer-form button:hover,
.smart-footer-form button:focus,
.smart-footer-form button:active,
.smart-project-cf7 input[type="submit"]:visited,
.smart-project-cf7 input[type="submit"]:hover,
.smart-project-cf7 input[type="submit"]:focus,
.smart-project-cf7 input[type="submit"]:active,
.smart-contact-cf7 input[type="submit"]:visited,
.smart-contact-cf7 input[type="submit"]:hover,
.smart-contact-cf7 input[type="submit"]:focus,
.smart-contact-cf7 input[type="submit"]:active {
	color: #fff !important;
	text-decoration: none !important;
	outline: 0;
	box-shadow: none;
}

.smart-project-cf7 input[type="submit"],
.smart-contact-cf7 input[type="submit"] {
	color: #222 !important;
}

.smart-project-cf7 input[type="submit"]:visited,
.smart-project-cf7 input[type="submit"]:hover,
.smart-project-cf7 input[type="submit"]:focus,
.smart-project-cf7 input[type="submit"]:active {
	color: #222 !important;
}

.smart-contact-cf7 input[type="submit"]:visited,
.smart-contact-cf7 input[type="submit"]:hover,
.smart-contact-cf7 input[type="submit"]:focus,
.smart-contact-cf7 input[type="submit"]:active {
	color: #fff !important;
}

.smart-search button:hover,
.smart-btn:hover,
.smart-footer-form input[type="submit"]:hover,
.smart-footer-form button:hover {
	background: var(--smart-red-dark);
	color: #fff;
}

.smart-section {
	padding: 70px 0;
}

.smart-muted {
	background: var(--smart-gray);
}

.smart-title,
.smart-about h2 {
	color: var(--smart-heading);
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 30px;
}

.smart-eyebrow {
	color: #777;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 4px;
}

.smart-lead {
	color: #777;
	margin: 0 auto 36px;
	max-width: 920px;
}

.smart-stats {
	margin-top: 36px;
}

.smart-stat-item i {
	color: #9a9a9a;
	display: block;
	font-size: 34px;
	height: 58px;
	margin-bottom: 16px;
}

.smart-stat-item strong {
	color: var(--smart-red);
	display: block;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

.smart-stat-item span {
	color: #777;
	display: block;
	font-size: 11px;
	margin-top: 8px;
}

.smart-category-card img,
.smart-thumb img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.smart-category-card h3,
.smart-card h3 {
	color: #222;
	font-size: 14px;
	font-weight: 800;
	margin: 18px 0 8px;
}

.smart-category-card p,
.smart-card p {
	color: #6c6c6c;
	font-size: 12px;
	margin-bottom: 12px;
}

.smart-category-card a,
.smart-more {
	color: #111;
	font-size: 12px;
	font-weight: 800;
}

.smart-card {
	background: #fff;
	height: 100%;
	transition: 0.2s ease;
}

.smart-card:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}

.smart-card-body {
	padding: 18px;
}

.smart-partner-img {
	max-width: 920px;
	width: 100%;
}

.smart-profile-wrap {
	margin: 0 auto 28px;
	max-width: 260px;
	overflow: hidden;
}

.smart-profile-wrap img {
	display: block;
	height: 380px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.smart-awards .container {
	max-width: 1360px;
}

.smart-awards .smart-title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 24px;
}

.smart-awards .smart-lead {
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 42px;
	max-width: 1180px;
}

.smart-award-timeline {
	display: grid;
	grid-template-columns: repeat(6, minmax(170px, 1fr));
	margin-top: 10px;
	overflow: visible;
	padding: 190px 0 170px;
	position: relative;
}

.smart-award {
	position: relative;
}

.smart-award-year {
	align-items: center;
	background: var(--smart-red);
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	height: 58px;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.smart-award-year:before,
.smart-award-year:after {
	border-bottom: 29px solid transparent;
	border-top: 29px solid transparent;
	content: "";
	position: absolute;
	top: 0;
}

.smart-award-year:before {
	border-left: 38px solid #fff;
	left: 0;
}

.smart-award-year:after {
	border-left: 38px solid var(--smart-red);
	right: -38px;
	z-index: 3;
}

.smart-award:first-child .smart-award-year:before {
	display: none;
}

.smart-award-content {
	align-items: center;
	display: flex;
	gap: 26px;
	position: absolute;
	width: 360px;
}

.smart-award-content img {
	background: #fff;
	border: 1px solid var(--smart-red);
	border-radius: 50%;
	height: 126px;
	object-fit: cover;
	outline: 4px solid #fff;
	width: 126px;
}

.smart-award-content h3 {
	color: #050505;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 8px;
}

.smart-award-content p {
	color: #858585;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.smart-award:before {
	background: var(--smart-red);
	content: "";
	height: 78px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3px;
	z-index: 1;
}

.smart-award:after {
	background: var(--smart-red);
	border-radius: 50%;
	content: "";
	height: 14px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 14px;
	z-index: 2;
}

.smart-award-top:before {
	bottom: 58px;
}

.smart-award-top:after {
	bottom: 132px;
}

.smart-award-top .smart-award-content {
	bottom: 148px;
	left: 42%;
}

.smart-award-bottom:before {
	top: 58px;
}

.smart-award-bottom:after {
	top: 126px;
}

.smart-award-bottom .smart-award-content {
	left: 0;
	top: 102px;
}

.smart-award-bottom .smart-award-content {
	align-items: flex-start;
	flex-direction: column;
	gap: 18px;
	width: 300px;
}

.smart-award-bottom .smart-award-content img {
	order: 2;
}

.smart-award-bottom .smart-award-content div {
	order: 1;
}

.smart-career {
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: 250px;
	text-align: center;
}

.smart-career h2 {
	color: #555;
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 18px;
}

.smart-branches p {
	font-size: 14px;
	margin: 0;
}

.smart-branches i {
	color: var(--smart-red);
	margin-right: 8px;
}

.smart-footer {
	background: #f5f5f5;
	color: #666;
	padding: 58px 0 32px;
}

.smart-footer h3 {
	color: #333;
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 8px;
}

.smart-footer p {
	font-size: 14px;
	margin-bottom: 10px;
}

.smart-contact-line a {
	color: var(--smart-red);
	font-weight: 700;
}

.smart-social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.smart-social a {
	align-items: center;
	background: #111;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.smart-footer-form {
	max-width: 360px;
}

.smart-footer-form .wpcf7 {
	margin-top: 12px;
}

.smart-footer-form .smart-cf7-footer {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.smart-footer-form .smart-cf7-row,
.smart-footer-form .smart-cf7-submit-wrap {
	margin: 0;
}

.smart-footer-form .wpcf7-form-control-wrap {
	display: block;
}

.smart-footer-form input,
.smart-footer-form textarea,
.smart-footer-form .smart-cf7-input {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: none;
	color: #555;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	min-height: 42px;
	padding: 8px 12px;
	width: 100%;
}

.smart-footer-form input::placeholder,
.smart-footer-form textarea::placeholder {
	color: #999;
}

.smart-footer-form input:focus,
.smart-footer-form textarea:focus,
.smart-footer-form .smart-cf7-input:focus {
	border-color: var(--smart-red);
	outline: 0;
}

.smart-footer-form .smart-cf7-submit,
.smart-footer-form input[type="submit"] {
	min-height: 40px;
	min-width: 96px;
	padding: 10px 22px;
	width: auto;
}

.smart-footer-form .wpcf7-not-valid-tip {
	color: var(--smart-red);
	font-size: 12px;
	margin-top: 4px;
}

.smart-footer-form .wpcf7-response-output {
	border: 0;
	color: #666;
	font-size: 13px;
	margin: 10px 0 0;
	padding: 0;
}

.smart-footer-form .wpcf7-spinner {
	display: none;
}

.smart-copyright {
	border-top: 1px solid #ddd;
	font-size: 13px;
	margin-top: 34px;
	padding-top: 18px;
}

.smart-copyright p {
	margin-bottom: 4px;
}

/* Project archive */
.smart-project-filter-hero {
	background-position: center;
	background-size: cover;
	padding: 190px 0 170px;
}

.smart-project-filter {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
	margin: 0 auto;
	max-width: 1160px;
	overflow: hidden;
}

.smart-filter-search {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: 150px 1fr 190px;
	padding: 24px 28px;
}

.smart-filter-search strong {
	color: #68657a;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}

.smart-filter-input {
	border: 1px solid #d0d4da;
	border-radius: 4px;
	display: grid;
	grid-template-columns: 1fr 62px;
	min-height: 52px;
	overflow: hidden;
}

.smart-filter-input input {
	border: 0;
	color: #68657a;
	font-size: 21px;
	outline: 0;
	padding: 0 18px;
}

.smart-filter-input i {
	align-items: center;
	border-left: 1px solid #d0d4da;
	color: #b7b7b7;
	display: flex;
	font-size: 24px;
	justify-content: center;
}

.smart-filter-search button {
	background: #df3344;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	min-height: 52px;
}

.smart-filter-row {
	align-items: center;
	background: #f4f4f4;
	border-top: 1px solid #e1e1e1;
	color: #68657a;
	display: grid;
	font-size: 18px;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 22px 30px;
}

.smart-filter-row:nth-child(3) {
	background: #fff;
}

.smart-filter-row label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
	margin: 0;
}

.smart-filter-row input[type="radio"] {
	height: 18px;
	width: 18px;
}

.smart-filter-label {
	font-weight: 600;
}

.smart-project-list-section {
	padding: 80px 0 120px;
}

.smart-project-list-section h1 {
	color: #272727;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 58px;
}

.smart-project-card,
.smart-list-card {
	background: #f6f6f6;
	height: 100%;
}

.smart-project-thumb img,
.smart-list-thumb img {
	aspect-ratio: 16 / 11.6;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.smart-project-body,
.smart-list-body {
	padding: 28px 34px 26px;
}

.smart-project-body h3,
.smart-list-body h3 {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 20px;
}

.smart-project-body p,
.smart-list-body p {
	color: #7f7f7f;
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 24px;
}

.smart-project-more,
.smart-card-more {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-align: right;
}

.smart-pagination {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 70px;
}

.smart-pagination .page-numbers {
	align-items: center;
	background: #f7f7f7;
	border-radius: 50%;
	color: #333;
	display: inline-flex;
	font-size: 14px;
	height: 52px;
	justify-content: center;
	min-width: 52px;
	padding: 0 16px;
}

.smart-pagination .page-numbers.current {
	background: var(--smart-red);
	color: #fff;
}

.smart-pagination .dots {
	background: #f7f7f7;
}

.smart-empty {
	color: #777;
	font-size: 18px;
}

/* News archive and sidebar */
.smart-news-banner {
	padding: 70px 0 34px;
}

.smart-news-banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 1060px;
}

.smart-news-main {
	padding: 18px 0 90px;
}

.smart-news-main h1 {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 22px;
}

.smart-news-archive .smart-list-card {
	background: #f6f6f6;
}

.smart-news-archive .smart-list-thumb img,
.smart-related-section .smart-list-thumb img {
	aspect-ratio: 16 / 11;
}

.smart-news-archive .smart-list-body,
.smart-related-section .smart-list-body {
	padding: 16px 20px 20px;
}

.smart-news-archive .smart-list-body h3,
.smart-related-section .smart-list-body h3 {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.smart-news-archive .smart-list-body p,
.smart-related-section .smart-list-body p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 12px;
}

.smart-news-archive .smart-card-more,
.smart-related-section .smart-card-more {
	font-size: 12px;
}

.smart-news-sidebar {
	position: sticky;
	top: 120px;
}

.smart-sidebar-box {
	margin-bottom: 36px;
}

.smart-sidebar-box h2 {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 16px;
}

.smart-sidebar-search {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	display: grid;
	grid-template-columns: 1fr 42px;
	min-height: 44px;
	overflow: hidden;
}

.smart-sidebar-search input {
	border: 0;
	font-size: 12px;
	outline: 0;
	padding: 0 14px;
}

.smart-sidebar-search button {
	background: #fff;
	border: 0;
	border-left: 1px solid #e5e5e5;
	color: #333;
	font-size: 18px;
}

.smart-recent-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.smart-recent-item {
	display: grid;
	gap: 12px;
	grid-template-columns: 72px 1fr;
}

.smart-recent-item img {
	aspect-ratio: 1 / 0.75;
	height: auto;
	object-fit: cover;
	width: 72px;
}

.smart-recent-item span {
	color: #333;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
}

/* Single post */
.smart-single-hero {
	align-items: center;
	background: #e7ecf6;
	display: flex;
	min-height: 350px;
	text-align: center;
}

.smart-single-hero h1 {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.18;
	margin: 0 auto;
	max-width: 1100px;
	text-transform: uppercase;
}

.smart-single-main {
	padding: 70px 0;
}

.smart-share-box {
	position: sticky;
	top: 120px;
}

.smart-share-box h2 {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 22px;
}

.smart-share-box a {
	align-items: center;
	border: 1px solid #111;
	border-radius: 50%;
	color: #111;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 54px;
	justify-content: center;
	margin-bottom: 14px;
	width: 54px;
}

.smart-share-box a:last-child {
	background: #f64b56;
	border-color: #f64b56;
	color: #fff;
}

.smart-entry-content {
	color: #555;
	font-size: 13px;
	line-height: 1.8;
}

.smart-single-thumb img {
	display: block;
	margin-bottom: 28px;
	width: 100%;
}

.smart-related-section {
	background: #f7f7f7;
	padding: 70px 0 90px;
}

.smart-related-section h2 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}

.smart-related-slide {
	padding: 0 12px;
}

.smart-related-slider .slick-arrow {
	background: var(--smart-red);
	border-radius: 50%;
	height: 42px;
	width: 42px;
	z-index: 2;
}

.smart-related-slider .slick-arrow:before {
	color: #fff;
	opacity: 1;
}

/* Contact page */
.smart-page-hero {
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: 320px;
	text-align: center;
}

.smart-page-hero h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.smart-contact-info-section,
.smart-contact-form-section {
	padding: 70px 0 0;
}

.smart-contact-info-section h2,
.smart-contact-form-section h2 {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 32px;
	text-transform: uppercase;
}

.smart-contact-form-section h2 {
	text-transform: none;
}

.smart-contact-card {
	border: 1px dashed #da4b55;
	border-radius: 6px;
	padding: 34px 28px;
}

.smart-contact-card h3 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin: 28px 0 18px;
}

.smart-contact-card .smart-contact-line {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 44px 1fr;
	margin-bottom: 22px;
}

.smart-contact-card .smart-contact-line i {
	align-items: center;
	border: 1px solid #da4b55;
	border-radius: 50%;
	color: #da4b55;
	display: flex;
	font-size: 19px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.smart-contact-card .smart-contact-line span {
	color: #888;
	font-size: 12px;
	line-height: 1.7;
}

.smart-map iframe {
	border: 0;
	display: block;
	height: 430px;
	width: 100%;
}

.smart-contact-form-section {
	padding-bottom: 90px;
}

.smart-contact-cf7 .smart-contact-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 34px;
}

.smart-contact-cf7 input,
.smart-contact-cf7 textarea {
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	color: #555;
	font-size: 12px;
	min-height: 54px;
	padding: 12px 16px;
	width: 100%;
}

.smart-contact-cf7 textarea {
	display: block;
	min-height: 130px;
}

.smart-contact-cf7 input[type="submit"] {
	background: var(--smart-red);
	border: 0;
	color: #fff;
	font-weight: 600;
	margin-top: 34px;
	min-width: 140px;
	width: auto;
}

/* Project detail */
.smart-project-single-hero {
	border-top: 1px solid #e5e5e5;
	padding: 38px 0 24px;
	text-align: center;
}

.smart-project-single-hero h1 {
	color: #111;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.smart-project-single-body {
	padding: 24px 0 70px;
}

.smart-project-article {
	color: #222;
	font-size: 16px;
	line-height: 1.9;
}

.smart-project-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.smart-project-meta span {
	background: #f4f4f4;
	border-radius: 20px;
	color: #666;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 12px;
}

.smart-project-intro {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 22px;
}

.smart-project-gallery {
	margin: 22px 0 28px;
}

.smart-project-gallery-main .smart-gallery-slide img {
	display: block;
	height: auto;
	width: 100%;
}

.smart-project-gallery-thumbs {
	margin-top: 12px;
}

.smart-project-gallery-thumbs .smart-gallery-thumb {
	cursor: pointer;
	padding: 0 6px;
}

.smart-project-gallery-thumbs .smart-gallery-thumb img {
	border: 2px solid transparent;
	display: block;
	height: 82px;
	object-fit: cover;
	width: 100%;
}

.smart-project-gallery-thumbs .slick-current img {
	border-color: var(--smart-red);
}

.smart-project-content {
	font-size: 16px;
	line-height: 1.9;
}

.smart-project-sidebar {
	height: 100%;
}

.smart-project-sticky {
	position: sticky;
	top: 120px;
}

.smart-project-hotline,
.smart-project-form-card {
	background: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.smart-project-hotline {
	margin-bottom: 18px;
	padding: 18px;
}

.smart-project-hotline-head {
	align-items: center;
	display: flex;
	gap: 14px;
}

.smart-project-hotline-head img {
	border-radius: 50%;
	height: 68px;
	object-fit: cover;
	width: 68px;
}

.smart-project-hotline-head h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.smart-project-hotline-head p {
	color: #666;
	font-size: 13px;
	margin: 2px 0 0;
}

.smart-project-hotline-call {
	align-items: center;
	border: 1px solid #6790c0;
	border-radius: 999px;
	color: #345f93;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
	min-height: 58px;
}

.smart-project-hotline-call i {
	font-size: 16px;
}

.smart-project-form-card {
	padding: 18px;
}

.smart-project-cf7 {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.smart-project-cf7 input,
.smart-project-cf7 textarea {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	color: #666;
	font-size: 13px;
	min-height: 48px;
	padding: 10px 14px;
	width: 100%;
}

.smart-project-cf7 input[type="submit"] {
	background: #efefef;
	border: 0;
	color: #222;
	font-weight: 600;
	min-width: 100%;
	text-transform: uppercase;
}

.smart-project-related {
	background: #f7f7f7;
	padding: 64px 0 90px;
}

.smart-project-related h2 {
	color: #222;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 26px;
}

@media (max-width: 991px) {
	.smart-header .navbar {
		min-height: 76px;
	}

	.smart-logo img,
	.custom-logo {
		height: 58px;
	}

	.smart-menu {
		align-items: flex-start !important;
		gap: 0;
		padding: 15px 0;
	}

	.smart-menu .menu-item a {
		font-size: 15px;
		padding: 8px 0;
	}

	.smart-lang {
		margin: 0 0 18px;
	}

	.smart-hero {
		min-height: 320px;
	}

	.smart-awards .smart-title {
		font-size: 32px;
	}

	.smart-awards .smart-lead {
		font-size: 18px;
	}

	.smart-award-timeline {
		display: block;
		padding: 0;
	}

	.smart-award {
		display: grid;
		gap: 20px;
		grid-template-columns: 110px 1fr;
		margin-bottom: 28px;
	}

	.smart-award-year {
		height: 54px;
	}

	.smart-award-year:before,
	.smart-award-year:after,
	.smart-award:before,
	.smart-award:after {
		display: none;
	}

	.smart-award-content,
	.smart-award-top .smart-award-content,
	.smart-award-bottom .smart-award-content {
		align-items: center;
		flex-direction: row;
		gap: 18px;
		left: auto;
		position: static;
		top: auto;
		bottom: auto;
		width: auto;
	}

	.smart-award-bottom .smart-award-content img,
	.smart-award-bottom .smart-award-content div {
		order: initial;
	}

	.smart-award-content img {
		height: 92px;
		width: 92px;
	}

	.smart-award-content h3 {
		font-size: 20px;
	}

	.smart-award-content p {
		font-size: 17px;
	}

	.smart-project-filter-hero {
		padding: 72px 0;
	}

	.smart-filter-search {
		grid-template-columns: 1fr;
	}

	.smart-filter-search strong {
		text-align: left;
	}

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

	.smart-news-sidebar,
	.smart-share-box {
		position: static;
	}

	.smart-single-hero h1 {
		font-size: 24px;
	}

	.smart-contact-cf7 .smart-contact-grid {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.smart-project-single-hero h1 {
		font-size: 24px;
	}

	.smart-project-single-body {
		padding: 20px 0 52px;
	}

	.smart-project-intro,
	.smart-project-content {
		font-size: 14px;
	}

	.smart-project-gallery-thumbs .smart-gallery-thumb img {
		height: 72px;
	}

	.smart-project-sticky {
		position: static;
	}

	.smart-project-related {
		padding: 44px 0 60px;
	}

	.smart-project-list-section {
		padding: 56px 0 80px;
	}

	.smart-project-list-section h1 {
		font-size: 24px;
		margin-bottom: 28px;
	}

	.smart-news-main {
		padding-bottom: 60px;
	}

	.smart-news-main h1 {
		font-size: 18px;
	}

	.smart-single-main {
		padding: 48px 0;
	}

	.smart-related-section {
		padding: 50px 0 60px;
	}

	.smart-page-hero {
		min-height: 240px;
	}
}

@media (max-width: 575px) {
	.smart-section {
		padding: 40px 0;
	}

	.smart-search {
		display: grid;
		grid-template-columns: 42px 1fr;
	}

	.smart-search button {
		border-radius: 0;
		grid-column: 1 / -1;
		width: 100%;
	}

	.smart-award {
		grid-template-columns: 1fr;
	}

	.smart-award-content,
	.smart-award-top .smart-award-content,
	.smart-award-bottom .smart-award-content {
		align-items: flex-start;
	}

	.smart-awards .smart-title {
		font-size: 22px;
	}

	.smart-awards .smart-lead {
		font-size: 13px;
	}

	.smart-project-filter-hero {
		padding: 54px 0;
	}

	.smart-filter-search,
	.smart-filter-row {
		padding: 14px;
	}

	.smart-filter-row {
		font-size: 13px;
		grid-template-columns: 1fr;
	}

	.smart-project-list-section {
		padding: 40px 0 60px;
	}

	.smart-project-list-section h1 {
		font-size: 22px;
		margin-bottom: 22px;
	}

	.smart-project-body,
	.smart-list-body {
		padding: 20px;
	}

	.smart-project-body h3,
	.smart-list-body h3 {
		font-size: 15px;
	}

	.smart-project-body p,
	.smart-list-body p,
	.smart-project-more,
	.smart-card-more {
		font-size: 12px;
	}

	.smart-news-banner {
		padding-top: 28px;
	}

	.smart-single-hero {
		min-height: 200px;
	}

	.smart-single-hero h1 {
		font-size: 20px;
	}

	.smart-page-hero {
		min-height: 180px;
	}

	.smart-contact-info-section h2,
	.smart-contact-form-section h2 {
		font-size: 18px;
	}

	.smart-project-single-hero {
		padding: 28px 0 16px;
	}

	.smart-project-single-hero h1 {
		font-size: 20px;
	}

	.smart-project-gallery-thumbs {
		margin-top: 8px;
	}

	.smart-project-gallery-thumbs .smart-gallery-thumb {
		padding: 0 4px;
	}

	.smart-project-hotline-head img {
		height: 54px;
		width: 54px;
	}

	.smart-project-hotline-call {
		font-size: 13px;
		min-height: 52px;
	}

	.smart-project-related h2 {
		font-size: 18px;
	}

	.smart-title,
	.smart-about h2 {
		font-size: 22px;
	}
}
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
