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

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

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

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

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

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

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

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

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

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

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

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

.ltr{
	direction: ltr;
}

.rtl{
	direction: rtl;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

.post,
.page {
/* 	margin: 0 0 1.5em; */
	margin: 0 0 0 !important;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */

.projects__item-client-name {
    color: #878787 !important;
    margin-bottom: 0.6em !important;
    font-size: 18px !important;
    line-height: 1 !important;
	margin-top: -20px;
}

.collection-list {
    padding-top: 30px;
}

.projects__item-client-number {
    font-size: 28px !important;
    margin-bottom: 7px;
}

.projects__item-text-wrapper {
    margin-top: 0 !important;
	padding-left: 10px;
}

.projects_item {
	position:relative !important;
}

.collection-container:nth-child(even) .projects__item-text-wrapper{
	order: 1 !important;
	padding-left: 10px;
}
.collection-container:nth-child(even) .project__item-image-wrapper {
	order: 2;
}
.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;
}

/*div#page {
	overflow-x: hidden !important;
}*/

/*---------- Header Start ------------*/

.mobile-menu-logo img {
    height: 100px;
    width: 100px;
}

.site-header .current-menu-item {
    font-weight: bold;
}

header.container-fluid.site-header.sticky-top.shadow.d-none.d-md-block.stick .custom-logo-link img {
    height: 78px;
	width: 78px;
}

header.container-fluid.site-header.sticky-top.shadow.d-none.d-md-block.stick {
    height: 73px;
}

header.container-fluid.site-header.sticky-top.shadow.d-none.d-md-block.stick#primary-menu li a {
    font-size: 14px;
}

.site-header.stick #primary-menu li a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 14px;
}


.menu-language-en-container ul li, .menu-language-it-container ul li {
    list-style: none;
}

.menu-language-en-container ul li a, .menu-language-it-container ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-language-en-container ul li a img, .menu-language-it-container ul li a img{
    position: absolute;
	width: 33px !important;
	height: 22px !important;
	top: 40% !important;
}

.mobile-background {
	background: rgb(69 84 78 / 58%);
	width: 100%;
	min-height: 100vh !important;
	height: 100%;
	content: "";
	position: absolute;
	display: none;
	transition: 0.8s;
	right: 0;
}

ul#primary-menu2 {
	position: absolute;
	background-color: #0F5D40;
	height: 100vh;
	right: -260px;
	top: 100%;
	z-index: 9999;
	transition: 0.8s;
	width: 60%;
	padding: 0;
}

ul#primary-menu2 li {
	list-style: none;
	padding: 20px 0;
	border-bottom: 1px solid #ffffff;
}

.hamburger-sec li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item {
    background-color: #4fa1829c;
}

.mobile-menu-logo{
	display:none;
	position: absolute;
    bottom: -480%;
    z-index: 999999;
    right: 15%;
}

ul#primary-menu2 li a{
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px;
}

.site-header{
	background-color: #ffffff;
	border-radius: 0 0 20px 20px;
}

/* .site-header .row{
	padding: 10px 0;
} */

.header-logo img{
	width: 103px;
	height: 101px;
	padding: 10px;
}

.site-header #primary-menu{
	display: flex;
	align-items: center;
	justify-content: start;
	margin: 0;
	padding: 0;
	flex-direction: row-reverse;
}

.site-header #primary-menu li{
	list-style: none;
	margin: 0 15px;
}

.site-header #primary-menu li a{
	color: #000000 !important;
	text-decoration: none;
	font-size: 16px;
}

.slider-info-section{
	position: absolute;
	bottom: 0;
	background-color: white;
	opacity: 55% !important;
	direction: ltr;
	padding: 60px 0;
	width: 100%;
}

/* a.about-home-btn .about-home-icon:hover {
    margin-left: 20px;
    transition-duration: 0.5s;
    transition-delay: 0.25s;
} */

.about-home-icon {
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 2s;
	margin-top: -20px;
    margin-left: 30px;
	&:hover {
    animation-play-state: paused;
  }
}
@-webkit-keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: 1%;
  }
  100% {
    left: 0;    
  }
}

.icon-svh svg:hover{
	margin-right: 20px;
    transition-duration: 1s;
    transition-delay: 0.5s;
}
}

