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

html {
	scroll-behavior: smooth;
}

p,
span,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Heebo" !important;
}

body {
	font-family: "Heebo", sans-serif;
	direction: rtl;
	text-align: right;
	background-color:#E8E2D8;
}

nav {
	background-color: #E8E2D8;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

a:hover,
.text-green,
nav .active a,
nav a:hover,
.menu-social-link i:hover {
	/* color: #1bbd36; */
	color: #000;
	transition: all linear 0.3s;
}
.text-green1{
	color:#fff;
}
nav .nav-link {
	padding: 10px 0 10px 30px;
	font-family: "Heebo", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #111;
}

.navbar-expand-lg .navbar-nav .nav-link,
.menu-social-link {
	padding-right: 10px;
	padding-left: 10px;
}

.navbar-nav {
	padding: 10px;
}

.menu-social-link i {
	color: #000;
}

.menu-social-container {
	padding-right: 5px;
	border-right: 0px solid #a0a0a0;
}

.img-logo {
	height: 45px;
}

.slider-img-bg {
	position: relative;
	background-position: center center;
	background-size: cover;
	/* width: 100vw; */
	height: calc(100vh - 71px);
}

.no-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 0px;
	outline: 0px;
}

.left-arrow-desktop {
	position: absolute;
	left: 15px;
	top: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.right-arrow-desktop {
	position: absolute;
	right: 15px;
	top: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left-arrow-desktop i,
.right-arrow-desktop i {
	font-size: 48px;
}

button:focus {
	outline: 0px;
}

.slick-arrow {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	width: 54px;
	height: 54px;
}

#slider-desktop {
	height: calc(100vh - 71px);
}

#slider-desktop .slick-dots {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#slider-desktop .slick-dots {
	list-style: none;
}

#slider-desktop .slick-custom-dot {
	width: 15px;
	height: 15px;
	background-color: #dadbdb;
	border-radius: 50%;
	transition: all linear 0.3s;
}

#slider-desktop .slick-active .slick-custom-dot {
	width: 18px;
	height: 18px;
	/* background-color: #1bbd36; */
	background-color: #375749;
	transition: all linear 0.3s;
}

#slider-desktop .slider-content {
	background: rgba(4, 4, 4, 0.7);
	padding: 20px;
	color: #fff;
	/* border-top: 5px solid #1bbd36; */
	border-top: 5px solid #375749;
	position: absolute;
	width: 650px;
	bottom: 0px;
	opacity: 0;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#slider-desktop .slick-current .slider-content {
	bottom: 100px !important;
	transition: all 0.8s linear;
	-webkit-animation: fadein 1.4s ease-in forwards;
	-moz-animation: fadein 1.4s ease-in forwards;
	animation: fadein 1.4s ease-in forwards;
}

#slider-desktop .slider-content-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.read-more-btn {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 4px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	/* border: 2px solid #1bbd36; */
	border: 2px solid #375749;
}

.font-size-28px {
	font-size: 28px;
}

#slider-desktop .slick-dots {
	padding: 0px;
}

footer {
	color: #fff;
	font-size: 14px;
	background: #111;
}

.footer-top {
	padding: 60px 0 30px 0;
	background: #1e1e1e;
}

.footer-top-title-big {
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.footer-top-title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}

.list-style-none {
	list-style: none;
	padding: 0px;
}

.nav-footer-link {
	color: rgba(255, 255, 255, 1.0);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	font-size: 14px;
}

.nav-footer-icon {
	/* color: #1ed33c; */
	color: #fff;
	font-size: 18px;
}

.nav-footer-container {
	padding-bottom: 10px;
}

.footer-top-desc {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
}

.footer-top form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px 0 0 4px;
	text-align: left;
}

.footer-top form input[type="email"] {
	border: 0;
	padding: 4px 8px;
	width: calc(100%);
}

.footer-top form input[type="submit"] {
	position: absolute;
	top: 0;
	left: -4px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	/* background: #1bbd36; */
	background: #375749;
	color: #fff;
	transition: 0.3s;
	border-radius: 4px 0px 0px 4px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.footer-social-link a {
	color: white;
}

.footer-social-link {
	font-size: 18px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.0);
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

.copyright {
	text-align: right;
	color:#fff;
}

.footer-social-container {
	text-align: left;
}

.footer-contact-p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	color: rgba(255, 255, 255, 0.7);
}

