/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Manrope,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:#4965d6;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d67637;
	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 50px;
}
.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(0,0,0,0.2);
	border:2px solid transparent;
}
.circle.circle_link .circles{
	display:none;
}
.circles{
	width:8px;
	height:8px;
	border-radius:50%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:-3px;
	left:-3px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a {
	clear: both;
	color: #000;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	height: 50px;
	top:0;
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
	background: #E1D969;
	overflow: hidden;
	z-index: 888;
	padding: 0px 35px;
}
.play_more a svg {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align:middle;
	fill: #000;
	margin-right: 10px;
	transform:rotate(-180deg);
}
.play_more a:hover{
	box-shadow:7px 10px 15px 0px rgba(0, 0, 0, 0.26666666666666666);
	background:#19213f;
	color:#fff;
	top:-2px;
}
.play_more a:hover svg{
	fill:#fff;
}
/*end more*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 80px;
	float: right;
	clear: both;
	position: absolute;
	top: 15px;
	right: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding:14px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 55px;
}
.head_phone {
	float: left;
	line-height: 93px;
}
.head_phone:before {
	content: "";
	width: 1px;
	height: 25px;
	background: #fff;
	opacity:0.5;
	display: inline-block;
	margin-right: 18px;
	margin-left: 17px;
	vertical-align: 0;
	position: relative;
	top: 5px;
}
.head_phone svg{
	fill:#fff;
	width:19px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #fff;
	width: 20px;
	margin-right: 25px;
	height: auto;
	margin-top: 33px;
	cursor: pointer;
}
.searchbox {
	background:rgba(0,0,0,0.85);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	right: 0;
	left:0;
	top:0;
	bottom:0;
	height: auto;
}
.searchbox_table{
	display:table;
	width:100%;
	height:100%;
}
.searchbox_cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	position:relative;
}
.searchbox_close {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	right: 20px;
	top: -30px;
	text-transform: uppercase;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.searchbox_close:hover{
	opacity:0.6;
}
.searchbox label {
	display: block;
	height: 120px;
	position: relative;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	margin: 0px 40px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 120px;
	position: absolute;
	right: 20px;
	fill: #000;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #555;
	font-size: 20px;
	font-family:Manrope,cairo, sans-serif;
	padding: 0px 75px 0px 48px;
	line-height: 120px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
.get_qoute {
	float: left;
	margin-top: 15px;
	margin-right:0px;
}
.nav {
	position: relative;
	margin-left: 300px;
	margin-right: 205px;
	text-align: center;
	padding-top:29px;
}
.nav li{
	display:inline-block;
	position:relative;
	padding:0px 10px;
}
.nav li a {
	display: block;
	color: #fff;
	line-height:25px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}
.nav li.menu-item-has-children a:after{
	content:"\e0b5";
	font-family:MaterialSymbolsOutlined;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
.nav li a:before{
	content:"";
	height:2px;
	border-radius:4px;
	background:#E1D969;
	position:absolute;
	bottom:-1px;
	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:50%;
}
.nav li:hover .sub{
	top:35px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	background:rgba(25,33,63,0.95);
	text-align:right;
	width:215px;
	right:10px;
	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:"\f197";
	font-family:MaterialSymbolsOutlined;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	margin-left:8px;
}
.nav li .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#bbb;
	font-size:13px;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	font-weight:600;
	border-right:none;
}
.nav li .sub ul li a:hover{
	background-color:#E1D969;
	color:#000;
}
.nav li .sub ul li:last-child a{
	border-bottom:none;
}
/*end header*/
/*start social*/
#social {
	float: left;
	width: 100%;
	clear: both;
	background: #19213f;
	height: 50px;
	border-top: 1px solid #303853;
}
#social li{
	display:block;
	position:relative;
	float:right;
	width:20%;
}
#social li a {
	color: #fff;
	display: block;
	font-size: 14px;
	z-index: 11;
	position: relative;
	text-align: center;
	padding: 0;
	line-height: 50px;
	font-weight: 600;
}
#social li a svg {
	fill: #fff;
	width: 20px;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	display: inline-block;
	vertical-align: -5px;
	margin-left: 6px;
}
#social li a:hover{
	color:#E1D969;
}
#social li a:hover svg{
	fill:#E1D969;
}
/*end social*/
/*start footer*/
#footer{
	background-color:#19213f;
	float:right;	
	width:100%;
	clear:both;
	overflow:hidden;
	position:relative;
}
#footer .width{
	position:relative;
	padding-top:100px;
	padding-bottom:50px;
}
#footer .width:before{
	content:"";
	width:1px;
	position:absolute;
	top:0;
	bottom:0;
	left:40%;
	background:#303853;
}
#footer .width:after {
	content: "";
	position: absolute;
	height: 1px;
	background:#303853;
	left: 40%;
	right: 0;
	top: 240px;
}
#footer:after {
	content: "";
	position: absolute;
	height: 1px;
	background:#303853;
	left: 60%;
	right: 0;
	top: 240px;
}
.foot{
	clear:both;
	overflow:hidden;
}
.foot_right{
	float:left;
	width:40%;
	padding-right:50px;
}
.foot_left{
	float:right;
	padding-left:40px;
	width:60%;
}
.foot_loop{
	width:33.33%;
	float:right;
	color:#bbb;
	position:relative;
	overflow:hidden;
}
.foot_loop.foot_loop_about {
	padding-bottom: 70px;
	padding-left: 30px;
	padding-right: 0;
	margin-bottom:50px;
	width:100%;
}
.foot_logo{
	float:right;
}
.foot_logo img{
	height:75px;
}
.foot_about p {
	float: left;
	width: 50%;
	overflow: hidden;
}
.foot_loop h2{
	font-weight:600;
	font-size:16px;
	margin-bottom:25px;
	text-transform:capitalize;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:10%;
	content:"";
	height:4px;
	background-color:#E1D969;
	display:block;
	margin-top:15px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	padding:10px 0;
	color:#bbb;
	position:relative;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#E1D969;
}
.foot_loop ul li a:after{
	width:100%;
	height:100%;
	position:absolute;
	bottom:-100px;
	left:0;
	content:"";
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.foot_loop ul li a:hover:after{
	bottom:0;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact p{
	text-transform:capitalize;
	margin-bottom: 15px;
}
.foot_contact p b {
	position: relative;
	font-weight: 400;
	display: block;
	font-size:13px;
	margin-bottom: 22px;
}
.foot_contact p b svg {
	display: inline-block;
	vertical-align: -4px;
	width: 19px;
	fill: #4965d6;
	margin-left: 12px;
}
.foot_loop.foot_loop_search {
	width: 100%;
	padding-top:10px;
}
.foot_loop.foot_loop_search h2 {
	font-size: 47px;
	font-weight: 700;
	margin-bottom:85px;
	line-height: 1.2;
}
.searchbox2 {
	background: rgba(255,255,255,0.05);
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
	margin-bottom:55px;
}
.searchbox2 label {
	width: 100%;
	height: 100%;
	display: block;
	position:relative;
}
.searchbox2 label input {
	width: 100%;
	background: none;
	border: none;
	color: #bbb;
	font-size: 14px;
	font-weight: 400;
	font-family: Manrope,cairo, sans-serif;
	line-height: 60px;
	padding: 0px 40px;
}
.searchbox2 label svg {
	position: absolute;
	fill: #4965d6;
	width: 20px;
	left: 22px;
	top: 17px;
}
.copyrights {
	display: block;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.design {
	text-transform: capitalize;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#4965d6;
	z-index:66500;
	cursor:pointer;
	font-size:18px;
	right:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:55px;
	font-weight:700;
	text-transform:uppercase;	
	height:55px;
	border-radius:50%;
}
.toTop b {
	border-radius: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.toTop b svg {
	height: 100%;
	width:100%;
	fill:transparent;
}
.toTop b path{
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	stroke:#E1D969;
	stroke-width:4;
}
.toTop:before{
	font-family:MaterialSymbolsOutlined;
	display:block;
	font-weight:normal;
	content:"\f4b5";
}
/*end totop*/
/*start pages_title*/
.pages_title,.pages_title_slide{
	width:100%;
	float:right;
	margin-bottom:50px;
	position:relative;
}
.pages_title.pages_title_center{
	text-align:center;
}
.pages_title h1{
	font-weight:400;
	font-size:16px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#333;
}
.pages_title.withwhite h1{
	color:#bbb;
}
.pages_title h1 svg{
	width:10px;
	margin:0px 10px;
	display:inline-block;
	vertical-align:middle;
	fill:#E1D969;
}
.pages_title h2,.pages_title_slide h2{
	font-weight:700;
	font-size:50px;
	display:block;
	line-height:1.3;
	color:#111;
}
.pages_title.withwhite h2,.pages_title_slide.withwhite h2{
	color:#fff;
}
.pages_title_slide h2{
	float:right;
}
.pages_title_slide_arrow {
	float: left;
	margin-top: 25px;
	direction:ltr;
}
.pages_title_slide_arrow span{
	cursor:pointer;
}
.pages_title_slide_arrow svg {
	width: 15px;
	fill: #333;
}
.page_title_prev {
	margin-right: 30px;
}
/*end pages_title*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	background:#202c5b;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:58%;
	background:#202c5b;
}
.slidebg2{
	width:1px;
	position:absolute;
	top:0;
	bottom:0;
	right:22%;
	background:#fff;
	opacity:0.08;
}
.slidebg3{
	position:absolute;
	top:50%;
	right:0;
	width:58%;
	height:1px;
	background:#fff;
	opacity:0.08;
}
.slidebg4{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:58%;
	background:#000;
	opacity:0.2;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center;
}
.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%;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	margin:0px 60px;
	display: block;
}
.slider_cont_left{
	float:right;
	text-align:right;
	max-width:65%;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:65%;
}
.slider_cont_center{
	max-width:65%;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1.5s forwards;
    -ms-animation-name: slideInRight 1.5s forwards;
	-o-animation-name: slideInRight 1.5s forwards;
	-moz-animation-name: slideInRight 1.5s forwards;
	animation-name: slideInRight 1.5s forwards;
	opacity:1;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.3;
	display: inline-block;
	text-transform:capitalize;
	color: #fff;
	font-size:50px;
	margin-bottom:65px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	font-weight:400;
	text-transform:capitalize;
	margin-bottom:50px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInTop 1s forwards;
    -ms-animation-name: slideInTop 1s forwards;
	-o-animation-name: slideInTop 1s forwards;
	-moz-animation-name: slideInTop 1s forwards;
	animation-name: slideInTop 1s forwards;
	opacity:1;
}
.slider_cont .play_more{
	margin-left:20px;
}
.slider_cont .play_more:last-child a{
	background:#4965d6;
	color:#fff;
}
.slider_cont .play_more:last-child a:hover{
	background:#19213f;
}
.slider_info {
	position: absolute;
	bottom: -75px;
	right: 40px;
	left: 40px;
	height: 150px;
	z-index: 2000;
}
.slider_info_left{
	float:right;
	overflow:hidden;
	width:75%;
	height:100%;
	background-image:url(../images/bg/bg46.png);
	background-color:#fff;
}
.slider_info_right{
	background:#fff;
	background-image:url(../images/bg/bg46.png);
	height:100%;
	width:20%;
	float:left;
	text-align: center;
	padding-top: 60px;
}
.slider_info_left.active .slider_info_left_img{
	opacity:1;
    -webkit-animation: slideInRight 1.5s forwards;
    -ms-animation-name: slideInRight 1.5s forwards;
	-o-animation-name: slideInRight 1.5s forwards;
	-moz-animation-name: slideInRight 1.5s forwards;
	animation-name: slideInRight 1.5s forwards;	
}
.slider_info_left.active .slider_info_left_title{
	opacity:1;
    -webkit-animation: slideInLeft 1.5s forwards;
    -ms-animation-name: slideInLeft 1.5s forwards;
	-o-animation-name: slideInLeft 1.5s forwards;
	-moz-animation-name: slideInLeft 1.5s forwards;
	animation-name: slideInLeft 1.5s forwards;	
}
.slider_info_left_img {
	float: right;
	width: 40%;
	opacity:0;
	height: 100%;
}
.slider_info_left_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.slider_info_left_title {
	width: 60%;
	float: right;
	opacity:0;
	padding: 45px 30px 0px;
}
.slider_info_left_title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 23px;
	line-height: 1.3;
}
.slider_info_right{
	direction:ltr;
}
.slider_info_right span {
	display: inline-block;
	margin: 0px 20px;
	cursor:pointer;
}
.slider_info_right svg {
	width: 20px;
	fill: #444;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slider_info_right span:hover svg{
	fill:#4965d6;
}
/*end slideshow*/
/*start aboutus*/
#aboutus{
	float:left;
	width:100%;
	clear:both;
	position:relative;
	background-color:#202c5b;
	background-image:url(../images/bg/bg55.webp);
	background-position:left top;
	padding:190px 0px 70px;
}
#aboutus .width{
	display:table;
}
.aboutus_right{
	vertical-align:top;
	display:table-cell;
	width:33.33%;
	height:100%;
	padding-right:75px;
	overflow:hidden;
}
.aboutus_left {
	vertical-align: top;
	display: table-cell;
	width: 41.67%;
	height: 100%;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.aboutus_center{
	vertical-align:top;
	display:table-cell;
	height:100%;
	position:relative;
	width:25%;
}
.aboutus_center_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -30%;
}
.aboutus_center_img img:first-child {
	width: 406px;
	height: 370px;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}
.aboutus_center_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	float: right;
	border-radius: 0px 0px 20px 20px;
}
.aboutus_left p {
	color: #bbb;
	font-size: 16px;
	text-align:justify;
	margin-bottom:40px;
	max-width:76%;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-100px,0px,0) translateY(0%);
}
#aboutus .width.scroll .aboutus_left p{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_left img {
	max-width: 76%;
	height: 250px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 25px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,-200px,0) translateY(0%);
}
#aboutus .width.scroll .aboutus_left img{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_left_exprience {
	clear: both;
	color: #fff;
	position: relative;
	display: block;
}
.aboutus_left_exprience h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	padding-right: 40px;
}
.aboutus_left_exprience_txt {
	color:#02010100;
	font-size: 200px;
	font-weight: 900;
	line-height: 1;
	margin-bottom:8px;
	background-color:#202c5b;
	background-image:url(../images/extra/2.jpg);
	background-position:center;
	background-size:cover;
	display:block;
	background-clip:text;
	-moz-background-clip:text;
	-webkit-background-clip:text;
}
.aboutus_left_exprience_txt:after {
	content: "+";
	margin-right:5px;
	display:inline-block;
}
.aboutus_right p {
	color: #bbb;
	font-size: 16px;
	text-align: justify;
	display: block;
	margin-bottom: 40px;
}
.aboutus_right img {
	width: 100%;
	height: 250px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom:50px;
}
.aboutus_right img.aboutus_right_img{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,300px,0) translateY(0%);
}
#aboutus .width.scroll .aboutus_right img.aboutus_right_img{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_list {
	clear: both;
	display: block;
	margin-bottom:0px;
}
.aboutus_list li {
	display: block;
	color: #fff;
	overflow: hidden;
}
.aboutus_list li p {
	margin-right: 100px;
	height: 60px;
	overflow: hidden;
	text-align: right;
}
.aboutus_list li img {
	float: right;
	width: 70px;
	height: 70px;
}
.aboutus_list li h3 {
	margin-right: 100px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
	max-width: 60%;
	padding-top: 0px;
}
/*end aboutus*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	padding-top:70px;
	background-image:url(../images/bg/bg56.webp);
	background-repeat:no-repeat;
	background-position:right top;
	padding-bottom:50px;
	margin-bottom:50px;
	overflow:hidden;
	position:relative;
}
.servicess{
	clear:both;
	display:block;
}
.servicess_slider{
	direction:ltr;
}
.servicess li {
	display: block;
	float: right;
	width: 33.33%;
	padding:20px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_rights {
	position:relative;
	width:100%;
	height:300px;
}
.serv_rights:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	right: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.serv_rights:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.serv_rights img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_lefts {
	padding: 25px;
	position: relative;
	overflow: hidden;
	text-align:center;
}
.serv_lefts h2 {
	font-weight: 600;
	font-size:24px;
	text-transform:capitalize;
	display: block;
	margin-bottom: 12px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_lefts p {
	display: block;
	color: #555;
	overflow: hidden;
	font-size: 16px;
}
.servicess li:hover .serv_rights_info{
	opacity:1;
	transform:scale(1,1);
}
.serv_rights_info {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity:0;
	bottom: 20px;
	left: 20px;
	background: rgba(0,0,0,0.3);
	transform:scale(0.5);
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_rights_info h4 {
	color: #333;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	left: 20px;
	right: 20px;
	text-transform:capitalize;
	bottom: 20px;
	text-align: center;
	padding: 15px;
	font-size: 14px;
}
/*end services2*/
/*start home_charts*/
#home_charts{
	float:left;
	width:100%;
	clear:both;
	position:relative;
	background-image:url(../images/bg/bg57.webp);
	background-repeat:no-repeat;
	background-position:left center;
	overflow:hidden;
	margin-bottom:90px;
}
#home_charts .width{
	display:table;
}
.home_charts_right{
	display:table-cell;
	width:58%;
	height:100%;
	vertical-align:top;
	position:relative;
	padding-right:150px;
}
.home_charts_left{
	display:table-cell;
	width:42%;
	height:100%;
	vertical-align:top;
	position:relative;
}
.home_charts_left img{
	width:47%;
	position:absolute;
	left:0;
	top:0;
	bottom:0px;
	height:80%;
	object-fit:cover;
	object-position:center;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:scale(0,0);
}
.home_charts_left img:last-child{
	left:auto;
	top:50px;
	height:100%;
	bottom:0;
	right:0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:2s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:scale(0,0);
}
#home_charts .width.scroll .home_charts_left img{
	transform:scale(1,1);
	opacity:1;
}
.home_charts_right h2 {
	font-weight: 700;
	font-size: 50px;
	color: #111;
	line-height: 1.3;
	display: block;
	margin-bottom: 70px;
}
.home_charts_right p {
	font-size: 16px;
	display: block;
	margin-bottom:40px;
}
/*end home_charts*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	z-index:800;
	position:relative;
	overflow:hidden;
	padding:80px 0px;
	background:#19213f;
}
#count:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #303853;
	right: 0;
	left: 0;
	top: 50%;
}
#count:before {
	content: "";
	position: absolute;
	width: 1px;
	background: #303853;
	right:50%;
	bottom:0;
	top:0;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
	position:relative;
}
.count_all {
	width: 100%;
	padding: 0px 10px;
}
.count_all div {
	overflow: hidden;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	display: block;
	margin-bottom:5px;
}
.count_all h2:before{
	content:"";
	width:15px;
	height:2px;
	background:#E1D969;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
}
.count_all h4 {
	color: #bbb;
	font-weight: 400;
	font-size:14px;
	max-width: 60%;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 900;
	font-size: 60px;
	letter-spacing: 2px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	margin-bottom: 0px;
}
.count_all p:after{
	content:"+";
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
/*end count*/
/*start projects*/
#projects {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	padding-top:70px;
	overflow:hidden;
	padding-bottom: 70px;
}
#projects:after {
	content: "";
	position: absolute;
	height:350px;
	background:#19213f;
	right: 0;
	left: 0;
	top:0;
	z-index:-1;
}
#projects:before {
	content: "";
	position: absolute;
	width: 1px;
	background: #303853;
	right:50%;
	top:0;
	height:350px; 
}
.pages_title_slide_taps {
	float: left;
	margin-top: 8px;
}
.pages_title_slide_taps svg {
	width: 10px;
	display: inline-block;
	vertical-align: -27px;
	fill: #E1D969;
}
.proj_top {
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	padding: 0px 40px;
}
.proj_top li {
	display: inline-block;
	text-transform: capitalize;
	padding: 16px 14px;
	font-weight: 700;
	position:relative;
	color:#bbb;
	cursor:pointer;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.proj_top li:before{
	content:"";
	width:0;
	height:1px;
	background:#E1D969;
	position:absolute;
	left:0;
	bottom:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.proj_top li.active{
	color:#fff;
}
.proj_top li.active:before{
	width:100%;
}
#projects .width.scroll .proj_tab li{
	transform:scale(1,1);
	opacity:1;
}
.proj_tab{
	margin:0px -20px;
}
.proj_tab li{
	float:right;
	width:33.33%;
	height:430px;
	padding:20px;
	display:none;
	overflow:hidden;
	position:relative;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:2s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:scale(0,0);
}
.proj_tab li.taps1{
	display:block;
}
.proj_tab li a{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
.gallery_rights {
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
}
.gallery_rights:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.gallery_rights:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.gallery_rights img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.proj_tab li:hover .gallery_rights_info{
	opacity:1;
	transform:scale(1,1);
}
.gallery_rights_info {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity:0;
	bottom: 20px;
	left: 20px;
	background: rgba(0,0,0,0.3);
	transform:scale(0.5);
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.gallery_rights_info h4 {
	color: #333;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	left: 20px;
	text-transform:capitalize;
	right: 20px;
	bottom: 20px;
	text-align: center;
	padding: 15px;
	font-size: 14px;
}
/*end projects*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:70px;
	float:left;
}
.data_list{
	border:1px solid #ddd;
	contain:layout;
}
.data_list li {
	display: block;
	position: relative;
	float: right;
	width: 33.33%;
	height: 100%;
	padding: 65px 40px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,100px,0) translateY(0%);
}
#data .width.scroll .data_list li{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_all {
	position: relative;
}
.data_all i {
	width: 40px;
	height: 40px;
	position: absolute;
	font-style: normal;
	background: #fff;
	border: 1px solid #ddd;
	line-height: 40px;
	top: -85px;
	text-align: center;
}
.data_all img {
	filter: brightness(0) invert(0);
	height: 70px;
	margin: 0px auto 20px;
}
.data_all p b {
	font-weight: 700;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
.data_all:after {
	content: "";
	position: absolute;
	width: 1px;
	left: 0px;
	background: #eee;
	top: 50px;
	bottom:50px;
}
/*end data*/
/*start news*/
#news{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:70px;
	position:relative;
}
.news_ul{
	margin:0px -40px;
}
.news_ul li{
	float:right;
	width:50%;
	padding:40px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,100px,0) translateY(0%);
}
.news_ul li:nth-child(1){
	transition-duration:0.5s;
}
.news_ul li:nth-child(2){
	transition-duration:1s;
}
.news_ul li:nth-child(3){
	transition-duration:1.5s;
}
.news_ul li:nth-child(4){
	transition-duration:1.8s;
}
.news_ul li:nth-child(3n+3) .news_img,.news_ul li:nth-child(4n+4) .news_img{
	float:right;
}
#news .width.scroll .news_ul li{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.news_img{
	float:left;
	width:240px;
	height:280px;
	position:relative;
}
.news_img img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center;
}
.news_txt {
	margin-left: 270px;
}
.news_ul li:nth-child(3n+3) .news_txt,.news_ul li:nth-child(4n+4) .news_txt{
	margin-left: 0;
	margin-right:270px;
}
.news_txt_tags {
	overflow: hidden;
	display: block;
	margin-bottom: 50px;
}
.news_txt_tags span {
	font-size: 14px;
	display: inline-block;
	text-transform:capitalize;
	margin-left:20px;
}
.news_txt h2 {
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: 110px;
	overflow: hidden;
}
.news_txt a {
	color: #333;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
}
.news_txt a:hover{
	color:#E1D969;
}
.news_txt a svg {
	display: inline-block;
	width: 15px;
	vertical-align: middle;
	margin-right: 10px;
	fill: #333;
}
/*end news*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#19213f;
	z-index:55550000;
}
.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*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	direction:rtl;
}
.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:200px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:10px;
	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%;
	border-radius:50%;
	background: #fff;
}
.partners_all img{
	display:block;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
.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;
	border:none;
	background: none;
	background:#E1D969;
	opacity:0.2;
	margin-left: 8px;
	width: 10px;
	height: 10px;
	cursor:pointer;
}
.slick-dots li.slick-active button{
	opacity:1;
}
/*end partners*/