/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:cairo, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#bd9a4d;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d15c56;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1280px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border:1px solid rgba(0,0,0,0.3);
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle.circle_link:before{
	width:35px;
	height:35px;
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#bd9a4d;
	position:absolute;
	top:-3px;
	left:-3px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	text-transform:uppercase;
	background:#bd9a4d;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #8b7648;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:hover:after{
	background:#bd9a4d;
}
.play_more a:after {
	content: "\f41f";
	font-family: MaterialSymbolsOutlined;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	float: left;
	text-align: center;
	margin-right:20px;
	font-size: 18px;
	font-weight: normal;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	margin-top: 8px;
	margin-left: 10px;
}
.play_more a:before{
	background:#ac9666;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	top:0;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	float:left;
	display:block;
	z-index:2000;
	height:65px;
}
#top .s_contact{
	margin-left:225px;
}
#top .s_contact.s_contact2{
	margin-left:0;
}
.s_contact.s_contact2 {
	float: right;
	margin-right: 255px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;	
	padding:0px 10px;
}
#top .s_contact li a,#top .s_contact li span{
	color:#bbb;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#333;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0px;
	position:relative;
	line-height:65px;
}
.s_contact li e {
	position: absolute;
	bottom: 20px;
	right:25px;
	height: 1px;
	left:100%;
	background: #000;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
#top .s_contact li e {
	background: #bd9a4d;
}
.s_contact li:hover e{
	left:0;
}
.s_contact li span{
	letter-spacing:normal;
}
#top .s_contact li a:before,#top .s_contact li span:before{
	color:#bbb;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:middle;
	display:inline-block;
	font-size:16px;
	color:#555;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:MaterialSymbolsOutlined;
}
.s_contact li a img{
	vertical-align:middle;
	margin-left:5px;
}
.s_contact li.phone a:before{
	content:"\f5d1";
}
.s_contact li.mail a:before{
	content:"\e6c2";
}
.s_contact li.mapi span:before{
	content:"\e0c8";
}
.s_contact li a:hover{
	color:#000;
}
/*end top*/
/*start header*/
#header {
	z-index: 1000;
	width: 100%;
	height: 95px;
	float: left;
	clear: both;
	position: absolute;
	top: 65px;
	left: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	overflow: hidden;
	margin-top: -60px;
}
.logo a img {
	height: 148px;
}
.get_qoute {
	float: left;
	margin-top: 15px;
	margin-right:0px;
}
.nav {
	float: left;
	position: relative;
	margin-left: 67px;
}
.nav:before {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	left: 0;
	width: ;
	height: 4px;
	background: #ccc8c7;
	border-radius: 50px;
	opacity: 0.1;
	display: ;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 43px;
}
.nav li a {
	display: block;
	color: #bbb;
	line-height: 95px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
}
.nav li.has_sub a:before{
	content:"\f1e2";
	font-family:MaterialSymbolsOutlined;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
	margin-left:12px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#bd9a4d;
	position:absolute;
	top:-1px;
	left:0px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	width:100%;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:95px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	background:#fff;
	width:245px;
	right:0px;
	overflow:hidden;
	top:70px;
	padding:15px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a:before{
	position:relative;
	background:none;
	width:auto;
	height:auto;
	content:"\f8ab";
	font-family:MaterialSymbolsOutlined;
	vertical-align:0px;
	display:inline-block;
	font-weight:normal;
	margin-left:8px;
}
.nav li .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#333;
	font-size:14px;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
.nav li .sub ul li a:hover{
	background-color:#333;
	border-bottom:1px dashed #bd9a4d;
	color:#fff;
	padding-right:17px;
}
.nav li .sub ul li:last-child a{
	border-bottom:none;
}
/*end header*/
/*start footer*/
#footer{
	background-color:#333;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;	
	width:100%;
	clear:both;
	position:relative;
	border-bottom:10px solid #bd9a4d;
}
#footer:before {
	content:"";
	z-index:100;
	position: absolute;
	right: -26.04%;
	left: 75.94%;
	top: 12.69%;
	bottom: -4.15%;
	opacity: .50;
	filter: blur(120px);
	background: radial-gradient(50% 50% at 50% 50%, #2bd96a 0%, rgba(7, 12, 20, 0) 100%);
}
#footer .width{
	position:relative;
}
.bottom_slice {
	position: absolute;
	z-index: 200;
	border-right: 200px solid transparent;
	border-bottom: 200px solid #bd9a4d;
	bottom: 0px;
	left: 0px;
}
.foot {
	position: absolute;
	top: -40px;
	right: 0;
	margin:0px -15px;
}
.foot li{
	display:block;
	float:right;
	padding: 0px 15px;
}
.foot li a {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	position:relative;
}
.foot li a:before {
	content: "\f1e2";
	font-family: MaterialSymbolsOutlined;
	font-weight: 400;
	display: inline-block;
	vertical-align: 0px;
	margin-left: 12px;
}
.foot li a:hover{
	color:#bd9a4d;
}
.foot li a:after{
	content:"";
	left:100%;
	right:27px;
	height:1px;
	background:rgba(0,0,0,0.9);
	position:absolute;
	bottom:-3px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.foot li a:hover:after{
	left:0;
}
.foot_logo{
	position:absolute;
	top:-80px;
	left:124px;
	opacity:1;
	-moz-transition: all 800ms;
	-webkit-transition:all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
}
.foot_logo img{
	height:76px;
}
#footer_contact {
	width: 100%;
	float: right;
	background:#ac9666;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
#footer_contact .s_contact {
	margin-left: 150px;
}
#footer_contact .s_contact.s_contact2 {
	margin-right: 0;
	margin-left: 0;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:80px;
	color:#bbb;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	padding-left:150px;
	position:relative;
	z-index:500;
	line-height:80px;
}
.design a{
	position:relative;
}
.design a:hover{
	color:#fff;
}
.design a:after{
	content:"";
	left:100%;
	right:0;
	height:1px;
	background:rgba(255,255,255,0.4);
	position:absolute;
	bottom:0px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.design a:hover:after{
	left:0;
}
#bottom .social{
	float:right;
	margin-right:90px;
}
#bottom .social li{
	float:right;
	display:block;
}
#bottom .social li a {
	display: block;
	width: 40px;
	text-align: center;
	height: 80px;
	line-height: 90px;
}
#bottom .social li a svg {
	fill: #fff;
	width: 20px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
