/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:cairo,RobotoCondensed, 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:#fe990a;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#10202e;
	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:#fe990a;
	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:14px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	text-transform:uppercase;
	background:#fe990a;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #e39816;
	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:hover:after{
	opacity:0;
}
.play_more a:hover:after{
	background:#fe990a;
}
.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:#10202e;
	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:right;
	display:block;
	z-index:2000;
	height:65px;
}
.s_contact.s_contact2{
	float:right;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;	
	padding:0px 10px;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:#333;
	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;
}
.s_contact li:hover e{
	left:0;
}
.s_contact li span{
	letter-spacing:normal;
}
.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.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: 12000;
	width: 100%;
	height: 95px;
	float: right;
	clear: both;
	position: absolute;
	top: 65px;
	right: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding:20px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 55px;
}
.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.6;
	display: ;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a {
	display: block;
	color: #333;
	line-height: 95px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
}
.nav li.menu-item-has-children a:before{
	content:"\e0b2";
	font-family:MaterialSymbolsOutlined;
	font-weight:400;
	display:inline-block;
	vertical-align:0px;
	margin-left:12px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#fe990a;
	position:absolute;
	top:-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: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:#10202e;
}
.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:"\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:#333;
	font-size:14px;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-right:none;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
.nav li .sub ul li a:hover{
	background-color:#fe990a;
	background-image:url(../images/bg/bg24.png);
	background-position:center;
	background-repeat:repeat;
	background-size:170px;
	border-bottom:1px dashed #fe990a;
	color:#fff;
	padding-right:17px;
}
.nav li .sub ul li:last-child a{
	border-bottom:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
}
.nav_fix .nav li a{
	color:#fff;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#10202e;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;	
	width:100%;
	clear:both;
	position:relative;
	border-bottom:10px solid #fe990a;
}
#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 #fe990a;
	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: "\e0b2";
	font-family: MaterialSymbolsOutlined;
	font-weight: 400;
	display: inline-block;
	vertical-align: 0px;
	margin-left: 12px;
}
.foot li a:hover{
	color:#fe990a;
}
.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;
}
/*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:#fe990a;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#10202e;
	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:#fe990a;
	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:#fe990a;
	border:5px solid #fe990a;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#10202e;
	margin-top:175px;
	z-index:1000;
	width:100%;
	float:right;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	background:#fff;
	width:50px;
	height:50px;
	border-radius:50%;
	line-height:50px;
	margin-top:0px;
	color:#333;
	right:100px;
	bottom:20px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:40px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#fe990a;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	right:35px;
	top:45%;
	margin-top:0;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #fe990a;
}
.cycle-pager span {
	margin:6px 0px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
.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%;
	padding:0px 80px 0px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:550px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:550px;
}
.slider_cont_center{
	max-width:550px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h1 {
	z-index:888;
	position: relative;
	display: inline-block;
	background:rgba(255,255,255,0.1);
	padding:3px 20px;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight:400;
	position:relative;
	margin-bottom:30px;
	-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;	
}
.slider_cont h1:before{
	content:"";
	background:#fe990a;
	width:2px;
	height:15px;
	position:absolute;
	top:0;
	left:0;
}
.slider_cont h1:after{
	content:"";
	background:#fe990a;
	width:2px;
	height:15px;
	position:absolute;
	bottom:0;
	right:0;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:40px;
	margin-bottom: 25px;
	-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,.cycle-slide-active .slider_cont h1{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight:400;
	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: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont .play_more{
	display:inline-block;
	margin-right:10px;
}
.slider_cont a{
	display:inline-block;
	z-index:888;
	-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;
}
.slider_cont .play_more a:after{
	content:"\f1fe";
}
.slider_cont .play_more:last-child a:after{
	content:"\e9bc";
}
.slidebg{
	position:absolute;
	background:#000;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0.4;
}
/*end slideshow*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	background-color:#eee;
	background-image:url(../images/bg/bg46.png);
	padding:50px 0px;
	position:relative;
	margin-bottom:50px;
	overflow:hidden;
	z-index:500;
}
.aboutus_left{
	width:100%;
}
.aboutus_left_txt {
	font-size: 16px;
	font-weight: 400;
	margin-bottom:40px;
	color: #333;
	clear: both;
	line-height: 2;
}
.aboutus_tabled_right_call {
	clear: both;
	display: block;
	margin-bottom: 60px;
}
.aboutus_tabled_right_call span:before {
	content: "\f095";
	font-family: FontAwesome;
	background: #10202e;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	float: right;
}
.aboutus_tabled_right_call p {
	margin-right: 70px;
}
.aboutus_tabled_right_call p i {
	font-style: normal;
	font-size: 14px;
	display: block;
	padding-top: 5px;
}
.aboutus_tabled_right_call p b {
	font-weight: 400;
	direction: ltr;
	display: inline-block;
	letter-spacing: 1px;
	color: #333;
	font-size: 16px;
}
/*end aboutus*/

