body {
	font-family: 'Tajawal', sans-serif;
}

a {
	text-decoration: none;
}

textarea#comment {
	max-width: 100%;
}

::selection {
	background-color: #1E1E1E;
	color: #FFF;
}

.post, .page {
	margin: 0;
}

h2.entry-title {
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0;
}

.wow {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

input#submit {
	background-color: #C6A27C;
	color: #FFFFFF;
	padding: 13px 30px;
	border: none;
	border-radius: 0;
}

.up {
	position: fixed;
	left: 40px;
	bottom: 75px;
	height: 40px;
	width: 40px;
	background-color: #c6a27c;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 10px #eeeeeea8;
}

.up a {
	color: #FFFFFF !important;
	font-size: 20px !important;
}

/* scrollbar */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #C6A27C;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #C6A27C;
}

img, svg {
	max-width: 100%;
}

body, button, input, select, optgroup, textarea {
	font-family: 'Tajawal', sans-serif;
}

input.wpcf7-form-control, textarea.form-control {
	background-color: #F8F8F8;
	border-radius: 0;
	border: none;
	padding: 14px;
	font-size: 13px;
	text-align: left;
}

textarea.form-control {
	height: 100px;
}

.rtl input.wpcf7-form-control, .rtl textarea.form-control {
	text-align: right;
}

span.wpcf7-spinner {
	display: none;
}

input.wpcf7-submit {
	color: #FFF !important;
	background-color: #C6A27C !important;
	border-style: solid !important;
	border-width: 0 !important;
	border-color: #FFFFFF !important;
	border-radius: 0 !important;
	padding: 15px 50px 15px 50px !important;
}

#users .elementor-image-box-img img {
	height: 170px;
	width: 170px;
	object-fit: cover;
}

.menu-item .dropdown-menu {
	background-color: #FFFFFF;
	border: none;
	display: none;
	text-align: right;
	box-shadow: 0 0 5px #dddddd;
}

.menu-item:hover .dropdown-menu {
	display: block;
}

.tss-carousel-main .swiper-pagination-bullet:hover,
.tss-carousel-main .swiper-pagination-bullet-active,
.tss-carousel .swiper-pagination-bullet:hover,
.tss-carousel .swiper-pagination-bullet-active {
	background: #37dcbb;
}

.tss-wrapper .rt-responsive-img{
	height: 100px;
}

.modal-backdrop {
	z-index: 9 !important;
}

/* Header */
#top {
	background: #0000004a;
	padding: 7px 0;
	color: #979CA5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	width: 50%;
}

.rtl #top {
	right: auto;
	left: 0;
}

#top .list-contact i {
	color: #C6A27C;
	font-size: 11px;
	margin: 0 7px;
	border-right: 1px solid;
	padding-right: 20px;
}

.rtl #top .list-contact i {
	border-right: none;
	padding-right: 0;
	border-left: 1px solid;
	padding-left: 20px;
}

#top a {
	color: #979CA5;
}

#top .social i {
	color: #979CA5;
	font-size: 11px;
	margin: 0 5px
}

#top .social i:hover {
	color: #C6A27C;
}

#top ul {
	margin: 0;
}

header#masthead {
	background: url("../images/bg-s.jpg")center /cover;
	background-attachment: fixed;
	margin-bottom: 30px;
	position: relative;
	color: #FFFFFF;
	box-shadow: 0 1px 5px #dddddd;
}

.offcanvas-body {
	margin-top: 20px;
}

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.sticky img.main-logo {
	max-height: 60px !important;
}

.sticky .offcanvas-body {
	margin-top: 0 !important;
}

.sticky + .site-main, .sticky + .elementor {
	padding-top: 100px;
}

header#masthead .border-bottom {
	border-bottom: 2px solid #dee2e61a!important;
	padding-top: 7px;
	padding-bottom: 7px;
}

header#masthead .fa-phone-flip, header#masthead .fa-envelope {
	font-size: small;
}

header#masthead input.search-field {
	height: 45px;
	width: 300px;
	padding: 15px;
	border-radius: 30px;
}

header#masthead input.search-submit {
	height: 45px;
	width: 160px;
	background-color: #C6A27C;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 30px;
}

header#masthead a.btn-h {
	border: 1px solid #c6a27c;
	border-radius: 35px;
	height: 35px;
	margin: auto;
}

header#masthead button {
	padding: 5px !important;
}

header#masthead .navbar {
	padding-top: 7px;
	padding-bottom: 7px;
}

header#masthead .navbar-nav {
	align-items: center;
}

header#masthead a {
	color: #FFFFFF;
	font-size: 15px;
	/* font-weight: 600; */
}

