/*
Theme Name: Al Mashreq MUD Theme
Theme URI: http://wordpress.org/themes/almashreqmud
Tags: Al Mashreq MUD
Author: Al Mashreq MUD
Description: This is news testing version for Al Mashreq MUD custom theme
Version: 1.0
*/

/*  comments    */

.post-comments {
    margin-top: 1rem;
}

.post-comments .social {
    margin-bottom: 1.5rem;
}

.post-comments .social .social-container {
    background: #ec601c;
    padding: 1rem 1rem .8rem 1rem;
}

.post-comments .social .social-container .social-wrapper a {
    background: #333;
    padding: 0.6rem 1rem;
    color: #fff;
    display: inline-block;
    margin-bottom: 0.3rem;
    font-size: 20px;
}

.post-comments .social .social-container .social-wrapper a:hover {
    background: #D2A571;
}


/* next and previous post */

.post-comments nav.navigation.post-navigation {
    padding: 1rem;
}

.post-comments nav.navigation.post-navigation .nav-links {
    display: flex;
    flex-direction: row;
}

.post-comments nav.navigation.post-navigation .nav-next {
    flex-basis: 50%;
}

.post-comments nav.navigation.post-navigation .nav-next a {
    color: #000;
    font-size: 20px;
}

.post-comments nav.navigation.post-navigation .nav-next a .nav-subtitle {
    font-weight: 300;
    display: block;
}

.post-comments nav.navigation.post-navigation .nav-next a .nav-title {
    font-weight: 500;
    display: block;
}

.post-comments nav.navigation.post-navigation .nav-next a .nav-title:hover {
    color: #D2A571;
}


/* title how many comments */

.post-comments h3#comments {
    margin: 1.5rem 0 0;
    font-size: 20px;
    padding: 1rem;
    line-height: 24px;
}


/* the comments */

.post-comments ol.comment-list {
    padding-left: 0;
    margin: 0;
    padding-bottom: 1.5rem;
    list-style-type: none;
}

.post-comments ol.comment-list li.comment img {}

.post-comments ol.comment-list li.comment article.comment-body {
    background: #000;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: .8rem;
}

.post-comments ol.comment-list li.comment article.comment-body p,
.post-comments ol.comment-list li.comment article.comment-body span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5em;
}

.post-comments ol.comment-list li.comment article.comment-body .comment-content,
.post-comments ol.comment-list li.comment article.comment-body .comment-awaiting-moderation {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5em;
}

.post-comments ol.comment-list li.comment article.comment-body .comment-awaiting-moderation {
    margin-left: 1rem;
}

.post-comments ol.comment-list li.comment article.comment-body .reply {
    display: none;
}

.post-comments ol.comment-list li.comment img {
    width: 50px;
}

.post-comments ol.comment-list li.comment ul.children {
    list-style-type: none;
}

.post-comments ol.comment-list li.comment ul.children li.comment article.comment-body {
    background: #333;
}

.post-comments article.comment-body footer.comment-meta {
    background: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.post-comments article.comment-body footer.comment-meta .vcard {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.post-comments article.comment-body footer.comment-meta .vcard img {
    margin-right: 1rem;
}

.post-comments article.comment-body footer.comment-meta .vcard span.says {
    margin: 0 0.4rem;
}

.post-comments article.comment-body footer.comment-meta .vcard b.fn {
    color: #fff;
    font-weight: 400;
}


/* the comments form */

.post-comments #respond.comment-respond {
    padding: 1rem;
}

.post-comments #respond.comment-respond h3.comment-reply-title {
    margin: 0;
}

.post-comments #respond.comment-respond textarea#comment {
    width: 96.5%;
    font-size: 20px;
    border: 1px solid #e0e5e6;
    font-weight: 300;
    height: 8rem;
    display: block;
    padding: 0.5rem;
    border-radius: 5px;
    margin-top: 0.2rem;
}

.post-comments #respond.comment-respond textarea#comment:focus,
.post-comments #respond.comment-respond textarea#comment:active {
    outline: none;
}

.post-comments #respond.comment-respond form.comment-form input[type="text"],
.post-comments #respond.comment-respond form.comment-form input[type="email"],
.post-comments #respond.comment-respond form.comment-form input[type="url"] {
    width: 96.5%;
    font-size: 20px;
    border: 1px solid #e0e5e6;
    font-weight: 300;
    height: 25px;
    display: block;
    padding: 0.5rem;
    border-radius: 5px;
    margin-top: 0.2rem;
}

.post-comments #respond.comment-respond form.comment-form input[type="text"]:focus,
.post-comments #respond.comment-respond form.comment-form input[type="text"]:active,
.post-comments #respond.comment-respond form.comment-form input[type="email"]:focus,
.post-comments #respond.comment-respond form.comment-form input[type="email"]:active,
.post-comments #respond.comment-respond form.comment-form input[type="url"]:focus,
.post-comments #respond.comment-respond form.comment-form input[type="url"]:active {
    outline: none;
}

.block-page-content h2.comments-title {
    font-size: 24px;
}