/************LOADER*************/

.load-overlay__slide.cc-left {
	width: 50%;
	height: 100%;
	transform-origin: 0%;
	background-color: #ada89e;
}

.fadeinout
{
	animation: fadeinout 4s infinite;
}

@keyframes fadeinout
{
	0%{
		opacity:0;
	}
	50%
	{
		opacity:1;
	}
	100%
	{
		opacity:0;
	}
}

#loader {
	/* Styles to position the loader in the center of the page */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #0F5D40 !important;
	
}

#loader img {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/************LOADER*************/

/*********SMOTH**********/
#works {
	height: 100vh;
}
#works > div {
	height: 100%;
}
#works h2 {
	padding-top: 5rem;
}
#works .articles-container {
	width: fit-content;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 5vw;
	align-items: center;
	margin-top: -5rem;
	padding: 0 5vw;
	overflow: hidden;
}

#works .articles-container article a {
	display: block;
	width: 20vw;
	height: 25vw;
}
#works .articles-container article img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 30% top;
}
#works .articles-container article picture {
	width: 100%;
	height: 100%;
	display: inline-block;
}
/*********SMOTH**********/


/*---------- Header End ------------*/
.materials-archive-section {
    padding: 25px 0 235px 0;
}

/*---------- First Section Styles Start ------------*/

/* .banner-section{
    background-color: rgb(69 84 78);
} */

.banner{
/*         opacity: 0.5; */
		opacity: 100%;
}

.home-slide-title{
	transform: translate(-50%, -50%);
	font-size: 61px;
	top: 40%;
	width: 100%;
	text-align: center;
	
    text-shadow: #00000029 0px 5px 6px;
}

.home-slide-section{
	margin-top: -10px;
	overflow-x: hidden !important;
	margin-top: -20px;
}

.slider-info-title{
	font-size: 24px;
}

.slider-info-exp{
	font-size: 18px;
	line-height: 30px;
}

.home-slide-section .swiper-slide img{
	width: 100%;
	height: 900px;
}

.home-slide-section .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: '' !important;
}

.home-slide-section .swiper-button-next {
	background-image: url("assets/images/icons/next.svg") !important;
	width: 126px;
	height: 66px;
	top: auto;
	bottom: 10%;
	right: 5%;
}

.related-slide-section .swiper-button-next {
	background-image: url("assets/images/icons/next-arrow.svg") !important;
	width: 126px;
	height: 66px;
	background-repeat: no-repeat;
}

.related-slide-section .swiper-button-prev {
	background-image: url("assets/images/icons/prev-arrow.svg") !important;
	width: 126px;
	height: 66px;
	background-repeat: no-repeat;
}

/*---------- First Section Styles End ------------*/


/*---------- Second Section Styles Start ------------*/

.about-section{
	background-image: url("assets/images/about-background.png");
	background-repeat: no-repeat;
	background-position: 90px 100px;
	overflow-x: hidden !important;
	
}

.about-home-btn{
	color: #878787 !important;
	font-size: 14px;
	text-decoration: none;
}

.about-content .about-main-exp {
	font-size: 18px;
	line-height: 30px;
	direction: ltr;
	margin-right: 70px;
}

.about-content .about-main-title{
	font-size: 40px;
	font-weight: 400;
	margin-right: 70px;
}

.about-main-more{
	margin-right: 70px;
}

.accordion-header {
    transition: padding .3s;
}

.accordion-header:hover {
    padding-left: 39px;
	background-color: rgba(20, 20, 20, .05);
}

span.accordion-number {
    padding-right: 7rem!important;
}

.materials-home-title{
	padding: 60px 0 30px 0;
	font-size: 40px;
}
.materials-home-explain{
	line-height: 30px;
    font-size: 18px;
    font-weight: normal;
}
/*---------- Second Section Styles End ------------*/

/*---------- Third Section Styles End ------------*/

.accordion-button {
	background-color: transparent !important;
}

.accordion-item {
	background-color: transparent !important;
}

.accordion-button-section {
	width: 25%;
}

.materials-section {
	background: #0F5D40 url('assets/images/materials-bg.png') center center/cover;
	background-attachment: fixed;
}