header#masthead a:hover {
	color: #C6A27C;
}

header#masthead span.elementor-button {
	margin-top: -10px;
}

header#masthead .menu-item {
	margin: 0 10px;
}

header#masthead .fa-phone-alt {
	color: #113E83;
	margin-right: 5px;
}

.navbar-nav {
	padding-right: 30px;
	margin: 0;
}

header#masthead i.fa-magnifying-glass {
	color: #C6A27C;
}

header#masthead .navbar-brand img {
	max-height: 120px;
	width: auto;
}

header#masthead div#navbarHeader {
	justify-content: flex-end;
}

.rtl header#masthead div#navbarHeader {
	border-radius: 0 80px 0 0;
	margin-right: 40px;
	margin-left: -12px;
}

header#masthead div#navbarHeader.show {
	margin-bottom: 10px !important;
}

header#masthead a.button-link {
	color: #FFF;
	font-weight: 300;
	border: 1px solid #CFAE83;
	padding: 5px 30px;
	border-radius: 30px;
}

/* Swiper */
:root {
	--swiper-theme-color: #333;
	--swiper-navigation-size: 18px;
}

/* Footer */
footer#colophon {
	margin-top: 30px;
	background: url("../images/bg-f.jpg")center /cover;
	background-attachment: fixed;
	color: #ffffffa1;
	position: relative;
}

footer#colophon img.footer-logo {
	width: 200px;
}

footer#colophon p {
	font-size: 14px;
	color: #ffffff85;
	line-height: 30px;
	text-align: justify;
}

.home footer#colophon {
	margin-top: 0;
}

footer#colophon h4 {
	font-size: 16px;
	/* font-weight: bold; */
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}

/*
footer#colophon h4::after {
content: "";
width: 50px;
display: block;
border: dashed 1px #ffffff54;
margin-top: 20px;
}
*/

footer#colophon ul {
	list-style-type: none;
	padding-inline-start: 0;
	margin: 0;
}

footer#colophon ul li {
	line-height: 2em;
}

footer#colophon ul.list-contact {
	list-style-type: none;
	padding-inline-start: 0;
}

footer#colophon ul.list-contact li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

footer#colophon ul.list-contact li i {
	color: #C6A27C;
	font-size: 15px;
	margin-right: 15px;
}

.rtl footer#colophon ul.list-contact li i {
	margin-right: 0;
	margin-left: 15px;
}

footer#colophon a {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff85;
}

footer#colophon ul.list-contact li:hover,
footer#colophon a:hover {
	color: #FFFFFF;
}

footer#colophon .border-dark {
	border-color: #32373c!important;
}

footer#colophon .social-f li {
	/* height: 35px; */
	/* width: 35px; */
	line-height: 35px;
	/* text-align: center; */
	/* border: 1px solid #ffffff12; */
	margin: 15px 10px;
}

footer#colophon .social-f li a {
	font-size: 13px;
	color: #FFFFFF;
}

footer#colophon .social-f li a:hover {
	color: #FFFFFF;
}

footer#colophon .copy {
	font-size: 14px;
	background-color: #0000004a;
}

footer#colophon .copy .border-top {
	border-top: 1px solid #dee2e617!important;
}


/* RESPONSIVE */
@media (max-width: 62em) {
	#top span {
		display: none;
	}

	button.navbar-toggler {
		position: absolute;
		top: 20px;
		z-index: 10;
		right: 15px;
		background-color: transparent;
		border: none;
	}

	.rtl button.navbar-toggler {
		left: 15px;
		right: auto;
	}

	.navbar-toggler:hover, .navbar-toggler:focus,
	.rtl .navbar-toggler:hover, .rtl .navbar-toggler:focus {
		border: none;
		background-color: transparent;
	}

	header#masthead .d-flex {
		margin: auto;
	}

	span.navbar-toggler-icon {
		top: 0;
		right: 15px;
		position: absolute;
	}

	.rtl span.navbar-toggler-icon {
		left: 0;
		right: auto;
	}

	header#masthead div#navbarHeader {
		margin-right: 0;
		margin-left: 0;
	}

	.rtl header#masthead div#navbarHeader {
		margin-right: 0;
		margin-left: 0;
	}

	header#masthead .navbar {
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar-nav {
		padding-right: 0;
		margin: 0;
	}

	header#masthead .menu-item {
		margin-left: 0;
	}

	header#masthead .menu-item {
		text-align: center;
		margin-bottom: 15px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	header#masthead .navbar-brand img, .sticky img.main-logo {
		max-height: 60px !important;
	}

	footer#colophon {
		margin-top: 1em;
	}

}

@media (max-width: 40em) {

}