/*!
Theme Name: bowen-technovation
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: bowen-technovation
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.

bowen-technovation 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.
 */

/**Google Fonts**/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/**Google Fonts**/

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
--------------------------------------------- */
.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;
}
/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

*,
*:before,
*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#000; font-size:16px; font-family: "Outfit"; font-weight:400; line-height:1.5; background-color: #fff;display: flex;flex-wrap: wrap;}


p { color:#000; font-size:16px; font-weight:400; line-height:1.6;  margin-bottom:20px; }
p:last-child { margin-bottom:0; }

ul{ margin:0;margin-left: 20px; padding:0; }
ul li{ font-size:16px;  color:#000; font-weight:400; line-height:1.5;padding: 0;margin-bottom: 8px; }
ul li:last-child{margin-bottom: 0;}
ul > li { list-style:outside disc; }

ol{ margin:0;margin-left: 20px; padding:0; list-style: none; }
ol li{ font-size:16px;  color:#000; font-weight:400; line-height:1.5;padding: 0;margin-bottom: 8px;  }
ol > li { list-style: outside decimal; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px; border-left:4px solid #1589cb;line-height: 2;font-size: 20px; font-style: italic;margin-bottom: 25px;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;margin: 10px auto 40px;}

img{ border:none; max-width: 100%; vertical-align: top; height: auto;}
img[src$=".svg"] {width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; }
button{transition-delay: 0.3s;}
a:hover{ color:#000; text-decoration: underline; }
a:focus {outline: none;}
a {cursor: pointer;}

/* 5. Forms
------------------------------------------------------------------------------*/
label {color:#000; font-size:16px; font-weight:400; line-height:1.5;  margin-bottom:10px; display: block;}
input, 
textarea, 
button { font-family: 'Open Sans', sans-serif;  }
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {-webkit-appearance: none; outline: none;}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="search"],
input[type="number"],
textarea { border:1px solid #dedede; padding:0 15px; color:#000; font-size:16px; height:46px; font-weight: 400; width: 100%;}

textarea{ height:150px; resize:none; overflow: auto; padding: 20px 15px; }

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {border-color: #66afe9}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #cbcbcb; padding: 0 15px; height: 40px; display: inline-block; vertical-align: top; font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {background-color: #66afe9; color: #fff;}

input[type="search"] {-webkit-appearance: textfield;}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

::-webkit-input-placeholder { opacity: 1 !important; color: #000; }
:-moz-placeholder { opacity: 1 !important; color: #000; }
::-moz-placeholder { opacity: 1 !important; color: #000; }
:-ms-input-placeholder { opacity: 1 !important; color: #000; }

.form-group {margin-bottom: 30px;}

/* buttons */
.btn { display: inline-block; vertical-align: top; padding: 6px 12px;font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }
.btn:hover,
.btn:focus { color: #fff; background-color: #019852; border-color: #019852;text-decoration: none}
.btn-sm {padding: 8px 16px; }
.btn-md {padding: 12px 24px;}
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; margin-bottom: 2px; }
.btn-link:hover,
.btn-link:focus{ color: #0eb769; font-weight: 700; text-decoration: none; border-bottom: 1px solid #0eb769; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}
.table-bordered{width: 100%;max-width: 100%;text-align: left;}
.table-bordered th, 
.table-bordered td{ vertical-align: bottom;border-bottom: 1px solid #ddd;padding: 10px;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {width: 100%;display: flex;min-height: 100%;position: relative;flex-wrap: wrap;background-color: #fff;justify-content: space-between;align-content: space-between;}
.main-container{width:100%;}
.body-content ul, 
.body-content ol{margin-bottom: 20px;}
.body-content ul ul, 
.body-content ul ol,
.body-content ol ol,
.body-content ol ul{margin-bottom: 0;}
div#mobilenav #menu > .header-serch-bar input {
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
    -webkit-appearance: none;
}
/* header */
.main-header { width:100%; height:auto;}
.current_page_item > a {color: #2cb5e3 !important;}

/* responsive nav for small devices */
.hamburger{padding: 0;margin: 0;height: auto;width: auto; text-align: center;background-color: transparent}
.hamburger:not(.close){position: absolute;top: 20px;right: 20px;z-index: 99;}
.hamburger:hover, 
.hamburger:focus{background-color: transparent;outline: none;}
.hamburger .line{width: 30px;height: 4px;background-color: #2cb5e3;display: block;margin: 6px auto;}
.hamburger:hover{cursor: pointer;}
.hamburger.close{padding: 10px;}
.hamburger.close .wrap{ position: relative;width: 30px;height: 30px;display: block;}
.hamburger.close .line{margin: 0;width:100%;position: absolute;top: calc(50% - 2px);transform: rotate(45deg);background-color: #fff}
.hamburger.close .line:last-child{transform: rotate(-45deg);}
#menu{position: fixed;top: 0;left: -100%;width:80%;height: 100%;background-color: #0e5b8f;max-width: 450px;transition: all 0.3s ease-in-out;z-index: 999;}
#mobilenav.is-open #menu{left: 0;}
#mobilenav .nav-logo{padding: 15px;}
#mobilenav ul,
#mobilenav li{padding: 0;margin: 0;list-style: none;position: relative;}
#mobilenav ul ul{display: none;}
#mobilenav .caret{display: block;width: 36px;height: 36px;position: absolute;top: 3px;right: 2px;cursor: pointer;}
#mobilenav .caret:not(.trigger-caret){pointer-events: none;}
#mobilenav .caret:before,
#mobilenav .caret:after{content:'';position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;margin: auto; width: 20px;height: 2px;background: #fff;}
#mobilenav .caret:after{transform: rotate(-90deg);transition: all .2s ease;}
#mobilenav .is-open > .caret:after{transform: rotate(0)}
#mobilenav ul a {display: block;padding: 10px 15px;cursor: pointer;z-index: 2;font-size: 18px;text-decoration: none;color: #ffffff;background: #0e5b8f;border-bottom: 1px solid #ffffff82;font-family: "Outfit";}
#mobilenav .has-sub > a{padding-right: 40px;}
#mobilenav li li a { padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    background: #0e5b8f;
    border-bottom: 1px solid #ffffff82;
    font-family: "Outfit"; }
#mobilenav li li li a {padding-left: 50px;}
#mobilenav .nav-backdrop{ position: fixed;height: 100%;width: 100%;background: rgba(0,0,0,0.8);z-index: -1;opacity: 0;visibility: hidden;transition: all 0.4s ease-in;}
#mobilenav.is-open .nav-backdrop{ opacity: 1;z-index: 999;visibility: visible;}
#mobilenav .menu-outer{max-height: calc(100vh - 80px);overflow-y: auto;margin-top: 50px;}
#mobilenav .nav-logo {padding: 15px 45px 15px 15px;}
/* nav */
.navigation { width:100%; height:auto; }
.navigation ul{ padding: 0; margin: 0; list-style: none; }
.navigation ul li{ padding: 0; margin: 0; list-style: none; }
.navigation ul li a {}
h1, h2, h3, h4, h5, h6 {font-family: "Outfit";}

/* footer */
.main-footer { width:100%; height:auto; background:#322348; line-height: normal;}

/*--------- css Start ------------*/
a.main-btn {font-size: 20px;height: 61px;color: #ffffff;font-weight: 500;font-family: "Outfit";text-align: center;border-radius: 5px;background-color: #2cb5e3;padding: 15.5px 29.5px 15.5px 29.5px;text-decoration: none;display: table;}
a.main-btn:hover {background: #0e5b8f;}
.h1-class {font-size: 60px;font-weight: 700;font-family: "Outfit";}
.h2-class {font-size: 45px;font-weight: 700;font-family: "Outfit";}
a:hover{text-decoration: none;}
p ,ul li{font-size: 20px;line-height: 34px;color: #231f20;font-weight: 400;font-family: "Outfit";}


.technology-content-button a {padding: 15.5px 33.2px 15.5px 33.1px;}
.Learn-more-about-our-offerings a {padding: 15.5px 45.3px 15.5px 45.2px;}
.all-tutorial-button a {padding: 15.5px 32.1px 15.5px 32.1px;}
.bringing-visions-to-life-title-section a {padding: 15.5px 27.1px 15.5px 27.1px;}
.join-our-team a{height: 60px;padding: 15.3px 27.5px 15.3px 27px;}
.view-all-projects a {padding: 15.5px 31.7px 15.5px 32.5px;}

/*--------- Header Css Start------------*/
header#header {position: absolute; z-index: 99;width: 100%;display: flex;justify-content: center;}
header#header > .container {display: flex;align-items: center;width: 100%;flex-wrap: wrap;margin-top: 20px;max-width: 1720px;position: relative;}
.header-logo {max-width: 319px;width: 100%;}
.header-menu {max-width: 1240px;width: 100%;display: flex;justify-content: flex-end;}
.header-menu ul li {list-style: none;font-size: 20px;font-weight: 400;font-family: "Outfit";padding: 0;margin: 0;}
.header-menu ul li a {color: #fff;text-decoration: none;margin-right: 88px;}
ul#primary-menu {margin: 0;display: flex;}
.suport-button a {border-radius: 5px;background-color: #2cb5e3;padding: 9px 20px 9px 20px;text-decoration: none;display: table;font-size: 18px;color: #ffffff;font-weight: 400;font-family: "Outfit";text-align: center;}
.suport-button a:hover {background: #0e5b8f;}
.header-serch {width: 44px;height: 44px;border-radius: 5px;border: 1px solid #0e5b8f;justify-content: center;align-items: center;display: flex;margin-left: 10px;}
.suport-button {display: flex;justify-content: space-between;}
.header-serch:hover {background: #2cb5e3;border-color: #2cb5e3;}

div#mobilenav {position: relative;z-index: 9999;display: none;}
div#mobilenav .col-4.text-right {width: 20%;padding-top: 15px;}
div#mobilenav .col-8 { width: 80%;}
div#mobilenav ul#primary-menu li {width: 100%;}
div#mobilenav #menu > .header-serch-bar {margin-top: 50px;}
div#mobilenav ul#primary-menu {display: unset;}

input.search-field::placeholder {color: #fff !important;}
input.search-field::-ms-input-placeholder,
input.search-field::-webkit-input-placeholder {color: #fff !important;}
.header-serch-bar {display: none;position: absolute;right: 0;top: 68px;}
.header-serch-bar form.search-form{display: flex;justify-content: space-between;align-items: baseline;}
.header-serch-bar input.search-submit {border-radius: 5px;background-color: #2cb5e3;padding: 9px 20px 9px 20px;text-decoration: none;display: table;font-size: 18px;color: #ffffff;font-weight: 400;font-family: "Outfit";text-align: center;text-transform: unset;min-height: 45px;margin-left: 15px;}
.header-serch-bar input.search-field {color: #fff;border-radius: 5px;outline: none;padding: 9px 20px 9px 20px;text-decoration: none;font-size: 18px;font-weight: 400;font-family: "Outfit";text-transform: unset;min-height: 45px;background: none;border: 1px solid #0e5b8f;}
.header-serch-bar input.search-submit:hover {background: #0e5b8f;}
.header-serch:hover {background: #2cb5e3;border-color: #2cb5e3;}

.header-menu ul li > .sub-menu {position: absolute;z-index: 999;visibility: hidden;opacity: 0;height: 0;transition: visibility 2s, opacity 0.5s linear;margin: 0;margin-top: 10px;}
.header-menu ul li:hover > .sub-menu {visibility: visible; opacity: 1;height: auto;}
.header-menu .menu-item-has-children > a:after {content: "\21E9";margin-left: 5px;font-size: 14px;}
.header-menu ul li > .sub-menu li:before {content: "\2023";font-size: 20px;color: #fff;padding-right: 7px;padding-left: 0px;}
.header-menu ul.sub-menu li > .sub-menu {left: 100%;top: 82px;}
.header-menu ul.sub-menu li > .sub-menu > li > .sub-menu{left: 100%;top: 10px;}
.header-menu ul li > .sub-menu li {background: #0e5b8f;border-bottom: 1px solid #fff;padding: 5px 0px 5px 10px;}
.header-menu ul li > .sub-menu a {margin-right: 33px;}
.sub-menu .menu-item-has-children > a:after {content: "\21E8";margin-left: 5px;font-size: 18px;}

/*--------- home page ------------*/
.banner-content .h1-class {color: #fff;width: 85%;line-height: 70px;}
.banner-content .banner-text {font-size: 24px;line-height: 38px;color: #ffffff;font-weight: 500;font-family: "Outfit";width: 74%;margin-top: 15px;margin-bottom: 39px;}
.banner-content {padding-bottom: 150px;padding-top: 420px;max-width: 1140px;width: 100%;}
.home-banner {display: flex;justify-content: center;background-repeat: no-repeat;background-size: cover;background-color: #0c182e;}

.technology-innovation-meet > .container {width: 100%;max-width: 1140px;justify-content: space-between;display: flex;}
.technology-innovation-meet {display: flex;justify-content: center;margin-top: 150px;width: 100%;}
.technology-image {max-width: 591px;width: 100%;max-height: 535px;height: 100%;position: relative;z-index: 1;}
.technology-image-one {width: 390px;position: absolute;left: 0;top: 45px;z-index: 9;}
.technology-image-two {position: absolute;z-index: 99;top: 0;left: 53%;filter: drop-shadow(-6.364px 6.364px 0px #ffffff);background-color: #000000;}
.technology-image-three {position: absolute;z-index: 99;bottom: 0;right: 0;top: 250px;max-width: 170px;}
.technology-image-video {position: absolute;bottom: 0;z-index: 99;display: flex;align-items: center;left: 45px;}
.technology-video-title {font-size: 20px;line-height: 26px;color: #0e5b8f;font-weight: 400;font-family: "Outfit";text-align: right;margin-right: 15px;}
.technology-video-title a {color: #0e5b8f;}
.technology-video-title a:hover {color: #2cb5e3;}
.technology-content {max-width: 472px;width: 100%;margin-top: -10px;}
.technology-content-title {font-size: 45px;color: #000000;font-weight: 700;font-family: "Outfit";line-height: normal;margin-bottom: 30px;}
.technology-content-text {margin-bottom: 48px;}
.technology-video-icon img {max-width: 70px;}

.technology-image-video .popup-modal {display: none;position: fixed;z-index: 99; padding-top: 150px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);}
.technology-image-video .modal-content {position: relative;background-color: #fefefe;margin: auto;padding: 0;border: 1px solid #888;width: 100%;max-width: 1100px;box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);-webkit-animation-name: animatetop;-webkit-animation-duration: 0.4s;animation-name: animatetop;animation-duration: 0.4s;}
@-webkit-keyframes animatetop {from {top:-300px; opacity:0} to {top:0; opacity:1}}
@keyframes animatetop {from {top:-300px; opacity:0}to {top:0; opacity:1}}
.technology-image-video .close {color: white;float: right;font-size: 28px;font-weight: bold;}
.technology-image-video .close:hover,.technology-image-video  .close:focus {text-decoration: none;cursor: pointer;}
.technology-image-video  iframe {height: 600px; width: 100%;}
.technology-image-video .modal-header {position: absolute;z-index: 999;right: 0px;background: #000;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;}

.provision,.design{display: none;height: 100%;}
.provision:first-child,.design:first-child{display: block;}
.design-consulting > .container {width: 100%;max-width: 1530px;display: flex;flex-wrap: wrap;padding: 70px 0px 70px 70px;background-color: #ffffff;margin-top: -320px;box-shadow: 0 0px 11px rgb(0 0 0 / 9%);}
.design-consulting {display: flex;justify-content: flex-end;margin-top: 460px;background-color: #eaecee;padding-left: calc((100vw - 1159px)/2);}
.design-consulting-left {width: 100%;max-width: 478px;margin-right: 80px;}
.design-consulting-tab button {font-size: 22px;color: #000000;font-weight: 700;font-family: "Outfit";text-align: left;background: none;margin: 0;text-transform: none;display: flex;align-items: center;padding: 50px 0;border-bottom: 1px solid #e0e2e4;width: 100%;max-width: 476px; position: relative;}
.design-consulting-tab button:after {content: '\276F';position: absolute;font-size: 24px;color: #000000;right: 0;}
.design-consulting-tab button:hover {color: #2cb5e3;}
.design-consulting-tab button:hover:after{color: #2cb5e3;}
.design-consulting-tab button:hover .button-image {background-color:#0e5b8f;webkit-transition: background-color 1s ease-out;-moz-transition: background-color 1s ease-out;-o-transition: background-color 1s ease-out;transition: background-color 1s ease-out;}
.design-consulting-tab button.active {color: #2cb5e3;}
.design-consulting-tab button.active:after{color: #2cb5e3;}
.design-consulting-tab button.active .button-image {background-color:#0e5b8f;webkit-transition: background-color 1s ease-out;-moz-transition: background-color 1s ease-out;-o-transition: background-color 1s ease-out;transition: background-color 1s ease-out;}
.design-consulting-tab button.active .button-image img#hover-icon {display: block;}
.design-consulting-tab button.active .button-image img#icon {display: none;}
.button-image {width: 70px; height: 70px;border-radius: 35px;background-color: #dff4fb;padding: 20px;margin-right: 15px;webkit-transition: background-color 1s ease-out;-moz-transition: background-color 1s ease-out;-o-transition: background-color 1s ease-out;transition: background-color 1s ease-out;}
.button-image img{width: 35px;height: 35px;}
.button-image img#hover-icon {display: none;}
.design-consulting-tab button:hover .button-image img#hover-icon {display: block;}
.design-consulting-tab button:hover .button-image img#icon {display: none;}
.design-consulting-section-title .h2-class {border-bottom: 1px solid #e0e2e4;padding-bottom: 39px;margin-top: -15px;}
.design-consulting-main-button {margin-top: 63px;}
.design-consulting-right {width: 100%;max-width: 515px;position: relative;}
.design-consulting-right img {position: relative;height: 100%;object-fit: cover;}
.design-consulting-right-inner {position: absolute;margin: 0px 45px 50px 45px;bottom: 0;}
.design-consulting-short-content p {color: #ffffff;}
.design-consulting-right-inner a {font-size: 20px;color: #2cb5e3;font-weight: 500;font-family: "Outfit";}
.design-consulting-right-inner a:hover {color: #fff;}
.design-consulting-right-inner a:after {content: '\276F';position: absolute;font-size: 20px;color: #2cb5e3;margin-left: 10px;padding-top: 1px;}
.design-consulting-right-inner a:hover:after {color: #fff;}

.systems-provision-installation > .container {width: 100%;max-width: 1140px;}
.systems-provision-installation {display: flex;justify-content: center;padding-top: 130px;background: #eaecee;padding-bottom: 150px;}
.systems-provision-installation-title .h2-class {margin-bottom: 40px;text-align: center;}
.systems-provision .systems-provision-button > button {background-color: #ffffff;border: 1px solid #e0e2e4;font-size: 20px;color: #000000;font-weight: 700;font-family: "Outfit";text-align: center;text-transform: none;max-width: 380px;width: 100%;height: 60px;padding: 0;margin: 0;}
.systems-provision .systems-provision-button > button:hover {background-color: #0e5b8f;color: #fff;}
.systems-provision .systems-provision-button button.active {background-color: #0e5b8f !important;color: #fff !important;}
.systems-provision-button {width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}
.systems-provision-button > :first-child {border-radius: 5px 0 0 5px;}
.systems-provision-button > :last-child {border-radius: 0px 5px 5px 0px;}
.systems-provision {text-align: center;}
.systems-provision-slider {margin-top: 50px;margin-left: -10px;margin-right: -10px;}
/*.design-slider .slider-item {max-width: 367px;width: 100%;margin: 0 10px;background-color: #ffffff;}*/
.design-slider .slider-item { width: 100%; flex: 0 0 calc(50% - 20px); margin: 0 10px 10px; background-color: #ffffff; }
.design-slider {display: flex; flex-flow: wrap; }
.design-slider button.slick-prev.slick-arrow, .design-slider button.slick-next.slick-arrow {display: none !important;}
.design-slider .slider-item img {width: 100%;padding: 5px 5px 0px 5px;}
.systems-provision-title {font-size: 22px;color: #0d182d;font-weight: 700;font-family: "Outfit";text-align: center;width: 79%;line-height: normal;margin-top: 30px;}
.systems-provision-inner {display: flex;justify-content: center;align-items: center;flex-direction: column;}
.systems-provision-inner a {font-size: 20px;color: #2cb5e3;font-weight: 500;font-family: "Outfit";text-align: center;margin-bottom: 30px;margin-top: 16px;}
.design-slider .slick-dots li.slick-active button:before {width: 15px;height: 15px;border-radius: 8px;background-color: #0e5b8f;font-size: 0;opacity: 1;}
.design-slider .slick-dots li button:before {width: 15px !important;height: 15px !important;border-radius: 8px;border: 2px solid #0e5b8f;font-size: 0 !important;}
.systems-provision-inner a:after {content: '\276F';position: absolute;font-size: 17px;color: #2cb5e3;margin-left: 10px;padding-top: 3px;}
.Learn-more-about-our-offerings {display: flex;justify-content: center;padding-top: 40px;}

.bringing-visions-to-life-title-section {width: 100%;max-width: 1140px;display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 auto; margin-top: 150px;margin-bottom: 70px;}
.bringing-visions-to-life > .container {padding-left: calc((100vw - 1165px)/2);display: flex;flex-wrap: wrap;justify-content: space-between;overflow: hidden;}
.bringing-visions-to-life-main {width: 100%;max-width: 1536px;margin-left: -10px;}
.bringing-visions-to-life-main .slider-item {background-color: #ffffff;border: 1px solid #eaecee;padding: 0;margin: 0 10px;}
.bringing-visions-to-life-img img {width: 100%;}
.bringing-visions-to-life-title {font-size: 22px;line-height: 50px;color: #0d182d;font-weight: 700;font-family: "Outfit";}
.bringing-visions-to-life-inner {margin: 20px}
.bringing-visions-to-life-text {font-size: 20px;line-height: 30px;color: #231f20;font-weight: 400;font-family: "Outfit";margin-top: -7px;margin-bottom: 7px;}
.bringing-visions-to-life-inner a {font-size: 20px;color: #2cb5e3;font-weight: 500;font-family: "Outfit";text-align: center;}
.bringing-visions-to-life-inner a:after {content: '\276F';position: absolute;font-size: 17px;color: #2cb5e3;margin-left: 10px;padding-top: 3px;}
.bringing-visions-to-life .slick-active button:before {width: 100px;height: 5px;border-radius: 3px;background-color: #2cb5e3 !important; font-size: 0;border-radius: 0;}
.bringing-visions-to-life .slick-dots li button:before{width: 100px;height: 5px;border-radius: 3px;background-color: #eff0f2;font-size: 0;border-radius: 0;border-radius: 3px;}
.bringing-visions-to-life {margin-bottom: 150px;}
.bringing-visions-to-life .slick-dots li button:before:hover{ background-color: #2cb5e3 !important; }
.bringing-visions-to-life .slick-dots li {width: 90px;margin-left: 1px;}
.bringing-visions-to-life ul.slick-dots {text-align: left;}
.bringing-visions-to-life ul.slick-dots {height: 5px;background-color: #eff0f2;font-size: 0;border-radius: 0;text-align: left;max-width: 1140px;border-radius: 3px;}
.second-slider {margin-right: -10px;}
.second-slider .slick-list.draggable {padding-bottom: 93px;}

.some-of-our-project {width: 100%;}
.some-of-our-project img {width: 100%;}
.some-of-our-project a {position: relative;width: 100%;display: flex;justify-content: center;}
.some-of-our-project h2.h2-class {position: absolute;color: #fff;margin-top: 80px;}

.our-happy-customers > .container {width: 100%;max-width: 1140px;}
.our-happy-customers { display: flex;justify-content: center;text-align: center;background-color: #eff0f2;}
.our-happy-customers .slider-nav .slick-track {display: flex;justify-content: space-between;/* max-height: 103px;*/}
.our-happy-customers .slider-nav .slick-list.draggable {margin: 0 -10px; /*max-height: 103px;*/}
.our-happy-customers-title {margin-top: 124px;margin-bottom: 50px;}
.center-icon {margin-top: 60px;margin-bottom: 35px;}
.our-happy-customers-thought p {font-size: 28px;line-height: 42px;color: #231f20;font-weight: 400;font-family: "Outfit";text-align: center;}
.our-happy-customers-thought {width: 61%;display: table;margin: 0 auto;}
.our-happy-customers-name {font-size: 20px;line-height: 30px;color: #231f20;font-weight: 700; font-family: "Outfit";text-align: center;margin-top: 37px;}
.our-happy-customers-company {font-size: 20px;line-height: 30px;color: #231f20;font-family: "Outfit";text-align: center;}
.thumbnail-image {display: flex !important;justify-content: space-around;}
.thumbnail-image img {max-height: 103px;border: 1px solid #fff;max-width: 207px;width: 100%;background: #fff;}
.thumbnail-image.slick-slide.slick-current.slick-active img {filter: drop-shadow(4.455px 2.27px 15px rgba(77,77,77,0.07));background-color: #ffffff;border: 1px solid #0e5b8f;max-width: 207px;width: 100%;}
.bottom-icon {margin-top: 60px;margin-bottom: -20px;}
.our-happy-customers-inner .slick-prev, .our-happy-customers-inner .slick-next {top: 25%;}
.our-happy-customers-inner ul.slick-dots {display: none !important;}
.our-happy-customers-inner .slick-dots li button:before {width: 15px !important;height: 15px !important;border-radius: 8px;border: 2px solid #0e5b8f;font-size: 0 !important;}
.our-happy-customers-inner .slick-dots li.slick-active button:before {width: 15px;height: 15px;border-radius: 8px;background-color: #0e5b8f;font-size: 0;opacity: 1;}

.tutorials {display: flex;justify-content: center;margin-top: 145px;padding-bottom: 150px;}
.tutorials > .container {width: 100%;max-width: 1140px;}
.tutorials-main {display: flex;justify-content: center;flex-wrap: wrap;margin: 0 -10px;}
.tutorials-main-item {width: 31.6%;margin: 0 10px;background-color: #ffffff;border: 1px solid #eaecee;}
.tutorials-main-title {font-size: 22px;color: #000000;font-weight: 700;font-family: "Outfit";line-height: normal;margin-bottom: 17px;}
.tutorials-main-inner a {font-size: 20px;color: #2cb5e3;font-weight: 500;font-family: "Outfit";}
.tutorials-main-inner a:after {content: '\276F';position: absolute;font-size: 17px;color: #2cb5e3;margin-left: 10px;padding-top: 3px;}
.tutorials-main-img {padding: 5px;}
.tutorials-main-inner {margin: 30px;}
.tutorials-title {margin-bottom: 56px;}
.all-tutorial-button {display: table;margin: 0 auto;padding-top: 50px;}

.systems-provision-slider .slick-list.draggable {padding-bottom: 46px;}
.systems-provision-inner a:hover,.tutorials-main-inner a:hover,.tutorials-main-inner a:hover:after,.systems-provision-inner a:hover:after,.our-people-main-content a:hover,.our-people-main-content a:hover:after{color: #0e5b8f;}
.header-menu ul li a:hover ,.technology-video-title a:hover{color: #2cb5e3;}
.contact-form input#gform_submit_button_1:hover {background-color:#0e5b8f;border: 1px solid #fff;}
.design-consulting-main-button.design-extra-buttom {display: none;}
.bringing-visions-to-life-main .slider-item:hover {background: #0e5b8f;}
.bringing-visions-to-life-main .slider-item:hover .bringing-visions-to-life-title,.bringing-visions-to-life-main .slider-item:hover .bringing-visions-to-life-text,.bringing-visions-to-life-inner a:hover,.bringing-visions-to-life-inner a:hover:after{color: #fff;}
.bringing-visions-to-life-main .slider-item {webkit-transition: background-color 1s ease-out;-moz-transition: background-color 1s ease-out;-o-transition: background-color 1s ease-out;transition: background-color 1s ease-out;}
.our-happy-customers-inner button.slick-next.slick-arrow:before {content: '\276F';position: absolute;color: #0e5b8f;width: 10px;height: 17px;}
.our-happy-customers-inner button.slick-prev.slick-arrow:before {content: "\276E";position: absolute;color: #0e5b8f;width: 10px;height: 17px;}
.our-happy-customers-inner .slick-prev {left: -8px;z-index: 999;}
.our-happy-customers-inner .slick-next {right: 0px;}
.contact-form div#gform_1_validation_container h2 {font-size: 19px !important;line-height: normal;font-weight: normal;font-family: "Outfit";}
.contact-form div#gform_1_validation_container {border: none;}
#gform_1 div#validation_message_1_1, #gform_1 div#validation_message_1_2 {border: none;font-size: 16px;padding: 8px;border-radius: 5px;background-color: #fff;}
#gform_1 .gform_ajax_spinner {display: none !important;}

/*--------- footer page ------------*/
footer {display: flex;justify-content: center;flex-direction: column;margin-top: 220px;background-size: cover;background-repeat: no-repeat;}
.home footer { margin-top: 0; position: relative; }
.contact-form {max-width: 1140px;background-color: #0e5b8f;width: 100%;color: #fff;padding: 85px;margin: 0 auto;margin-top: -220px;}
.contact-form-title > .h2-class {font-size: 40px;line-height: 50px;color: #ffffff;font-weight: 700;font-family: "Outfit";max-width:53%}
.contact-form-title > span {font-size: 20px;line-height: 34px;color: #ffffff;font-weight: 400;font-family: "Outfit";text-align: center;}
.contact-form-title {display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.contact-form legend.gfield_label.gfield_label_before_complex,.contact-form span#input_1_1_3_container label,.contact-form label.gfield_label {display: none !important;}
.contact-form form#gform_1 .gfield {width: 100%;}
.contact-form div#gform_fields_1 { display: flex; justify-content: space-between; flex-flow: wrap; }
.contact-form fieldset#field_1_1 input, .contact-form #field_1_2 input, .contact-form #field_1_3 textarea{font-size: 20px;color: #ffffff !important;font-weight: 400;font-family: "Outfit";background: #0e5b8f;border: 0 !important;border-bottom:1px solid #ffffff8f !important;border-radius: unset !important;padding: 0;padding-bottom: 15px;padding-right: 30px;}
.contact-form #field_1_2 input:autofill,.contact-form #field_1_2 input:-webkit-autofill{font-size: 20px;color: #ffffff !important;font-weight: 400;font-family: "Outfit";background: #0e5b8f;border: 0 !important;border-bottom:1px solid #ffffff8f !important;border-radius: unset !important;padding: 0;padding-bottom: 15px;padding-right: 30px;}
.contact-form fieldset#field_1_1 input::-webkit-input-placeholder{color: #fff;}
.contact-form #field_1_2 input::-webkit-input-placeholder{color: #fff;}
.contact-form #field_1_3 textarea::-webkit-input-placeholder{color: #fff;}
.contact-form #field_1_2 input:-moz-placeholde,.contact-form fieldset#field_1_1 input:-moz-placeholde,.contact-form #field_1_3 textarea:-moz-placeholde{color: #fff;}
.contact-form #field_1_2 input::-moz-placeholder,.contact-form fieldset#field_1_1 input::-moz-placeholder,.contact-form #field_1_3 textarea::-moz-placeholder{color: #fff;}
.contact-form #field_1_2 input:-ms-input-placeholder,.contact-form fieldset#field_1_1 input:-ms-input-placeholder,.contact-form #field_1_3 textarea:-ms-input-placeholder{color: #fff;}
.contact-form input#gform_submit_button_1 {width: 250px;height: 60px;border-radius: 3px;background-color: #2cb5e3;font-size: 24px;color: #ffffff;font-weight: 700;font-family: "Outfit";text-align: center;text-transform: capitalize;display: table;margin: 0 auto;}
.contact-form .gform_footer.top_label {padding: 50px 0 0 0 !important;margin: 0 !important;}
.contact-form .gform_wrapper.gravity-theme .gfield textarea.large{max-height: 120px}
.footer-logo {text-align: center;margin-top: 100px;margin-bottom: 75px;}
.contact-section {width: 100%;max-width: 1140px;margin: 0 auto;display: flex;justify-content: space-between;}
.contact-section-inner span {font-size: 15px;color: #000000;font-weight: 400;font-family: "Outfit";width: 100%;text-align: center;text-transform: uppercase;}
.contact-section-inner a,.contact-section-inner strong {width: 100%;display: table;font-size: 20px;color: #0e5b8f;font-weight: 700;font-family: "Outfit";text-align: center;}
.contact-section-inner {text-align: center;}
.contact-section-inner p {width: 65%;margin: 0 auto;}
.footer-copyright {width: 100%;max-width: 1140px;display: flex;justify-content: space-between;margin: 0 auto;margin-bottom: 60px;margin-top: 60px;}
.footer-copyright-inner {font-size: 16px;color: #333333;font-weight: 400;font-family: "Outfit";text-align: center;}
.footer-social img {margin-left: 16px;}
.contact-section-inner a:hover {color: #2cb5e3;}
.footer-menu {display: flex;justify-content: center;margin-top: 83px;}
.footer-menu ul#menu-footer-menu li a {font-size: 20px;color: #000000;font-weight: 400;font-family: "Outfit";text-align: center;}
.footer-menu section#nav_menu-2 {width: 100%;}
.footer-menu ul#menu-footer-menu {width: 100%;max-width: 1015px;display: flex;justify-content: space-between;padding: 0;margin: 0;flex-wrap: wrap;}
.footer-menu  ul#menu-footer-menu li {list-style: none;}
.footer-menu .menu-footer-menu-container {display: flex;justify-content: center;}
.footer-menu  ul#menu-footer-menu li a:hover {color: #0e5b8f;}
.footer-menu ul#menu-footer-menu li a:after {content: "";width: 5px;height: 5px;border-radius: 3px;background-color: #c8cfd7;position: absolute;margin-left:41px;margin-top: 13px;}
ul#menu-footer-menu li:last-child a:after {content: unset;}
span#input_1_1_3_container:after, span#input_1_1_6_container:after {content: "";position: absolute;background-image: url(./assets/images/user-icon.png); height: 18px;width: 18px;background-repeat: no-repeat;background-size: cover;right: 8px;top: 6px;}
form#gform_1 span#input_1_1_3_container,form#gform_1 span#input_1_1_6_container,.ginput_container.ginput_container_email{position: relative;}
.ginput_container.ginput_container_email:after {content: "";position: absolute;background-image: url(./assets/images/mail-icon.png);height: 16px;width: 18px;background-repeat: no-repeat;right: 8px;top: 6px;}
.contact-section-inner.footer-center {margin-left: 127px;}
div#gform_confirmation_message_1 {font-size: 20px !important;border: 1px solid #2cb5e3 !important;padding: 6px 10px !important;border-radius: 5px !important;}
/*--------- error page ------------*/
.error404 header#header {background: #000;padding-bottom: 20px;}
section.error-404 {width: 100%;padding: 130px 0 0px 0;padding-bottom: 100px;}
section.error-404 h1 { color: #000000;font-size: 250px;width: 100%;text-align: center;line-height: unset;font-family: "Outfit";font-weight: 800;}
section.error-404 h1 span{color: #0e5b8f;}
section.error-404 .not-found {font-size: 56px;line-height: 64px;font-weight: 900;font-family: "Outfit";margin-bottom: 20px;color: #2cb5e3;width: 100%;text-align: center;}
.intro-text {text-align: center;}

/*--------- responsive tabs css ------------*/
.design-consulting-tab-hide{display: none;}
.design-consulting-tab-hide {width: 100%;padding-top: 30px;}
.design-consulting-tab-hide .tab-accordian{width: 100%;box-shadow: 0 10px 30px rgba(0,0,0,.08);border-radius: 10px;border: 1px solid #cecece;background: transparent;margin-bottom: 20px;overflow: hidden;}
.design-consulting-tab-hide .titleWrapper a{ padding: 10px 20px;cursor: pointer;display: flex;justify-content: space-between;align-items: center;background: #fff;-webkit-user-select: none;user-select: none;transition: background-color .8s linear;font-size: 22px;color: #000000;font-weight: 700;font-family: "Outfit";}
.design-consulting-tab-hide .desWrapper{background: #fff;/*display: none;*/padding: 20px;transition: max-height 1s ease-in;}
.design-consulting-tab-hide .collapse-icon{position: relative;}
.design-consulting-tab-hide .collapse-icon .acc-close{height: 20px;border-left: 2px solid #0a7a7f;transition: all .5s ease-in-out;transform: rotate(-90deg);opacity: 1;}
.design-consulting-tab-hide .collapse-icon .acc-open {width: 19px;position: absolute; border-top: 2px solid #0a7a7f;transition: all .5s ease-in-out;transform: rotate(90deg);top: 43%;right: -9px;}
.design-consulting-tab-hide .titleWrapper .active .collapse-icon{transition: all .5s ease-in-out;transform: rotate(180deg);}
.design-consulting-tab-hide .titleWrapper .inactive .collapse-icon{transition: all .5s ease-in-out;transform: rotate(-180deg);}
.design-consulting-tab-hide .titleWrapper .active .collapse-icon .acc-open{opacity: 0;}

/*--------- Inner Page css ------------*/
.inner-page-banner {background-repeat: no-repeat;background-size: cover;width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}
.inner-page-banner-main {width: 100%;max-width: 1140px;padding-top: 231px;color: #fff;}
.inner-page-breadcrumbs p#breadcrumbs,.inner-page-breadcrumbs p#breadcrumbs a {font-size: 24px;line-height: 38px;color: #ffffff;font-weight: 600;font-family: "Outfit";}
.inner-page-title {margin-bottom: 140px;}
.inner-page-breadcrumbs p#breadcrumbs > span span > a, .inner-page-breadcrumbs p#breadcrumbs span.breadcrumb_last {padding: 0 25px;}
.inner-page-breadcrumbs p#breadcrumbs {margin-left: -25px;}
.inner-page-breadcrumbs {margin-bottom: 50px;}

/*--------- About page ------------*/
.about-company {margin-top: 125px;display: flex;justify-content: center;}
.about-company > .container {display: flex;width: 100%;max-width: 1140px;}
.about-company-content {width: 100%;max-width: 630px;padding-right: 53px;}
.about-company-short-title {font-size: 24px;line-height: 38px;margin-bottom: 22px;color: #2cb5e3;font-weight: 600;font-family: "Outfit";text-transform: uppercase;}
.about-company-title h2 {line-height: 50px;margin-bottom: 28px;}
.about-company-title {width: 70%;}
.about-company-image {width: 100%;max-width: 510px;}
.about-company-image img {width: 100%;padding-left: 3px;margin: 0;}

.why-choose-us {display: flex;justify-content: flex-start;width: 100%;margin-top: 150px;background: #f8f8f8;}
.why-choose-us > .conatainer {width: 100%;max-width: 1530px;display: flex;flex-wrap: wrap;}
.why-choose-us-image {width: 100%;max-width: 880px;background-color: #282728;}
.why-choose-us > .conatainer {width: 100%;max-width: 1530px;display: flex;flex-wrap: wrap;align-items: center;}
.why-choose-us-short-title {font-size: 24px;line-height: 38px;margin-bottom: 22px;color: #2cb5e3; font-weight: 600; font-family: "Outfit";text-transform: uppercase;}
.why-choose-us-title h2 {line-height: 50px;margin-bottom: 28px;}
.why-choose-us-content {padding-left: 87px;}

.why-choose-us-main {width: 100%;padding-top: 30px;}
.why-choose-us-main .tab-accordian {width: 100%;margin-bottom: 20px;overflow: hidden;max-width: 560px;}
.why-choose-us-main .titleWrapper a{padding: 0px 30px;cursor: pointer;display: flex !important;justify-content: space-between;align-items: center;-webkit-user-select: none;user-select: none;transition: background-color .8s linear;height: 83px;background-color: #ffffff;font-size: 18px;line-height: 4px;color: #231f20;font-weight: 700;font-family: "Outfit";}
.why-choose-us-main .desWrapper{background: #fff;/*display: none;*/padding:0 30px;transition: max-height 1s ease-in;}
.why-choose-us-main .collapse-icon{position: relative;}
.why-choose-us-main .collapse-icon .acc-close { height: 15px;border-left: 3px solid #282728;transition: all .5s ease-in-out;transform: rotate(-90deg);opacity: 1;}
.why-choose-us-main .collapse-icon .acc-open {width: 15px;position: absolute;border-top: 3px solid #282728;transition: all .5s ease-in-out;transform: rotate(90deg);top: 43%;right: -6px;}
.why-choose-us-main .titleWrapper .active .collapse-icon{transition: all .5s ease-in-out;transform: rotate(180deg);}
.why-choose-us-main .titleWrapper .inactive .collapse-icon{transition: all .5s ease-in-out;transform: rotate(-180deg);}
.why-choose-us-main .titleWrapper .active .collapse-icon .acc-open{opacity: 0;}
.why-choose-us-main .desWrapper p {font-size: 18px;color: #231f20;font-weight: 400;font-family: "Outfit";line-height: 32.5px;}

.our-people {width: 100%;display: flex;justify-content: center;margin-top: 110px;padding-bottom: 140px;}
.our-people > .container {max-width: 1160px;width: 100%;}
.our-people-main {display: flex;justify-content: space-around;flex-wrap: wrap;}
.our-people-title {text-align: center;margin-bottom: 72px;}
.our-people-image-inner { max-width: 270px;width: 100%;}
.our-people-name {font-size: 22px;color: #0d182d;font-weight: 700;font-family: "Outfit";text-align: center;margin-bottom: 8px;}
.our-people-main-content a {font-size: 20px;color: #2cb5e3;font-weight: 500;font-family: "Outfit";text-align: center; margin-bottom: 30px;margin-top: 16px;margin-left: -13px;}
.our-people-main-content {margin-top: 20px;margin-bottom: 50px;text-align: center;}
.our-people-main-content a:after {content: '\276F'; position: absolute; font-size: 17px;color: #2cb5e3;margin-left: 10px;padding-top: 3px;}

.join-our-team {width: 100%;max-width: 850px;background-repeat: no-repeat;background-size: cover;display: flex;align-items: center;justify-content: space-between;max-height: 300px;padding: 100px 80px;}
.join-our-team-title {font-size: 28px;line-height: 52px;color: #ffffff;font-weight: 700;font-family: "Outfit";text-transform: uppercase;}
.join-our-team-text {font-size: 25px;color: #ffffff; font-weight: 300;font-family: "Outfit";line-height: 32px;}
.join-our-team-inner {width: 100%;max-width: 300px;}

/*--------- Services page ------------*/
.left-img-right-content {width: 100%;display: flex;flex-direction: column;align-items: center;margin-top: 90px;margin-bottom: 100px;}
.left-img-right-content > .container {width: 100%;max-width: 1140px;display: flex;align-items: center;}
.left-img-right-content-title {text-align: center;margin-bottom: 73px;}
.left-img-right-content > .container img {width: 100%;max-width: 545px;background-color: #fbfbfb;}
.service-page-all-services {display: flex;flex-direction: column;flex-wrap: wrap;align-content: center;padding-top: 83px;margin-bottom: -200px;padding-bottom: 300px;background: #eaecee;}
.service-page-all-services > .container {width: 100%;max-width: 1140px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.service-page-all-services-inner {width: 100%;max-width: 545px;text-align: center;margin-bottom: 40px;}
.service-page-all-services-inner img{width: 100%;}
.left-img-right-content-text {margin-left: 50px;margin-top: -10px;}
.service-page-all-services-title {font-size: 22px;color: #0d182d;font-weight: 700;font-family: "Outfit";text-align: center;margin-top: 22px;margin-bottom: 10px;}
.service-page-all-services-inner a {font-size: 20px;color: #2cb5e3;font-weight: 500;font-family: "Outfit";text-align: center;margin-left: -16px;}
.service-page-all-services-inner a:after {content: '\276F';position: absolute;font-size: 17px;color: #2cb5e3;margin-left: 10px;padding-top: 3px;}
.page-id-221 .systems-provision-installation {background: #fff;}
.page-id-221 .design-slider .slider-item {border: 1px solid #eaecee;}


/*--------- Project page ------------*/
.all-projects {display: flex;justify-content: center;width: 100%;padding-bottom: 130px;margin-top: 140px;}
.all-projects > .container {max-width: 1160px;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-around;}
.all-projects-inner {width: 100%;max-width: 367px;background-color: #ffffff;border: 1px solid #eaecee; margin-bottom: 25px;}
.all-projects-inner:hover {background: #0e5b8f;}
.all-projects-inner:hover .bringing-visions-to-life-title,.all-projects-inner:hover .bringing-visions-to-life-text,.bringing-visions-to-life-inner a:hover,.bringing-visions-to-life-inner a:hover:after{color: #fff;}
.all-projects-inner {webkit-transition: background-color 1s ease-out;-moz-transition: background-color 1s ease-out;-o-transition: background-color 1s ease-out;transition: background-color 1s ease-out;}

/*--------- single Project page ------------*/
.single-project {width: 100%;display: flex;justify-content: center;margin-top: 150px;padding-bottom: 110px;}
.single-project > .container {width: 100%; max-width: 1140px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.single-project-main {width: 100%;max-width: 753px;}
.single-project-sidebar {width: 100%;max-width: 335px;}
.single-project-sidebar-title {font-size: 22px;line-height: 0px;color: #ffffff;font-weight: 700;font-family: "Outfit";height: 62px;background-color: #2cb5e3;display: flex;align-items: center; padding: 0px 30px;text-transform: uppercase;}
.single-project-sidebar-inner a {font-size: 20px;color: #000000;font-weight: 400;font-family: "Outfit";width: 100%;border-bottom: 1px solid #e0e2e4;padding: 24px 45px 24px 30px;position: relative;display: flex;align-items: center;}
.single-project-sidebar-inner {display: flex;flex-direction: column;background: #fafafa;}
.single-project-sidebar-inner a:after {content: '\276F';position: absolute;font-size: 15px;color: #000000;right: 30px;font-weight: 800;}
.single-project-sidebar-inner a:hover,.single-project-sidebar-inner a:hover:after,.single-project-sidebar-inner a.active,.single-project-sidebar-inner a.active:after{color: #2cb5e3;}
.single-project-title .h2-class {margin: 30px 0 30px 0;}
.single-project-content h3 {font-size: 28px;color: #000000;font-weight: 700;font-family: "Outfit";margin-bottom: 20px;}
.single-project-content h4,.single-project-content h5,.single-project-content h6,.single-project-content b {font-size: 20px;color: #000000;font-weight: 700;font-family: "Outfit"; margin-bottom: 20px;}
.single-project-content ul li {margin-bottom: 15px;font-size: 20px;line-height: 34px;color: #231f20;font-weight: 400;font-family: "Outfit";list-style: none;width: 48%;position: relative;padding-left: 40px;}
.single-project-content ul {display: flex;width: 100%;flex-wrap: wrap;margin: 0;justify-content: space-between;padding-top: 20px;padding-bottom: 50px;}
.single-project-content li:before {left: 0;content: "";position: absolute;background-image: url(./assets/images/single-list-item.png);height: 19px;width: 24px;background-repeat: no-repeat;background-size: cover;top: 8px;}
.single-project-other-project {width: 100%;margin-top: 132px;}
.single-project-other-project-main {display: flex;justify-content: space-around;margin: 0 -15px;flex-wrap: wrap;}
.single-project-other-project-title {margin-bottom: 62px;}
.view-all-projects {display: flex;justify-content: center;margin-top: 15px;}
.single-project-content p,.single-project-content div,.single-project-content span {font-size: 20px;line-height: 34px;color: #231f20;font-weight: 400;font-family: "Outfit";}

.all-search > .container {max-width: 1140px;width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;}
.all-search { display: flex;justify-content: center;width: 100%;padding-bottom: 130px;margin-top: 140px;}
.all-search footer.entry-footer {margin: 0;}


/*--------- contact page ------------*/
.contact-support {width: 100%;display: flex;flex-direction: column;align-items: center;margin-top: 90px;padding-bottom: 100px;}
.contact-support > .container {width: 100%;max-width: 1140px;display: flex;flex-wrap: wrap;}
.contact-support-form {width: 60%;}
.contact-support-inner {width: 40%;}
.contact-support-inner .icon-image {width: 100%;max-width: 44px;padding-right: 15px;}
.contact-support-address {display: flex;margin-bottom: 30px;flex-wrap: wrap;}
.contact-data, .contact-data p, .contact-data a {font-size: 20px;color: #0d182d; font-weight: 600; font-family: "Outfit";}
.contact-support-form form label,.contact-support-form .gfield_label {display: none !important;}	
.contact-support-form form input, .contact-support-form form textarea {font-size: 20px !important;font-weight: 400 !important;font-family: "Outfit";border-radius: 5px !important;background-color: #ffffff; border: 1px solid #bfc4c9 !important;color: #000 !important;padding: 15px 15px !important;height: auto;}
.contact-support-form form input#gform_submit_button_2 {width: 189px;height: 60px;border-radius: 3px;background-color: #2cb5e3;font-size: 24px;color: #ffffff !important;font-weight: 700;font-family: "Outfit";text-align: center;text-transform: capitalize;display: table;margin: 0 auto;border: 0 !important;}
.contact-support-form form input {margin-bottom: 10px !important;}
.contact-support-form form input#gform_submit_button_2:hover {background: #0e5b8f;}
.contact-support-form form textarea{height: 200px !important;}
.contact-support-form form input::-webkit-input-placeholder,.contact-support-form form textarea::-webkit-input-placeholder { color:#8e9092; }
.contact-support-form form input:-moz-placeholder,.contact-support-form form textarea:-moz-placeholder { opacity: 1; color:#8e9092; } 
.contact-support-form form input::-moz-placeholder,.contact-support-form form textarea::-moz-placeholder { opacity: 1; color:#8e9092; } 
.contact-support-form form input:-ms-input-placeholder,.contact-support-form form textarea:-ms-input-placeholder { color:#8e9092; }
.contact-support-form form input:-moz-placeholder,.contact-support-form form textarea:-moz-placeholder { color:#8e9092; }
.google-map {width: 100%;margin-top: 50px;}
.contact-data a:hover {color: #2cb5e3;}
.contact-support-form div#gform_confirmation_message_2,.full-page-form div#gform_confirmation_message_4{font-size: 25px;text-align: center;border: 2px solid #2cb5e3;padding: 20px;border-radius: 5px;}
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover, 
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form select:-webkit-autofill,
.contact-form select:-webkit-autofill:hover,
.contact-form select:-webkit-autofill:focus {-webkit-text-fill-color: #fff;-webkit-box-shadow: 0 0 0px 1000px #0e5b8f inset;transition: background-color 5000s ease-in-out 0s;}
.full-page-form input:-webkit-autofill,
.full-page-form input:-webkit-autofill:hover, 
.full-page-form input:-webkit-autofill:focus,
.full-page-form textarea:-webkit-autofill,
.full-page-form textarea:-webkit-autofill:hover,
.full-page-form textarea:-webkit-autofill:focus,
.full-page-form select:-webkit-autofill,
.full-page-form select:-webkit-autofill:hover,
.full-page-form select:-webkit-autofill:focus,
.contact-support-form input:-webkit-autofill,
.contact-support-form input:-webkit-autofill:hover, 
.contact-support-form input:-webkit-autofill:focus,
.contact-support-form textarea:-webkit-autofill,
.contact-support-form textarea:-webkit-autofill:hover,
.contact-support-form textarea:-webkit-autofill:focus,
.contact-support-form select:-webkit-autofill,
.contact-support-form select:-webkit-autofill:hover,
.contact-support-form select:-webkit-autofill:focus{-webkit-text-fill-color: #000;-webkit-box-shadow: 0 0 0px 1000px #fff inset;transition: background-color 5000s ease-in-out 0s;}

/*--------- resources page ------------*/
a[data-fancybox] img {cursor: zoom-in;}
.fancybox-zoomIn {animation: 0.25s ease both fancybox-zoomIn;}
.fancybox-zoomOut {animation: 0.15s ease both fancybox-zoomOut;}
@keyframes fancybox-zoomIn {from {opacity: 0;transform: scale(0.75);}
to {opacity: 1;transform: scale(1);}}
@keyframes fancybox-zoomOut {
to {opacity: 0;transform: scale(1.25);}}

.fancybox-gallery {display: flex;justify-content: center;width: 100%;margin-top: 100px;padding-bottom: 50px;}
.fancybox-gallery > .container {width: 100%;max-width: 1160px;display: flex;justify-content:center;flex-wrap: wrap;}
.fancybox-gallery .gallery-image {width: 100%;max-width: 33.33%;padding-bottom: 25px;}
.fancybox-gallery .gallery-image img.rounded {max-height: 300px;width: 100%;object-fit: cover;border-radius: 0.25rem;height: 100%;padding: 0 10px;}
img.fancybox-image {border: 10px solid #fff;border-radius: 5px;}
.fancybox-gallery-content {width: 90%;display: table;margin: 0 auto;margin-bottom: 50px;}
.fancybox-gallery > .container > .workshops-field-button {width: 100%;margin: 0 15px;}
.fancybox-gallery > .container > .workshops-field-button a {margin-bottom: 15px;}
.page-id-595 .custom-content-inner {margin-top: 0 !important;}

/*--------- WorkShop page ------------*/
.workshops-field {width: 100%;justify-content: center;display: flex;margin-top: 100px;padding-bottom: 100px;}
.workshops-field > .container {width: 100%;max-width: 1140px;display: flex;flex-wrap: wrap;}
.workshops-field-main-title {width: 100%;margin-bottom: 20px;}
.workshops-field-image {width: 40%;}
.workshops-field-content {width: 60%;padding: 20px 20px 20px 37px;}
.workshops-field-image img {width: 100%;}
.workshops-field-title {font-size: 24px;color: #000000;font-weight: 700;font-family: "Outfit";line-height: normal;margin-bottom: 15px;}
.workshops-field-short-content {margin-bottom: 15px;}
.workshops-field-inner {width: 100%;display: flex;margin-bottom: 30px;align-items: center; border: 1px solid #eaecee;padding: 5px;background: #fff;box-shadow: 0 0px 11px rgb(0 0 0 / 13%);flex-wrap: wrap;}
.workshops-field-button a {font-size: 19px;color: #ffffff; font-weight: 500;font-family: "Outfit";text-align: center;border-radius: 5px;background-color: #2cb5e3;padding: 9.5px 23.5px 9.5px 23.5px;text-decoration: none;display: table;margin-right: 10px;height: auto;}
.workshops-field-button {display: flex;flex-wrap: wrap;}


/*--------- tutorial-video page ------------*/
.tutorial-video-section {width: 100%;display: flex;justify-content: center;margin-top: 100px;padding-bottom: 75px;}
.tutorial-video-section > .container {width: 100%;max-width: 1160px;display: flex;justify-content: center; flex-wrap: wrap;}
.tutorial-video-section-inner {width: 50%;margin-bottom: 20px;padding: 0 10px;}

/*--------- Support page ------------*/
.custom-content {display: flex;justify-content: center;width: 100%;}
.custom-content > .container {width: 100%;max-width: 1140px;display: flex;justify-content: center;text-align: center;}
.custom-content-inner {width: 100%;margin: 50px 0 20px 0;text-align: left;}
.custom-content-inner p {margin-bottom: 10px;}
.full-page-form {width: 100%; display: flex;justify-content: center;flex-wrap: wrap;padding-bottom: 50px;}
.full-page-form > .container {width: 100%;max-width: 1140px;}
.full-page-form > .container input,.full-page-form > .container textarea {font-size: 20px !important;font-weight: 400 !important;font-family: "Outfit";border-radius: 5px !important;background-color: #ffffff;border: 1px solid #bfc4c9 !important;color: #000 !important;padding: 15px 15px !important; height: auto !important;}
.full-page-form > .container form input#gform_submit_button_4 {width: 189px;height: 60px;border-radius: 3px;background-color: #2cb5e3;font-size: 24px;color: #ffffff !important;font-weight: 700;font-family: "Outfit";text-align: center;text-transform: capitalize;display: table;margin: 0 auto;border: 0 !important;}
.full-page-form > .container form input {margin-bottom: 10px !important;}
.full-page-form > .container form input#gform_submit_button_4:hover {background: #0e5b8f;}
.full-page-form > .container form textarea{height: 200px !important;}
.full-page-form > .container form input::-webkit-input-placeholder,.full-page-form > .container form textarea::-webkit-input-placeholder { color:#8e9092; }
.full-page-form > .container form input:-moz-placeholder,.full-page-form > .container form textarea:-moz-placeholder { opacity: 1; color:#8e9092; } 
.full-page-form > .container form input::-moz-placeholder,.full-page-form > .container form textarea::-moz-placeholder { opacity: 1; color:#8e9092; } 
.full-page-form > .container form input:-ms-input-placeholder,.full-page-form > .container form textarea:-ms-input-placeholder { color:#8e9092; }
.full-page-form > .container form input:-moz-placeholder,.full-page-form > .container form textarea:-moz-placeholder { color:#8e9092; }	
.full-page-form > .container div#input_4_1 label {display: none !important;}
.full-page-form > .container legend.gfield_label {font-size: 20px !important;line-height: 38px;color: #000;font-weight: 600;font-family: "Outfit";}
.full-page-form > .container div#input_4_7 {display: flex;flex-wrap: wrap;}
.full-page-form > .container .gchoice {width: 25% !important;display: flex;align-items: baseline;justify-content: start;}
.full-page-form > .container .gchoice label {font-size: 20px;display: flex; align-items: center;flex-wrap: wrap;line-height: 38px;color: #000;font-weight: 600;font-family: "Outfit";}
.full-page-form > .container .gchoice input {margin-right: 10px;}
.full-page-form > .container form input#gform_submit_button_4 {margin-top: 25px;}

/*--------- Newslatter page ------------*/
.newslatter {display: flex;justify-content: center;width: 100%;margin-top: 100px;padding-bottom: 90px;}
.newslatter > .container {width: 100%;max-width: 1140px;display: flex;flex-wrap: wrap;justify-content: center;}
.newslatter a {max-width: 48% !important;height: auto !important;font-size: 20px;font-weight: 600;margin: 10px;padding: 10px;text-align: left;background: #2cb5e3ad;color: #000;position: relative;padding-left: 50px;width: 100%;}
.newslatter a:hover {background: #2cb5e3;color: #fff;}
.newslatter a:before {content: "";position: absolute;background-image: url(./assets/images/pdf.png);height: 30px;width: 30px;background-repeat: no-repeat;background-size: cover;left: 4px;top: 8px;}

.page-id-693 .about-company {padding-bottom: 50px;}

/*--------- our-people page ------------*/


.single-our-people-main {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 100px;
}
.single-our-people-main > .container {
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.single-our-people-image {
    width: 100%;
    max-width: 25%;
}
.single-our-people-content {
    padding-left: 30px;
    margin-top: -10px;
    width: 100%;
    max-width: 75%;
}
.our-people-email{
width: 100%;
margin-top: 20px;
line-height: 34px;
color: #231f20;
font-weight: 400;
font-family: "Outfit";
font-size: 20px;
}
.our-people-email a {
    font-size: 20px;
    line-height: 34px;
    color: #0e5b8f;
    font-weight: 400;
    font-family: "Outfit";

}
.our-people-email a:hover{color: #231f20;}
.wp-dark-mode-active footer {
    background-color: #000;
    background-blend-mode: soft-light;
}


html.wp-dark-mode-active body h1, html.wp-dark-mode-active body h2, html.wp-dark-mode-active body h3, html.wp-dark-mode-active body h4, html.wp-dark-mode-active body h5, html.wp-dark-mode-active body h6, html.wp-dark-mode-active body p, html.wp-dark-mode-active body * {
    color: #fff!important;
}
.gform_wrapper.gravity-theme .gfield .name_first {
    padding-left: 0;
}
.wp-dark-mode-active .page-id-482 #gform_4 .ginput_container.ginput_container_email:after{display:none}
.gform_ajax_spinner{display:none!important}
.wp-dark-mode-active .dark-mode-logo-d-none{display:none}
.dark-mode-logo{display:none}
.wp-dark-mode-active .dark-mode-logo{display:block;}
.wp-dark-mode-active .dark-mode-logo img{max-width:319px}
.wp-dark-mode-active .footer-social a img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.wp-dark-mode-active .technology-image-two {
    filter: drop-shadow(-6.364px 6.364px 0px #252525);
}
/* 18-8-23 Temporary CSS*/
/* .bringing-visions-to-life-inner a {
    display: none;
} */
.some-of-our-project {
    display: none;
}
.bringing-visions-to-life {
    margin-bottom: 315px!important;
}

.home .technology-innovation-meet{
	padding-bottom:300px
}

.systems-with-images-slider {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    background: #fff;
    padding-bottom: 100px;
}
.systems-with-images-slider > .container {
    width: 100%;
    max-width: 1140px;
}
.systems-with-images-slider .design-slider .slider-item {
    border: 1px solid #eaecee;
}


.systems-with-images-slider .design-slider .slider-item{
	width: calc(50% - 20px);
}
.section-descriptions {
    text-align: center;
    margin-bottom: 60px;
}
.systems-with-images-slider .systems-provision-img .slick-track img {
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    min-height: 400px;
}
.fancybox-gallery-slider-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.fancybox-gallery.fancybox-gallery-slider {
    margin-top: 0;
    padding-top: 15px;
}
.fancybox-gallery-slider .slick-prev:before,.fancybox-gallery-slider .slick-next:before {
    color: #000;
}

@media (max-width:640px){
.systems-with-images-slider .systems-provision-img .slick-track img {
    height: 100%;
    max-height: 270px;
    object-fit: cover;
    min-height: 270px;
}
.fancybox-gallery-slider .slick-prev{
	left: -10px;
} 
.fancybox-gallery-slider .slick-next{
	right: -10px;
}
}

/* Sing projects page */
.single-project-main .single-featured-image img{
	width: 100%;
}
.single-project-main .single-featured-image{
	margin-bottom: 30px;
}
.single-project-main .outsidemedia_field-button{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 30px;
}
.single-project-main .fancybox-gallery{
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;	
}
.single-project-main .fancybox-gallery .gallery-image{
	max-width: 50%;
}
.single-project-main .fancybox-gallery .gallery-image img.rounded{
	aspect-ratio: 1;
}
.single-project .single-project-other-project{
	margin-top: 50px;

}
.single-project .single-project-other-project-title{
	margin-bottom: 30px;
}
.single-project .single-project-other-project-main{
	justify-content: flex-start;
	gap: 2%;
	margin: 0;
}
.single-project .single-project-other-project-main .all-projects-inner{
	max-width: 32%;
}
.all-projects-inner .bringing-visions-to-life-img img{
	max-height: 250px;
	object-fit: cover;
}
.bringing-visions-to-life-title h3{
	line-height: 32px;
	margin-bottom: 15px;
}
html.wp-dark-mode-active body .single-project-sidebar-inner a::after,html.wp-dark-mode-active body .systems-provision-inner a::after,html.wp-dark-mode-active body .bringing-visions-to-life-inner a:after{
	color: #fff !important;
}
html.wp-dark-mode-active body :is(section, .main-container,.systems-with-images-slider){
    background: #000 !important;
}
html.wp-dark-mode-active body :is(.single-project-sidebar-inner,.all-projects-inner,.workshops-field-inner,.design-slider .slider-item){
	background: #333 !important;
}
html.wp-dark-mode-active body :is(.all-projects-inner:hover,.single-project-sidebar-inner a.active,.single-project-sidebar-inner a:hover){
	background: #0e5b8f !important;
}
html.wp-dark-mode-active body :is(.bringing-visions-to-life-inner a:hover,.bringing-visions-to-life-inner a:hover:after),html.wp-dark-mode-active body .bringing-visions-to-life-inner a:hover:after{
	color: #2cb5e3 !important;
}
html.wp-dark-mode-active body .wp-dark-mode-switch ._track ._icon:first-child * {
	color: #39393d !important;
}