/*
Theme Name: airsystem
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.3
Tested up to: 6.6
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: never;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}


.needhelp {
    position: relative;
}

.needhelp:after, .needhelp:before {
    content: '';
    position: absolute;
}

.needhelp:after {
    height:0;
    width:0;
    right: -6px;
    bottom: 0px;
    border-width: 6px 6px 0 0;
    border-style: solid;
    border-color: #04d107 transparent transparent transparent;
}
.needhelp:before {
    height:0;
    width:0;
    left: -6px;
    bottom: 0px;
    border-width: 6px 0px 6ox 0px;
    border-style: solid;
    border-color: #04d107 #04d107 transparent transparent;
}
.project_done {
    width: 64% !important;
}

.project_done .elementor-icon-box-title {
    margin-top: 0;
}
.industries_slider figure.swiper-slide-inner {
    position: relative;
    height: 218px;
    line-height: 0 !important;
}

.industries_slider figure.swiper-slide-inner figcaption.elementor-image-carousel-caption {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    background: #fff !important;
    display: block !important;
    line-height: normal !important;
    padding: 10px;
    border-radius: 20px;
}

.industries_slider figure.swiper-slide-inner img {
    height: 100%;
    object-fit: cover;
}
.industries_slider .swiper-pagination {bottom: -16px !important;}
.client_section .gallery {
    margin: 0 !important;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.client_section .gallery figure.gallery-item {
    border-right: 1px solid #d8d8d8;
    margin: 0px !important;
    padding: 20px !important;
    border-bottom: 1px solid #d8d8d8;
}

.client_section .gallery figure.gallery-item img {
    height: 60px;
    object-fit: contain;
    text-align: center;
}
.client_section .gallery figure.gallery-item:nth-child(5n){
    border-right:0px;
}
.client_section .gallery figure.gallery-item:last-child{
    border-bottom: none;
    border-right: none;
}

.client_section .gallery figure.gallery-item:nth-last-child(2) {
    border-bottom: 0;
}

.client_section .gallery figure.gallery-item:nth-last-child(3) {border-bottom: none;}
.get_inTouch .form_group input:not([type="submit"]) {
    width: 100%;
    padding:10px;
    height:45px;
    border-radius:4px;
    border:1px solid #d8d8d8;
	font-family:"Outfit", Sans-serif;
}
.get_inTouch .form_group p{
    margin-bottom:14px;
}

.get_inTouch .form_group textarea{
     width: 100%;
    padding:10px;
    border-radius:4px;
    border:1px solid #d8d8d8;
    height:80px;
	font-family:"Outfit", Sans-serif;
}
.get_inTouch .form_group input[type="submit"]{
    padding:14px 25px;
    width:140px;
    border-radius:25px;
    background: #fc0001;
    border:none;
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    color:#fff;
    transition:0.5s;
    cursor:pointer;
    line-height: 1;
}
.get_inTouch .form_group input[type="submit"]:hover{
    background:#02ff04;
    color:#212123;
}
a.webLink {
    transition: 0.5s;
}

a.webLink:hover {
    color: #02ff04;
}

/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:120px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: "Outfit", Sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    background-color: #FC0001;
    background-image: #FC0001;
    padding: 14px 25px 14px 25px;
    color: #fff;
    text-decoration: none;
}
a.default-btn-error:hover{
    background-image: #00ff04; 
	background: #00ff04;
}

.social_icon-svg a {
	background-color: #30171700;
    padding: 10px;
}

.social_icon-svg a svg {
	width: 15px;
	height: 15px;
}

@media (max-width: 480px) {
	.client_section .gallery figure.gallery-item {
		border-right: none;
		padding: 10px !important;
		padding-bottom: 16px !important;
		border-bottom: 1px solid #d8d8d8 !important;
	}
	.client_section .gallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.error-top img {
		width: 150px;
	}
	
	.error-top {
		margin-bottom: 15px !important;
	}
	
	.error-page-area {
		padding: 0px 15px;
	}
	.error-bottom h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
}
.elementor-17 .elementor-element.elementor-element-0ce8484 .elementor-icon-box-description {
    margin: 0 !important;
}
.elementor-element.elementor-element-668dae9.e-con-full.e-flex.e-con.e-child {
    justify-content: center !important;
}