.materials-section .accordion{
	direction: ltr;
	background-color: transparent !important;
	padding-bottom: 120px;
}

.materials-section .accordion-button {
	font-size: 34px !important;
	color: white !important;
}

.materials-section .accordion-button::after {
    background-image: url(assets/images/icons/plus.svg) !important;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}

.materials-section .accordion-button:focus {
	border-color: #ffffff !important;
	box-shadow: unset !important;
}

.materials-section .accordion-header {
	border-bottom: 1px solid #ffffff;
}

/*---------- Third Section Styles End ------------*/


/*---------- Fourth Section Styles Start ------------*/


.full-screen {
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#masthead {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9999;
}
#masthead a {
	padding: 1rem 2rem;
}


#panels #panels-container {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	overflow: hidden;
	background-color: #ddd;
}
#panels #panels-container .panel {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
	text-align: left;
	border-right: 1px solid #f00;
}
#panels #panels-container .panel img {
	max-width: 100%;
	height: auto;
	display: block;
}
#panels #panels-container .panel .panels-navigation {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
	color: #000;
	text-transform: uppercase;
	margin-right: 2rem;
}

#panels #panels-container .panels-navigation {
	position: absolute;
	width: 100%;
	bottom: 2rem;
	right: 2rem;
}

#works .right-bg {
	background-color: #000000;
	height: 900px;
	width: 537px;
	z-index: -1;
}

.gallery-section .home-gallery-slider{
	padding: 120px 60px;
}

.projects__black-background__title {
    color: white;
    position: absolute;
    right: 10%;
    bottom: 2%;
	z-index: 10;
	font-size: 14px;
}

.projects__content-wrapper {
    z-index: 2;
    height: 400vh !important;
    position: relative;
}

.project__item-image-wrapper {
    flex: unset !important;
}

/*---------- Fourth Section Styles End ------------*/


/*---------- About Us Styles Start ------------*/

.about-page{
	background-image: url(assets/images/about-background.png);
	background-repeat: no-repeat;
	background-position: 195px 165px;
	padding: 0 0 110px 0;
}

.about-page-info h2 {
	font-size: 40px;
	font-weight: normal !important;
}

.about-page-info p{
	direction: ltr;
	text-align: justify !important;
	line-height: 30px !important;
}

.about-page .about-home-btn{
	border: 1px solid #C7C7C7;
	padding: 8px 30px;
}

.about-page .about-page-right{
	margin-top: -45px;
}

.about-sec2 {
	background-color: #F0F2EB;
	padding: 70px 0;
}

.about-title-1{
	font-size: 31px;
}

.about-title-2{
	font-size: 31px;
	color: #0F5D40;
}



/*---------- About Us Styles End ------------*/

/*---------- Contact Us Styles Start ------------*/

span.cinfo-text {
    direction: ltr !important;
    display: flex !important;
}

.gform_body.gform-body {
    text-align: left;
}

.contact-page .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 138px;
}

.contact-page{
	background-image: url(assets/images/ston-bg.png);
	background-repeat: no-repeat;
	padding-bottom: 90px;
}

.contact-page-calls {
	padding: 28px 37px;
	background-color: #0F5D40;
}

.contact-title-x1{
	font-size: 40px;
	font-weight: normal;
}

span#input_1_1_3_container {
	padding: 0;
}

.contact-form #gform_wrapper_1 input::placeholder, .contact-form #gform_wrapper_1 textarea::placeholder{
	text-align: left;
}

.contact-form #gform_submit_button_1 {
	background-color: #0F5D40;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 58px;
}

.contact-map iframe{
	height: 220px
}

.contact-location-text{
	text-align: left;
	direction: ltr;
}

/*---------- Contact Us Styles End ------------*/

/*---------- Material Styles Start ------------*/
.m-image img{
	width: 100%;
}

.material-page, #page{
	background-image: url(assets/images/ston-bg.png);
	background-repeat: no-repeat;
	/*margin-top: 105px;*/
}

.material-page .materials-title, .archive-materials .materials-title{
	font-size: 40px;
	font-weight: 400;
}

.material-page .stone-title, .archive-materials .stone-title .stone-t{
	font-size: 42px;
	color: #0F5D40;
}

.archive-materials .stone-title{
	font-size: 42px;
}