#bottom .social li a:hover svg{
	fill:#bd9a4d;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#333;
	z-index:66500;
	cursor:pointer;
	font-size:18px;
	left:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#bd9a4d;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before{
	font-family:MaterialSymbolsOutlined;
	display:block;
	font-weight:normal;
	content:"\f4b5";
}
.toTop:hover{
	background:#bd9a4d;
	border:5px solid #bd9a4d;
	color:#fff;
}
/*end totop*/
/*start whatsapp*/
.slider_quest_all{
	position:fixed;
	z-index:50000000;
	display:none;
	right:10px;
	bottom:20px;
}
.slider_quest{
  -webkit-animation: movetopbounce 5s linear infinite;
  animation: movetopbounce 5s linear infinite;
}
.slider_quest:after {
	content: "";
	width: 13px;
	height: 30px;
	background: #fff;
	position: absolute;
	right: 51px;
	top: 37px;
	z-index:9000;
	transform: rotate(54deg);
}
.slider_quest img {
	background: #fff;
	width: 50px;
	height: 50px;
	padding: 7px;
	border-radius: 10px;
	box-shadow: 0 20px 50px rgba(3,27,78,0.3);
	float: right;
}
.slider_quest_txt {
	float: left;
	background: #fff;
	border-radius: 10px;
	padding: 10px 40px 10px 25px;
	margin-left: 10px;
	margin-top: 50px;
	box-shadow: 0 20px 50px rgba(3,27,78,0.3);
}
.slider_quest_txt h4 {
	font-weight: 600;
	color: #555;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing:0px;
	display: block;
}
.slider_quest_txt h5 {
	color: #bd9a4d;
	font-weight: 400;
	font-size: 14px;
}
.slider_quest_close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 57px;
	top: 60px;
	cursor: pointer;
	z-index: 10000;
}
.slider_quest_close i:after {
	content: "";
	width: 1px;
	left: 12px;
	top: 5px;
	height: 15px;
	background: #000;
	position: absolute;
	transform: rotate(-45deg);
}
.slider_quest_close i:before {
	content: "";
	width: 1px;
	left: 12px;
	top: 5px;
	height: 15px;
	background: #000;
	position: absolute;
	transform: rotate(45deg);
}
/*end whatsapp*/
/*start newsbar*/
#newsbar {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 70px;
	height: 120px;
	direction:ltr;
}
#news-tick{
	border:none !important;
}
.bn-news {
	border:none !important;
	height: 120px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #555;
	font-weight: 200;
	letter-spacing:0px;
	line-height:120px;
	height: 120px;
	font-size:65px;
}
/*end newsbar*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	margin-bottom:60px;
	background:#221f1f;
	width:100%;
	overflow:hidden;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	height:100%;
	position:relative;
	padding:60px 15px 15px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_center{
	margin:0px auto;
	text-align:center;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:600;
	line-height:1.2;
	display: inline-block;
	text-transform:capitalize;
	color: #bbb;
	font-size:35px;
	margin-bottom: 25px;
}
.slider_cont h2 e{
	color:#bd9a4d;
}
.slider_cont h2 span{
	display:inline-block;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	opacity:0.4;
	left:0px;
	right:0px;
	height:100%;
	z-index:200;
	overflow:hidden;
}
.slideshow video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 200;
	transform: translateX(-50%) translateY(-60%);
	transition: 1s opacity;
}
.slidebg{
	background:#221f1f;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0.6;
	z-index:500;
}
.slider_info_all {
	position: absolute;
	right: 0px;
	bottom: 20px;
	z-index: 1000;
}
.slider_info {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
	padding: 15px;
	border-radius: 70px;
	overflow:hidden;
}
.slider_info_img{
	float:right;
}
.slider_info h3 {
	float: right;
	margin-right: -15px;
	font-weight: 400;
	color: #bbb;
	font-size: 14px;
	padding-top: 18px;
	margin-bottom: 0;
	padding-left: 6px;
}
.slider_info_img img{
	width:50px;
	height:50px;
	object-fit:cover;
	object-position:top;
	border-radius:50%;
	display:block;
	float:right;
	position:relative;
	border:2px solid rgba(255,255,255,1);
}
.slider_info_img img:nth-child(2){
	right:-15px;
}
.slider_info_img img:nth-child(3){
	right:-30px;
}
.slider_info_img img:nth-child(4){
	right:-45px;
}
.aboutus_right_imgs_round{
	width: 180px;
	height: 180px;
	position: absolute;
	bottom:0px;
	left: 20px;
	border-radius: 50%;
	direction:ltr;
	background-color:transparent;
	z-index: 1000;
	-webkit-filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
	filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
}
.aboutus_right_imgs_round svg {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
  -webkit-animation: rotateme 25s linear infinite;
  animation: rotateme 25s linear infinite;
	height: 100%;
}
.aboutus_right_imgs_round text {
	text-transform: uppercase;
	font-size: 12.5px;
	letter-spacing: 3px;
	font-weight: 500;
	fill:#fff;
}
.overlay-icon-box {
	position: absolute;
	top: 40px;
	left: 40px;
	bottom: 40px;
	right: 40px;
	background-color:transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	line-height: 1;
	padding:10px;
	color:#fff;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
}
.pages_title.withwhite h1{
	color:#eee;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title.withwhite span{
	color:#bbb;
	padding-top:15px;
	display:block;
	font-size:13px;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 600;
	display:inline-block;
	padding:0px 55px 0px 30px;
	color: #333;
	margin-bottom:15px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 4px;
	background: #bd9a4d;
	top:16px;
	left: 0;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #bd9a4d;
	top:16px;
	right: 0;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 35px;
	color: #3b3b3b;
	line-height:1.2;
	display: block;
	text-transform:capitalize;
	margin-bottom:0px;
}
.pages_title h2 b{
	color:#209a8f;
	font-weight:700;
}
/*end pages title*/
/*start blur*/
.blur_image{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	-moz-transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
}
.blur_image img{
	-moz-transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
/*end blur*/
/*start slick dots*/
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	position:relative;
	z-index:1000;
	text-align: center;
}
.slick-dots li,#projects .slick-dots li {
	display: inline-block;
	float: none;
	width:auto;
	height:auto;
	margin:0;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background:#e8ecf0;
	border:none;
	margin-right: 5px;
	width: 30px;
	height: 4px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#bd9a4d;
}
/*end slick dots*/
/*start projects*/
#projects{
	float:right;
	width:100%;
	margin-bottom:60px;
	clear:both;
	position:relative;
	overflow:hidden;
}
.projects{
	margin:0px -20px;
}
.projects_slider,.projects_slider2{
	overflow:hidden;
	visibility:hidden;
	direction:ltr;
}
.projects_slider.slick-initialized,.projects_slider2.slick-initialized {
	visibility:visible;
}
.projects li{
	float:right;
	width:33.33%;
	padding:20px;
}
.project_all{
	position:relative;
	direction:rtl;
	text-align:right;
	overflow:hidden;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	border:1px solid #d6d3cb;
}
.project_img{
	width:100%;
	float:left;
	height:406px;
	overflow:hidden;
	position:relative;
}
.project_img:before {
	position: absolute;
	width: 100%;
	right: 0;
	top: 30%;
	left: 0;
	bottom: 0;
	content: "";
	opacity: 1;
	z-index: 500;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}