.editor-section h1,
.h2-title,
.editor-section h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.editor-section h1 {
	text-align: right;
	display: inline-block;
	font-size: 24px;
}

.editor-section h1::after,
.h2-title::after,
.editor-section h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	/* background: #1bbd36; */
	background: #375749;
	bottom: 0;
	left: calc(50% - 25px);
}

.editor-section p {
}

.editor-section img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.contact-us-form-container {
	width: 100%;
	box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
	padding: 30px;
	background: #fff;
}

.send-btn:focus,
.send-btn:active,
.send-btn:hover {
	background: #2ae149;
	border-color: #2ae149;
}

.send-btn {
	/* background: #1bbd36; */
	background: #375749;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
	margin-top: 30px;
}

.contact-us-icon-card {
	font-size: 20px;
	/* color: #1bbd36; */
	color: #375749;
	float: left;
	width: 44px;
	height: 44px;
	/* border: 1px solid #1bbd36; */
	border: 1px solid #375749;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s;
}

.contact-us-icon-card i {
	font-size: 20px;
}

.contact-us-title-card {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #111;
}

.contact-us-content-card {
	margin-bottom: 0;
	font-size: 14px;
	color: #444444;

	text-align: right;
}

.contact-us-spacing {
	margin: 50px 0px;
}

label.error {
	color: red;
	text-align: right;
	width: 100%;
}

.loader {
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	/* border-top: 4px solid #1bbd36; */
	border-top: 4px solid #375749;
	width: 24px;
	height: 24px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: none;
}

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

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

.loader-container {
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#googlemaps_component {
	width: 100%;
	height: 355px;
}

.navbar-container {
	padding: 15px 0;
	/* background: #1bbd36; */
	background: #375749;
}

.navbar-container .navbar-title {
	font-size: 26px;
	font-weight: 300;
	color: #fff;
}

.logos-container {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	background: #fff;
	/*height: 100px;*/
}

.logos-container img {
	transition: all 0.3s ease-in-out;
	height: 45px;
}

.rec-container {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	background: #fff;
	/* height: 400px; */
}

.rec-container img {
	transition: all 0.3s ease-in-out;
	height: 300px; 
}

.cer-container {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	background: #fff;
	/* height: 400px; */
}

.cer-container img {
	transition: all 0.3s ease-in-out;
	/* height: 300px; */
}

.logos-row-container {
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
}

.logos-section {
	padding: 60px 0;
}

.img-zoom:hover {
	transform: scale(1.2);
}

.portfolioFilter {
	padding: 15px 0;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.portfolioFilter a {
	margin-right: 6px;
	color: black;
	text-decoration: none;
	padding: 4px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.portfolioFilter a:hover {
	/* color: #1bbd36; */
	color: #375749;
}

.portfolioFilter a.current {
	color: white;
	/* border-bottom: 3px solid #1bbd36; */
	border-bottom: 3px solid #375749;
	/* background: #1bbd36; */
	background: #375749;
	border-radius: 4px;
}

.portfolioContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.portfolioContainer img {
	width: 100%;
	display: inline-block;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.grid-item {
	width: calc(33.3% - 30px);
	margin: 15px;
	position: relative;
}

.margin-card {
	margin-right: 1rem;
}

.lang-container {
	padding-right: 15px;
	border-right: 1px solid #a0a0a0;
	margin-right: 10px;
}

.img-flag {
	width: 16px;
	height: 16px;
}

.back-to-top:hover {
	background: #2ae149;
	color: white !important;
	text-decoration: none;
}

.back-to-top {
	position: fixed;
	/* opacity: 0; */
	left: 15px;
	bottom: 15px;
	z-index: 996;
	/* background: #1bbd36; */
	background: #375749;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
	color: white;
}

.footer-social-link:hover {
	/* background: #1bbd36; */
	background: #375749;
}

.d-mobile {
	display: none;
}
.d-desktop {
	display: block;
}
.w420px{
	width:320px !important;
	height:auto !important;
}

span.play {
    font-size: 31px !important;
    line-height: 18px;
    top: -16px;
    left: -2px;
    opacity: 1;
    color: red;   
}
span.play{
    position: absolute;
    width: 50px;
    height: 50px;
    background: none;
    left: 42%;
    top: 36%;
    z-index: 999;
    border-radius: 50%;
    font-size: 50px !important;
    color: #fff;
    border: 3px solid red;
	display:flex;
	justify-content:center;
	align-items:center;
}

span.play i {
	color:red;
}