.comments-wrapper {
    margin: 50px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.comments-wrapper textarea {
    padding: 12px 30px;
    border-radius: 0;
    background: #1E1E1E;
    color: #fff;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
    margin: 0 0 15px;
    resize: none;
}

.comments-wrapper textarea:focus {
    box-shadow: none;
    outline: none;
    border-color: #D2A571;
    background: #000;
    color: #D2A571;
}

.comments-wrapper .submit {
    font-size: 24px;
    font-weight: 500;
    background: #D2A571;
    color: #000;
    border: 1px solid #D2A571;
    padding: 12px 40px;
    border-radius: 0;
}

.comments-wrapper .form-submit {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.comments-wrapper .submit:focus,
.comments-wrapper .submit.focus,
.comments-wrapper .submit:hover {
    background: transparent;
    color: #D2A571;
    border-color: #D2A571;
    box-shadow: none;
    outline: none;
}

/*	home page	*/
:root {
	--black: #000;
	--gray: #61656E;
	--blue: #158FCF;
	--white: #fff;
	--offwhite: #f9f9f9;
	/*	for al mashreq	*/
	--black2: #232323;
	--orange: #EB7925;
	--purple: #453287;
}
body {
 	/*font-family: "Montserrat", sans-serif;
	font-family: "Roboto", sans-serif;
	font-family: "Noto Kufi Arabic", sans-serif; */
	font-family: "Changa", sans-serif;
}

p,
a {
	font-size: 18px;
}
p.p-c-sm,
a.p-c-sm {
	font-size: 12px;	
}
body {
	font-size: 18px;
	line-height: 1.4;
	color: var(--black2);
	background: var(--offwhite);
	direction: rtl;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
	margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--black2);
}

h1 {
	font-size: 46px;
	line-height: 1.4;
	font-weight: 700;
}
h2 {
	font-size: 42px;
	line-height: 1.4;
	font-weight: 700;
}
h3 {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 800;
}
h4 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

h5 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}
h6 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
}

.subtitle {
	font-weight: 500;
}

a,
a:hover,
.btn,
.btn:hover,
button,
button:hover {
	transition: al .3s ease-in-out;
	-webkit-transition: al .3s ease-in-out;
}
    