.material-page .stone-exp{
	font-size: 14px;
	line-height: 30px;
	direction: ltr;
	padding: 0 200px;
}

.materials-body{
	border-bottom: 1px solid #99CFA7;
}

.materials-heading{
	color: #0F5D40 !important;
	font-size: 26px;
}

.archive-materials .materials-heading{
	font-size: 18px;
	font-weight: 400 !important;
	color: #000000 !important;
	text-align: center !important;
}

.materials-hover{
	background-color: #0F5D40;
	width: 350px;
	height: 350px;
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s 0.2s;
}

.materials-page-section:hover .materials-hover {
	opacity: 1;
}

.archive-materials .materials-hover, .related-stones .materials-hover{
	width: 200px;
	height: 200px;
}

.archive-materials .materials-page-section:hover .materials-hover {
	opacity: 1;
}

.link-hover-text {
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.link-hover-icon{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wpc-filter-layout-search-field {
    display: none !important;
}

.our-solutions-title .widget-title.wpc-filter-title {
	border-bottom: 1px solid #99CFA7;
	direction: ltr;
	font-weight: bold;
	font-size: 16px;
}

.our-solutions-title .wpc-filter-content select {
	width: 100%!important;
	margin-bottom: 1em;
	border: 1px solid #C7C7C7 !important;
	padding: 7px;
	direction: ltr;
}

.our-solutions-title .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
	float: unset !important;
	direction: ltr;
}

.our-solutions-title .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
	 float: unset !important;
	 display: block !important;
}

.our-solutions-title .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {

	border: unset !important;
	display: block !important;
	width: 100%;
}

.our-solutions-title .wpc-term-count {
	opacity: unset !important;
}

.our-solutions-title span.wpc-filter-label-wrapper a {
	color: #000000 !important;
	font-size: 16px !important;
}

.our-solutions-title  .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper {
	color: unset !important;
	background-color: unset !important;
}

.our-solutions-title  .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper, body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked+label a {
	color: unset !important;
}
.our-solutions-title  .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper {
	background-color: unset !important;
}

.our-solutions-title .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper::after{
	content: url("assets/images/icons/next-arrow.svg");
	position: absolute;
	right: 0;
}

.our-solutions-title .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {

	overflow-y: unset !important;
}
/*---------- Material Styles End ------------*/


/*---------- Single Material Styles Start ------------*/
/*.single-materials{
	padding-top: 115px;
}*/

.materials-text span {
	font-size: 16px;
}

.materials-group-button{
	bottom: 20px;
	left: 0;
}

.related-stones{
	background-color: #F0F2EB;
}

.sample-button a, .available-button a{
	background-color: #99CFA7;
	color: white;
	text-decoration: none;
	padding: 15px 106px;
	font-size: 16px;
	font-weight: bold;
}
.single-materials-title{
	border-bottom: 1px solid #99CFA7;
}
.single-materials-t{
	font-size: 26px;
	color: #0F5D40;
}

.materials-text{
	font-size: 14px;
	line-height: 30px;
	direction: ltr;
}

.materials-text p {
    text-align: justify !important;
}

.materials-des{
	font-size: 18px;
}

.available-button a{
	background-color: #0F5D40 !important;
}

.product-small-img img
{
	height: 90px;
	margin: 10px 0;
	cursor: pointer;
	display: block;
	opacity: .6;
}

.product-small-img img:hover
{
	opacity: 1;
}

.product-small-img
{
	float: left;
}

/*.product
{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}*/

.img-container img
{
	height: 400px;
}

.img-container
{
	float: right;
	padding: 10px;
}
.related-slider{
	 padding-bottom: 80px;
}

.related-slide-section{
	position: relative;
}
.related-slider .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	 content: '' !important;
 }

.related-slide-section .swiper-button-prev {
	background-image: url(assets/images/icons/prev-arrow.svg) !important;
	width: 126px;
	height: 66px;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 90%;
}

.related-slide-section .swiper-button-next {
	background-image: url(assets/images/icons/next-arrow.svg) !important;
	width: 126px;
	height: 66px;
	background-repeat: no-repeat;
	position: absolute;
	right: -55px;
	top: 90%;
}