/*start pages_title*/
.pages_title{
	clear:both;
	text-align:center;
	margin-bottom:80px;
}
.pages_title h2,.pages_title h1{
	position: relative;
	display:block;
	z-index: 888;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight: 400;
	color: #111;
	font-size:70px;
	line-height:1;
}
.pages_title h1 img {
	height: 70px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
  -webkit-animation: rotateme 5s linear infinite;
  animation: rotateme 5s linear infinite;
}
/*end pages_title*/
/*start services*/
#services{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:80px;
	overflow:hidden;
}
.services li{
	float:right;
	width:50%;
	position:relative;
}
.serv_all{
	width:100%;
	padding:40px 40px;
	display:table;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv_third,.serv_first {
	display: none !important;
}
.services li.itshover .serv_all{
	padding-right:15%;
	box-shadow:0 6px 20px rgba(0, 86, 210, 0.15);
	border-color:transparent;
	transform:translateY(-2px);
}
.serv_first {
	position: absolute;
	top: 0;
	right: -15%;
	bottom: 0;
	width: 15%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.services li.itshover .serv_first{
	right:0;
}
.serv_first i{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	line-height:240px;
	font-size:50px;
	text-align:center;
	font-style:normal;
	font-weight:200;
	background:#fe990a;
	color:#fff;
	border-radius:15px 0px 0px 15px;
}
.serv_second {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15px;
	width: 35%;
	height: 240px;
}
.serv_third{
	display:none;
	vertical-align:middle;
	width:25%;
}
.serv_fourth{
	display:table-cell;
	vertical-align:middle;
	width:40%;
	padding:0px 50px;
}
.serv_fifth{
	display:table-cell;
	width:20%;
	vertical-align:middle;
}
.blur_image{
	width:245px;
	height:150px;
	box-shadow:0 12px 25px rgba(0, 0, 0, 0.2);
	border-radius:12px;
	overflow:hidden;
	position:relative;
}
.serv_third img{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	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;
}
.serv_third img:first-child{
	transform:translateX(50%) scaleX(2);
	opacity:0;
	filter:blur(10px);
}
.services li.itshover .blur_image img:first-child {
	transform: translateX(0) scaleX(1);
	opacity: 1;
	filter: blur(0);
}
.services li.itshover .blur_image img:nth-child(2) {
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}
.serv_second h2 {
	font-weight: 400;
	font-size: 32px;
	color: #111;
}
.serv_fourth p {
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.serv_fifth a{
	display:block;
	width:80px;
	height:80px;
	line-height:78px;
	text-align:center;
	border:1px solid #cde8d9;
	font-size:30px;
	border-radius:50%;
}
.serv_fifth a:before{
	font-family:MaterialSymbolsOutlined;
	content:"\f817";
}
.serv_fifth a:hover,.services li.itshover .serv_fifth a{
	color:#fff;
	background:#fe990a;
	border:1px solid #fe990a;
}
/*end services*/
/*start data*/
#data{
	float:left;
	margin-bottom:80px;
	width:100%;
	overflow:hidden;
	background-color:#1a182b;
	color:#bbb;
	position:relative;
}
img.data_img{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:100%;
	width:100%;
	object-fit:cover;
	opacity:0.5;
	object-position:center;
}
.data_left{
	width:25%;
	float:right;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	overflow:hidden;
}
.iframe_y{
	position:absolute;
	padding-bottom: 55.25%;
	width:100%;
	height:100%;
}
.iframe_y 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;
}
.data_right{
	margin-right:25%;
	position:relative;
	padding:150px 60px 80px 40px;
}
.data_right_left,.data_right_right{
	width:50%;
	float:right;
}
.data_right_right{
	padding-right:50px;
}
.data_right_left{
	padding-left:50px;
}
.data_title{
	display:block;
	margin-bottom:30px;
}
.data_title h1{
	font-size:18px;
	font-weight:400;
	border-radius:50px;
	box-shadow:#fe990a 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.5) -3px -3px 6px 1px inset;
	display:inline-block;
	padding:0px 19px;
	position:relative;
	margin-bottom:15px;
	line-height:40px;
}
.data_title h1:before {
	content: "";
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
	-webkit-animation: 1s blink ease infinite;
	-moz-animation: 1s blink ease infinite;
	-ms-animation: 1s blink ease infinite;
	-o-animation: 1s blink ease infinite;
	animation: 1s blink ease infinite;
	width: .5rem;
	height: .5rem;
	background:#bbb;
	border-radius: 100%;
}
.data_title h2{
	font-weight:400;
	font-size:60px;
	display:block;
	color:#fff;
	line-height:1.2;
	margin-bottom:20px;
}
.data_title p{
	font-size:16px;
}
.data_list li{
	float:right;
	width:100%;
	padding:0px 0px 60px;
}
.data_list_all span {
	display: block;
	width: 80px;
	height: 80px;
	float: right;
	line-height: 80px;
	text-align: center;
	font-size: 45px;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	color: #fff;
}
.data_list_text {
	margin-right: 100px;
}
.data_list_text h4 {
	font-weight: 400;
	color: #fff;
	font-size: 23px;
	display: block;
	margin-bottom: 15px;
	line-height: 1.2;
}
.data_list_text p {
	font-size: 16px;
	line-height: 1.2;
}
.data_right_center{
	float:right;
	padding-top:50px;
	clear:both;
	width:100%;
	border-top:1px solid rgba(255,255,255,0.05);
}
.data_state_list{
	margin:0px -20px;
}
.data_state_list li {
	float: right;
	padding:0px 20px;
	width: 33.33%;
}
.data_state_list_all span {
	width: 60px;
	height: 41px;
	line-height: 41px;
	background: #fe990a;
	color: #fff;
	display: block;
	text-align: center;
	float: right;
	border-radius: 25px;
}
.data_state_list_txt {
	margin-right: 80px;
}
.data_state_list_txt h4 {
	font-weight: 400;
	color: #fff;
	font-size: 17px;
	display: block;
	margin-bottom: 8px;
	line-height: 1.4;
}
.data_state_list_txt p {
	width: 100%;
	height: 8px;
	background: rgba(255,255,255,0.2);
	border-radius: 14px;
	overflow: hidden;
	position:relative;
}
.data_state_list_txt p b {
	position: absolute;
	height: 100%;
	background: #fe990a;
	border-radius: 15px;
}
.data_right_cycle{
	width:120px;
	height:120px;
	text-align:center;
	line-height:120px;
	direction:ltr;
	border-radius:50%;
	background:#10202e;
	position:absolute;
	color:#fff;
	top:100px;
	right:-80px;
	z-index:200;
}
.data_right_cycle b{
	font-weight:200;
	font-size:35px;
}
.data_right_cycle svg{
	fill:#fff !important;
	position:absolute;
	letter-spacing:2px;
	top:5px;
	right:5px;
	left:5px;
	bottom:5px;
	-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;
}
/*end data*/
/*start info*/
#info{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
.info_list{
	margin:0px -20px;
}
.info_list li{
	float:right;
	width:25%;
	padding:15px;
	position:relative;
}
.info_all {
	padding: 65px 40px 40px 40px;
	border: 1px solid #ccc8c7;
	border-radius: 30px;
}
.info_all h2 {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	display: block;
	margin-bottom: 25px;
}
.info_all p {
	font-size: 16px;
	min-height:200px;
	display: block;
	margin-bottom: 70px;
	color: #555;
}
.info_list li b{
	width:61px;
	height:61px;
	background:#fff;
	position:absolute;
	bottom:15px;
	left:15px;
}
.info_list li b:before, .info_list li b:after {
	content: "";
	position: absolute;
	top: -32px;
	left: 0px;
	height: 46px;
	width: 48px;
	border-radius:0px 0 0px 20px;
	background-color: transparent;
	border: 1px solid #ccc8c7;
	border-top: 0;
	border-right: 0;
}
.info_list li b:after {
	top: inherit;
	bottom: 0px;
	right: -36px;
	left: 0;
}
.info_list li b i {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	background: #eee;
	border-radius: 50%;
	font-weight: 200;
	font-size: 17px;
	font-style: normal;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*end info*/
/*start projects*/
#projects{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background-color:#f1f7f3;
	padding:100px 0px;
}
.projects{
	margin:0px -20px;
}
.projects li{
	float:right;
	width:50%;
	padding:20px;
	position:relative;
}
.projects_img{
	position:relative;
	width:100%;
	height:435px;
	border-radius:20px;
	overflow:hidden;
	border:5px solid #fff;
}
.blur_image2{
	position:relative;
	width:100%;
	height:100%;
}
.projects_img img{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	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;
}
.projects_img img:first-child{
	transform:translateX(50%) scaleX(2);
	opacity:0;
	filter:blur(10px);
}
.projects li:hover .blur_image2 img:first-child {
	transform: translateX(0) scaleX(1);
	opacity: 1;
	filter: blur(0);
}
.projects li:hover .blur_image2 img:last-child {
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}
.projects_txt{
	background:#fff;
	border-radius:16px;
	padding:30px;
	margin-top:10px;
	overflow:hidden;
}
.projects_txt h2{
	float:right;
}
.projects_txt h2 a {
	font-weight: 400;
	font-size: 26px;
	color: #333;
}
.projects_txt h2 a:hover,.projects_txt span a:hover{
	color:#fe990a;
}
.projects_txt span {
	float: left;
}
.projects_txt span a {
	display: block;
	background: #f1f7f3;
	color: #333;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	border-radius: 50px;
}
/*end projects*/
/*start counts*/
#counts{
	clear:both;
	width:100%;
	margin-bottom:70px;
	background-color:#10202e;
	margin-bottom:70px;
	float:right;
	padding:50px 0px;
}
.counts_right {
	color: #bbb;
}
.counts_right h1 {
	font-weight: normal;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color:#fe990a;
}
.counts_right h2 {
	font-size:50px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
.counts_right ul {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 55px;
}
.counts_right ul li {
	display: block;
	float: right;
	width: 33.33%;
	border-left: 1px dashed rgba(255,255,255,0.1);
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	text-align: center;
	padding:55px 15px;
}
.counts_right ul li:nth-child(3n+3){
	border-left:none;
}
.counts_right ul li:nth-child(4),.counts_right ul li:nth-child(5),.counts_right ul li:nth-child(6){
	border-bottom:none;
}
.counts_right ul li h2 {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.counts_right p {
	font-size: 35px;
	font-weight: 400;
	display: block;
	color:#aaa;
	text-align: center;
}
/*end counts*/
/*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-radius:10px;
	margin: 0px auto;
	border:1px solid #eee;
}
.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;
}
.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;
	background:#eee;
	margin-right: 5px;
	border:none;
	width:30px;
	height:4px;
	cursor:pointer;
}
.slick-dots li.slick-active button{
	background:#fe990a;
}
/*end partners*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:90px;
	width:95%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #e8e1ee;
	z-index: -1;
	left: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:ltr;
}
.contactus_right .pages_title h2{
	text-align:right;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-left: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:#eaeaea;
	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:Changa, sans-serif;
	width:100%;
	padding-left: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:#eaeaea;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:Changa, 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:#763f9f;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:16px;
	font-family:Changa, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#95318f;
	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:19px;
	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 newsbar*/
#newsbar {
	clear: both;
	float: left;
	width: 100%;
	direction:ltr;
	margin-bottom: 120px;
	height: 120px;
}
#news-tick{
	border:none !important;
}
.bn-news {
	border:none !important;
	height: 120px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-right: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*/