.btn {
	padding: 10px 35px;
	font-size:16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.btn-primary {
	background: var(--orange);
	color: var(--white);
	border-color: var(--orange);
}
.btn-primary:hover {
	background: var(--white);
	color: var(--orange);
	border-color: var(--orange);
	transition: all .3s ease-in-out;
}

.btn-primary-outline {
	background: var(--white);
	color: var(--orange);
	border-color: var(--orange);
}
.btn-primary-outline:hover {
	background: var(--orange);
	color: var(--white);
	border-color: var(--orange);
	transition: all .3s ease-in-out;
}
.btn-primary-outline.btn-more-news:hover path {
	stroke: var(--white);
}
.btn-primary-outline.btn-more-news path,
.btn-primary-outline.btn-more-news:hover path {
	transition: all .6s ease-in-out
}


.btn-secondry {
	background: var(--pruple);
	color: var(--white);
	border-color: var(--pruple);
}
.btn-secondry:hover {
	background: var(--white);
	color: var(--pruple);
	border-color: var(--pruple);
	transition: all .3s ease-in-out;
}
.btn-secondry-outline {
	background: var(--white);
	color: var(--black2);
	border-color: var(--black2);
	transition: all .3s ease-in-out;
}
.btn-secondry-outline:hover {
	background: var(--black2);
	color: var(--white);
	border-color: var(--black2);
	transition: all .3s ease-in-out;
}
.btn-secondry-outline.btn-more-news:hover path {
	stroke: var(--white);
}
.btn-secondry-outline.btn-more-news path,
.btn-secondry-outline.btn-more-news:hover path {
	transition: all .6s ease-in-out
}

.header-left-nav .btn-secondry-outline {
	background: var(--white);
	color: var(--purple);
	border-color: var(--purple);
}
.header-left-nav .btn-secondry-outline:hover {
	background: var(--purple);
	color: var(--white);
	border-color: var(--purple);
}

/* .header.sticky-bar {
	position: fixed;
} */
.header {
	position: sticky;
	border-bottom: 4px solid #EAEAEA;
	background: var(--white);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 20px 0;
	transition: all .3s ease-in-out;
}
/* .header.stuck {
	background: var(--white);
	transition: all .3s ease-in-out;
} */

.navbar {
	padding: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar-nav {
	gap: 20px;
}

.navbar .menu-item a,
.btn-contact {
	font-size: 18px;
	color: var(--black2);
	margin: 0;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.navbar .menu-item a {
	position: relative;
}
.btn-contact {
	font-weight: 700;
}
.navbar .menu-item a {
	font-weight: 500;
}
.navbar .menu-item.current-menu-item a {
	font-weight: 700;
	color: var(--orange);
}
.navbar .menu-item.current-menu-item a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 10px;
	background: var(--orange);
	height: 1px;
	width: calc(100% - 20px);
	margin: 0 auto;
	display: block;
	
}
.navbar .menu-item a:hover,
.navbar .menu-item a.active,
.navbar .menu-item.current a {
	color: var(--orange);
	transition: all .3s ease-in-out;
}



.btn-contact {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 5px;
}
.btn-contact:hover {
	color: var(--orange);
	transition: all .3s ease-in-out;
}
.header-left-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 auto 0 0;
	padding: 0;
	list-style: none;
}

.social-media-nav {
	position: fixed;
	z-index: 11;
	top: 150px;
	left: 0;
/* 	background: var(--black); */
	background: rgba(0,0,0,.2);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	margin: 0;
	padding: 46px 19px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	list-style: none;
}
.btn-social {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.btn-social:hover {
	color: var(--orange);
}
.btn-social:hover path {
	fill: var(--orange);
}
.btn-social,
.btn-social:hover,
.btn-social path,
.btn-social:hover path {
	transition: all .3s ease-in-out;
}

.block {
	position: relative;
	padding: 45px 0;
	overflow: hidden;
}
.section-header {
	padding-bottom: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	flex-direction: column;
	gap: 20px;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5 {
	margin-bottom: 0;
	text-align: center;
}

.block-btns-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 45px 0 0;
}
/*	home page	*/
.home-hero-banners-wrapper {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 45px;
	padding: 95px 0 0;
}
.page-template-page-home-php .home-hero-banners-wrapper,
.page-template-page-the-center-mall-php .home-hero-banners-wrapper {
	margin-bottom: 0;	
}
.home-hero-content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.home-hero-content-wrapper h1,
.home-hero-content-wrapper p,
.home-hero-content-wrapper a {
	margin: 0;
}
.home-hero-content-wrapper h1,
.home-hero-content-wrapper p,
.home-hero-clients-wrapper span {
	color: var(--white);
}
.home-hero-content-wrapper p {
	font-size: 18px;
}
.home-hero-clients-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.home-hero-clients-wrapper span {
	font-size: 12px;
	font-weight: 500;
	max-width: 120px;
}

.hero-banner-video,
.hero-banner-video-mobile {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the whole area */
}

/*	Feature Section */
.card-feature-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background: linear-gradient(180deg, #453287 0%, #110C21 100%);
	border-radius: 8px;
	width: 100%;
	height: 100%;
	padding: 20px;
	min-height: 280px;
	box-sizing: border-box;
}
.card-feature-wrapper h5 {
	margin: 0;
	color: var(--white);
	text-align: center;
}
.card-feature-wrapper .icon-wrapper {
	width: 122px;
	height: 122px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card-feature-wrapper .icon-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.block-about-item p,
.block-about-item h3 {
	margin-bottom: 0;
}
.block-about-item {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
.block-about-item-wrapper .row {
	align-items: center;
}
.block-about-item-wrapper:nth-child(odd) .row {
	flex-direction: row-reverse;
}
.block-about-item-img {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.block-about-item-img img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.block-quote {
	margin: 45px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--purple) url('https://almashreqmud.com/wp-content/uploads/2025/04/quote-sun-background.png') no-repeat center center / cover;
	padding: 220px 0;
}
.block-quote h2 {
	font-size: 44px;
	color: var(--white);
	text-align: center;
}

.block-projects .row {
	align-items: center;
}
.project-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.project-content-wrapper .block-header {
	gap: 20px;
}
.project-content-wrapper .block-header,
.project-content-item {
	display: flex;
	flex-direction: column;
}
.project-content-wrapper .block-header h4,
.project-content-wrapper .block-header {
	margin-bottom: 0;
}

.project-content-item {
	padding: 5px 30px 0 0;
	background: url('https://almashreqmud.com/wp-content/uploads/2025/04/icon-list-item.svg') no-repeat right top;
	font-size: 16px;
	gap: 5px;
}
.project-content-item h5,
.project-content-item p {
	margin: 0;
}

.project-content-item p,
.project-content-item li,
.project-content-item span {
	font-size: 16px;
}

.block-project-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.block-project-img img {
	width: 100%;
	max-width: 100%;
}

.project-media-videos iframe {
	width: 100%;
	height: 350px;
}

.card-image img {
	width: 100%;
	height: auto;
}

.latest-news .col-lg-5 {
	border-left: 1px solid var(--black2);
}

.card-news {
	display: flex;
	align-items: center;
	border: 0;
	background: transparent;
}
.card-news a,
.card-news p {
	margin: 0;
}
.card-news.horizontal {
	flex-direction: column;
}
.card-news .card-image {
	border: 1px solid var(--black2);
	overflow: hidden;
	width: 100%;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card-news .card-body {
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.card-news .card-header {
	padding: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    gap: 10px;
}
.card-news .card-header a,
.card-news .card-header .date,
.card-news .card-content {
	color: var(--gray);
	font-size: 18px;
	margin: 0;
	text-decoration: none;
}
.card-news .card-title {
	color: var(--black2);
	text-decoration: none;
}
.card-news h4 {
	margin: 0;
	line-height: 1.4;
}

.card-news .card-title,
.card-news .card-title h4,
.card-news .card-header a {
	transition: all .3s ease-in-out;
}
.card-news .card-title:hover,
.card-news .card-title:hover h4,
.card-news .card-header a:hover {
	color: var(--orange);
	transition: all .3s ease-in-out;
}


.card-news.horizontal .card-body {
	padding: 0;
}
.card-news.horizontal .col-lg-5,
.card-news.horizontal .col-lg-7 {
	align-items: center;
	display: flex;
}
.cards-news-wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.card-news .card-image:hover img {
	transform: scale(1.2);
}
.card-news .card-image:hover img,
.card-news .card-image img {
	transition: all 3s ease-in-out;
}

.more-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 45px 0 0;
	position: relative;
}

.card-news a.card-img-wrapper {
	width: 100%;
}
.card-news .card-image {
	height: 500px;
}
.card-news.horizontal .card-image {
	height: 250px;
}
.card-news .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-faqs .section-header {
	text-align: right;
    justify-content: flex-start;
    align-items: flex-start;
}

.block-faqs .accordion {
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-radius: 0;
}
.block-faqs .accordion-item {
	padding: 24px;
    border: 1px solid #E5E5E6;
    border-radius: 8px;
}
.block-faqs .accordion-button,
.block-faqs .accordion-button:not(.collapsed) {
	padding: 0;
	background: none;
	font-size: 24px;
	font-weight: 500;
	color: var(--black);
}
.block-faqs .accordion-item:first-of-type>.accordion-header .accordion-button {
	border-radius: 0;
}
.block-faqs .accordion-button:not(.collapsed) {
	background: none;
	box-shadow: none;
}
.block-faqs .accordion-body {
	padding: 24px 0 0;
}
.block-faqs .accordion-body p {
	font-size: 18px;
	font-weight: 400;
	color: var(--gray);
	margin: 0;
}

.block-faqs .accordion-button:hover,
.block-faqs .accordion-button:focus {
	outline: none;
	box-shadow: none;
}
.block-faqs .accordion-button::after {
	margin-right: auto;
	margin-left: 0;
	background: url('https://almashreqmud.com/wp-content/uploads/2025/04/accordion-close.svg') no-repeat center center;
}
.block-faqs .accordion-button:not(.collapsed)::after {
	background: url('https://almashreqmud.com/wp-content/uploads/2025/04/accordion-open.svg') no-repeat center center;
}


.block-need-consultation {
	border-radius: 18px;
	margin: 145px 0 45px;
	padding: 0 64px 0;
	background: linear-gradient(94.98deg, #EB7925 3.56%, #453287 82.66%);
	min-height: 317px;
	overflow: inherit;
}
.block-need-consultation-img {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin: -100px 0 0;
}
.block-need-consultation-img img {
	max-width: 400px;
	width: 100%;
}
.block-need-consultation-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	gap: 20px;
}
.block-need-consultation-content h2,
.block-need-consultation-content p {
	margin: 0;
	color: var(--white);
}

/*	newsletter	*/
.newsletter-wrapper .form-wrapper {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}
.newsletter-wrapper .wpforms-form {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 20px;
}
.newsletter-wrapper .wpforms-container .wpforms-submit-container {
	padding: 0;
	margin: 0;
}

.footer {
	background: var(--purple);
	display: flex;
	flex-direction: column;
	position: relative;
}
.footer a {
	text-decoration: none;
}
.footer a,
.footer p,
.footer h5 {
	margin: 0;
	color: var(--white);
}
.footer a,
.footer a:hover {
	transition: all .3s ease-in-out;
}
.footer a:hover {
	color: var(--orange);
}
.footer h5 {
	padding: 0;
	margin: 0 0 20px;
}
.footer-top-block {
	width: 100%;
	padding: 60px 0;
}
.footer-top-block p,
.footer-top-block a {
	font-size: 16px;
}
.footer-copyrights-block {
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid var(--white);	
}

.footer-copyrights-block a,
.footer-copyrights-block p {
	font-size: 14px;
}
.powered-by-wrapper {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-direction: row-reverse;
}
.footer-copyrights-block p {
	padding: 4px 0 0;
}

.footer-contact-nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.footer-contact-nav a {
	display: flex;
	align-items: center;
	gap: 5px;
}

/*	contact us page	*/
.block-contact-us .block-about-item h2,
.block-contact-us .block-about-item h3,
.block-contact-us .block-about-item h4,
.block-contact-us .block-about-item h5,
.block-contact-us .block-about-item h6,
.block-contact-us .block-about-item p,
.block-contact-us .block-about-item a{
	margin: 0;
}
.contact-social-media {
	display: flex;
	list-style: none;
	align-items: center;
	padding: 0;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
.contact-social-media a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--black2);
	text-decoration: underline;
	font-size: 12px;
	margin: 0;
	transition: all .3s ease-in-out;
}
.contact-social-media a:hover {
	color: var(--orange);
	transition: all .3s ease-in-out;
}
.contact-social-media a br {
	display: none;
}
.contact-social-media li {
	position: relative;
	display: flex;
	align-items: center;
}
.contact-social-media li::after {
	content: '/';
	display: flex;
	color: var(--black2);
	font-size: 12px;
	padding-right: 10px;
}
.contact-social-media li:last-child::after {
	display: none;
}
.contact-form-wrapper {
	display: flex;
	flex-direction: column;
	padding: 32px;
	border-radius: 12px;
	gap: 24px;
	box-shadow: 0px 4px 114.6px 0px #0000001C;
	background: var(--white);
}
.contact-form-wrapper div.wpforms-container-full {
	margin: 0;
}
.contact-form-wrapper h4,
.contact-form-wrapper p {
	margin: 0 auto;
	text-align: center;
	max-width: 75%;
}
.contact-form-wrapper p {
	color: var(--gray);
	line-height: 1.6;
}

.contact-form-style .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:first-child {
    padding-left: 10px;
	padding-right: 0;
}
.contact-form-style .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:last-child {
    padding-right: 10px;
	padding-left: 0;
}
body .contact-form-style .iti--allow-dropdown input,
body .contact-form-style .iti--allow-dropdown input[type=tel],
.contact-form-style div.wpforms-container .wpforms-form .iti--allow-dropdown input
.contact-form-style div.wpforms-container .wpforms-form .iti--allow-dropdown input[type=tel]
.contact-form-style div.wpforms-container-full .wpforms-form .iti--allow-dropdown input,
.contact-form-style div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type=tel] {
	direction: ltr;
	text-align: right;
}
.contact-form-style div.wpforms-container-full input[type=submit], 
.contact-form-style div.wpforms-container-full button[type=submit], 
.contact-form-style div.wpforms-container-full .wpforms-page-button {
	font-size: 18px;
	font-weight: 700;
	padding: 10px 35px;
	border-radius: 50px;
}
.contact-form-style div.wpforms-container-full input[type=submit]:not(:hover):not(:active), 
.contact-form-style div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
.contact-form-style div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
	color: var(--white);
	background: var(--orange);
	border-color: var(--orange);
}
.contact-form-style div.wpforms-container-full input[type=submit]:hover, 
.contact-form-style div.wpforms-container-full input[type=submit]:active, 
.contact-form-style div.wpforms-container-full button[type=submit]:hover, 
.contact-form-style div.wpforms-container-full button[type=submit]:active, 
.contact-form-style div.wpforms-container-full .wpforms-page-button:hover, 
.contact-form-style div.wpforms-container-full .wpforms-page-button:active {
	color: var(--white);
	background: var(--purple);
	border-color: var(--purple);
}
.contact-form-style div.wpforms-container-full input[type=checkbox]+label {
	font-weight: 700;
}
.contact-form-style div.wpforms-container-full .wpforms-field-description {
	color: var(--black2);
	line-height: 1.4;
	padding-right: 30px;
}
.contact-form-style div.wpforms-container-full .wpforms-field-description a {
	color: var(--black2);
	text-decoration: underline;
}

/* .block-single-static h1,
.block-single-static h2,
.block-single-static h3,
.block-single-static h4,
.block-single-static h5,
.block-single-static h6,
.block-single-static p,
.block-single-static a {
	margin: 0;
} */
.block-single-static a {
	color: var(--black2);
	text-decoration: underline;
	transition: all .3s ease-in-out;
}
.block-single-static a:hover {
	color: var(--orange);
	transition: all .3s ease-in-out;
}

/*	single post	*/
.block-blog-hero-post {
	padding: 0;
	margin: 0 0 45px;
}
.block-blog-hero-post .container,
.block-blog-hero-post .col-md-6,
.block-blog-hero-post .container-fluid,
.block-blog-hero-post .card {
	padding: 0;
}
.block-blog-hero-post .row {
	margin: 0;
}
.block-blog-hero-post .card-img-wrapper img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.block-blog-hero-post {
	background: var(--white);
}
.card-news .card-body.hero-card-content {
	background: var(--white);
	padding: 45px;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.block-blog-hero-post .page-title {
	font-size: 42px;
}
.latest-news-list .card-news .card-image {
	height: 250px;	
}


.latest-news-list.page-blog-list h1 {
	text-align: center;
}
.latest-news-list.page-blog-list .col-md-4 {
	margin-bottom: 30px;
}

.latest-news-list .card-news .card-header {
	justify-content: flex-start;
}
.latest-news-list .card-news.hero-news-card .card-image {
	height: auto;
	max-height: 520px;
}
.hero-news-card {
	border-bottom: 1px solid var(--black2);
    border-radius: 0;
    padding-bottom: 30px;
}
.card-news.hero-news-card .card-body {
	width: 100%;
}

/*	project page	*/
.page-template-page-the-center-mall .block-about-item h4 {
	margin-bottom: 0;
}
.page-template-page-the-center-mall .block-about-item ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 0;
}
.page-template-page-the-center-mall .block-btns-wrapper {
	margin: 20px 0 0;
}

/*	newsletter	*/
.newsletter-wrapper {
	
}
.newsletter-wrapper div.wpforms-container-full input[type=submit], 
.newsletter-wrapper div.wpforms-container-full button[type=submit], 
.newsletter-wrapper div.wpforms-container-full .wpforms-page-button {
	font-size: 18px;
	font-weight: 700;
	padding: 10px 35px;
	border-radius: 50px;
	text-wrap: nowrap;
}
.newsletter-wrapper div.wpforms-container-full input[type=submit]:not(:hover):not(:active), 
.newsletter-wrapper div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
.newsletter-wrapper div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
	color: var(--white);
	background: var(--purple);
	border-color: var(--purple);
}
.newsletter-wrapper div.wpforms-container-full input[type=submit]:hover, 
.newsletter-wrapper div.wpforms-container-full input[type=submit]:active, 
.newsletter-wrapper div.wpforms-container-full button[type=submit]:hover, 
.newsletter-wrapper div.wpforms-container-full button[type=submit]:active, 
.newsletter-wrapper div.wpforms-container-full .wpforms-page-button:hover, 
.newsletter-wrapper div.wpforms-container-full .wpforms-page-button:active {
	color: var(--purple);
	background: var(--white);
	border-color: var(--purple);
}
.newsletter-wrapper .wpforms-field-container,
.newsletter-wrapper .wpforms-container input[type=email] {
	width: 100%;
	max-width: 100%;
}
.newsletter-wrapper .wpforms-container .wpforms-field {
	padding: 0;
}
.newsletter-wrapper div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	margin: 0;
}