input#gform_submit_button_2, input#gform_submit_button_3,  input#gform_submit_button_4, input#gform_submit_button_5, input#gform_submit_button_6, input#gform_submit_button_7, input#gform_submit_button_8, input#gform_submit_button_9{
	background-color: #0F5D40;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
}

div#gform_wrapper_2 textarea, div#gform_wrapper_3 textarea {
	background-color: #F4F5F2;
	border: 1px solid #E5E5E5;
}
div#gform_wrapper_2 input, div#gform_wrapper_3 input {
	border: 1px solid #E5E5E5;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
	direction: ltr;
}

label.gfield_label, #field_2_5 .gfield_label, label.gfield_label, #field_3_1 .gfield_label {
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #787878;
}




/*---------- Single Material Styles End ------------*/


/*---------- Online Stock Styles Start ------------*/

.online-stock-section {
    direction: ltr;
}

.online-stock-main{
    padding-top: 75px;
}

.stock-title{
	font-size: 40px;
	font-weight: 400;
}

.online-stock-section .materials-page-section .materials-hover{
	width: 250px;
	height: 250px;
}

.online-stock-section .materials-page-section:hover .materials-hover {
	opacity: 1;
}

.online-stock-section .materials-heading {
	color: #000000 !important;
	font-size: 18px;
	font-weight: 400 !important;
}

.filter-materials form {
	display: none;
}

/*---------- Online Stock Styles End ------------*/

/*******single projects Start*******/


.singlepro-image .post-thumbnail img{
	width: 880px;
	height: 495px;
}

.single-pro-sectitle {
	color: rgba(15, 93, 64, 0.7);
	margin-bottom: 1em;
	text-align: left;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 4.17em;
	font-weight: 500;
	line-height: 1.17;
	text-align: left;
}

.single-pro-title {
	color: rgba(15, 93, 64, 0.7);
	margin-bottom: 2em;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1.22;
	text-align: left;
	margin-bottom: 60px;
}

.projects_info-wrapper {
	grid-column-gap: 3em;
	background-color: #0F5D40;
	flex-flow: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	padding: 0 2.6em;
	display: flex;
	position: absolute;
	bottom: -20%;
	left: 0%;
	right: 0%;
	direction: ltr;
}

.pro-gallery-section{
	margin-top: 115px !important;
}

.projects_text-wrapper {
	flex-direction: column;
	flex: none;
	margin-top: 2em;
	margin-bottom: 2.5em;
	display: flex;
}

.info-text {
	color: #fff;
	font-size: 1.11em;
	font-weight: 300;
	line-height: 1.19;
}

h4.white-text {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0.69em;
}

/*******single projects End*******/

/*---------- Footer Start ------------*/

.footer-logo-m{
	width: 140px;
	filter: brightness(1.5);
}

img.logo-ava.alignnone.wp-image-544 {
    width: 20px;
}

.menu-menu-1-container ul{
	font-size: 14px;
	line-height: 30px;
}

.footer-info-text{
	font-size: 14px;
}

.footer-menu ul{
	text-align:end;
}

.site-footer{
	background: #000000 url('assets/images/footer-bg.png') center center/cover;
}

.site-footer .row {
	padding: 85px 0;
}

.copy-right{
	background-color: #0F5D40;
	padding: 20px 0;
	direction: ltr;
	font-size: 14px;
}

.footer-menu #primary-menu {
	margin: 0;
	padding: 0;
}

.footer-menu #primary-menu, .footer-info {
	line-height: 30px;
}

.footer-menu #primary-menu li {
	list-style: none;
}

.footer-menu #primary-menu li a {
	list-style: none;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease-in-out;
}

.footer-menu #primary-menu li:hover a {
	color: #8CC751;
}

.footer-soials .footer-soials-item{
	margin: 0 10px;
}

.footer-soials .footer-soials-item svg path{
	fill: #ffffff;
	transition: fill 0.3s ease-in-out;
}

.footer-soials .footer-soials-item:hover svg path{
	fill: #8CC751;
}

/*---------- Footer End ------------*/

@media screen and (max-width: 1400px) {
	.projects__content-wrapper {
    z-index: 2;
    height: 100vh !important;
    position: relative;
}
	.sample-button a, .available-button a{
	font-size: 14px;
}
}

