/*!
Theme Name: Abrar Me
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: abrar-me
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.

Abrar Me 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
	 ========================================================================== */

body {
	margin: 0;
}

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

/* 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;
}

/**
 * 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;
}

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
--------------------------------------------- */

html {
    overflow-x: hidden;
}

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%;
}

/* 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%;
}

body {

    font-family: "FilsonProRegular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    background-color: #ffffff;
    overflow-x: hidden;
}
h1 {
    font-size: 46px;
    line-height: 52px;
}
h2 {
    font-size: 38px;
    line-height: 46px;
}
h3 {
    font-size: 30px;
    line-height: 38px;
}
h4 {
    font-size: 22px;
    line-height: 30px;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
h6 {
    font-size: 18px;
    line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2 {
    font-weight: 700;
}
h3, h4 {
    font-weight: 700;
}
h5, h6 {
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #2737A5;
}
p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 28px;
    margin: 0;
}

.container {
    width: 1366px;
    max-width: 96%;
    margin: 0 auto;
}

.reset {
    list-style: none;
    padding: 0;
    margin: 0;
}







/*--------------------------------------------------------------
# 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 0em;
}

.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 0em;
}

.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;
}


/*Font Styling*/

@font-face {
    font-family: "FilsonProBlack";
    src: url("https://abrarme.com/wp-content/themes/abrar-me/fonts/FilsonProBlack.otf") format("opentype");
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "FilsonProRegular";
    src: url("https://abrarme.com/wp-content/themes/abrar-me/fonts/FilsonProRegular.otf") format("opentype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "FilsonProMedium";
    src: url("https://abrarme.com/wp-content/themes/abrar-me/fonts/FilsonProMedium.otf") format("opentype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "FilsonProBold";
    src: url("https://abrarme.com/wp-content/themes/abrar-me/fonts/FilsonProBold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "FilsonProLight";
    src: url("https://abrarme.com/wp-content/themes/abrar-me/fonts/FilsonProLight.otf") format("opentype");
    font-weight: 300;
    font-display: swap;
}



/*Header*/
header#masthead {
    padding: 30px 0px;
    z-index: 9999;
    position: relative;
}

p.site-title a {
    display: none;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
}
.header-top-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 10px;
}
.header-top-menu ul {
    display: flex;
    gap: 14px;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
}
.header-top-links ul {
    padding-left: 0;
    display: flex;
    gap: 13px;
    margin: 0;
}
.header-rgt {
    width: 86%;
}
.header-rgt ul li {
    list-style: none;
}
.header-top-menu {
    width: 60%;
    margin-left: auto;
}
.header-top-menu ul li:not(:first-child)::before {
    position: absolute;
    content: '.';
    left: -15px;
    background: #7f7f7f;
    top: 16px;
    margin: 0 auto;
    font-size: 4px;
    height: 4px;
    width: 4px;
    border-radius: 70px;
}
.header-top-menu ul li{
    
    position:relative;
}
.header-top-menu ul li:not(:first-child) {
    margin-left: 20px;
    line-height: 24px;
}
.header-top-menu ul li a {
    color: #7f7f7f;
    font-family: "FilsonProRegular";
    line-height: 34px;
}
.line-black {
    width: 100%;
    height: 1px;
    background: #000;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    font-weight: 600;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 25px;
    font-weight: 500;
}
.header-rgt-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    color: #fff;
    background-color: #000;
    outline: unset !important;
}
 #mega-menu-wrap-menu-1 #mega-menu-menu-1 li:last-child a {
    padding-right: 0 !important;
}
.site-branding a img {
    max-width: 145px;
}

.preloader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: #fff; /* Ensure it's white initially */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible; /* Initially visible */
    transform: translateY(0); /* Start at the normal position (no slide initially) */
    transition: transform 1s cubic-bezier(0.25, 0, 0.5, 1), opacity 1.5s ease-in-out, background-color 1.5s ease-in-out; /* Smooth transitions */
}

body.loading {
    overflow: hidden;
}

.preloader.loaded {
    transform: translateY(-100%); /* Slide it up completely */
    /*opacity: 0; */
    /*background-color: transparent; */
    /*visibility: hidden;*/
    /*pointer-events: none;*/
}

.preloader-txt {
    color: #fff;
    font-size: 70px;
}

/*Footer*/

.site-footer {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-footer h4.widget-title {
    color: #fff;
}
.site-footer ul {
    padding: 0;
    margin: 0;
}
.site-footer ul li a{
    
    color:#f0f0f0;
    font-size: 17px;
}
.footer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr 1fr 1.3fr;
    gap: 50px;
}
.address-foot-rep h4 {
    color: #fff;
    background-color: #ed3136;
    padding: 10px 26px;
    font-size: 17px;
    width: fit-content;
    margin-left: 0;
}
.footer-wrapper h4.widget-title {
    font-weight: 500;
    font-size: 20px;
}
.footer-wrapper ul {
    margin-top: 20px;
}
.footer-wrapper ul li {
    margin-bottom: 20px;
}
.address-foot-rep {
    margin-bottom: 30px;
}
.address-foot-rep p {
    color: #fff;
}
.address-foot-rep > p:first-of-type {
    margin-top: 15px;
    line-height: 23px;
}
.address-foot-rep p a {
    color: #fff;
    line-height: 28px;
}
.social-copy-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
.social-copy-wrap a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-social svg {
    width: 22px;
    height: 22px;
    display: block;
}
.icon-social svg path {
    fill: #000;
}

.copy-right p {
    color: #fff;
    font-size: 18px;
}
.copyright-txt-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}
.menu-privacy-footer ul {
    display: flex;
    gap: 35px;
    align-items: center;
}
.menu-privacy-footer ul li:not(:first-child)::before {
    position: absolute;
    content: '.';
    left: -18px;
    background: #fff;
    top: 13px;
    margin: 0 auto;
    font-size: 3px;
    height: 3px;
    width: 3px;
    border-radius: 70px;
}
.menu-privacy-footer ul li {
    list-style: none;
    position: relative;
}
.copyright-wrapper {
    margin-top: -160px;
}

/*About Us*/

.banner-image {
    padding: 150px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
}

.banner-content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
    position: relative;
}

.main-heading {
    color: #fff;
    font-size: 70px;
    line-height: 78px;
    font-weight: 500;
}
.banner-content p {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin-top: 30px;
}
.reality-vision {
    background-color: #f0f0f0;
    padding: 180px 0 100px;
    margin-top: -280px;
}
.wrapper-reality-vision {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 190px;
}
.reality-left {
    width: 40%;
}
.rgt-reality {
    width: 50%;
}
.rgt-reality p {
    margin-bottom: 20px;
}
.second-heading {
    font-size: 62px;
    font-weight: 500;
    line-height: 67px;
}
.rgt-reality p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
}
.environmentally {
    margin: 80px 0;
}
.wrapper-environment {
    background-color: #ed3136;
    padding: 80px;
}
.environemnt-wrapper-content {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}
.environemnt-wrapper-content h3 {
    font-size: 82px;
}
.heading-three {
    color: #fff;
    font-size: 80px;
    line-height: 78px;
    font-weight: 500;
}
.environemnt-wrapper-content p {
    margin-top: 40px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 35px;
}
.banner-section-vision .banner-content {
    margin: unset;
    text-align: left;
    max-width: 100%;
}
.banner-section-vision {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0;
    z-index: 1;
}
.banner-section-vision .banner-content h1 {
    font-weight: 400;
}
.banner-section-vision .banner-content p {
    margin-top: 20px;
    font-size: 28px;
    line-height: 35px;
}

/*Values*/

.our-values-parent {
    background-color: #000;
    padding: 110px 40px 60px;
}

.values-top-content {
    max-width: 600px;
    margin: 0 auto;
}
.values-top-content {
    max-width: 880px;
    text-align: center;
    margin: 0 auto;
}
.values-top-content .second-heading {
    color: #fff;
}
.values-top-content p {
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
}
.values-boxes-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
}
.values-rep {
    background-color: #ed3136;
    padding: 50px 30px;
    min-height: 280px;
    position: relative;
}
.wrapper-values {
    position: absolute;
    bottom: 20px;
    max-width: 320px;
}
.our-values {
    margin-bottom: 40px;
}
.title-values-rep h3 {
    color: #fff;
    font-size: 46px;
    line-height: 44px;
    font-weight: 500;
}
.values-content-rep p {
    min-height: 120px;
    color: #fff;
    margin-top: 15px;
}   
.banner-section-vision.banner-section-culture .banner-content h3 {
    font-size: 60px;
}
.banner-section-vision.banner-section-culture .banner-content p {
    font-size: 24px;
    line-height: 34px;
}
.banner-section-vision.banner-section-culture .banner-content {
    max-width: unset;
}

/*Leadership*/

