/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#161616;
	margin:0;
	padding:0;
	direction:rtl;
	color:#bbb;
	font-family:cairo, sans-serif;
	font-size:16px;
	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:#e8b951;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#bb9a50;
	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: 36px;
  height: 36px;
  border:2px 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:55px;
	height:55px;
	background:rgba(31,52,73,0.2);
	border:2px solid transparent;
}
.circle.circle_link .circles{
	display:none;
}
.circles{
	width:8px;
	height:8px;
	border-radius:50%;
	background:#e8b951;
	position:absolute;
	top:-3px;
	left:-3px;
}
/*end body*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	background:#161616;
	height: 90px;
	border-bottom:1px solid #2B2929;
	float: right;
	clear: both;
	position: fixed;
	top:0;
	right: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding:10px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 76px;
}
.get_qoute {
	float: left;
	position: relative;
	z-index: 10;
}
.get_qoute a {
	display: block;
	margin-top: 32px;
	position:relative;
}
.get_qoute a svg{
	width:28px;
	height:28px;
}
.get_qoute span {
  background: #1E1E1E;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 8px 3px;
  position: absolute;
  right: -13px;
  text-align:center;
  top:42px;
  width:62px;
  opacity:0;
  visibility:hidden;
  margin-top:3px;
}
.get_qoute span:before {
  border-bottom: 7px solid #1E1E1E;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: block;
  position: absolute;
  right: 23px;
  top: -5px;
}
.get_qoute a:hover span{
	margin-top:0;
	opacity:1;
	visibility:visible;
	-moz-transition: all .55s ease;
	-webkit-transition:all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
}
.nav {
	margin:0px auto;
	text-align:center;
	position:relative;
}
.nav li{
	display:inline-block;
	position:relative;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:90px;
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	position:relative;
}
.nav li.menu-item-has-children a:after{
	content:"\f107";
	font-family:FontAwesome;
	font-weight:400;
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
.nav li a:before{
	content:"";
	height:3px;
	border-radius:4px;
	background:#e8b951;
	position:absolute;
	top:0px;
	right: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:before,.nav li:hover a:before,.nav li.current a:before{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#e8b951;
}
.nav li:hover .sub{
	top:85px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	background:#1E1E1E;
	width:245px;
	border-radius:5px;
	right:0px;
	overflow:hidden;
	text-align:right;
	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{
	display:block;
	padding:8px 15px;
	color:#fff;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	border-left:none;
}
.nav li .sub ul li a:before{
	display:none;
}
.nav li .sub ul li a:hover{
	background:#bb9a50;
	color:#fff;
	border-radius:5px;
	padding-right:17px;
}
/*end header*/
/*start footer*/
#footer{
	padding:2.5rem 0px;
	float:right;
	width:100%;
	background-blend-mode:difference;
	background-size:contain;
	background-color:#6b5f5f66;
	position:relative;
	background-image:url(../images/bg/foot.webp);
	text-align:center;
}
.foot_logo {
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
}
.foot_logo img {
	height: 100px;
}
.foot_logo h2 {
	font-size: 16px;
	font-weight: normal;
}
.social {
	display: block;
	margin-bottom:40px;
}
.social li{
	display:inline-block;
	margin:0px 8px;
}
.social li a{
	width:46px;
	height:46px;
	background:#393434;
	display:block;
	line-height:49px;
	font-size:19px;
	color:#fff;
	border-radius:50%;
}
.social li a:hover{
	transform:scale(1.2);
}
.social li.linkedin a:hover{
	background:#0A66C2;
}
.social li.snapchat a:hover{
	background:#FFFC00;
	color:#000;
}
.social li.tiktok a:hover{
	background:#000;
}
.social li.instagram a:hover{
	 background: linear-gradient(
    45deg, 
    #405de6, 
    #5851db, 
    #833ab4, 
    #c13584, 
    #e1306c, 
    #fd1d1d, 
    #fcb045
  );
}
.foot_pay {
	background: #fff;
	border-radius: 20px;
	height: 40px;
	display: inline-block;
	margin-bottom:20px;
}
.foot_pay img {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 11px;
}
.foot_ul {
	clear: both;
	margin-bottom: 20px;
}
.foot_ul li {
	display: inline-block;
	margin: 0px 5px;
}
.foot_ul li a {
	color: #fff;
	font-size: 14px;
}
.foot_ul li a:hover{
	color: #bbb;
}
.foot_part {
	clear: both;
	display: block;
}
.foot_part li {
	display: inline-block;
	margin: 0px 10px;
}
.foot_part li a {
	display: block;
}
.foot_part li a img {
	height: 45px;
	background: #fff;
	padding: 7px;
	border-radius: 10px;
}
#bottom{
	padding:15px;
	float:right;
	width:100%;
	clear:both;
	font-size:14px;
}
.copyrights{
	float:right;
}
.design{
	float:left;
}
/*end footer*/
/*start whatsapp*/
.whatsapp {
	position: fixed;
	bottom: 40px;
	left: 40px;
	z-index: 5000;
}
.whatsapp a{
	display:block;
	width:80px;
	height:80px;
	border-radius:50%;
	text-align:center;
	line-height:80px;
}
.whatsapp img {
	height: 50px;
	display:inline-block;
	margin-top:13px;
}
.whatsapp 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: 10px solid #6cbb50;
	bottom: 0px;
	border-radius:70px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