@media screen and (max-width: 1300px) {
	
	.home-slide-title {
    width: 100%;
/*     transform: translate(-70%, -50%); */
    font-size: 50px;
    top: 40%;
}



	/*---------- Contact Us Styles Start ------------*/
	.contact-page-calls {
		padding: 28px 20px !important;
	}


	/*---------- Contact Us Styles End ------------*/
	
	.img-container {
    width: 80%;
	}
}
.close-filter {
	display: none;
}

@media screen and (max-width: 767px) {
	.projects__item-client-name {
    margin-top: -8px;
}
	
/****filer onlinestock*****/	
	
	.wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image label span.wpc-filter-label-wrapper, .wpc-filters-scroll-container, .wpc_show_bottom_widget .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list.wpc-empty-chips-container {
    padding: 107px 20px !important;
}
	
	.wpc-filters-scroll-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    z-index: 90;
    background: #FFF;
    overflow: scroll;
    z-index: 9998;
    transition-duration: .5s;
  }
  .filters-visible {
    right: 0;
  }
  .show-filters {
    display: block;
  }
	
	.show-filters {
    position: fixed;
    right: 5%;
    bottom: 10px;
    width: 90%;
    border: 1px solid #000;
    background-color: #FFF;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 9997;
    display: block;
    border-radius: 5px;
	padding: 15px 0;
}
	
	.close-filter {
	position: fixed;
	left: 15px;
	top: 40px;
	background-color: #FFF;
	cursor: pointer;
	z-index: 9999;
	display: none;
}
/****filer onlinestock*****/	
	.img-container img
{
	height: unset;
	object-fit: cover;
}
	
	.product-small-img img {
    height: 65px;
}
	
	.material-detail-right{
		order: 2;
	}
	
	.projects__black-background__title {
    font-size: 10px;
	}
	
	.archive-materials .materials-hover, .related-stones .materials-hover{
	width: 150px;
	height: 150px;
	}
	.materials-hover {
    top: 37%;
	}
	.stone-exp.mt-4 {
    text-align: justify !important;
	direction: ltr;
	padding: 0 30px;
	}
	
	.material-page .stone-title, .archive-materials .stone-title .stone-t {
    font-size: 33px;
	}
	
	.site-header{
	border-radius: 0;
	}
	
	.contact-title-x1 {
    font-size: 25px;
    font-weight: normal;
	}
	
	.online-stock-section .materials-page-section .materials-hover{
	width: 120px;
    height: 120px;
	}
	.link-hover-icon {
    top: 28%;
	}
	.link-hover-text {
    top: 54%;
    font-size: 15px;
    width: 100%;
	}
	
	.menu-language-en-container ul li a img, .menu-language-it-container ul li a img {
    left: 20px !important;
	top: 38px;
}
	
	.materials-section .accordion{
		    padding-bottom: 60px !important;
	}
	
	.about-page-info h2 {
    font-size: 25px;
    font-weight: normal !important;
	}
	
	.about-page .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
	}
	