.banner-leader {
    padding: 160px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.leadership-team {
    background-color: #000;
    padding: 80px 0;
}
.leadership-content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.leadership-content p {
    color: #fff;
    margin: 20px 0 40px;
}
.leadership-rep {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.wrapper-leader {
    padding: 230px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.content-leadership {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 10px;
    padding-left: 20px;
}
h4.title-leadership {
    color: #fff;
    font-weight: 400;
    padding-bottom: 5px;
}
span.desig {
    color: #fff;
    border-top: 1px solid #fff;
    display: block;
    width: 100%;
    padding-top: 4px;
}


/*WareHouse Construction*/

.rgt-reality.committment-rgt {
    width: 60%;
}
.reality-left.smart-dsg-left {
    width: 43%;
}
.rgt-reality.smart-dsg-rgt p {
    font-size: 27px;
    line-height:36px;
}
.reality-left.smart-dsg-left h3 {
    font-size: 54px;
    line-height: 62px;
}
/*.rgt-reality.smart-dsg-rgt p {*/
/*    font-size: 28px;*/
/*    word-break: break-all;*/
/*}*/
.rgt-reality.smart-dsg-rgt {
    width: 53%;
    margin-right: unset;
}
.smart-design-rep {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}
.wrapper-smart-rep {
    background-color: #000;
    padding: 30px;
}
.wrapper-smart-rep p {
    color: #fff;
    max-width: 365px;
    word-break: break-all;
    white-space: break-spaces;
    font-size: 20px;
    line-height: 27px;
}
.reality-left.fac-war-left {
    width: 42%;
}
.rgt-reality.fac-war-rgt {
    width: 56%;
    margin-right: unset;
}
.reality-left.fac-war-left h3 {
    font-size: 52px;
    line-height: 62px;
}
.rgt-reality.fac-war-rgt p {
    font-size: 32px;
    line-height: 37px;
}
.fac-war-rep {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
}
.wrapper-warfac-rep {
    background-color: #ed3136;
    padding: 30px;
}
.wrapper-warfac-rep p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}
.warehouse-bottom-content p {
    color: #000;
    font-size: 27px;
    word-break: break-word;
    line-height: 35px;
}
.building-warehouses {
    background-color: #ed3136;
    padding: 145px 0;
    position: relative;
}
.wrapper-building-ware {
    max-width: 990px;
    margin-right: auto;
}
.img-wrapper-building-ware {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.building-ware-content p {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}
.warehouse-bottom-content {
    margin: 40px 0 60px;
}
.img-wrapper-building-ware img {
    object-fit: cover;
    height: 100%;
}
.projects-deliverd {
    background-color: #000;
    padding: 100px 0;
    position: relative;
}
.project-del-cnt h3 {
    font-size: 66px;
    line-height:78px;
    padding-bottom: 5px;
}   
.projects-delivered.projects-delivered-services span {
    color: #fff;
    font-size: 28px;
}
.img-project-del {
    position: absolute;
    top: -60px;
    right: 210px;
    bottom: 0;
}
.img-project-del img {
    max-width: 600px;
}
.latest-projects {
    padding: 150px 0;
    background-size: cover;
    background-position: center top -130px;
    background-repeat: no-repeat;
}
.content-latest-projects h3 {
    font-size: 59px;
    color: #fff;
    line-height: 65px;
}
.content-latest-projects p {
    max-width: 440px;
    color: #fff;
    font-size: 28px;
    margin-top: 20px;
    line-height: 33px;
}
.btn-view-proj {
    margin-top: 80px;
}
.btn-view-proj a {
    background-color: #fff;
    padding: 14px 35px;
    color: #000;
}
.wrapper-reality-vision.smart-dsg-wrapper {
    margin-top: 80px;
}
.wrapper-smart-rep p {
    max-width: 300px;
    word-break: unset;
}
.reality-vision.smart-design,
.reality-vision.warehouse-facilities{
    background-color: unset;
    padding: unset;
    margin-top: unset;
}
.projects-delivered.projects-delivered-services {
    background-color: #000;
    padding: 90px 0;
    position: relative;
    margin: 70px 0 0;
}
.project-del-cnt {
    margin-bottom: 25px;
}

/*Design Build*/

.smart-dsg-wrapper.wrapper-fast-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 100px;
}
.smart-dsg-left.faster-tim-lft {
    width: 44%;
}
.smart-dsg-rgt.faster-tim-rgt {
    width: 49%;
    /*margin-right: auto;*/
}
.smart-dsg-rgt.faster-tim-rgt p {
    font-size: 28px;
    word-break: unset;
    line-height: 36px;
    color: #000;
}
.wrapper-smart-rep.fast-time-inner p {
    max-width: 195px;
    word-break: break-word;
}
.smart-dsg-left.faster-tim-lft h3 {
    font-size: 54px;
    line-height: 62px;
}
/*.warehouse-bottom-content.bottom-faster-time p {*/
/*    max-width: 1150px;*/
/*}*/
.warehouse-bottom-content.bottom-faster-time {
    margin-bottom: 60px;
    margin-top: unset;
}
.banner-content.banner-content-design {
    max-width: 740px;
}
.smart-design.faster-time-lines {
    margin-top: 80px;
}
.banner-content.banner-content-design h1 {
    line-height: 76px;
}

.reality-vision.committment-delivery {
    background-color: #f0f0f0;
    padding: 180px 0 100px;
    margin-top: -360px;
}
.wrapper-reality-vision.warehouse-fac-wrapper {
    margin-top: 80px;
}

/*Industrial Units*/

.wrapper-smart-rep.offer-high p {
    max-width: 244px;
}

/*Shopping Zones*/

.banner-content.banner-content-shopping {
    max-width: 1070px;
}

.smart-dsg-rgt.building-spaces-comm {
    width: 52%;
}

.smart-dsg-rgt.building-spaces-comm p {
    color: #000;
    font-size: 28px;
    word-break: unset;
    line-height: 36px;
}
.wrapper-smart-rep.build-spaces-rep p {
    max-width: 225px;
}

/*Recreation Zones*/

.wrapper-smart-rep.vibrant-spaces-rep p {
    max-width: 226px;
}


/*Residential Zones*/

.wrapper-warfac-rep.lasting-value-rep p {
    max-width: 278px;
}

.warehouse-bottom-content.bottom-creating-value {
    margin: 60px 0 80px;
}


/*Contact Us*/

.adress-cnt {
    background-color: #f0f0f0;
    padding: 50px 0;
    margin-top: -150px;
}
.wrapper-cnt-add {
    margin-top: 180px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 120px;
}
.email-section-cnt {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
    gap: 30px;
}
.email-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.heading-cnt-wrap h3 {
    font-size: 46px;
    padding-bottom: 10px;
    font-weight: 500;
}
.add-cnt {
    margin: 30px 0;
}
.add-cnt p {
    color: #000;
    min-height: 90px;
}
.inner-cnt-wrap a.link-cnt-wrap img {
    max-width: 25px;
}

a.link-cnt-wrap {
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 18px;
}
.img-cnt img {
    height: 200px;
    object-fit: contain;
    display: block;
}
.email-wrap h4 {
    font-weight: 100;
    font-size: 16px;
    width: 170px;
    text-align: center;
}
.img-cnt {
    margin-top: 30px;
}
.email-wrap img {
    max-width: 25px;
}
.email-wrap a {
    color: #fff;
    background-color: #ed3136;
    padding: 10px 12px 10px 15px;
    display: block;
    font-size: 16px;
    flex: 1;
}
.cnt-form-bnr {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.cnt-form-bnr h3 {
    color: #fff;
    font-weight: 500;
    font-size: 45px;
    padding-bottom: 10px;
}
.cnt-form-bnr p {
    color: #fff;
    font-size: 18px;
}
.cnt-form-wrap {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 85%;
}
.cnt-form-wrap input,
.cnt-form-wrap textarea{
    height: 64px;
    padding-left: 20px;
    border-radius: 0;
    color: #000;
}
.cnt-form-wrap input,
.cnt-form-wrap textarea{
    width: 100%;
}
.cnt-frm-msg textarea {
    height: 250px;
    padding: 29px 0 10px 20px;
}
.cnt-frm-msg {
    grid-column: 1 / -1;
}
.cnt-frm-sbt {
    grid-column: 1 / -1;
}
.cnt-frm-sbt input {
    margin-left: auto;
    display: block;
    color: #fff;
    border: 0;
    background-color: #ed3136;
    padding: 10px 30px;
    max-width: 170px;
    font-size: 19px;
}
.cnt-form-wrap input::placeholder,
.cnt-form-wrap textarea::placeholder{
    color: #000;
    font-size: 15px;
}


/*Home Page*/

body.home header#masthead {
    padding: 30px 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
body.home header#masthead #mega-menu-wrap-menu-1 {
    
    background:transparent;
}
body.home header#masthead #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
body.home header#masthead .header-top-menu ul li a{
    
    color:#fff;
}

body.home header#masthead .site-branding a img {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(105deg) brightness(108%) contrast(271%);
}
body.home header#masthead .line-black {
    background: #fff;
}
body.home header#masthead .header-top-menu ul li:not(:first-child)::before{
    
    background:#fff;
}

.banner-section .read-more-btn {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
}
.banner-video-wrapper:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}