/*end whatsapp*/
/*start slideshow*/
#slideshow{
	clear:both;
	margin-top:140px;
	display:block;
	width:100%;
	position:relative;
	float:right;
	padding-bottom:50px;
	margin-bottom:50px;
}
#slideshow .width{
	height:410px;
	position:relative;
	border-radius:15px;
	overflow:hidden;
	z-index:1003;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	right:0px;
	left:0;
	text-align:center;
	bottom:10px;
	margin-top:0;
}
.cycle-pager .cycle-pager-active {
	background:#fff;
	width:24px;
	border-radius:10px;
}
.cycle-pager span {
	margin:0px 5px;
	width:8px;
	height:8px;
	background:#454545;
	border-radius:50%;
	cursor:pointer;
	display:inline-block;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
/*end slideshow*/
/*start services*/
#services{
	float:right;
	width:100%;
	margin-bottom:70px;
	clear:both;
	position:relative;
}
.services{
	margin:0px -15px;
}
.services li{
	float:right;
	width:33.33%;
	padding:15px;
}
.services li:nth-child(4n+4){
	width:100%;
}
.serv_all{
	width:100%;
	height:580px;
	display:block;
	overflow:hidden;
	border-radius:15px;
}
.services li.services_normal .serv_all_a,.serv_all_a2,.serv_slider{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	background-size:cover;
	background-position:center;
}
.services li.services_normal .serv_all_a:hover:before,.services li.services_normal .serv_all_a:hover .serv_hover{
	opacity:1;
	transform:scale(1);
}
.services li.services_normal .serv_all_a:before{
	content:"";
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position:absolute;
	opacity:0;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:#ffffff4d;
	backdrop-filter: blur(2px);
}
.services li.services_normal .serv_hover{
	position:absolute;
	transform:scale(0);
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-top:280px;
	text-align:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.services li.services_normal .serv_hover svg{
	width:40px;
	height:40px;
}
.serv_titles{
	padding:40px;
	color:#fff;
}
.serv_titles h2{
	font-size:2.25rem;
	margin-bottom:1px;
}
.serv_titles h3{
	text-shadow:3px 2px 5px #000;
	font-size:1rem;
	font-weight:500;
}
.serv_icons {
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	padding: 40px;
}
a.serv_icons_loop{
	text-align:center;
	float:right;
	width:50%;
	color:#fff;
}
.serv_icons_loop:hover{
	transform:scale(1.15) rotate(10deg);
}
.serv_icons_loop:hover h4{
	transform:rotate(-10deg);
}
.serv_icons_loop svg{
	width:64px;
	height:64px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_icons_loop h4{
	font-weight:700;
	font-size:1rem;
	display:block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.services .serv_slider_ul li {
	float: right;
	width: 100%;
	height: 580px;
	display: block;
	padding: 0;
}
.serv_slider_arrow {
	position: absolute;
	z-index: 100;
	right: 15px;
	left: 15px;
	top: 50%;
	color: #fff;
}
.serv_slider_next {
	float: right;
	cursor: pointer;
}
.serv_slider_prev {
	float:left;
	cursor: pointer;
}
.slick-dots {
	position: absolute;
	z-index: 100;
	bottom: 15px;
	right: 15px;
	left: 15px;
	text-align: center;
	top: auto;
	height: auto;
}
.slick-dots li {
	float: none !important;
	width: auto !important;
	height: auto !important;
	display: inline-block !important;
	padding: 0 !important;
}
.slick-dots li button {
	border: none;
	background: none;
	font-size: 0px;
	width: 7px;
	cursor:pointer;
	height: 7px;
	background: #6B7280;
	border-radius: 50%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	margin: 0px 5px;
}
.slick-dots li.slick-active button {
	background: #fff;
	transform: scale(1.15);
}
.serv_slider_more{
	position:absolute;
	right:20px;
	left:20px;
	bottom:40px;
	z-index:100;
	text-align:center;
}
.serv_slider_more a{
	display:inline-block;
	font-size:1.125rem;
	line-height:45px;
	padding:0px 2.5rem;
	color:#fff;
	background-color:#ffffff1a;
	border:1px solid #fff;
	border-radius:5px;
}
/*end services*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#161616;
	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*/