/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Changa, 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:#cd8a3a;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#887650;
	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;
}
.circled {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circled:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  border: 1.5px solid #cd8a3a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circled:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#cd8a3a;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start header*/
#header{
	z-index:5000;
	width:100%;
	height:125px;
	float:right;
	clear:both;
	position:absolute;
	top:0;
}
#header .width{
	position:relative;
	height:100%;
}
.logo {
	float: right;
	position: relative;
	padding-top:10px;
}
.logo a img {
	height: 100px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.nav {
	float:left;
	margin-top:30px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	margin-left:10px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#fff;
	position:absolute;
	bottom:5px;
	left:100%;
	right:-500px;
	-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{
	left:35px;
	right:15px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	width:235px;
	padding:20px;
	right:0px;
	border-radius:2px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:600;
	-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{
	display:block;
	padding:10px 15px;
	color:#333;
	font-size:14px;
	line-height:normal;
	height:auto;
	font-weight:400;
}
.nav li .sub ul li a:hover{
	background:#cd8a3a;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon.active span{
	color:#fff;
}
.search_icon span {
	display: block;
	font-weight: normal;
	border-radius: 2px;
	line-height: 35px;
	width: 40px;
	height: 40px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	z-index: 10006;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align: center;
	color: #fff;
	margin-top: 38px;
	margin-right:0px;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: rgba(33,33,33,0.95);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
}
.search_table{
	display:table;
	width:100%;
	height:100%;
}
.search_table_cell{
	display:table-cell;
	width:100%;
	vertical-align:middle;
}
.search_table_cell h2 {
	text-align: center;
	display: block;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 400;
	font-size: 25px;
}
.searchbox label {
	display: block;
	width: 50%;
	position: relative;
	height: 100px;
	border-bottom: 2px solid #555;
	margin: 0px auto;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family:Changa, sans-serif;
	padding: 0px 20px 0px 75px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 45px;
	top: 0;
	color: #aaa;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start bottom*/
#bottom {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	float: right;
	background-color: #cd8a3a;
	color: #fff;
	font-size: 13px;
	padding: 200px 25px 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.bottom{
	top:-1px;
	right:0;
	overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
#bottom svg {
	width: calc(222% + 1.3px);
	height: 121px;
	transform: translateX(-50%) rotateY(180deg);
}
#bottom svg {
	display: block;
	position: relative;
	left: 50%;
}
.bottom .elementor-shape-fill {
	fill: #cd8a3a;
}
.bottom .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}
.bottom_contact{
	clear:both;
}
.bottom_contact h2{
	font-size:2rem;
	color: #ffffff;
  font-weight: 700;
  margin-bottom:10px;
  letter-spacing: -0.8px;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.copyrights{
	display:block;
	margin-bottom:15px;
}
.design{
	display:block;
}
.design a{
	color:#1b1e25;
	background:#fff;
	padding:1px 3px;
	margin-left:5px;
	border-radius:4px;
}
.design a:hover{
	opacity:0.8;
}
.social li{
	display:inline-block;
	position:relative;
}
.social li a {
	color: #fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 8px;
	margin-right: 6px;
	padding: 0;
}
.social li a:hover{
	color:#cd8a3a;
	background:#fff;
	border:1px solid #fff;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.social li.phone a:before{
	content:"\f11f";
}
.social li.mail a:before{
	content:"\f2b6";
}
/*end bottom*/
/*start slider*/
#slider{
	height:75%;
	width:100%;
	overflow:hidden;
	position:relative;
	clear:both;
	margin-bottom:70px;
	background:#cd8a3a;
}
.slidebg{
	background:#000;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:1000;
	opacity:0.4;
}
.slider_logo{
	position:absolute;
	width:100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	text-align:center;
	padding-top:170px;
	z-index:1100;
}
.slider_logo img{
	height:120px;
	vertical-align:middle;
}
.slider_logo h2{
	display:inline-block;
	vertical-align:middle;
	line-height:1.3;
	color:#fff;
	font-weight:600;
	text-align:right;
	font-size:55px;
}
.slideshow{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.slideshowbg{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50%;
	width:100%;
	height:100%;
}
.slider{
	transform: rotate(180deg);
	bottom:-1px;
	position:absolute;
	overflow: hidden;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2111;
  pointer-events: none;
  direction: ltr;
}
.slider svg {
	width: calc(222% + 1.3px);
	height: 121px;
	transform: translateX(-50%) rotateY(180deg);
}
.slider svg {
	display: block;
	position: relative;
	left: 50%;
}
.slider .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}
@keyframes scale {
	from {
		transform:scale(1.2,1.2);
	}
	to {
		transform:scale(1.0,1.0);
	}
}
@-moz-keyframes scale {
	from {
		-moz-transform:scale(1.2,1.2);
	}
	to {
		-moz-transform:scale(1.0,1.0);
	}
}
@-webkit-keyframes scale {
	from {
		-webkit-transform:scale(1.2,1.2);
	}
	to {
		-webkit-transform:scale(1.0,1.0);
	}
}
@-ms-keyframes scale {
	from {
		-ms-transform:scale(1.2,1.2);
	}
	to {
		-ms-transform:scale(1.0,1.0);
	}
}
@-o-keyframes scale {
	from {
		-o-transform:scale(1.2,1.2);
	}
	to {
		-o-transform:scale(1.0,1.0);
	}
}
.cycle-slide-active{
	-moz-animation: scale 20.0s;
	-webkit-animation: scale 20.0s;
	-ms-animation: scale 20.0s;
	-o-animation: scale 20.0s;
}
.cycle-paused .cycle-slide-active{
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	-moz-animation-play-state: paused;
}
/*end slider*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #171a27;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #cd8a3a;
	top:9.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #cd8a3a;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 35px;
	color: #201c1b;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#cd8a3a;
	display:block;
}
/*end pages title*/
/*start data*/
#data{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:150px;
}
.data{
	text-align:center;
}
.data li{
	display:inline-block;
	width:400px;
	text-align:center;
}
.data li img{
	width:90px;
	height:90px;
}
.data li h2{
	font-size:1.7rem;
	font-weight:400;
	display:block;
	color:#cd8a3a;
}
/*end data*/
/*start projects*/
#services{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:80px;
	overflow:hidden;
}
#services .pages_title{
	text-align:center;
}
.slidero{
	clear:both;
	width:100%;
	float:right;
	position:relative;
}
.slider_uls li{
	float:right;
	width:33.33%;
	padding:0px 10px;
}
.slider_uls li a{
	display:block;
	height:410px;
	border-radius:20px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.slider_uls li a img{
	position:absolute;
	width:100%;
	height:100%;
	z-index:-100;
	display:block;
	object-fit:cover;
	object-position:center center;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.slider_uls li:hover a img{
	transform:scale(1.06, 1.06);
}
.serv_main_cat2{
	color: #333;
	display:inline-block;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing:1px;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: 13px;
	z-index: 3;
	overflow: hidden;
	transform: scale(0.0);
	position:absolute;
	left:20px;
	bottom:20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serv_main_cat2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.slider_uls li:hover .serv_main_cat2{
	transform: scale(1, 1);
}
.slider_uls li:hover .serv_main_cat2:before {
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.serv_main_cat2 span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.slider_uls li:hover .serv_main_cat2 span {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
/*end projects_title*/
/*start whats_fix*/
.whats_fix{
	position:fixed;
	bottom:20px;
	left:10px;
	z-index:3000;
}
.whats_fix a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.whats_fix a {
	background: #cd8a3a;
	color: #fff;
	display: block;
	width: 70px;
	position:relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
	border-radius: 50%;
}
.whats_fix a em {
	-webkit-animation-name: bullets1;
	animation-name: bullets1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #887650;
	bottom: 0px;
	border-radius:70px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.whats_fix a:hover{
	background:#887650;
}
/*end whats_fix*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	text-align:center;
	margin-bottom:40px;
	position: relative;
}
.partners_slide{
	clear:both;
	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:50px;
	margin: 0px auto;
	border-radius:6px;
	border:1px solid #eee;
	background: #fff;
}
.my_star{
	clear:both;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.my_star span{
	font-family:FontAWesome;
	font-size:15px;
	font-weight:normal;
	color:#cd8a3a;
	margin:0px 1px;
}
.my_star span:before{
	content:"\f005";
}
.partners_all b{
	display:block;
	overflow:hidden;
	font-weight:400;
	font-size:14px;
	margin-bottom:10px;
}
.partners_all b:before {
	font-family: FontAwesome;
	content: "\f10e";
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
}
.partners_all b:after {
	font-family: FontAwesome;
	content: "\f10d";
	font-weight: normal;
	margin-right: 10px;
	display: inline-block;
}
.partners_all img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75px;
	height: 75px;
	margin-bottom: 15px;
}
.partners_all p {
	font-weight: 400;
	font-size: 14px;
	color: #0f1924;
	display: block;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #0f1924;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	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:#cd8a3a;
}
/*end partners*/
/*start services*/
.services2 {
	clear: both;
	overflow:hidden;
	margin-bottom:50px;
	float:right;
	width:100%;
}
.all_services .services2:nth-child(2n+2){
	padding:50px 0px;
	background:#f8f8f8;
}
.all_services .services2:last-child{
	margin-bottom:0;
}
.services{
	margin:0px -15px;
}
.serv_loop {
	width:25%;
	float: right;
	overflow: hidden;
	padding:30px 15px;
}
.serv_all {
	width: 100%;
	position:relative;
	border-radius:10px;
	height: 100%;
	box-shadow:0px 10px 29px 0px rgba(210,210,210,.35);
	background:#fff;
	overflow: hidden;
}
.serv_img {
	height:272px;
	overflow: hidden;
	position: relative;
}
.serv_img a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
.serv_img a img {
	width: 100%;
	display:block;
	height: 100%;
	object-fit:cover;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.serv_img a:hover img{
	transform:scale(1.2);
}
.serv_img a:hover span{
	opacity:0.2;
}
.serv_img a span{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
	background:#2f459b;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;		
}
.serv_count {
	background: #fa454c;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding:0px 20px;
	font-weight: 400;
	font-size: 13px;
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 1;
}
.serv_title {
	clear: both;
	display: block;
	margin-bottom: 5px;
	background:#000;
	overflow: hidden;
}
.serv_title a {
	display: block;
	text-overflow: ellipsis;
	padding: 20px;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	margin-bottom: 5px;
	font-size: 13px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	font-weight: 600;
}
.serv_title a:hover{
	color:#d4a836;
}
.serv_title p {
	font-size:13px;
	font-weight:400;
	color:#bbb;
	padding:12px 20px;
}
.serv_title p b {
	font-weight: normal;
	float: left;
}
/*end services*/