/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#eee;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:cairo, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
.body_img{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:-1;
	bottom:0;
	background-attachment:fixed;
	background-position:center;
	background-image:url(../images/bg/bg80.jpeg);
	opacity:0.4;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#eaa04c;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#020202;
	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;
}
/*end body*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 100px;
	float: right;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}
.logo {
	float: right;
	position: relative;
	padding:5px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 95px;
}
.nav {
	float:left;
	margin-top:22px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	font-weight:600;
	font-size:15px;
	position:relative;
}
.nav li a:before {
	content: "\f818";
	font-family: MaterialSymbolsOutlined;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	color:#eaa04c;
	margin-left: 12px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#eaa04c;
	position:absolute;
	bottom:5px;
	right:25px;
	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:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	background:#111;
	text-align:right;
	width:225px;
	right:10px;
	border-radius: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;
	height:auto;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a:before{
	position:relative;
	background:#bbb;
	border-radius:50%;
	display:inline-block;
	width:5px;
	height:5px;
	content:"";
	margin-left:8px;
}
.nav li .sub ul li a{
	display:block;
	padding:10px 15px;
	border:none;
	color:#bbb;
	font-size:13px;
	text-transform:capitalize;
	border-bottom:1px solid rgba(255,255,255,0.03);
	line-height:normal;
	height:auto;
	font-weight:600;
	border-left:none;
}
.nav li .sub ul li a:hover{
	padding-right:25px;
	color:#eaa04c;
}
.lang{
	float: left;
	margin-top: 30px;
	margin-right:20px;
}
.lang a {
	line-height: 36px;
	color: #fff;
	position: relative;
	font-weight:600;
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	border-top: 1px solid #eaa04c;
	border-bottom: 1px solid #eaa04c;
	padding:0px;
	height:38px;
}
.lang a:hover{
	color:#eaa04c;
}
/*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:1500;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start social*/
.social li,#social li{
	display:block;
	position:relative;
	float:left;
}
.social li a,#social li a {
	color:#fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:65px;
	line-height: 65px;
}
.social li a svg,#social li a svg{
	fill:#fff;
	width:18px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#social li a svg{
	fill:#fff;
	width:20px;
}
.social li a:hover svg,#social li a:hover svg{
	fill:#000;
}
#social li a:hover svg{
	transform:scale(1.2);
}
/*end social*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#bbb;
	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:#eaa04c;
	stroke-width:4;
}
.toTop:before{
	font-family:MaterialSymbolsOutlined;
	display:block;
	font-weight:normal;
	content:"\f4b5";
}
/*end totop*/
/*start footer*/
#footer{
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	padding:170px 0px;
	background:#232326;
	position:relative;
}
#footer:before{
	content:"";
	position:absolute;
	left:0;
	right:55%;
	top:0;
	bottom:0;
	background:#eaa04c;
}
.foot_img{
	float:right;
	width:55%;
	text-align:center;
}
.foot_img img {
	height: 130px;
}
.foot_left {
	float: left;
	width: 38%;
	text-align: center;
	position: relative;
	z-index: 100;
}
#footer .social li{
	display:inline-block;
	margin:0;
	float:none;
	padding:0px;
}
#footer .social li a{
	padding:0px 10px;
	line-height:normal;
	height:auto;
}
#footer .social li a svg{
	width:25px;
}
#footer .social li a:hover svg{
	transform:scale(1.2);
}
.copyrights {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color:#fff;
}
.design{
	display: block;
	font-size: 14px;
	color:#fff;
	font-weight: 600;
}
.design a{
	color:#fff;
}
.design a:hover{
	color:#000;
	text-decoration:underline;
}
.foot {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 15px;
}
.foot li{
	display:inline-block;
}
.foot li a{
	display:block;
	color:#fff;
	font-size:13px;
	font-weight:600;
	padding:0px 5px;
}
.foot li a::before {
	content: "\f818";
	font-family: MaterialSymbolsOutlined;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	margin-left: 12px;
}
.foot li a:hover{
	color:#000;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#232326;
	width:100%;
	overflow:hidden;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	position:absolute;
	z-index:900;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:1100;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100%;
}
#slide_all{
	position:absolute;
	height:120px;
	line-height:120px;
	background-color:#d89739;
	width:50%;
	z-index:1000;
	left:0;
	padding:0px 50px;
	bottom:0;
}
#slide_all h2{
	float:right;
	color:#fff;
	font-weight:400;
	font-size:18px;
}
#slide_all a{
	float:left;
	font-size:18px;
	color:#fff;
	font-weight:400;
	position:relative;
}
#slide_all a:before{
	content:"";
	width:30px;
	height:2px;
	background:#fff;
	float:left;
	margin-right:10px;
	margin-top:66px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#slide_all a:hover:before{
	width:60px;
}
.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_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:15px 15px 15px;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title.withwhite{
	color:#63839c;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: bold;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #eaa04c;
	top:9.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #eaa04c;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 35px;
	color: #020202;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#448d78;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#eaa04c;
	display:block;
}
/*end pages title*/
/*start aboutus*/
#aboutus,#aboutus2{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	background-attachment:fixed;
	background-position:bottom center;
	background-color:#232326;
	background-image:url(../images/bg/bg46.png);
	color:#bbb;
	direction:ltr;
	z-index:100;
}
#aboutus2{
	direction:rtl;
}
#aboutus .width{
	padding:60px 30px 120px 0px;
	position:relative;
}
#aboutus2 .width{
	padding:60px 0px 120px 30px;
	position:relative;
}
#aboutus:before,#aboutus2:before{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	content:"";
	width:50%;
	background:#eaa04c;
}
#aboutus2:before{
	left:auto;
	right:0;
}
#aboutus2 .aboutus_right{
	direction:ltr;
}
.aboutus_right{
	width:55%;
	display:table-cell;
	vertical-align:top;
	direction:rtl;
	position:relative;
}
#aboutus2 .aboutus_left{
	padding-left:0;
	padding-right:40px;
}
.aboutus_left {
	width: 45%;
	display: table-cell;
	vertical-align: top;
	padding-left:40px;
	direction:rtl;
	padding-top: 50px;
}
.aboutus_right div {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	right: 0;
	padding:15px 0px 55px;
	background-size: 100% 100%;
}
#aboutus2 .aboutus_right div{
	right:auto;
	left:0;
}
.aboutus_right div img {
	width:90%;
}
#aboutus2 .aboutus_left h2{
	font-weight:600;
	font-size:30px;
	color:#fff;
	margin-bottom:60px;
}
.aboutus_left h2{
	display: block;
	margin-bottom:30px;
	font-weight:700;
	font-size:25px;
	color: #bbb;
	line-height: 1.3;
}
.aboutus_left_txt {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 60px;
	line-height:2;
	text-align:justify;
	clear:both;
}
.aboutus_txt1 li {
	display: block;
	overflow:hidden;
	margin-bottom: 15px;
}
.aboutus_txt1 li span {
	background: #eaa04c;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	border-radius: 2px;
	margin-left: 5px;
	width: 25px;
	float: right;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.aboutus_txt1 li b {
	font-weight: 600;
	margin-right: 40px;
	display: block;
	padding: 5px 11px;
}
/*end aboutus*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
}
.my_top_table:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:33.33%;
	background:#fff;
	z-index:100;
}
.my_top_table .pages_title,#news .pages_title{
	float: right;
	width: 33.33%;
	position: relative;
	z-index: 205;
	background: #fff;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 110px;
	padding-bottom:30px;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	display:block;
	width:66.66%;
	float:left;
}
.list_top_left{
	width:100%;
}
.list_top_left.slick-initialized {
	visibility:visible;
}
.list_top_left li{
	display:block;
	float:right;
	height:620px;
	width:33.33%;
	overflow:hidden;
	padding:10px;
}
.news_shape{
	height:100%;
	display:block;
	border-radius:4px;
	position:relative;
	overflow:hidden;
	width:100%;
}
.news_shape:before {
	position: absolute;
	width: 100%;
	right: 0;
	bottom:30%;
	left:0;
	top:0;
	content: "";
	opacity:1;
	z-index:500;
	background:linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.news_shape_img{
	top:0;
	right:0;
	left:0;
	bottom:0;
	overflow:hidden;
	position:absolute;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.news_shape:hover .news_shape_img{
	transform:scale(1.06, 1.06);
}
.news_shape_txt {
	position: absolute;
	right: 0;
	left: 0;
	top:0px;
	padding:20px;
	color: #fff;
	z-index: 600;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_shape:hover .news_shape_txt{
	transform:translateY(-5%);
}
.serv_main_cat{
	color: #333;
	display:inline-block;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	margin-top:20px;
	z-index: 3;
	overflow: hidden;
	transform: scale(0.0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serv_main_cat:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_shape:hover .serv_main_cat{
	transform: scale(1, 1);
}
.news_shape:hover .serv_main_cat:before {
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.serv_main_cat span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.news_shape:hover .serv_main_cat span {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.news_shape_txt h2 {
	font-weight: 400;
	font-size: 25px;
	line-height:1.5;
	display: block;
}
.news_shape_txt p {
	font-size:21px;
	font-weight:700;
	line-height:1.5;
	display: block;
}
.serv_cats {
	clear: both;
	overflow: hidden;
	display: block;
}
.serv_cats span {
	display: inline-block;
	color: #fff;
	opacity: 0.7;
	font-weight: 400;
	font-size: 13px;
	padding-right: ;
	padding-left: 5px;
}
.serv_cats span:after{
	content:"|";
	vertical-align:middle;
	opacity:0.5;
	margin-right:5px;
}
.serv_cats span:last-child:after{
	display:none;
}
.serv_more{
	position: absolute;
	color: #fff;
	padding:0px 20px 20px;
	bottom:60px;
	left: 0;
	right: 0;
	z-index:653;
	font-size:13px;
	opacity: 0;
	font-weight: 700;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.serv_more span{
	display:inline-block;
	border-bottom:2px solid #eaa04c;
}
.news_shape:hover .serv_more{
	transform: translateY(0);
	opacity: 1;
}
/*end news shapes slide*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-top:-100px;
	overflow:hidden;
	position:relative;
	z-index:900;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
#count ul li:nth-child(3) .count_all span,#count ul li:nth-child(4) .count_all span{
	background:#fff;
	color:#222;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #fff;
	width: 120px;
	height: 120px;
	margin:0px auto 50px; 
	background: #eaa04c;
	text-align: center;
	line-height: 120px;
	border-radius: 100%;
	z-index: 133;
	font-size: 30px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background: #fff;
	z-index: 3;
	border-radius: 100%;
	opacity: 0.3;
	top: 4px;
	right: -7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.count_all div {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #bbb;
	font-size: 16px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
#count ul li:nth-child(3) .count_all h2,#count ul li:nth-child(4) .count_all h2{
	color:#fff;
}
#count ul li:nth-child(3) .count_all p,#count ul li:nth-child(4) .count_all p{
	color:#fff;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #eaa04c;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-top:-178px;
	float:left;
	z-index:100;
	background-attachment:fixed;
	background-position:bottom center;
	background-color:#232326;
	background-image:url(../images/bg/bg46.png);
	padding:305px 0px 120px;
}
#data2:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 50%;
	background-color: #d89739;
}
.data2_list {
	width: 100%;
	position:relative;
	z-index:101;
}
.data2_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:45%;
	padding:20px;
	height: 100%;
}
.data2_list li:nth-child(2){
	float:left;
}
.data2_all{
	width:100%;
	padding:45px 50px 60px;
	border:1px solid rgba(255,255,255,0.1);
}
.data2_list li:nth-child(2) .data2_all{
	border:1px solid rgba(0,0,0,0.3);
}
.data2_list li span {
	z-index: 101;
	width: 50px;
	height:50px;
	line-height:50px;
	position: relative;
	color: #fff;
	font-size:30px;
	margin-bottom:10px;
	display: block;
}
.data2_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data2_list li p {
	overflow: hidden;
	font-size: 15px;
	z-index: 101;
	color:#eee;
	position: relative;
	height: 125px;
}
.data2_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	text-transform:uppercase;
	font-weight: 600;
	font-size:22px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data2_list li a {
	position: absolute;
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding-top:3px;
	border-radius: 50%;
	text-align: center;
	background: #eaa04c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	bottom:0px;
	right: 50%;
	margin-right: -22px;
}
.data2_list li a:before{
	content:url(../images/plus.png);
}
.data2_list li a:hover{
	background:#020202;
	color:#fff;
}
/*end data2*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	padding:50px 0px;
	z-index:100;
}
.partners_title {
	float: right;
	padding-right:40px;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 50px;
	color: #020202;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#232323;
	display: block;
	line-height:50px;
	border-radius:3px;
	color:#fff;
	font-size:18px;
	margin-bottom: 15px;
	cursor:pointer;
	font-family: FontAwesome;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.partner_next:before{
	content:"\f100";
}
.partner_prev:before{
	content:"\f101";
}
.partner_next:hover,.partner_prev:hover{
	background:#eaa04c;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:left;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:right;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	background: #fff;
}
.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%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	padding-top:70px;
	padding-bottom:70px;
	overflow:hidden;
	position:relative;
}
.servicess{
	clear:both;
	display:block;
	margin:0px -20px;
}
.servicess li {
	display: block;
	float: right;
	width: 50%;
	padding:20px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_rights {
	position: relative;
	width: 60%;
	height: 300px;
}
.serv_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;
}
.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;
	background: #fff;
	width: 64%;
	float: left;
	margin-top: -140px;
}
.serv_lefts h2 {
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
	display: block;
	line-height:1.3;
	margin-bottom:15px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_lefts p {
	display: block;
	color: #555;
	overflow: hidden;
	font-size: 13px;
	height: 70px;
}
/*end services2*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#111;
	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*/