/*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:#F1823E;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#f9ae23;
	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: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	height: 50px;
	top:0;
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
	background: #F1823E;
	overflow: hidden;
	z-index: 888;
	padding: 0px 35px;
}
.play_more a svg {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align:middle;
	fill: #fff;
	margin-right: 10px;
	transform:rotate(-180deg);
}
.play_more a:hover{
	box-shadow:7px 10px 15px 0px rgba(0, 0, 0, 0.26666666666666666);
	background:#112F85;
	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;
	overflow: hidden;
}
.logo a img {
	height: 80px;
}
.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:#F1823E;
	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:"\f196";
	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:#F1823E;
	color:#000;
}
.nav li .sub ul li:last-child a{
	border-bottom:none;
}
/*end header*/
/*start social*/
#social {
	float: right;
	width: 100%;
	clear: both;
	background: #112F85;
	overflow:hidden;
	height: 50px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
#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:#F1823E;
}
#social li a:hover svg{
	fill:#F1823E;
}
/*end social*/
/*start footer*/
#footer{
	background-color:#112F85;
	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:rgba(255,255,255,0.05);
}
#footer .width:after {
	content: "";
	position: absolute;
	height: 1px;
	background:rgba(255,255,255,0.05);
	left: 40%;
	right: 0;
	top: 240px;
}
#footer:after {
	content: "";
	position: absolute;
	height: 1px;
	background:rgba(255,255,255,0.05);
	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:#F1823E;
	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:#F1823E;
}
.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: #F1823E;
	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: #F1823E;
	width: 20px;
	left: 22px;
	top: 17px;
}
.copyrights {
	display: block;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.design {
	text-transform: capitalize;
}
.foot_bg{
	background:#000;
	opacity:0.2;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:40.5%;
}
/*end footer*/
/*start newsbar*/
#newsbar {
	position:relative;
	width:100%;
	float:left;
	clear:both;
	border:none !important;
	z-index:2000;
	display:block;
	overflow:hidden;
	top:50px;
	width:100%;
}
#newsbar .width{
	background:#F1823E;
	border-radius:100px;
}
#news-tick {
	border: none !important;
	overflow: hidden;
	height: 100px !important;
	position: relative;
	display: block;
}
.bn-news {
	border:none !important;
	margin-left: 30px;
	margin-right: 30px;
	height: 100px;
	direction:rtl;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color:rgba(255,255,255,0.8);
	font-size:18px;
	font-weight:200;
	line-height: 100px;
	height: 100px;
}
/*end newsbar*/
/*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:#F1823E;
	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:left;
	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:#F1823E;
}
.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:left;
}
.pages_title_slide_arrow {
	float: right;
	margin-top: 25px;
}
.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:100%;
	overflow:hidden;
	display:block;
	background-color:#112F85;
	margin-bottom:50px;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	background:#000;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0.3;
	z-index:500;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slideshow_pagin{
	position:absolute;
	top:0;
	right:0;
	background:#F1823E;
	width:20%;
	bottom:0;
	height:100%;
	z-index:2000;
}
.slideshow_pagin_bottom{
	position:absolute;
	bottom:0;
	width:100%;
	overflow:hidden;
}
.slideshow_pagin_ul{
	width:100%;
	direction:ltr;
}
.slideshow_pagin_ul li{
	float:right;
	width:100%;
	background:#F1823E;
	text-align:right;
	padding:0;
}
.slideshow_pagin_txt {
	padding:50px 30px;
	color: #fff;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.slideshow_pagin_txt span {
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 14px;
	padding: 3px 30px;
	border-radius: 50px;
	margin-bottom: 15px;
}
.slideshow_pagin_txt h2 {
	display: block;
	font-size: 28px;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 10px;
}
.slideshow_pagin_txt p {
	font-weight: normal;
	font-size: 15px;
	display: block;
	overflow: hidden;
	height: 80px;
	color: rgba(255,255,255,0.8);
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	opacity:1;
	left:0px;
	right:0px;
	height:100%;
	z-index:200;
	overflow:hidden;
}
.slideshow video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 200;
	transform: translateX(-50%) translateY(-60%);
	transition: 1s opacity;
}
.slider_data {
	position: absolute;
	right: 0;
	top: 20%;
	z-index: 5000;
	padding: 35px;
	width: 20%;
	color: #fff;
}
#slideshow .foot_contact p b svg{
	fill:#fff;
}
.slider_cont{
	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%;
	padding:100px 20% 15px 15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	text-transform:capitalize;
	font-size:65px;
	margin-bottom: 25px;
}
.slider_cont h2 span {
	display: inline-block;
}
.slideshow_pagin_arrow {
	position: absolute;
	top: 54px;
	z-index: 4000;
	direction:ltr;
	left: 20px;
}
.slideshow_pagin_arrow span{
	cursor:pointer;
	margin:0px 6px;
	display:inline-block;
}
.slideshow_pagin_arrow span svg {
	fill: #fff;
	width: 15px;
}
/*end slideshow*/
/*start data*/
#data2{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
	position:relative;
	z-index:1000;
}
.data2_ul_slider{
	direction:ltr;
}
.data2_ul li{
	float:right;
	width:25%;
	text-align:right;
	padding:17px;
	overflow:hidden;
}
.data2_loop{
	direction:rtl;
	display:block;
}
.data2_ul li.itshover .data2_all{
	background-color:#F1823E;
	background-position:center;
	color:#fff;
}
.data2_ul li.itshover .data2_all h2,.data2_ul li.itshover .data2_all p,.data2_ul li.itshover .data2_all h4{
	color:#fff;
}
.data2_all {
	width: 100%;
	cursor: pointer;
	box-shadow: 0px 0px 17px -11px rgba(0,0,0,0.5);
	background-color: #fff;
	background-image: url(../images/bg/bg41.png);
	border-radius: 15px;
	padding: 160px 40px 60px;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_txt h2 {
	font-weight: 400;
	font-size:18px;
	text-transform:capitalize;
	color: #888;
	margin-bottom:25px;
	letter-spacing: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.data2_txt p{
	line-height:1.3;
	display:block;
	color:#0f2e4b;
	font-weight:400;
	font-size:60px;
}
.data2_txt p:after{
	content:"+";
	margin-right:5px;
	display:inline-block;
}
.data2_txt h4{
	height:70px;
	overflow:hidden;
	font-weight:400;
}
/*end data*/
/*start progress*/
#progress{
	float:right;
	clear:both;
	margin-bottom:70px;
	width:100%;
	padding-top:80px;
	position:relative;
	z-index:1000;
}
.progress_right{
	float:right;
	width:50%;
	padding-left:60px;
}
.progress_right h1{
	color:#F1823E;
	font-weight:400;
	font-size:17px;
	display:block;
}
.progress_right h1:before{
	font-family:MaterialSymbolsOutlined;
	content:"\e8d3";
	font-size:22px;
	font-weight:normal;
	vertical-align:-4px;
	margin-left:8px;
}
.progress_right h2{
	color:#333;
	font-weight:700;
	font-size:40px;
	line-height:1.2;
	text-transform:capitalize;
	display:block;
	margin-bottom:20px;
}
.progress_right p{
	color:#555;
	font-size:15px;
}
.progress_right ul{
	margin-top:50px;
	width:100%;
	float:right;
}
.progress_right ul li{
	display:block;
	margin-bottom:25px;
}
.progress_right ul li span{
	color:#333;
	position:relative;
	padding:20px 25px;
	overflow:hidden;
	cursor:pointer;
	font-size:16px;
	border-radius:50px;
	display:block;
	border:1px solid rgba(0,0,0,0.1);
	-moz-transition: all 900ms;
	-webkit-transition:all 900ms;
	-ms-transition: all 900ms;
	-o-transition: all 900ms;
}
.progress_right ul li span:before {
	font-family: MaterialSymbolsOutlined;
	content: "\f81c";
	transform:rotate(-180deg);
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 18px;
	font-weight: normal;
}
.progress_right ul li span:after{
	content:"";
	width:0px;
	height:100%;
	border-radius:50px;
	position:absolute;
	top:0;
	right:0;
	-moz-transition: all 900ms;
	-webkit-transition:all 900ms;
	-ms-transition: all 900ms;
	-o-transition: all 900ms;
	z-index:-1;
}
.progress_right ul li:hover span:after,.progress_right ul li.progress_right_active span:after{
	width:100%;
	background:#e8dad2;
	border:1px solid #e8dad2;
}
.progress_left_txt{
	clear:both;
	width:100%;
}
.progress_left{
	float:left;
	width:50%;
	padding-right:10px;
}
.progress_left_txt_all{
	display:none;
}
.progress_left_txt_all img{
	width:100%;
	border-radius:20px;
	margin-bottom:15px;
}
.progress_left_txt_all p{
	font-size:14px;
	line-height:2;
}
/*end progress*/
/*start works*/
#works{
	float:right;
	width:100%;
	contain: paint;
	position:relative;
}
#works .width{
	position:relative;
	padding-bottom:350px;
}
#works h2{
	font-weight:600;
	font-size:65px;
	text-align:center;
	display:block;
	color:#000;
	letter-spacing:15px;
	text-transform:uppercase;
	overflow:hidden;
	width:100%;
	position:sticky;
	top:160px;
}
.works {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 0 30px;
	position: relative;
	z-index:1000;
}
.works li{
	padding-bottom: 30px;
	top: 0;
	left: 0;
	z-index: 999;
	position:relative;
}
.works li:nth-child(2n+2){
	top:450px;
}
.works_all img{
	object-fit:cover;
}
.works li h1{
	background:#621117;
	position:absolute;
	display:inline-block;
	padding:20px 40px;
	left:-430px;
	bottom:50px;
	color:#fff;
	font-size:17px;
	border-radius:0px 20px 20px 0px;
	font-weight:400;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.works li:hover h1{
	left:0px;
}
.works li a{
	display:block;
	position:relative;
}
.works li:last-child{
	padding-bottom:0;
}
/*end works*/
/*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 50px;
	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 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:#F1823E;
	opacity:0.2;
	margin-left: 8px;
	width: 10px;
	height: 10px;
	cursor:pointer;
}
.slick-dots li.slick-active button{
	opacity:1;
}
/*end partners*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	margin-bottom:0px;
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.contactus_top,.contactus_bottom{
	width:100%;
	clear:both;
	float:right;
}
.contactus_img{
	float:right;
	width:50%;
}
.contactus_img img{
	object-fit:cover;
	width:100%;
	height:400px;
	border-radius:20px;
}
.contactus_desc{
	float:right;
	width:50%;
	padding-right:80px;
	padding-top:60px;
}
.contactus_desc p{
	font-size:16px;
	color:#555;
}
.contactus_left{
	float:left;
	width:55%;
	position:relative;
	background:#fff;
	border-radius:20px;
	margin-top:-90px;
	padding:50px;
}
.contactus_left h2{
	font-weight:400;
	display:block;
	font-size:35px;
	margin-bottom:25px;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.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;
	border:1px solid #ccc8c7;
	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:Manrope,cairo, 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:none;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:Manrope,cairo, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:150px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#F1823E;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:15px;
	font-family:Manrope,cairo, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#112F85;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right{
	float:right;
	width:45%;
	padding:100px 0px;
}
.contactus_right p {
	font-size: 17px;
	color: #555;
	display: block;
	margin-bottom: 40px;
}
.contactus_right_social li {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	float: right;
}
.contactus_right_social li:last-child{
	margin-bottom:0;
}
.contactus_right_social li span {
	float: right;
	color: #F1823E;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	display: block;
}
.contactus_right_social_txt {
	margin-right: 60px;
	padding-top: 6px;
}
.contactus_right_social_txt h6 {
	font-weight: 400;
	font-size: 14px;
	color:#555;
	display: block;
	margin-bottom: 2px;
	line-height: 1.2;
}
.contactus_right_social_txt h4 {
	font-weight: 400;
	font-size: 17px;
}
/*end contactus*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#112F85;
	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*/