/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:TitilliumWeb,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:#231f20;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d80650;
	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:1300px;
}
/*end body*/
/*start top*/
#top {
	display: block;
	height: 45px;
	border: 1px dashed #eee;
	margin-top:15px;
	width: auto;
}
.s_contact{
	position:relative;
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#231f20;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0px 15px;
	font-weight:400;
	height:45px;
	line-height:45px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover,.s_contact li span:hover{
	color:#4c91b8;
}
.social {
	float:right;
	margin:0;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#231f20;
	display: block;
	height:45px;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	line-height: 45px;
	width:45px;
	text-align:center;
}
.social li a:hover{
	color:#4c91b8;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header{
	z-index:5000;
	width:100%;
	height:120px;
	float:right;
	clear:both;
	position:fixed;
	top:0;
}
#header .width{
	position:relative;
	height:100%;
}
.logo {
	float: right;
	position: relative;
	padding-top:5px;
}
.logo img {
	height: 105px;
	float: right;
}
.head_left {
	float: left;
}
.get_qoute {
	float: left;
	margin-top: 10px;
	margin-right: 25px;
}
.get_qoute a {
	background: #231f20;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	font-family:cairo, sans-serif;
	padding: 0px 25px;
	text-transform: uppercase;
}
.get_qoute a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.get_qoute a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#4c91b8;
	z-index:1;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover:before{
	left:0;
}
.nav {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a b{
	font-weight:600;
}
.nav li a{
	display:block;
	color:#231f20;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:600;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#4c91b8;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#231f20;
	position:absolute;
	bottom:5px;
	left:100%;
	right:-500px;
	-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{
	left:35px;
	right:15px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#231f20;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	width:235px;
	padding:20px;
	right:0px;
	border-radius:2px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#414142;
	font-size:14px;
	line-height:normal;
	height:auto;
	font-weight:600;
}
.nav li .sub ul li a:hover{
	background:#231f20;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon.active span{
	color:#fff;
}
.search_icon span {
	display: block;
	font-weight: normal;
	border-radius: 2px;
	line-height: 35px;
	width: 40px;
	height: 40px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	z-index: 10006;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align: center;
	color: #231f20;
	margin-top: 13px;
	margin-right:0px;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #222;
	height: 100px;
	border-top: 2px solid #555;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family:TitilliumWeb,cairo, sans-serif;
	padding: 0px 20px 0px 75px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 45px;
	top: 0;
	color: #aaa;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start head_fix*/
body.scrolled #header{
	background:#fff;
	box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/*end head_fix*/
/*start footer*/
#footer{
	float:right;
	width:100%;
	padding:30px 0px;
	background-image:url(../images/bg/bg45.png);
	background-position:top;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width{
	padding:0px 20px;
	position:relative;
}
.foot_all:before {
	position: absolute;
	content: "";
	border-right: 700px solid transparent;
	border-left: 700px solid transparent;
	border-bottom: 300px solid rgba(0,0,0,0.2);
	top: -33px;
	right: -414px;
	z-index: -1;
}
.foot_all {
	clear: both;
	text-align: center;
	position:relative;
	margin: 0px 345px;
	font-weight: 400;
}
.foot_all img{
	max-height:80px;
	margin-bottom:10px;
}
.foot_txt{
	clear:both;
	text-transform:capitalize;
	display:block;
	color:#333;
	font-size:12px;
}
.foot_link{
	position:absolute;
	bottom:0px;
	right:0;
}
.foot_link li{
	display:inline-block;
}
.foot_link li a{
	display:block;
	background:#231f20;
	margin-left:5px;
	text-transform:uppercase;
	color:#fff;
	padding:8px;
	border-radius:2px;
	font-size:13px;
	position:relative;
	overflow:hidden;
}
.foot_link li a b{
	font-weight:400;
	position:relative;
	z-index:100;
}
.foot_link li a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#4c91b8;
	z-index:1;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.foot_link li a:hover:before{
	left:0;
}
#footer .foot_link.foot_link_left{
	position:absolute;
	right:auto;
	bottom:0;
	left:0;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-image:url(../images/bg/bg45.png);
	background-color:#231f20;
	color:#bbb;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:right;
	line-height:45px;
	padding-right:50px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#fff;
	background:#4c91b8;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:0px;
	display:none;
	width:40px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:#4c91b8;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#231f20;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	z-index:100;
	background-position:center;
	border-bottom:15px solid #231f20;
	margin-bottom:40px;
	overflow:hidden;
	height:100%;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow .width{
	overflow:hidden;
	height:100%;
	width:100%;
}
.slideshow{
	height:100%;
	width:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100%;
}
.slider_cont{
	display:table;
	padding-top:200px;
	width:100%;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	width:50%;
	height:100%;
	position:relative;
}
.slider_right img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:50%;
	display:table-cell;
	padding-left:50px;
}
.slideshow_shape{
	background-image: url(../images/shape.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 150px;
	width: 124px;
	height: 124px;
	z-index: 999;
	margin-left: -87px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.slideshow_shape2 {
	background-image: url(../images/shape2.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 39%;
	top: 150px;
	width: 55px;
	height: 55px;
	z-index: 999;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2;
	display: inline-block;
	color: #231f20;
	font-size: 60px;
	margin-bottom:15px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #231f20;
	line-height:1.6;
	font-size: 16px;
	font-weight:400;
	margin-bottom:40px;
}
.slider_cont a {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	border-radius:5px;
	height:46px;
	line-height:44px;
	border:1px solid #231f20;
	padding:0px 30px;
	text-transform:uppercase;
	background:#231f20;
	position:relative;
	margin-right:20px;
	z-index:888;
	overflow:hidden;
}
.slider_cont a b{
	position:relative;
	z-index:100;
	font-weight:600;
}
.slider_cont a:before{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	background:#333;
	width:100%;
	height:100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	z-index:1;
}
.slider_cont a:hover:before{
	left:0;
}
.slider_cont a:last-child{
	background:none;
	color:#333;
}
.slider_cont a:last-child:hover{
	color:#fff;
}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin-bottom:60px;
	z-index:100;
}
.data_list {
	position:relative;
	margin-right:-20px;
	margin-left:-20px;
	z-index:101;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	padding:0px 20px;
	height: 100%;
	overflow: hidden;
}
.data_all{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	padding:35px 30px 30px 30px;
	border-radius:3px;
	position:relative;
	background:rgba(247,247,247,0.9);
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_all:before{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	background:linear-gradient(to bottom right, #231f20, #564f51);
	width:100%;
	height:100%;
	z-index:-1;
}
.data_all:hover:before{
	left:0;
}
.data_title{
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.data_title span {
	display: block;
	font-size: 70px;
	float: left;
	font-weight: normal;
	color: #231f20;
}
.data_title h2 {
	color: #231f20;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	padding-top: 40px;
}
/*end data*/
/*start services*/
#services2{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
#services2 .width{
	display:table;
}
.services2_right {
	overflow: hidden;
	clear: both;
	display:table-cell;
	vertical-align:top;
	width:45%;
}
.services2_left {
	display: table-cell;
	width:55%;
	position:relative;
	vertical-align:top;
	overflow:hidden;
}
.services2_left img{
	width:48%;
	float:right;
	border-radius:20px;
	display:block;
	height:494px;
	object-fit:cover;
	object-position:center;
}
.services2_left img:nth-child(2){
	float:left;
}
.services2_left img:nth-child(4){
	clear:both;
	height:217px;
	margin-top:30px;
	width:100%;
}
.serv_img2_txt{
	position:relative;
	padding-right:40px;
	z-index:500;
}
.serv_img2_txt h2{
	font-weight:700;
	font-size:45px;
	color:#231f20;
	display:block;
	margin-bottom:2px;
	text-transform:capitalize;
}
.data2_list {
	position:relative;
	margin-top:25px;
	z-index:101;
}
.data2_list li {
	display: block;
	position:relative;
	z-index:100;
	padding:20px 0px 30px;
	float: right;
	width:100%;
	height: 100%;
}
.data2_list li:last-child{
	padding-bottom:0;
}
.data2_title{
	padding-right:100px;
}
.data2_all span {
	display: block;
	font-size: 40px;
	float: right;
	text-align:center;
	border-radius:10px;
	font-weight: normal;
	color: #4c91b8;
	width:75px;
	height:75px;
	line-height:75px;
	box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	background:#fff;
}
.data2_title h2 {
	color: #231f20;
	text-transform: uppercase;
	font-size:20px;
	font-weight: 600;
}
.data2_title p{
	margin-bottom:0;
}
/*end services*/
/*start count*/
#count {
	clear: both;
	float: right;
	width: 100%;
	z-index:2000;
	margin-bottom:80px;
	position: relative;
}
#count ul{
	clear:both;
	background:#f2f2f2;
	border-radius:10px;
	position:relative;
}
#count ul:before{
	content:"";
	width:100%;
	background:#f2f2f2;
	position:absolute;
	bottom:-30px;
	right:0;
	z-index:-1;
	height:300px;
	border-radius:50%;
}
#count ul li{
	width:25%;
	float:right;
	display:block;
	padding:40px 20px;
}
.count_all {
	width: 100%;
	position:relative;
	text-align: center;
}
.count_all h2 {
	font-weight: 600;
	color: #231f20;
	font-size: 14px;
	overflow: hidden;
}
.count_all p{
	clear:both;
	display:block;
	overflow:hidden;
	font-weight:700;
	font-size:31px;
	color:#333;
}
.count_all p:before{
	content:"+";
	vertical-align:middle;
	margin-left:5px;
	font-weight:normal;
	font-size:15px;
	color:#4c91b8;
}
.count_all span {
	font-size: 40px;
	color: #4c91b8;
	display: block;
	font-size:50px;
	margin:0px auto 0px;
}
/*end count*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #aaa;
}
.pages_title h1 {
	font-weight:600;
	font-size:22px;
	position:relative;
	color: #4c91b8;
	text-transform:uppercase;
	letter-spacing:0px;
	line-height:1.2;
	display:block;
	margin-bottom:10px;
}
.pages_title h2 {
	font-weight:700;
	font-size:45px;
	position:relative;
	color: #231f20;
	text-transform:capitalize;
	letter-spacing:0px;
	display:block;
}
/*end pages title*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	display:block;
	float:right;
	width:100%;
}
.list_top_left{
	margin:0px -10px;
}
.list_top_left li{
	display:block;
	float:right;
	height:520px;
	width:25%;
	overflow:hidden;
	padding:2px;
}
.news_shape{
	height:100%;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
}
.news_shape:before {
	position: absolute;
	width: 100%;
	right: 0;
	top:30%;
	left:0;
	bottom:0;
	content: "";
	opacity:1;
	z-index:500;
	background:linear-gradient(to bottom, 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;
	bottom: 0;
	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(-30%);
}
.serv_main_cat{
	color: #333;
	display:inline-block;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	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: 200;
	font-size: 30px;
	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: 200;
	font-size: 15px;
	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: 0;
	left: 0;
	right: 0;
	z-index:653;
	font-size:14px;
	opacity: 0;
	font-weight: 600;
	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 #40d2bc;
}
.news_shape:hover .serv_more{
	transform: translateY(0);
	opacity: 1;
}
/*end news shapes slide*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:60px;
	position: relative;
}
#partners .pages_title{
	width:30%;
	float:right;
	text-align:right;
	padding-left:30px;
}
.partners_right{
	width:70%;
	float:left;
}
.partners_slide{
	clear:both;
	display:block;
	direction:rtl;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
#partners .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	border-radius:4px;
	cursor: pointer;
	padding: 0px 5px;
	border:1px solid rgba(255,255,255,0.1);
	height: 150px;
	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%;
}
.partners_all img{
	display:block;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding:50px 80px 40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:50%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 420px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	left: 59px;
	bottom:115px;
	border-radius:0px 20px 0px 0px;
	background: #4c91b8;
	color: #fff;
	font-size:12px;
	width:80px;
	z-index:4500;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	position: absolute;
	bottom: 49px;
	background: #fff;
	z-index: 1000;
	right: 0;
	width: 90%;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	font-size: 23px;
	display: block;
	margin-bottom: 6px;
	color: #333;
	overflow: hidden;
	height: 85px;
	max-width: 350px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	background: #fff;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #4c91b8;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #231f20;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/