/*	Slider	*/
/* .project-gallery-slider {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.project-gallery-slider .slick-track {
    display: flex !important;
}

.project-gallery-slider .slick-slide {
    display: block;
    height: auto;
    margin: 0 10px;
    outline: none;
}

.project-gallery-slider .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.project-gallery-slider .slick-prev,
.project-gallery-slider .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.project-gallery-slider .slick-prev:before,
.project-gallery-slider .slick-next:before {
    font-size: 20px;
    color: white;
} */
/* .project-gallery-slider {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.project-gallery-slider .slick-track {
    display: flex !important;
}

.project-gallery-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.project-gallery-slider .slick-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.project-gallery-slider .slick-prev,
.project-gallery-slider .slick-next {
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.project-gallery-slider .slick-prev:before,
.project-gallery-slider .slick-next:before {
    font-size: 20px;
    color: white;
}

.project-gallery-slider .slick-track,
.project-gallery-slider .slick-list {
	height: 500px;
} */
.project-gallery-swiper {
/*     padding: 0 10%; */
	padding: 0;
    position: relative;
}
.project-gallery-swiper .swiper-slide {
    transition: transform 0.3s ease;
}
.project-gallery-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}
.swiper-pagination-bullet {
    background: #000;
}

/* .preloader-wrapper {
	background: #fff url('https://almashreqmud.com/wp-content/uploads/2025/04/loader-background-scaled.webp') no-repeat left center / cover;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 100;
}
.preloader-wrapper img {
	width: 590px;
	max-width: 80%;
} */
.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.preloader-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}