.wrapper-unmatched {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.unmatched-lft {
    width: 40%;
}
.unmatched-rgt {
    width: 65%;
}
.unmatched-rgt p {
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
}

.unmatched-spaces {
    background-color: #f0f0f0;
    padding: 80px 0;
    margin-top:-50px;
}
.read-more-btn a {
    background-color: #f0f0f0;
    display: block;
    width: fit-content;
    color: #000;
    padding: 10px 38px;
    font-size: 15px;
}
.wrapper-unmatched .read-more-btn a {
    background-color: #ed3136;
    display: block;
    width: fit-content;
    color: #fff;
    padding: 10px 38px;
    font-size: 15px;
}
.read-more-btn a:hover {
    background-color: #000;
}
.banner-content-wrapper .read-more-btn a {
    background-color: #dc3232;
    display: block;
    width: fit-content;
    color: #fff;
    padding: 10px 38px;
    font-size: 15px;
}
.our-services-home {
    margin: 60px 0;
}

.our-services-home h3 {
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 30px;
}
a.services-wrap-inner {
    background-color: #f0f0f0;
    padding: 20px;
    display: block;
}
.services-wrap-outer h4 {
    color: #000;
    font-weight: 400;
    max-width: 130px;
    font-size: 28px;
    line-height: 36px;
}
.our-services-home .owl-nav {
    display: block;
    width: fit-content;
}
.our-services-home .owl-nav button {
    transform: translateY(-50%);
    top: 50%;
}
.our-services-home button.owl-prev {
    position: absolute;
    left: -36px;
}

.our-services-home button.owl-next {
    position: absolute;
    right: -36px;
}
.services-rep {
    max-width: 1320px;
    margin-left: auto;
}
.our-services-home .owl-nav button span,
.our-clients-wrap .owl-nav button span{
    font-size: 50px;
}
.our-services-home .owl-nav button.owl-prev:hover,
.our-services-home .owl-nav button.owl-next:hover,
.our-clients-wrap .owl-nav button.owl-prev:hover,
.our-clients-wrap .owl-nav button.owl-next:hover
{
    color: #000;
    background-color: transparent;
}
.projects-delivered {
    margin: 70px 0px;
}
.wrapper-projects-home {
    display: flex;
    justify-content: space-between;
}
.wrapper-projects-home {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.tab {
    overflow: hidden;
    display: flex;
    gap: 20px;
}

.tab button {
    float: left;
    cursor: pointer;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 16px;
    background-color: #ed3136;
    color: #fff;
    width: 90px;
    border:none;
}

.tab button:hover {
  background-color: #000;
  color:#fff;
}


.tab button.active {
  background-color: #000;
  color:#fff;
}
.rgt-wrap-projects {
    display: flex;
    align-items: center;
    gap: 20px;
}
.rgt-wrap-projects .project-buttons a {
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 0;
    font-size: 16px;
    background-color: #ed3136;
    color: #fff;
    width: 90px;
    border: none;
    display: block;
    text-align: center;
}
.rgt-wrap-projects .project-buttons:nth-child(1) a {
    background-color: #000;
}
.rgt-wrap-projects .project-buttons a:hover {
    background-color: #000;
}

.founder-desg {
    margin-top: 20px;
}

.banner-section.banner-section-home {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
div#banner-video-slider {
    height: 100%;
}
.banner-section .owl-stage-outer {
    height: 100%;
}
.banner-section .owl-stage {
    height: 100%;
}
.banner-section .owl-item {
    height: 100%;
}
.item.video-banner-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-video-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
/*.banner-content-wrapper h1.main-heading {*/
/*    max-width: 650px;*/
/*    margin: 0 auto;*/
/*}*/

.banner-content-wrapper h1.main-heading {
    max-width: 810px;
    margin: 0 auto;
    font-size: 65px;
}
.banner-section.banner-section-home iframe {
    display: block;
    width: 100%;
    height: 100%;
}
/* Style the tab content */
.tabcontent {
  display: none;
}
.projects-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.single-project h4 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.lft-project-wrap h3 {
    font-weight: 400;
    font-size: 52px;
}

.wrap-founders {
    display: flex;
    justify-content: space-between;
}
.lft-founder {
    width: 44%;
}
.lft-founder img {
    display: block;
    margin-left: auto;
}
.rgt-founders {
    width: 52%;
}
.founders-title h3 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 40px;
}
.founders-para p {
    color: #000;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
}
.founders-sign img {
    display: block;
}
.founders-sign {
    margin-top: 40px;
}
.founders-vision {
    margin: 90px 0;
}
.clients-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lft-clients {
    width: 35%;
}
.rgt-clients {
    width: 68%;
}
.rgt-clients .item img {
    max-width: 220px;
    display: block;
    margin: 0 auto;
}
.our-clients-wrap {
    margin: 70px 0px;
}
.lft-clients h3 {
    font-size: 48px;
    font-weight: 500;
}
.wrapper-healthy-sus {
    display: flex;
}
.healthy-environemnt,
.sustainable-wrap{
    padding: 120px 140px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.healthy-content-wrap h3,
.sustainable-content-wrap h3{
    color: #fff;
    font-size: 56px;
    line-height: 65px;
    margin-bottom: 20px;
    font-weight: 500;
}
.healthy-content-wrap,
.sustainable-content-wrap{
    max-width: 520px;
}
.healthy-content-wrap p, .sustainable-content-wrap p {
    color: #fff;
    margin-bottom: 40px;
    min-height: 320px;
}
.latest-updates {
    margin: 80px 0;
}
.post-query {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
.post-wraps h3 {
    font-size: 52px;
    font-weight: 500;
    /*padding-left: 30px;*/
}
.post-query h3.post-title a {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    display: block;
    padding-left: 0;
}
.latest-updates .post-query h3.post-title {
    max-width: 100%;
}
.post-query h3.post-title {
    font-weight: 400;
    padding-left: 0;
    max-width: 350px;
    margin-top: 10px;
}
.post-query .read-more-btn a {
    background-color: #f0f0f0;
    margin-top: 20px;
}
video.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
video.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item.video-banner-item .banner-content p {
    margin-top: 10px;
}
.banner-content.banner-content-project {
    max-width: 1000px;
}

.healthy-environemnt .read-more-btn a:hover,
.sustainable-wrap .read-more-btn a:hover{
    color: #fff;
}

.latest-updates .post-thumbnail a img {
    min-height: 260px;
    object-fit: cover;
}
.latest-updates .post-content {
    margin: 10px 0 30px;
}


/*Ongoing Project Archive*/

.banner-section-projects-archive .banner-title {
    margin: 0 auto;
    max-width: fit-content;
}

.project-listing-ongoing {
    margin: 80px 0px;
}
.project-item {
    display: flex;
    justify-content: space-between;
}
.project-item:nth-child(odd) .left-div {
    order: 2;
}
.project-item .left-div{
    
    width: 50%;
}
.project-item:nth-child(odd) .right-div {
    order: 1;
}
.project-item .right-div{ 
    width: 50%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 4rem;
    padding-left: 4rem;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    background-color: #f0f0f0;
}
.project-listing-ongoing h2.project-title {
    color: #000;
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 20px;
}
.project-listing-ongoing a.read-more {
    background-color: #ffffff;
    display: block;
    width: fit-content;
    color: #000;
    padding: 10px 38px;
    font-size: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.projects-list a.project-item:focus {
    outline: unset;
}
.project-image img {
    display: block;
    width: 100%;
}

.bg-color-wrap-red {
    padding: 110px 0;
    background-color: #dc3232;
}
/*Single Project Page*/
.single-post-content.banner-section-projects-archive .bnr-img.banner-image {
    background-color: #ed3136;
}
/*.single-post-content.banner-section-projects-archive .bnr-img.banner-image:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    inset: 0;*/
/*    background: #00000080;*/
/*}*/
.project-title-overlay.banner-title {
    z-index: 1;
    position: relative;
}
.image-rep-parent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 10px;
}
.next-project a,
.previous-project a{
    color: #fff;
    background-color: #ed3136;
    padding: 12px 26px;
    font-size: 17px;
    width: fit-content;
    margin-left: 0;
}
.pagination-wrap {
    margin: 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-video {
    margin: 90px 0;
}
.gallery-section {
    margin: 30px 0 60px;
}

.single-post-content.banner-section-projects-archive .main-heading {
    max-width: 1220px;
    font-size: 55px;
    line-height: 65px;
    margin: 0 auto;
    text-align: center;
}

/*Blogs Page*/

.blog-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.blog-post h5.post-title a {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    display: block;
    padding-left: 0;
}
.post-link a {
    background-color: #f0f0f0;
    margin-top: 20px;
    display: block;
    width: fit-content;
    color: #000;
    padding: 10px 38px;
    font-size: 15px;
}
.wrappr-custom-class {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 50px 0;
}
.archive.category .entry-content {
    display: none;
}

h2.entry-title a {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    display: block;
    padding-left: 0;
}


/*Single Blog Page*/

/*header.post-header {*/
/*    background-color: #f0f0f0;*/
/*    padding: 80px 0;*/
/*}*/
h1.post-title {
    max-width: 880px;
    margin: 0 auto;
    color: #fff;
}

.post-detail-wrapper {
    margin: 60px 0 0;
}
.post-content {
    margin: 30px 0;
}
.post-content ul,
.post-content ol{
    padding-left: 40px;
    margin: 0;
}
.post-content p {
    margin-bottom: 12px;
}
.post-thumbnail img {
    width: auto;
    margin: 0 auto;
    display: block;
}
.nav-previous a span.nav-subtitle,
.nav-previous a span.nav-title:hover{
    color: #000;
}
.nav-previous a span.nav-title {
    color: #ed3136;
}
.comment-respond input {
    width: 100%;
    height: 45px;
}
.comment-respond p.comment-form-cookies-consent input {
    width: auto;
    height: auto;
}
.comment-respond p {
    margin-bottom: 10px;
}
.comment-respond p.form-submit {
    width: fit-content;
    margin-left: auto;
}
.comment-respond p.form-submit input {
    background-color: #ed3136;
    border: 0;
    color: #fff;
    display: block;
    margin: 0;
    height: 50px;
    border-radius: 0;
    cursor: pointer;
}
span.post-categories a {
    color: #ed3136;
}
span.post-categories a:hover {
    color: #000;
}
/*Careers*/

.bg-color-wrap {
    background-color: #ed3136;
    padding: 110px 0;
}

.bg-color-wrap .banner-content {
    color: #fff;
    font-weight: 500;
}
.career-form-wrap {
    margin: 80px 0;
}
.career-form-wrap h2 {
    font-size: 54px;
    line-height: 62px;
    text-align: center;
    font-weight: 500;
}
.grid-career-form {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.grid-career-form input,
.grid-career-form select{
    width: 100%;
    height: 64px;
    padding-left: 20px;
}
.grid-career-form select {
    width: 100%;
}
.message-carrer {
    grid-column: 1 / -1;
}
.message-carrer textarea {
    resize: none;
    padding-left: 30px;
    padding-top: 30px;
    height: 200px;
}
.file-upload-carrer,
.smbt-career,
.position-carrer
{
    grid-column: 1 / -1;
}
.smbt-career input {
    color: #fff;
    background-color: #ed3136;
    padding: 10px 66px;
    font-size: 18px;
    width: fit-content;
    margin-left: auto;
    display: block;
    border: unset;
    cursor: pointer;
    border-radius: 0;
}
.career-form-wrap span.wpcf7-spinner {
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
}
.grid-career-form input::placeholder,
.grid-career-form textarea::placeholder{
    color: #000;
}
.grid-career-form input::file-selector-button {
    color: #fff;
    padding: 16px 32px;
    border: #000;
    border-radius: 25px;
    background-color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
}
.grid-career-form input::file-selector-button:hover {
    border: #dc3232;
    background-color: #dc3232;
}
.header-rgt.header-rgt-mobile {
    display: none;
}
.careers-wrap .main-heading {
    width: fit-content;
    margin: 0 auto;
}
.header-top-links ul li {
    height: 25px;
    width: 37px;
}

.wrapper-reality-vision.committiment-wrapper {
    margin-top: 280px;
}
.blogs_main {
    margin: 60px 0;
}

a.skip-link.screen-reader-text {
    display: none;
}

/* Web Stories*/

.new-web-stories .archive-web-stories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-top:10px;
}
.new-web-stories .web-story-card {
    border: 1px solid transparent;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(53,53,53,0.18);
    transition: box-shadow .3s ease-out, transform .3s ease-out;
    border-radius: 6px;
    overflow: hidden;
}
.new-web-stories .web-story-card:hover {
    box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 22px 22px, rgba(35,35,35,0.02) 0px 64px 64px;
    transform: translate(0, -4px);
}
.new-web-stories .web-story-card .ws-cnt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-web-stories .web-story-card .ws-inner {
    padding: 10px;
}
.new-web-stories .ws-cnt h3 {
    min-height: 132px;
    max-height: 132px;
    overflow: hidden;
}
.new-web-stories .ws-cnt h3 a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #ed3237;
}

.blog-pagination.pagination {
    margin-top: 30px;
}
.blog-pagination.pagination span.page-numbers.current {
    background-color: #000;
    padding: 8px 16px;
    color: #fff;
}
.blog-pagination.pagination a.page-numbers {
    color: #fff;
    background-color: #ed3136;
    padding: 8px 16px;
}
.post-detail-wrapper .post-content p span a {
    color: #ed3136;
}
.post-detail-wrapper .post-content p span a span {
    color: #ed3136 !important;
}
.post-detail-wrapper .post-content span {
    color: #000 !important;
}
.post-detail-wrapper .post-content h3 span,
.post-detail-wrapper .post-content h2 span{
    color: #000 !important;
    margin-bottom:10px;
    display:block;
}

nav.navigation.post-navigation .nav-previous, nav.navigation.post-navigation .nav-next {
    background-color: #000;
    padding: 10px 35px;
    flex: 0 0 1%;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.nav-previous a span.nav-subtitle, .nav-previous a span.nav-title:hover, .nav-next a span.nav-subtitle, .nav-next a span.nav-title:hover {
    color: #fff;
}
.post-thumbnail {
    margin-bottom: 30px;
}
header.entry-header h2.entry-title {
    margin-top: 20px;
}


.bg-video{
        
    display:none;
}
.image.image-projects-gall .img-wrapper.img-wrapper-project-gall img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

/*Responsive CSS*/


/*@media only screen and (max-width :1920px) and (min-width: 1601px) {*/
    
/*    .container {*/
/*        width: 1600px;*/
/*    }*/
/*}*/

@media only screen and (max-width :1600px) and (min-width: 1441px) {
    
    .container {
        width: 1400px;
    }
    
}

@media only screen and (max-width :1440px) and (min-width: 1367px) {
    
    .container {
        width: 1366px;
    }
    
}

/*----------------------------- Large Screens -------------------------------*/


@media only screen and (max-width :1920px) and (min-width: 1601px) {
    
}

@media only screen and (max-width :1600px) and (min-width: 1441px) {
    

    .building-ware-content p {
        font-size: 29px;
        line-height: 35px;
        color: #fff;
    }
    .wrapper-building-ware {
        max-width: 900px;
        margin-right: auto;
    }
    .img-project-del {
        right: 150px;
    }
    .latest-projects {
        background-position: center top 0px;
    }
        
    
}

@media only screen and (max-width :1440px) {
    
    .wrapper-building-ware {
        max-width: 770px;
    }
    .building-ware-content p {
        font-size: 26px;
        line-height: 33px;
    }
    .wrapper-smart-rep p {
        max-width: 370px;
    }
    .img-project-del img {
        max-width: 490px;
    }
    .img-project-del {
        top: -90px;
        right: 10px;
    }
    .latest-projects {
        background-position: center top 0;
    }
    .btn-view-proj {
        margin-top: 60px;
    }
}

@media only screen and (max-width :1366px) {
   
   .wrapper-building-ware {
        max-width: 800px;
    }
    .building-ware-content p {
        font-size: 26px;
    }
    .img-wrapper-building-ware img {
        max-width: 450px;
    }
    .wrapper-smart-rep p {
        max-width: 340px;
    }
    .wrapper-smart-rep p {
        max-width: 365px;
        font-size: 18px;
    }
   
}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) {
    
    .img-wrapper-building-ware img {
        max-width: 410px;
    }
    .rgt-reality.fac-war-rgt {
        width: 50%;
    }
    .wrapper-building-ware {
        max-width: 770px;
    }
    .rgt-reality.committment-rgt {
        width: 54%;
        margin-right: unset;
    }
    
    .img-project-del img {
        max-width: 460px;
    }
     .img-project-del {
        top: -80px;
        right: 0;
    }   
    
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
    
   
    
    /*Header*/
    .main-heading {
        font-size: 50px;
        line-height: 68px;
        max-width: 880px;
        margin: 0 auto;
    }
    .header-top-links {
        display: none;
    }
       
    .main-navigation {
        width: fit-content;
        margin-left: auto;
    }
    .header-rgt {
        width: 82%;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background: transparent;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
     background-color: #dc3232;
    }
    .header-rgt.header-rgt-mobile{
        
        display:block;
    }
    .header-rgt.header-rgt-desktop {
        display: none;
    }
    .mega-menu-wrap ul#mega-menu-menu-1 li.mega-menu-item a.mega-menu-link {
        padding:10px !important;
        height: auto !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        background-color: #dc3232;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
        background: #dc3232;
        color: #fff;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.uae-menu-mobile > a.mega-menu-link{
        
        background-image: url(https://ar-creations.in/clients/abrar-me/wp-content/uploads/2025/06/uae-flag.png);
        background-repeat: no-repeat;
        background-position: center left 50px;
        background-size: 30px;
        
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.ksa-menu-mobile > a.mega-menu-link{
        
        background-image: url(https://ar-creations.in/clients/abrar-me/wp-content/uploads/2025/06/oman-flag.png);
        background-repeat: no-repeat;
        background-position: center left 50px;
        background-size: 30px;
        
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.saudi-menu-mobile > a.mega-menu-link{
        
        background-image: url(https://ar-creations.in/clients/abrar-me/wp-content/uploads/2025/07/saudi-flag-latest.svg);
        background-repeat: no-repeat;
        background-position: center left 50px;
        background-size: 30px;
        
    }
    
    #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_"] + button.mega-close:before {
        background-color: #000;
    }
    
    
    
    
    
    
    
    
    
    
    /*.header-rgt.header-rgt-mobile #mega-menu-wrap-menu-1 .mega-menu.max-mega-menu.mega-menu-horizontal {*/
    /*    left: -300px;*/
    /*}*/
    /*.header-rgt.header-rgt-mobile .mega-menu-menu-1-mobile-open .mega-menu.max-mega-menu.mega-menu-horizontal li.mega-menu-item {*/
    /*    transform: translateX(0) !important;*/
    /*}*/
    /*.header-rgt.header-rgt-mobile .mega-menu-menu-1-mobile-open #mega-menu-wrap-menu-1 .mega-menu.max-mega-menu.mega-menu-horizontal {*/
    /*    left: 0;*/
    /*}*/
    /*.header-rgt.header-rgt-mobile .mega-menu-menu-1-mobile-open .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-item {*/
    /*    transition: transform 0.7s ease;*/
    /*}*/
    /*.header-rgt.header-rgt-mobile .mega-menu-menu-1-mobile-open .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-item:nth-child(1) {*/
    /*    transition-delay: 0.2s !important;*/
    /*}*/
    /*.header-rgt.header-rgt-mobile .mega-menu-menu-1-mobile-open .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-item:nth-child(2) {*/
    /*    transition-delay: 0.4s !important;*/
    /*}*/
    /*.header-rgt.header-rgt-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:nth-child(3) {*/
    /*    transition-delay: 0.6s !important;*/
    /*}*/
    /*.header-rgt.header-rgt-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:nth-child(4) {*/
    /*    transition-delay: 0.8s !important;*/
    /*}*/
    /*.header-rgt.header-rgt-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:nth-child(5) {*/
    /*    transition-delay: 1s !important;*/
    /*}*/
    /*.header-rgt.header-rgt-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:nth-child(6) {*/
    /*    transition-delay: 1.2s !important;*/
    /*}*/
    
    
    
    
    
    .mega-menu-menu-1 .header-rgt.header-rgt-mobile .mega-menu.max-mega-menu.mega-menu-horizontal {
        left: -300px;
    }
    .mega-menu-menu-1-mobile-open .header-rgt.header-rgt-mobile .mega-menu.max-mega-menu.mega-menu-horizontal {
        left: 0;
        transform: translateX(0) !important;
    }
    
     .mega-menu-menu-1-mobile-open .header-rgt.header-rgt-mobile .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-item{
        
        transition: transform 0.7s ease;
    }
    
    .mega-menu-menu-1-mobile-open .header-rgt.header-rgt-mobile .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-item:nth-child(1){
        
        transition-delay: 0.2s !important;
    }
      .mega-menu-menu-1-mobile-open .header-rgt.header-rgt-mobile .mega-menu.max-mega-menu.mega-menu-horizontal>li.mega-menu-item:nth-child(2){
        
        transition-delay: 0.4s !important;
    }
   
    
    
    /*Footer*/
    
    
    .footer-wrapper {
        grid-template-columns: 1fr 1.3fr 1fr 1fr 0.7fr;
    }
    .foot-col6 {
        display: flex;
        justify-content: space-between;
        grid-column: 1 / -1;
        gap: 30px;
    }
    .address-foot-rep {
        width: 30%;
    }
    .copyright-wrapper {
        margin-top: 30px;
    }

    
    
    /*Contact Us*/
    
    .wrapper-cnt-add {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }
    .email-wrap {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .email-wrap h4 {
        width: fit-content;
    }
    .email-wrap a {
        flex: unset;
    }
    
    /*About Us*/
    
    .second-heading {
        font-size: 50px;
        line-height: 57px;
    }
    .banner-image {
        padding: 100px 0;
    }
    .wrapper-reality-vision {
        flex-wrap: wrap;
    }  
    .reality-left {
        width: 70%;
        margin-bottom: 30px;
    }
    .rgt-reality {
        width: 100%;
    }
    .environemnt-wrapper-content h3 {
        font-size: 62px;
        max-width: 690px;
        margin: 0 auto;
    }
    .environemnt-wrapper-content p {
        font-size: 25px;
    }
    
    /*Warehouse Construction*/
    
    .reality-left {
        width: 40%;
    }
    .building-ware-content p {
        font-size: 20px;
    }
    .img-wrapper-building-ware {
        max-width: 35%;
    }
    .building-warehouses {
        padding: 115px 0;
    }
    .img-wrapper-building-ware img {
        max-width: -webkit-fill-available;
    }
    .wrapper-building-ware {
        max-width: 60%;
        margin-right: unset;
        padding: 0 26px;
    }
    .wrapper-smart-rep p {
        max-width: 435px;
        font-size: 15px;
    }
    .rgt-reality.fac-war-rgt p {
        font-size: 28px;
    }
    .wrapper-warfac-rep p {
        font-size: 20px;
    }
    .banner-content {
        max-width: 850px;
    }
    .main-heading {
        font-size: 60px;
        line-height: 74px;
    }
    .rgt-reality.smart-dsg-rgt p {
        font-size: 24px;
        line-height: 36px;
    }
    
    .img-project-del img {
        max-width: 289px;
    }
    .img-project-del {
        top: -60px;
        right: 0;
    }
    
    .project-del-cnt h3 {
        font-size: 55px;
        line-height: 66px;
        padding-bottom: 0;
    }
    .projects-delivered.projects-delivered-services {
        text-align: center;
    }
    .latest-projects {
        background-position: center top -0;
    }
    /* Web Stories */
    .new-web-stories .archive-web-stories {
        grid-template-columns: repeat(3, 1fr);
    }   
    .banner-section.banner-section-home .bg-video-desktop .embed-container {
        transform: scale(2);
    }
    
}

/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){

    /*Default Headings*/
    
    .main-heading {
        font-size: 50px;
        line-height: 58px;
    }
    .banner-image {
        padding: 100px 0;
    }
    .cnt-form-wrap {
        max-width: 100%;
    }
   
    /*Header*/
    
     .line-black {
        display: none;
    }
    
    .header-lft {
        width: 17%;
    }
    .header-rgt {
        width: 80%;
    }
    button.menu-toggle {
        display: none;
    }
    .header-top-menu {
        display: none;
    }
    .header-top-links {
        margin-left: auto;
    }
    
    
    /*Footer*/
    
    .address-foot-rep h4 {
        padding: 10px 18px;
        font-size: 14px;
        width: auto;
    }
    .footer-wrapper h4.widget-title {
        min-height: 60px;
    }
       
        
    /*About us*/
    
    .reality-left {
        width: 90%;
    }
    .banner-section-vision .banner-content p {
        font-size: 25px;
    }
    .wrapper-environment {
        padding: 60px;
    }
    .environemnt-wrapper-content h3 {
        font-size: 60px;
        line-height: 69px;
    }
    .environemnt-wrapper-content p {
        font-size: 23px;
        margin-top: 30px;
    }
    .lft-project-wrap h3 {
        font-size: 45px;
    }
    .single-project h4 {
        font-size: 17px;
    }
    .tab {
        gap: 14px;
    }
    .tab button {
        padding: 12px 15px;
        font-size: 15px;
        width: 75px;
    }
    
    .reality-vision.committment-delivery {
        padding: 70px 0;
        margin-top: 0;
    }
    .wrapper-reality-vision {
        margin-top: 0;
    }
    .project-del-cnt h3 {
        font-size: 46px;
        line-height: 58px;
    }
    .banner-section-vision.banner-section-culture .banner-content h3 {
        font-size: 50px;
        max-width: unset;
    }
    /* Web Stories */
    .new-web-stories .archive-web-stories {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wrapper-warfac-rep {
        padding: 20px;
    }
    .warehouse-bottom-content p {
        font-size: 24px;
        line-height: 34px;
    }
    .btn-view-proj {
        margin-top: 60px;
    }
    .wrapper-reality-vision.committiment-wrapper {
        margin-top: 0;
    }
    
    .banner-content-wrapper h1.main-heading {
        line-height: 86px;
    }
    
}

/*----------------------------- Media Tab -------------------------------*/
@media only screen and (max-width:767px){
    
    .banner-content {
        max-width: 720px;
    }
    h2.second-heading br {
        display: none;
    }
    .main-heading {
        font-size: 40px;
        line-height: 56px;
        max-width: 710px;
    }
    .rgt-reality.committment-rgt {
        width: 100%;
    }
    .second-heading {
        font-size: 43px;
        line-height: 55px;
    }
    .building-warehouses {
        padding: 85px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }
    .wrapper-building-ware {
        max-width: 100%;
        margin-right: unset;
        padding: 0;
        margin-top: 30px;
    }
    .img-wrapper-building-ware {
        max-width: 100%;
        position: unset;
    }
    .img-wrapper-building-ware img {
        max-width: 100%;
        display: block;
    }
    .reality-left.smart-dsg-left {
        width: 100%;
        margin-bottom: 10px;
    }
    .rgt-reality.smart-dsg-rgt p {
        font-size: 20px;
        line-height: 36px;
    }
    .reality-left.smart-dsg-left h3 {
        font-size: 40px;
        line-height: 52px;
    }
    .smart-design-rep {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }
    .reality-left.fac-war-left {
        width: 100%;
    }
    .rgt-reality.fac-war-rgt {
        width: 100%;
    }
    .fac-war-rep {
        grid-template-columns: 1fr 1fr;
    }
    .reality-left.fac-war-left h3 {
        font-size: 42px;
        line-height: 54px;
    }
    .rgt-reality.fac-war-rgt p {
        font-size: 25px;
    }
    .rgt-reality.smart-dsg-rgt {
        width: 100%;
    }
    .banner-section .container {
        max-width: 100%;
    }
    
    
    /*Home*/
    
    .wrapper-unmatched {
        flex-wrap: wrap;
    }
    .unmatched-lft {
        width: 100%;
        margin-bottom: 10px;
    }
    .unmatched-rgt {
        width: 100%;
    }
    .wrapper-healthy-sus {
        flex-wrap: wrap;
    }
    .wrap-founders {
        flex-wrap: wrap;
    }
    .healthy-environemnt, .sustainable-wrap {
        width: 100%;
        padding: 70px 40px;
    }
    .rgt-founders {
        width: 100%;
        margin-top: 40px;
    }
    .lft-founder {
        width: 90%;
        margin: 0 auto;
    }
    .clients-wrapper {
        flex-wrap: wrap;
    }
    .lft-clients {
        width: 100%;
        margin-bottom: 30px;
    }
    .rgt-clients {
        width: 100%;
    }
    .healthy-content-wrap, .sustainable-content-wrap {
        max-width: 100%;
    }
    .healthy-content-wrap p, .sustainable-content-wrap p {
        min-height: auto;
    }
    .our-services-home .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 30px;
    }
    .our-services-home button.owl-prev,
    .our-services-home button.owl-next
    {
       position:unset;
    }
    .post-query {
        grid-template-columns: 1fr 1fr;
        gap: 50px 20px;
    }
    .owl-theme .owl-nav {
        margin-top: 40px !important;
    }
    
    
    
    /*Design Build*/
    
    .smart-dsg-wrapper.wrapper-fast-time {
        flex-wrap: wrap;
    }
    .smart-dsg-left.faster-tim-lft {
        width: 100%;
        margin-bottom: 20px;
    }
    .smart-dsg-rgt.faster-tim-rgt {
        width: 100%;
    }
    
    /*Shopping Zones*/
    
    .smart-dsg-rgt.building-spaces-comm {
        width: 100%;
    }
    
    /*Projects Listings*/
    
    .project-item {
        flex-wrap: wrap;
    }
    .project-item .left-div {
        width: 100%;
    }
    .project-item:nth-child(odd) .left-div {
        order: 1;
    }
    .project-item .right-div {
        width: 100%;
    }
    
    .img-project-del img {
        max-width: 260px;
    }
    .img-project-del {
        top: -70px;
    }
    .project-del-cnt {
        text-align: center;
    }
    .project-del-cnt h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .project-del-cnt span {
        font-size: 25px;
    }
    .latest-projects {
        padding: 100px 0;
        background-position: center top -0;
    }
    
    /*LeaderShip*/
    
    .leadership-rep {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .banner-leader.banner-building-future {
        background-position: left;
        background-size: cover;
        padding: 70px 0px;
    }
    .banner-leader.banner-building-future .banner-content h3.main-heading br {
        display: none;
    }
    .banner-content p {
        margin-top: 20px;
    }
    
    /*Values*/
    
    .values-boxes-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .values-rep {
        padding: 50px 20px;
        min-height: 240px;
    }
    .title-values-rep h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .our-values-parent {
        padding: 110px 30px 60px;
    }
    
    /*Values*/
    
    .banner-section-vision.banner-section-culture .banner-content p br {
        display: none;
    }
    .banner-section-vision.banner-section-culture .banner-content p {
        font-size: 20px;
        line-height: 32px;
    }
    
    /*Values*/
    
    .banner-section-vision.banner-section-culture .banner-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .banner-section-vision.banner-section-culture .banner-content h3 {
        font-size: 45px;
        max-width: unset;
    }
    
    .projects-delivered.projects-delivered-services span {
        color: #fff;
        font-size: 22px;
    }
    
    /*Single Projects*/
    
    .single-post-content.banner-section-projects-archive .main-heading {
        max-width: 660px;
        font-size: 45px;
        line-height: 55px;
    }
    
    
    .banner-section.banner-section-home iframe {
        transform: scale(1.5);
    }
    
    .bg-video-desktop{
        
        display:none;
    }
    
    .bg-video {
        display: block;
        height: 100vh;
    }
    
}

/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:576px){
    
        .main-heading {
            font-size: 40px;
            line-height: 50px;
            text-align: center;
        }
        .banner-content.banner-content-design h1 {
            line-height: 50px;
        }
        
        /*Contact Us*/
        
        .email-section-cnt {
            display: flex;
            margin-top: 30px;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
        }
        .heading-cnt-wrap h3 {
            font-size: 35px;
            line-height: 40px;
        }
        .wrapper-cnt-add {
            gap: 50px;
        }
        
        /*Heading*/
        
        .header-top-links a img {
            max-width: 35px;
        }
        .header-lft {
            width: 24%;
        }
        .header-rgt {
            width: 72%;
        }
        /*Footer*/
        
        .footer-wrapper {
            grid-template-columns: 1fr 1fr;
        }
        .foot-col6 {
            gap: 30px;
            flex-wrap: wrap;
        }
        .address-foot-rep {
            width: 45%;
        }
        .copyright-txt-wrap {
            gap: 20px;
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        
        /*About Us*/
        
        .environemnt-wrapper-content h3 {
            font-size: 46px;
            line-height: 59px;
        }
        .wrapper-environment {
            padding: 40px 30px;
        }
        .environemnt-wrapper-content p {
            font-size: 19px;
        }
        .wrapper-projects-home {
            flex-wrap: wrap;
            gap: 30px;
        }
        .projects-grid {
            grid-template-columns: 1fr;
        }
        .our-services-home h3 {
            font-size: 40px;
        }
        .banner-image {
            padding: 70px 20px;
        }
        .banner-content p {
            font-size: 15px;
            margin-top: 20px;
        }
        .wrapper-reality-vision {
            margin-top: 160px;
        }
        .second-heading {
            font-size: 35px;
            line-height: 47px;
        }
        .reality-left {
            width: 100%;
            margin-bottom: 20px;
        }
        .banner-section-vision {
            padding: 80px 0;
        }
        .banner-section-vision .banner-content p {
            font-size: 20px;
        }
        .banner-section-vision .banner-content p {
            font-size: 18px;
            line-height: 30px;
        }
        
        /*Warehouse Construction*/
            
        .fac-war-rep {
            gap: 30px 20px;
        }        
        .wrapper-warfac-rep {
            padding: 20px;
        }
        .wrapper-warfac-rep p {
            font-size: 19px;
        }
        .warehouse-bottom-content p {
            font-size: 22px;
            word-break: unset;
        }
        .rgt-reality.fac-war-rgt p {
            font-size: 20px;
            line-height: 32px;
        }
        .reality-left.fac-war-left h3 {
            font-size: 34px;
            line-height: 48px;
        }
        .reality-left {
            width: 100%;
            margin-bottom: 10px;
        }
        .rgt-reality p {
            font-size: 16px;
        }
        .img-wrapper-building-ware img {
            max-width: 400px;
        }
        .wrapper-building-ware {
            padding: 0 40px;
        }
        .reality-left.smart-dsg-left h3 {
            font-size: 35px;
            line-height: 48px;
        }
        .wrapper-smart-rep {
            background-color: #000;
            padding: 20px;
        }
        .wrapper-smart-rep p {
            max-width: fit-content;
            font-size: 15px;
            white-space: unset;
        }
        .wrapper-warfac-rep p br {
            display: none;
        }
        
        
        /*Design Build*/
        
         .wrapper-smart-rep.fast-time-inner p {
            max-width: fit-content;
        }
        
        /*Single Project Page*/
        
        .image-rep-parent {
            grid-template-columns: 1fr 1fr;
        }
        .next-project a, .previous-project a {
            padding: 12px 18px;
            font-size: 16px;
        }
        .single-post-parent .container {
            padding: 0;
        }
        
        /*Project Listing*/
        
        .projects-list {
            grid-template-columns: 1fr 1fr;
        }
        .project-listing-ongoing h2.project-title {
            font-size: 22px;
            line-height: 26px;
        }
        .project-item {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .project-item:nth-child(odd) .left-div {
            order: 1;
        }
        .project-item .right-div {
            width: 100%;
            padding-top: 4rem;
            padding-bottom: 4rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
        .project-item .left-div {
            width: 100%;
        }
        
        /*Home*/
        
        .healthy-environemnt, .sustainable-wrap {
            padding: 70px 20px;
        }
        .lft-founder {
            width: 85%;
            margin: 0 auto;
        }
        .rgt-founders {
            width: 95%;
            margin: 40px auto 0;
        }
         .banner-section.banner-section-home .banner-content-wrapper .container {
            max-width: 96% !important;
        }
        .banner-section.banner-section-home .banner-content {
                max-width: 35%;
        }
        
        /*Shopping Zones*/
        
        .wrapper-smart-rep.build-spaces-rep p {
            max-width: fit-content;
        }
        .smart-design-rep {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .wrapper-smart-rep p {
            max-width: fit-content;
            font-size: 16px;
        }
        .fac-war-rep {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .wrapper-smart-rep.vibrant-spaces-rep p {
            max-width: fit-content;
        }
            
        /*Careers*/
        
        .careers-wrap .container {
            max-width: 100%;
            padding: 0;
        }
        
        .warehouse-bottom-content.bottom-faster-time {
            margin-top: 20px;
        }
        .smart-dsg-wrapper.wrapper-fast-time {
            margin: 80px 0 0;
        }
        .reality-vision.committment-delivery {
            padding: 60px 0px;
            margin-top: 0;
        }
        .wrapper-reality-vision {
            margin-top: 0;
        }
        
        /*Industrial Units*/
        
        .wrapper-smart-rep.offer-high p {
            max-width: fit-content;
        }
        
        /*Residential Zones*/
        
        .wrapper-warfac-rep.lasting-value-rep p {
            max-width: fit-content;
        }
        
        /*Project Management*/
        
        .reality-left.fac-war-left h3 br {
            display: none;
        }
        
        .unmatched-lft {
            margin-bottom: 20px;
        }
        
        .reality-vision {
            padding: 60px 0;
            margin-top: 0;
        }
        .banner-section .container {
            max-width: 100%;
            padding: 0;
        }
        .email-wrap {
            flex-wrap: nowrap;
        }
        .wrapper-cnt-add {
            grid-template-columns: 1fr;
            gap: 50px;
        }
        .email-wrap a {
            padding: 10px;
            font-size: 14px;
            flex: 1;
        }
        .email-wrap h4 {
            flex: 1;
            width: max-content;
        }
        .email-wrap img {
            max-width: 22px;
        }
        .address-foot-rep h4 {
            width: fit-content;
        }
        
        .wrapper-reality-vision.committiment-wrapper {
            margin-top: 0;
        }
        
        /*LeaderShip*/
        
        .wrapper-leader {
            padding: 150px 0;
        }
        span.desig {
            font-size: 15px;
            line-height: 27px;
        }
        
        /*Values*/
        
        .values-boxes-wrapper {
            grid-template-columns: 1fr;
            gap: 20px;
        }
    
        .values-rep {
            padding: 50px 15px;
            min-height: 230px;
        }
        .wrapper-values {
            max-width: fit-content;
            margin: 0 auto;
        }
        .banner-section-vision {
            padding: 80px 0;
            background-position: center;
            background-size: cover;
        }
        .single-post-content.banner-section-projects-archive .main-heading {
            max-width: 660px;
            font-size: 30px;
            line-height: 45px;
        }
        
         .wrappr-custom-class {
            grid-template-columns: 1fr;
        }
        .archive.category .banner-archieve .container {
            padding: 0;
            margin: 0;
            max-width: 100%;
        }
        .wrappr-custom-class {
            display: block;
        }
        .wrappr-custom-class .wrap-post-cat {
            margin-bottom: 20px;
        }
        .wrappr-custom-class .container {
            padding: 0;
        }
        h1.page-title.banner-content {
            font-size: 35px;
            line-height: 41px;
        }
        .project-del-cnt h3 {
            font-size: 33px;
            line-height: 38px;
        }
        .img-project-del img {
            max-width: 210px;
        }
        .content-latest-projects h3 {
            font-size: 45px;
            line-height: 55px;
        }
        
        #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.ksa-menu-mobile > a.mega-menu-link {
            background-position: center left 60px;
        }
        
        
        /*.bg-video {*/
        /*    display: block;*/
        /*    height: 980px;*/
        /*}*/
        /*.banner-video-wrapper .embed-container {*/
        /*    height: 740px !important;*/
        /*}*/
        /*.banner-video-wrapper:after {*/
        /*    height: 85vh;*/
        /*}*/
        /*.unmatched-spaces {*/
        /*    margin-top: -140px;*/
        /*}*/
        
         .banner-section.banner-section-home iframe {
            transform: scale(1.5);
        }
        .bg-video {
            display: block;
            height: 100vh;
        }
        .banner-content-wrapper h1.main-heading {
            max-width: 810px;
            margin: 0 auto;
            font-size: 55px;
            line-height: 73px;
        }
        
}

@media only screen and (max-width:480px){
 /*.banner-section.banner-section-home {*/
 /*       height: 77vh;*/
 /*   }*/
    
 /*   .banner-section.banner-section-home {*/
 /*       height: 80vh;*/
 /*   }*/
 /*  .banner-video-wrapper .embed-container {*/
 /*       height: 579px !important;*/
 /*   }*/
 /*   .banner-section.banner-section-home iframe {*/
 /*       height: 610px;*/
 /*   }*/
 /*   .unmatched-spaces {*/
 /*       margin-top: -85px;*/
 /*   }*/
     .banner-section.banner-section-home iframe {
        transform: scale(1.5);
    }
    
    
}
/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:479px){
    
   
    .main-heading {
        font-size: 32px;
        line-height: 44px;
        text-align: center;
    }
    .container {
        padding: 0px 10px;
    }
   
    /*Contact Us*/
    
    .cnt-form-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .main-heading {
        font-size: 32px;
        line-height: 44px;
        text-align: center;
    }
    .banner-image {
        padding: 70px 0;
    }
    .wrapper-cnt-add {
        margin-top: 150px;
    }
    
    .main-heading br {
        display: none;
    }
    .building-ware-content p {
        font-size: 18px;
    }
    .wrapper-building-ware {
        padding: 0 30px;
    }
    .smart-dsg-left.faster-tim-lft h3,
    .smart-dsg-left.faster-tim-lft h3{
       font-size: 30px;
        line-height: 40px;
    }
    .smart-dsg-left.faster-tim-lft h3 br,
    .smart-dsg-left.faster-tim-lft h3 br
    {
        display: none;
    }
    
    .smart-dsg-rgt.building-spaces-comm p {
        font-size: 18px;
        line-height: 30px;
    }
    .warehouse-bottom-content.bottom-faster-time p {
        font-size: 18px;
    }
    .img-project-del img {
        max-width: 210px;
    }
    .img-project-del {
        top: -90px;
        right: 0;
    }
    .project-del-cnt h3 {
        font-size: 36px;
        line-height: 46px;
        padding-bottom: 10px;
    }
    .project-del-cnt span {
        font-size: 18px;
        text-align: center;
        display: block;
    }


    
    
    /*Header*/
    
    .header-lft {
        width: 28%;
    }
    .header-rgt {
        width: 68%;
    }
    .header-top-links ul li a img {
        max-width: 35px;
    }
    .site-branding a img {
        max-width: 120px;
    }
    
    /*Footer*/
    
    .footer-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .footer-wrapper h4.widget-title {
        min-height: 30px;
    }
    .address-foot-rep h4 {
        width: fit-content;
    }
    .copy-right p {
        font-size: 16px;
    }
    
    /*About Us*/
    .wrapper-environment {
        padding: 40px 20px;
    }
    
    .environemnt-wrapper-content h3 {
        font-size: 39px;
        line-height: 49px;
    }
    .environemnt-wrapper-content p {
        font-size: 17px;
        margin-top: 20px;
    }
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .second-heading {
        font-size: 28px;
        line-height: 40px;
    }
    .environemnt-wrapper-content h3 {
        font-size: 30px;
        line-height: 42px;
    }
    .banner-content {
        padding: 0px 10px;
    }
    .banner-section .container {
        max-width: 100%;
    }
    .banner-section-vision .container {
        max-width: 100%;
    }
    .reality-vision {
        padding: 60px 0;
    } 
    .environmentally {
        margin: 60px 0;
    }
    .banner-section-vision .banner-content p {
        font-size: 16px;
        line-height: 30px;
    }
    .wrapper-projects-home {
        margin-bottom: 30px;
    }
    .latest-projects {
        padding: 100px 0;
        background-position: center top;
    }
    .content-latest-projects h3 {
        font-size: 34px;
        line-height: 48px;
    }
    .content-latest-projects p {
        font-size: 18px;
        margin-top: 10px;
        line-height: 30px;
    }
    .btn-view-proj {
        margin-top: 40px;
    }
    .btn-view-proj a {
        padding: 14px 30px;
        font-size: 15px;
    }
    .smart-dsg-rgt.faster-tim-rgt p {
        font-size: 18px;
        line-height: 30px;
    }
    
    /*Single Project Page*/
    
    .image-rep-parent {
        grid-template-columns: 1fr;
    }
    .single-post-content.banner-section-projects-archive .container {
        max-width: 100%;
    }
    .project-listing-ongoing a.read-more {
        padding: 10px 28px;
        font-size: 14px;
    }
    
    /*Projects Listing*/
    
    .projects-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .bg-color-wrap {
        padding: 60px 0;
    }
        
    /*Home*/
    .post-query {
        grid-template-columns: 1fr;
    }
    .healthy-environemnt, .sustainable-wrap {
        padding: 70px 20px;
    }
    .our-clients-wrap .item img {
        max-width: 180px;
        margin: 0 auto;
    }
    .latest-updates {
        margin: 60px 0;
    }
    .services-wrap-outer h4 {
        max-width: fit-content;
        font-size: 25px;
    }
    .third-heading {
        font-size: 40px;
    }
    .healthy-content-wrap h3, .sustainable-content-wrap h3 {
        font-size: 40px;
        line-height: 55px;
    }
    .post-wraps h3 {
        font-size: 40px;
    }
    .lft-clients h3 {
        font-size: 40px;
    }
    .founders-title h3 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .founders-sign img {
        max-width: 240px;
    }
    .our-services-home h3 {
        font-size: 42px;
    }
    .unmatched-spaces {
        padding: 60px 0;
        margin-top: 0;
    }
    .projects-grid {
        grid-template-columns: 1fr;
    }
    .our-services-home h3 {
        font-size: 45px;
    }
    .healthy-environemnt, .sustainable-wrap {
        padding: 70px 20px;
    }
    .healthy-content-wrap h3, .sustainable-content-wrap h3 {
        font-size: 45px;
        line-height: 55px;
    }
    .services-wrap-outer h4 {
        max-width: fit-content;
        font-size: 25px;
    }
    .lft-founder {
        width: 85%;
        margin: 0 auto;
    }
    .rgt-founders {
        width: 95%;
        margin: 40px auto 0;
    }
    .banner-section.banner-section-home .banner-content-wrapper .container {
            max-width: 96% !important;
    }
    .banner-section.banner-section-home .banner-content {
            max-width: 75%;
    }
    /*.banner-content-wrapper h1.main-heading {*/
    /*    max-width: 299px;*/
    /*    margin: 0 auto;*/
    /*}*/
    
    /*Careers*/
    
    .grid-career-form {
        grid-template-columns: 1fr;
    }
    .smbt-career input {
        padding: 20px 40px;
        font-size: 17px;
    }
    
    
    .wrapper-warfac-rep {
        padding: 10px;
    }
    .wrapper-warfac-rep p {
        font-size: 16px;
        line-height: 27px;
    }
    .warehouse-bottom-content p {
        font-size: 18px;
        line-height: 30px;
    }
    
    /*Design Build*/
    
    .banner-content.banner-content-design h1 {
        font-size: 32px;
        line-height: 44px;
    }
    .img-wrapper-building-ware img {
        max-width: 420px;
    }
    
    /*LeaderShip*/
    
    .banner-leader.banner-building-future .banner-content {
        padding: 0;
    }
    .wrapper-leader {
        padding: 0;
        height: 480px;
    }
    .leadership-rep {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .banner-leader {
        padding: 70px 0;
        background-position: left;
    }
    .banner-leader .banner-content {
        padding: 0;
    }
    
    /*Values*/
    
    .values-rep {
        padding: 50px 20px;
        min-height: 230px;
    }
    .title-values-rep h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .our-values .container {
        max-width: 100%;
        padding: 0;
    }
    .banner-section-vision.banner-section-culture .banner-content p {
        font-size: 16px;
        line-height: 28px;
    }
    .banner-section-vision.banner-section-culture .banner-content h3 {
        font-size: 40px;
    }
    .our-values-parent {
        padding: 110px 20px 60px;
    }
    
    .projects-delivered.projects-delivered-services span {
        font-size: 18px;
        line-height: 28px;
    }
    .project-del-cnt h3 {
        padding-bottom: 0;
    }
    .single-post-content.banner-section-projects-archive .main-heading {
        max-width: 400px;
        font-size: 30px;
        line-height: 45px;
    }
    
      .new-web-stories .archive-web-stories {
        grid-template-columns: repeat(1, 1fr);
    }
     .new-web-stories .ws-cnt h3 {
        min-height: auto;
        max-height: inherit;
        margin-bottom: 20px;
    }
    
    .lft-project-wrap h3 {
        font-size: 40px;
    }
    
   /*.banner-section.banner-section-home {*/
   /*     height: 67vh;*/
   /* }*/
   /* .bg-video {*/
   /*     display: block;*/
   /*     height: 622px;*/
   /* }*/
   /* .banner-video-wrapper .embed-container {*/
   /*     height: 579px !important;*/
   /*     padding-bottom: 0;*/
   /* }*/
   /* .bg-video iframe {*/
   /*     height: 550px !important;*/
   /* }*/
   /* .banner-video-wrapper:after {*/
   /*     height: 67vh;*/
   /* }*/
   /* .item.video-banner-item {*/
   /*     height: 70vh;*/
   /* }*/
     
    /* .unmatched-spaces {*/
    /*    margin-top: -250px;*/
    /*}*/
    body.home header#masthead {
        padding: 10px 0px;
    }
    
    .banner-section.banner-section-home {
        height: 100vh;
    }
    
    .bg-video {
        height: 100vh;
    }
    .bg-video iframe {
        height: 100vh !important;
    }
    .banner-video-wrapper:after {
        height: 100vh;
    }
    
    .banner-section.banner-section-home iframe {
        transform: scale(1.7);
    }
    .banner-content-wrapper h1.main-heading {
        max-width: 400px;
        margin: 0 auto;
        line-height: 58px;
        font-size: 42px;
    }
    
}

@media only screen and (max-width:400px){

.banner-section.banner-section-home .banner-content {
        max-width: 30%;
    }
    
    
    /*.banner-section.banner-section-home {*/
    /*    height: 84vh;*/
    /*}*/
    /*.bg-video {*/
    /*    display: block;*/
    /*    height: 622px;*/
    /*}*/
    /*.banner-video-wrapper .embed-container {*/
    /*    height: 579px !important;*/
    /*    padding-bottom: 0;*/
    /*}*/
    /*.bg-video iframe {*/
    /*    height: 610px !important;*/
    /*}*/
    /*.banner-video-wrapper:after {*/
    /*    height: 67vh;*/
    /*}*/
    /*.item.video-banner-item {*/
    /*    height: 70vh;*/
    /*}*/
    /*.unmatched-spaces {*/
    /*    margin-top: -150px;*/
    /*}*/
     .banner-section.banner-section-home iframe {
        transform: scale(1.8);
    }
    
    
}


/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:380px){
 
    
    /*Header*/
    
    .header-lft {
        width: 34%;
    }
    .header-rgt {
        width: 65%;
    }
    .site-branding a img {
        max-width: 118px;
    }
    
    
    /*Footer*/
    
    .footer-wrapper h4.widget-title {
        min-height: auto;
    }
    .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .header-top-links a img {
        max-width: 36px;
    }
    .email-wrap {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .email-wrap h4 {
        font-size: 14px;
        width: 148px;
        text-align: center;
    }
    .email-wrap a {
        padding: 6px;
        font-size: 13px;
    }
    .email-wrap img {
        max-width: 20px;
    }
    .address-foot-rep {
        width: 100%;
    }
    .address-foot-rep h4 {
        padding: 10px 13px;
        font-size: 14px;
        width: fit-content;
    }
    .foot-col6 {
        gap: 0;
    }
    
    
    
    
    /*Contact Us*/
    
    .wrapper-cnt-add {
        grid-template-columns: 1fr;
    }
    .add-cnt p {
        min-height: auto;
    }
    .cnt-form-bnr {
        padding: 90px 0;
    }
    
    /*About Us*/
        .wrapper-environment {
        padding: 40px 10px;
    }
    .environemnt-wrapper-content p {
        font-size: 15px;
        line-height: 29px;
    }
    .lft-project-wrap h3 {
        font-size: 35px;
    }
    
    /*Warehouse Construction*/
    
    .img-wrapper-building-ware img {
        max-width: 310px;
    }
    .building-ware-content p {
        font-size: 15px;
        line-height: 30px;
    }
    .wrapper-reality-vision.smart-dsg-wrapper {
        margin-top: 60px;
    }
    .reality-left.smart-dsg-left h3 {
        font-size: 30px;
        line-height: 43px;
    }
    .rgt-reality.smart-dsg-rgt p {
        font-size: 18px;
        line-height: 30px;
    }
    .smart-design-rep {
        grid-template-columns: 1fr;
        gap: 20px 20px;
    }
    .wrapper-reality-vision.warehouse-fac-wrapper {
        margin-top: 60px;
    }
    .rgt-reality.fac-war-rgt p {
        font-size: 18px;
        line-height: 30px;
    }
    .fac-war-rep {
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .reality-left.fac-war-left h3 {
        font-size: 30px;
        line-height: 43px;
    }
    .warehouse-bottom-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .wrapper-warfac-rep p {
        font-size: 18px;
        line-height: 30px;
    }
    .main-heading {
        font-size: 30px;
        line-height: 40px;
        padding: 0 15px;
    }
    .wrapper-warfac-rep p {
        font-size: 16px;
        line-height: 30px;
    }
    .warehouse-bottom-content p {
        font-size: 17px;
        line-height: 29px;
    }
    .content-latest-projects p {
        font-size: 18px;
        margin-top: 20px;
        line-height: 30px;
    }
    .content-latest-projects h3 {
        font-size: 36px;
        line-height: 48px;
    }
    .btn-view-proj a {
        padding: 14px 32px;
        font-size: 15px;
    }
    .wrapper-building-ware {
        padding: 0 20px;
    }
    .img-project-del img {
        max-width: 200px;
    }
    .img-project-del {
        right: 0;
    }
    .project-del-cnt {
        text-align: center;
    }
    .project-del-cnt h3 {
        font-size: 30px;
        line-height: 48px;
    }
    .project-del-cnt span {
        font-size: 18px;
    }
    
    /*Single Project Page*/
    .next-project a, .previous-project a {
        padding: 12px 10px;
        font-size: 15px;
    }
    
    /*Home*/
    
    .healthy-environemnt, .sustainable-wrap {
        padding: 50px 10px;
        width: 100%;
    }
    .healthy-content-wrap h3, .sustainable-content-wrap h3 {
        font-size: 45px;
        line-height: 52px;
    }
    .founders-sign img {
        max-width: 240px;
    }
    a.services-wrap-inner {
        padding: 10px;
    }
    .services-wrap-outer h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .our-services-home h3 {
        font-size: 36px;
    }
    .healthy-environemnt, .sustainable-wrap {
        padding: 70px 10px;
    }
    .banner-section.banner-section-home .banner-content {
        max-width: 280px;
    }
    
    
    /*Design Build*/
    
    .smart-dsg-left.faster-tim-lft h3 br {
        display: none;
    }
    .smart-dsg-rgt.faster-tim-rgt p,
    .smart-dsg-rgt.building-spaces-comm p{
        font-size: 18px;
        line-height: 30px;
    }
    .smart-dsg-wrapper.wrapper-fast-time {
        margin: 80px 0 0;
    }
    .banner-content.banner-content-design, .banner-content.banner-content-shopping {
        padding: 0px 10px;
    }
    .banner-content.banner-content-design h1.main-heading {
        font-size: 30px;
        line-height: 40px;
    }
    .wrapper-smart-rep.fast-time-inner p {
        max-width: fit-content;
    }
    .reality-vision {
        padding: 60px 0;
    }
    .smart-dsg-left.faster-tim-lft h3 {
        font-size: 25px;
        line-height: 38px;
    }
        .values-rep {
        padding: 20px 22px;
        min-height: 240px;
    }
    .smart-dsg-rgt.faster-tim-rgt p,
    .smart-dsg-rgt.building-spaces-comm p{
        font-size: 16px;
        line-height: 28px;
    }
    .warehouse-bottom-content p {
        font-size: 16px;
        line-height: 29px;
    }
    .project-del-cnt h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .project-del-cnt span {
        font-size: 16px;
    }
    .main-heading {
        font-size: 28px;
        line-height: 38px;
        padding: 0;
    }
    .main-heading br {
        display: none;
    }
    .wrapper-smart-rep.vibrant-spaces-rep p {
        max-width: fit-content;
    }
    .warehouse-bottom-content.bottom-faster-time p {
        font-size: 16px;
    }
    .line-black {
        width: 200px;
        margin-left: auto;
    }
    
    .bg-color-wrap-red {
        padding: 70px 0;
    }
    .project-item .right-div {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    
    .founders-title h3 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .title-values-rep h3 {
        font-size: 30px;
    }
    .projects-delivered.projects-delivered-services span {
        font-size: 16px;
    }
    
    .single-post-content.banner-section-projects-archive .main-heading {
        max-width: 340px;
        font-size: 24px;
        line-height: 40px;
    }
    
    .post-wraps h3 {
        font-size: 36px;
    }
    
    
    /*.banner-section.banner-section-home {*/
    /*    height: 90vh;*/
    /*}*/
    
    /*.bg-video {*/
    /*    display: block;*/
    /*    height: 350px;*/
    /*}*/
    /*.banner-video-wrapper .embed-container {*/
    /*    height: 579px !important;*/
    /*}*/
    /*.bg-video iframe {*/
    /*    height: 492px;*/
    /*}*/
    /*.unmatched-spaces {*/
    /*    margin-top: -250px;*/
    /*}*/
    
    .banner-section.banner-section-home iframe {
        transform: scale(2);
    }
    .banner-section.banner-section-home .banner-content {
        max-width: 380px;
    }
    .banner-content-wrapper h1.main-heading {
        max-width: 560px;
        line-height: 43px;
        font-size: 30px;
    }
    
}
/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:320px){
 
     .banner-content.banner-content-design h1.main-heading,
     .main-heading{
        font-size: 28px;
        line-height: 38px;
    }
    .second-heading {
        font-size: 26px;
        line-height: 38px;
    }
    .wrapper-building-ware {
        padding: 0 10px;
    }
    .project-del-cnt h3 {
        font-size: 26px;
        line-height: 38px;
    }
    .project-del-cnt span {
        font-size: 15px;
    }
    .content-latest-projects p {
        font-size: 16px;
        line-height: 28px;
    }
    .content-latest-projects h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .btn-view-proj a {
        padding: 14px 25px;
        font-size: 15px;
    }
    
    /*Project Management*/
    
    .reality-left.fac-war-left h3 {
        font-size: 25px;
        line-height: 36px;
    }
    .banner-content {
        padding: 0px 10px;
    }
    .lft-project-wrap h3 {
        font-size: 30px;
    }
    #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_right"] + button.mega-close {
        left: 290px;
    }
    .banner-section.banner-section-home .banner-content {
        max-width: 280px;
        margin: 0 auto;
    }
    .environemnt-wrapper-content h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .img-wrapper-building-ware img {
        max-width: 290px;
    }
    .wrapper-smart-rep p {
        font-size: 15px;
    }
    .single-post-content.banner-section-projects-archive .main-heading {
        font-size: 22px;
        line-height: 36px;
    }
    
    .rgt-wrap-projects .project-buttons a {
        padding: 5px 13px;
        font-size: 15px;
        width: 80px;
    }
    
    .banner-section.banner-section-home iframe {
        transform: scale(2);
    }
    .banner-content-wrapper h1.main-heading {
        line-height: 45px;
        font-size: 32px;
    }
 
    
}   




.project-item .right-div {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 4rem;
    padding-left: 4rem;
    
}