/* 	.right-section img {
    height: 335px !important;
    width: 100%;
	} */
	
	.projects__list {
    padding-top: 0 !important;
	}
	
	.projects__content-wrapper {
    z-index: 2;
    height: 90vh !important;
    position: relative;
	}
	
	.collection-list {
    height: 70vh !important;
    flex-direction: row;
    display: flex;
    overflow: hidden;
	}

	/*---------- First Section Styles Start ------------*/
	
	.slider-info-section {
    opacity: 100 !important;
	}
	
	.slider-info-title {
    font-size: 22px;
	}
	
	.about-section {
    background-position: center;
    background-size: contain;
	}
	
	.about-home-icon {
    margin-left: 105px;
	}
	
	.slider-info-explain{
		text-align: justify;
	}

	.home-slide-section {
		margin-top: -20px !important;
	}

	.slider-info-section {
		position: unset !important;
	}

	.home-slide-section .swiper-slide img {
		height: 400px !important;
		object-fit: cover;
	}

	.home-slide-title {
		font-size: 25px !important;
		top: 26% !important;
		text-align: center;
		transform: translate(-50%, -50%);
	}

	.home-slide-section .swiper-button-next {
		top: 45% !important;
	}
	
	.about-main-more.ps-0.text-start {
    margin: 60px 0 !important;
	}

	/*---------- First Section Styles End ------------*/

	.about-content .about-main-exp {
		margin-right: unset !important;
		text-align: justify !important;
	}
	
	h2.slider-info-title.text-dark.fw-bold {
    padding-bottom: 10px;
	}

	.about-content .about-main-title {
		margin-right: unset !important;
		font-size: 30px;
    	margin-top: 60px;
		margin-bottom: 60px !important;
	}

	.home-slide-section {
		margin-top: -20px !important;
	}

	.accordion-button-section {
		width: 100% !important;
	}

	.materials-home-title {
		padding: 60px 0 30px 30px !important;
		font-size: 30px;
		margin-top: 0 !important;
	}

	/*---------- About Us Styles Start ------------*/
	.about-title-1 {
		font-size: 20px;
		margin-top: 40px;
	}

	.about-title-2{
		font-size: 17px;
	}
	
	.about-main-more{
	margin-right: unset;
	}
	/*---------- About Us Styles Start ------------*/

	/*---------- Contact Us Styles Start ------------*/
	.contact-page-calls {
		padding: 7px !important;
	}

	span.cinfo-text {
		font-size: 12px;
	}
	/*---------- Contact Us Styles End ------------*/

	/*---------- Material Styles Start ------------*/
	.materials-archive-section{
		padding
	}
	
	span.accordion-number {
    	padding-right: 4rem!important;
		font-size: 22px;
	}
	
	.accordion-title{
		font-size: 22px;
	}
	
	.archive-materials .stone-title, .archive-materials .stone-title .stone-t {
		font-size: 28px !important;
	}

	.material-page .materials-title, .archive-materials .materials-title {
		font-size: 30px !important;
		text-align: center !important;
	}
	/*---------- Material Styles End ------------*/

	/*---------- Single Material Styles Style ------------*/

	/*.single-materials {
		margin-top: 60px;
	}*/

	.sample-button a, .available-button a {
		padding: 15px !important;
	}

	.materials-group-button {
		position: unset !important;
		margin: 8% 0;
		justify-content: center !important;
	}

	.img-container {
		width: 80%;
	}

	.product-small-img {
		width: 20%;
	}


	/*---------- Single Material Styles End ------------*/

	/*---------- Online Stock Styles Start ------------*/

	.online-stock-main {
		padding-top: 60px;
		padding-bottom: 180px;
	}

	.stock-title {
		font-size: 30px;
		text-align: center !important;
	}

	/*---------- Online Stock Styles End ------------*/

	/*---------- single projects Start ------------*/

	.projects_info-wrapper {
		position: unset !important;
	}

	.pro-gallery-section {
		margin-top: 10px !important;
	}

	.single-pro-sectitle {
		font-size: 2.17em;
	}

	.single-pro-title {
		margin-bottom: 5px;
	}

	/*---------- single projects End ------------*/
	
	.footer-menu ul{
	text-align:center;
	}
}



.swiper-slide {
	transition: transform 0.5s ease-in-out; /* Transition properties for slide animation */
}

/* Animation Effect */
.slide-animation {
	transform: scale(1); /* Initial state of the slide */
}

.slide-animation.swiper-slide-active {
	transform: scale(1.1); /* Animation state for active slide */
}

.banner.scale {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	transform: scale(1.1);
	transition: all 6s ease-out;
}

.swiper-slide {
	transition: transform 0.5s ease-in-out; /* Transition properties for slide animation */
}

/* Animation Effect */
.slide-animation {
	transform: scale(1); /* Initial state of the slide */
}

.slide-animation.slide-active {
	transform: scale(1.1); /* Animation state for active slide */
}

/********test**********/


.projects__black-background {
	top: 0 !important;
    bottom: 0 !important;
}

.projects__list {
	padding-top: 9.25em !important;
}

.projects__heading-wrapper h3 {
	margin-bottom: -2em !important;
}


.project__item-image-wrapper {
	margin-bottom: 2em !important;
}


.home-slider .swiper-slide-active img {
	transform-origin: center top;
	animation: scale 9000ms ease-in-out forwards;
}

@keyframes scale {
	to {
		transform: scale(1.2);
	}
}
/********test*********/