.preloader-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.preloader-wrapper svg {
	width: 100%;
	max-width: 300px;
	height:auto;
}

#loader-percentage {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #453287; /* Match your SVG color */
  font-family: sans-serif;
	text-align: center;
}
.preloader-wrapper .fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  pointer-events: none;
}
/*	contact header */
.special-navbar-nav {
	padding: 0 30px 0 0;
	margin-left: auto;
}
.page-template-page-contact-php .header-left-nav .btn-primary {
	display: none;
}

/* Default state of the image */
.btn-primary .image-hover-effect {
    transition: filter 0.3s ease; /* Smooth transition for the filter */
}

/* Hover state - Apply the color filter */
.btn-primary:hover .image-hover-effect {
    filter: brightness(0) saturate(100%) invert(60%) sepia(88%) saturate(1500%) hue-rotate(6deg) brightness(105%) contrast(105%);
}

/*	profile page	*/
.page-template-page-profile .header,
.page-template-page-profile .footer-top-block {
	display: none;	
}
.page-template-page-profile 
.profile-banner {
	display: flex;
	align-items: flex-end;
	width: 100%;
	background: var(--orange);
	min-height: 200px;
}
.page-template-page-profile .block-profile-page {
	padding-top: 0;
}
.profile-img-wrapper {
	background: var(--white);
	border: 5px solid var(--white);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	padding: 25px;
	margin: 0 auto -45px;
}
.profile-img-wrapper img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.block-about-profile {
	max-width: 480px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
}
.block-about-profile h1 {
	font-size: 32px;
}
.block-about-profile h1,
.block-about-profile p {
	margin: 0;
}