.project_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.project_img .blur_image img:first-child{
	transform:translateX(50%) scaleX(2);
	opacity:0;
	filter:blur(10px);
}
.projects li:hover .blur_image img:first-child {
	transform: translateX(0) scaleX(1);
	opacity: 1;
	filter: blur(0);
}
.projects li:hover .blur_image img:last-child {
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}
.project_img span {
	position: absolute;
	z-index: 100;
	color: #fff;
	background: #9fbbae;
	padding: 0px 15px;
	line-height: 30px;
	font-size: 13px;
	border-radius: 7px;
	top: 25px;
	right: 20px;
}
.project_img b {
	background: #3a3a3a;
	position: absolute;
	top: 25px;
	left: 0px;
	line-height: 30px;
	color: #eee;
	z-index: 100;
	font-weight: 400;
	font-size: 13px;
	padding: 0px 15px;
	border-radius: 0px 10px 10px 0px;
}
.project_title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 600;
	padding: 25px;
}
.project_title h2 {
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	display: block;
	line-height: 1.5;
}
.project_title p {
	display: block;
	color: #bd9a4d;
	font-weight: 600;
}
.project_text{
	float:right;
	width:100%;
	padding:20px;
}
.project_unit{
	margin-bottom:20px;
}
.project_unit_top{
	display:block;
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}
.project_unit_top h2{
	float:right;
	font-size:14px;
	font-weight:600;
}
.project_unit_top p{
	float:left;
	font-size:14px;
	font-weight:600;
}
.project_unit_bar{
	display:block;
	clear:both;
	position:relative;
	border:1px solid #d6d3cb;
	border-radius:15px;
	height:12px;
	overflow:hidden;
}
.project_unit_bar b{
	position:absolute;
	top:0;
	bottom:0;
	width:0px;
	right:0;
	background:#90846a;
	-moz-transition: all 5s;
	-webkit-transition:all 5s;
	-ms-transition: all 5s;
	-o-transition: all 5s;
}
.project_price {
	display: block;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.project_price h2 {
	font-weight: 600;
	font-size: 18px;
	float: right;
}
.project_price p {
	float: left;
	font-size: 13px;
	padding-top: 4px;
}
.project_info,.project_id{
	clear:both;
	overflow:hidden;
	display:block;
}
.project_info span,.project_id span{
	width:50%;
	float:right;
	border-bottom:1px solid #d6d3cb;
	padding:5px 0px;
}
.project_info span i{
	font-style:normal;
	font-size:14px;
	margin-left:5px;
	vertical-align:middle;
	display:inline-block;
}
.project_info span:last-child {
	text-align: left;
}
.project_id span{
	width:100%;
}
.project_id span i{
	margin-right:10px;
	vertical-align:middle;
	cursor:pointer;
	display:inline-block;
	font-style:normal;
	font-size:14px;
}
.project_more {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}
.project_more a {
	line-height: 35px;
	color: #000;
	background: #bd9a4d;
	display: block;
	padding: 0px 20px;
	font-size: 14px;
	border-radius: 3px;
}
.project_more a:after {
	font-family: MaterialSymbolsOutlined;
	content: "\e5c4";
	float: left;
	margin-top: 1px;
}
.project_more a:hover{
	color: #fff;
	background: #3a3a3a;
}
/*end projects*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	background-image:url(../images/bg/bg46.png);
	background-color:#3a3a3a;
	position: relative;
}
#partners .width{
	position:relative;
	height:100%;
	padding:100px 0px;
	overflow:hidden;
}
.partners_col {
  position: absolute;
  bottom: 20px;
  top: 20px;
  left: 40px;
}
.partners_col2 {
	position: absolute;
	bottom: 0px;
	top: 45px;
	left: 100px;
}
.partners_col2 h2 {
	position: absolute;
	bottom: 110px;
	left:-60px;
	color: #bd9a4d;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 19px;
	transform: rotate(90deg);
	letter-spacing: 0px;
}
.partners_col h2 {
	position: absolute;
	top: 63px;
	right: -3px;
	color: #bbb;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 19px;
	transform: rotate(90deg);
	letter-spacing: 0px;
}
.partners_col b {
	border: 1px dashed rgba(255,255,255,0.4);
	position: absolute;
	bottom: 70px;
	right: 31px;
	top: 156px;
}
.partners_col2 b {
	border: 1px dashed rgba(255,255,255,0.4);
	position: absolute;
	bottom: 200px;
	right: 31px;
	top: 25px;
}
.partners{
	width:90%;
	float:right;
}
.partners_slide{
	clear:both;
	direction:ltr;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:10px;
	max-width:200px;
	height:150px;
	border-radius:20px;
	margin: 0px auto;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	background: #fff;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#partners .slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
#partners .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
#partners .slick-dots li button {
	font-size: 0;
	background: none;
	background:rgba(255,255,255,0.1);
	margin-left: 5px;
	border:none;
	width:30px;
	height:4px;
	cursor:pointer;
}
#partners .slick-dots li.slick-active button{
	background:#bd9a4d;
}
/*end partners*/
/*start banner*/
#banner{
	clear:both;
	overflow:hidden;
	width:100%;
	float:right;
	height:100%;
	margin-bottom:70px;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
#banner .aboutus_right_imgs_round {
	right: 50%;
	margin-right: -100px;
	top: 50%;
	margin-top: -100px;
}
/*end banner*/
/*start data*/
#data{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:70px;
	overflow:hidden;
}
.data_list {
	clear: both;
	display: block;
	margin:0px -25px;
}
.data_list li {
	float: right;
	width: 50%;
	padding: 25px;
}
.data_all span {
	float: right;
	width: 70px;
	height: 70px;
	border: 1px solid #bd9a4d;
	text-align: center;
	line-height: 67px;
	color: #bd9a4d;
	margin-top:10px;
	font-size: 35px;
	border-radius: 5px;
}
.data_all2 {
	margin-right: 100px;
}
.data_all2 p b {
	font-weight: 600;
	font-size: 18px;
	color:#000;
	display: block;
	text-transform:capitalize;
	margin-bottom: 5px;
}
.data_all2 p {
	color: #666;
	height: 90px;
	overflow: hidden;
}
/*end data*/
/*start aboutus2*/
#aboutus2{
	clear: both;
	float: right;
	width: 100%;
	position: relative;
	z-index: 100;
	margin-bottom:80px;
	overflow:hidden;
}
.aboutus2{
	display:table;
	direction:ltr;
	width:100%;
}
#aboutus2:before{
	content:"";
	position:absolute;
	bottom:0;
	right:-20%;
	top:0;
	width:30%;
	background-repeat:no-repeat;
	background-image:url(../images/bg/bg52.png);
	background-position:left bottom;
}
.aboutus2_right {
	display:table-cell;
	width: 40%;
	height:100%;
	direction:rtl;
}
.aboutus2_right img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutus2_left{
	width:60%;
	display:table-cell;
	vertical-align:middle;
	direction:rtl;
	padding:0px 140px 0px 100px;
}
.aboutus2_left p{
	font-size:15px;
	text-align:justify;
	color:#666;
	margin-bottom:25px;
}
/*end aboutus2*/
/*start inside title*/
.page_inside_title{
	margin-bottom:40px;
	clear:both;
	overflow:hidden;
	float:right;
	width:100%;
	position:relative;
}
.page_inside_title:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #bd9a4d;
	width: 5px;
	border-radius: 10px;
}
.page_inside_title h1{
	margin-right:30px;
	color:#bd9a4d;
	font-weight:600;
	font-size:18px;
	margin-bottom:15px;
	letter-spacing:0px;
}
.page_inside_title h2{
	margin-right:30px;
	color:#333;
	line-height:1.2;
	text-transform:capitalize;
	font-weight:700;
	font-size:40px;
}
/*end inside title*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #d6d3cb;
	z-index: -1;
	right: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-right:50px;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:49%;
	float:right;
	position:relative;
	background:#eee;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:cairo, sans-serif;
	width:100%;
	padding-right:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#eee;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:cairo, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:180px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#bd9a4d;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:16px;
	font-family:cairo, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#ac9666;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right .contactus_txt{
	color:#333;
	font-size:15px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #333;
	font-weight:600;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000;
	z-index:50000;
}
.go_page_load_table{
	width:100%;
	height:100%;
	display:table;
}
.go_page_load_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
/*end load*/