.profile-social-media-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 0;
	margin: 20px 0 ;
	list-style: none;
}

.profile-social-media-nav a path,
.profile-social-media-nav a:hover path {
	transition: all .3s ease-in-out;
}
.profile-social-media-nav a:hover path {
	fill: var(--orange);
}
.profile-social-media-nav a:hover path.with-stroke {
	stroke: var(--orange);
}

.profile-list-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	width: 100%;
}
.profile-list-nav li {
	display: flex;
	width: 100%;
}
.profile-list-nav a {
	padding: 10px 35px;
	font-size:16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	border: 1px solid var(--orange);
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	color: var(--orange);
	text-decoration: none;
	width: 100%;
}
.profile-list-nav a:hover {
	background: var(--orange);
	color: var(--white);
	border-color: var(--orange);
	transition: all .3s ease-in-out;
	text-decoration: none;
}

.block-about-profile .block-about-item {
	gap: 10px;
}
.page-template-page-profile #block-8 .social-media-nav {
	display: none;
}

.page-template-page-the-center-mall .home-hero-banners-wrapper {
	position: relative;
    min-height: auto;
    padding: 95px 0;
}
.page-template-page-the-center-mall .home-hero-banners-wrapper::before {
	content: '';
	z-index: 9;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(69, 50, 135, 0.75) 0%, #453287 100%);
	display: block;
}
.page-template-page-the-center-mall .home-hero-banners-wrapper .container {
	z-index: 10;
}
.page-template-page-the-center-mall .block-about-item-img {
	border-radius: 8px;
	overflow: hidden;
}

.block-need-consultation-wrapper {
	overflow: hidden;
}
.hero-banner-video {
	display: flex;
}
.hero-banner-video-mobile {
	display: none;
}

.content-for-mobile-only,
.content-after-form-mobile {
	display: none;	
}

.contact-form-wrapper div.wpforms-container-full input[type=checkbox]:focus:before, 
.contact-form-wrapper div.wpforms-container-full input[type=radio]:focus:before,
.contact-form-wrapper div.wpforms-container-full input[type=checkbox]:checked:before, 
.contact-form-wrapper div.wpforms-container-full input[type=radio]:checked:before {
	border-color: var(--purple);
	box-shadow: 0 0 0 1px var(--purple), 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.contact-form-wrapper div.wpforms-container-full input[type=checkbox]:checked:after {
	border-bottom-color: var(--purple);
}

.content-header-mobile-nav {
	display: none;
}

@media (min-width: 993px) {
}
@media screen and (max-width: 1100px) {}
 
@media screen and (max-width: 992px) {
	
	.block-feature .col-lg-3 {
		margin-bottom: 30px;
	} 
	
	.block-about-item-wrapper .col-lg-1 {
		display: none;
	}

	/* Horizontal layout (mobile) */
	.thumb-slider .slick-prev {
		position: absolute;
		left: -40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.thumb-slider .slick-next {
		position: absolute;
		right: -40px;
		top: 50%;
		transform: translateY(-50%);
	}
	
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    
     /*.navbar-collapse {
        background: var(--white);
        z-index: 10;
        right: 0;
        position: fixed;
        top: 0;
        height: 100%;
        display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
        width: 500px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    .navbar-collapse.collapse {
        display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
        width: 0;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

  	.navbar-collapse.collapse.show {
        width: 500px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    .navbar-collapse .navbar-nav {
        display: flex;
        flex-direction: column;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        margin: 0 auto;
        padding: 0;
        align-items: flex-start;
        width: 100%;
        opacity: 1;
        overflow: hidden;
    }

    .navbar-collapse .navbar-nav .nav-item {
        padding: 0;
    }
    .navbar-collapse .navbar-nav .nav-item:first-child {
        padding-top: 0;
    }
    .navbar-collapse .navbar-nav .nav-item:last-child {
        padding-bottom: 0;
    }

    .navbar-collapse .navbar-nav .nav-item a i {
        margin: 0 0 0 25px;
    }
	.navbar-collapse .navbar-nav .menu-item a {
		padding: 10px 20px;
		color: var(--purple);
	}
    .navbar-collapse .navbar-nav .menu-item a:hover {
        background: #fff;
        color: var(--black2);
        border-radius: 5px;
        text-decoration: none;
    }

    .navbar-collapse .navbar .collapse.show .navbar-nav {
        opacity: 1;
        transition: all .9s ease-in-out;
        -webkit-transition: all .9s ease-in-out;
        -moz-transition: all .9s ease-in-out;
        -ms-transition: all .9s ease-in-out;
        -o-transition: all .9s ease-in-out;
    } */
	
	.navbar-collapse {
		position: absolute;
		top: 76px;
		left: inherit;
		right: 0;
		background: var(--white);
		border: 0;
		width: 0;
		height: calc(100vh - 76px);
		overflow: hidden;
		z-index: 100;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.navbar-collapse.show {
		width: 100%;
		height: calc(100vh - 76px);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.navbar-collapse,
	.navbar-collapse.show {
		transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
	}
	.navbar-collapse .navbar-nav {
		opacity: 0;
		transition: all .1s ease-out;
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        -ms-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
	}
	
	.navbar-collapse.show .navbar-nav {
		opacity: 1;
		transition: all .6s ease-in;
        -webkit-transition: all .6s ease-in;
        -moz-transition: all .6s ease-in;
        -ms-transition: all .6s ease-in;
        -o-transition: all .6s ease-in;
	}
	
	
	.navbar-nav {
		gap: 0;
		padding: 0;
		border: 0;
	}
	.navbar .menu-item {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.navbar .menu-item a {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 10px 0;
	}

    .navbar-toggler {
        width: 24px;
        height: 24px;
        display: flex;
        padding: 0;
        flex-direction: column;
        justify-content: space-around;
        position: absolute;
        z-index: 11;
        top: 50%;
        margin: -12px 0 0;
        right: 69px;
        border: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 5px;
        width: 24px;
        background: var(--black2);
        border-radius: 0;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .header-transparent .navbar-toggler span {
        background: #fff;
    }

    .navbar-toggler span:nth-child(1) {
        top: 0;
    }

    .navbar-toggler span:nth-child(2) {
        top: 0;
    }

    .navbar-toggler span:nth-child(3) {
        top: 10px;
    }

    .navbar-toggler.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 5px;
    }

    .navbar-toggler.open span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 5px;
    }

    .navbar-toggler.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        
        top: 17px;
        width: 0%;
        right: 50%;
    }

    .navbar-toggler.open span {
        background: #fff;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    /*	new nav icon	*/


     .navbar-toggler svg {
        stroke: var(--black2);
        transition: .2s;
    }
    .header-transparent .navbar-toggler.collapsed svg {
        stroke: var(--white);
    }


    .navbar-toggler svg g:first-child {
        opacity: 1;
        transition: opacity 0s .2s;
    }
    .navbar-toggler svg g:first-child line {
        transition: transform .2s .2s;
            transform: translateY(0px);
    }

    .navbar-toggler svg g:last-child {
        opacity: 0;
        transition: opacity 0s .2s;
    }
    .navbar-toggler svg g:last-child line {
        transition: transform .2s;
        transform: rotate(0deg);
        transform-origin: center;
    }

    .navbar-toggler.menu-open svg {
        stroke: #fff;
    }

    .navbar-toggler.menu-open svg g:first-child {
        opacity: 0;
    }
    .navbar-toggler.menu-open svg g:first-child line {
        transition: transform .2s;
    }
    .navbar-toggler.menu-open svg g:first-child line:first-child {
        transform: translateY(7px);
    }
    .navbar-toggler.menu-open svg g:first-child line:last-child {
        transform: translateY(-7px);
    }

    .navbar-toggler.menu-open svg g:last-child {
        opacity: 1;
    }
    .navbar-toggler.menu-open svg g:last-child line {
        transition: transform .2s .2s;
    }
    .navbar-toggler.menu-open svg g:last-child line:first-child {    
        transform: rotate(45deg);
    }
    .navbar-toggler.menu-open svg g:last-child line:last-child {
        transform: rotate(-45deg);
    } 
	
	.container {
		max-width: 100%;
	}
	
	
	.contact-social-media-desktop {
		display: none;
	}
	.content-after-form-mobile {
		display: flex;
		flex-direction: column;
		margin: 40px 0;
		width: 100%;
	}
	
}

@media screen and (max-width: 768px) {
	
 	/*.navbar-collapse.collapse.show {
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
		box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
	} */
	
	.footer-copyrights-block p,
	.footer-copyrights-block a {
		text-align: center;
	}
	.powered-by-wrapper {
		justify-content: center;
	}
	.footer-copyrights-block .row {
		gap: 10px;
		display: flex;
		flex-direction: column;
	}
	
	.page-template-page-home .block-about-item-wrapper .row {
		flex-direction: column-reverse;
		gap: 20px;
	}
	
	.header-left-nav li {
		display: none;
	}
	.header-left-nav li:last-child {
		display: flex;
	}
	
	.block-btns-wrapper {
		flex-direction: column;
		margin: 20px 0;
	}
	.block-btns-wrapper .btn {
		width: 100%;
	}
	
	.latest-news .col-lg-5 {
		border: 0;
	}
	
	.card-news.horizontal .card-image {
		margin-bottom: 15px;
	}
	.block-faqs .accordion-button {
		text-align: right;
	}
	.block-need-consultation-img {
		margin: 30px 0 0;
	}
	
	h1,
	.block-blog-hero-post .page-title {
		font-size: 36px;
	}
	h2,
	.block-quote h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
	
	.block-faqs .accordion-button, 
	.block-faqs .accordion-button:not(.collapsed) {
		font-size: 18px;	
	}
	.footer {
		overflow: hidden;
	}
	

	.page-template-page-the-center-mall .block-about-item-wrapper .row {
		gap: 20px;
	}
	
	.block-need-consultation {
		padding: 20px 20px 0;
	}
	
	.footer h5 {
		margin: 20px 0;
	}
	
	
	.content-header-mobile-nav {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
		opacity: 0;
		transition: all .1s ease-in;
        -webkit-transition: all .1s ease-in;
        -moz-transition: all .1s ease-in;
        -ms-transition: all .1s ease-in;
        -o-transition: all .1s ease-in;
	}
	.content-header-mobile-nav .header-left-nav {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin: 40px 0 0;
	}
	.content-header-mobile-nav .header-left-nav li:last-child {
		display: none;
	}
	.navbar-collapse.show .content-header-mobile-nav {
		opacity: 1;
		transition: all .6s ease-out;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
        -o-transition: all .6s ease-out;
	}
	
	.content-header-mobile-nav .header-left-nav li {
		display: flex;
	}
	.content-header-mobile-nav .header-left-nav li:last-child {
		display: none;
	}
	
	
	.page-template-page-home .home-hero-banners-wrapper {
		min-height: calc(100vh - 95px);
	}
	.page-template-page-home .block-project-slider-wrapper {
		padding-top: 0;	
	}
	
}

@media screen and (max-width: 575px) {
 	/*.navbar-brand {
		height: 33px;
	} */
	
 	/*.navbar-collapse.collapse.show {
		width: 280px;
	} */
	.preloader-wrapper {
		padding: 0 30px;
	}
	.preloader-wrapper svg {
		width: 75%;
		height: auto;
	}
	
	
	
	

}

@media screen and (max-width: 480px) {
	.hero-banner-video {
		display: none;
	}
	.hero-banner-video-mobile {
		display: flex;
	}
	.page-template-page-the-center-mall .hero-banner-video {
		display: flex;
	}
	
	.contact-form-wrapper  .wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block {

	}
}