/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Changa, 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:#40d2bc;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#c92d54;
	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 newsbar*/
#newsbar {
	position:absolute;
	clear:both;
	display:block;
	overflow:hidden;
	float:right;
	width:100%;
	clear:both;
	height:55px;
	top:0;
	right:0;
	z-index:1000;
}
#news-tick{
	overflow:hidden;
	height:55px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 55px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:55px;
	height:55px;
	padding:0;
	border:none;
	width:33.33%;
	color:#fff;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#40d2bc;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 55px;
	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-weight: 400;
	line-height: 55px;
	height: 55px;
}
.bn-news li a:hover{
	color: #40d2bc;
}
/*end newsbar*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 85px;
	float: right;
	clear: both;
	position: absolute;
	top: 55px;
	right: 0;
}
.header_copy {
	background: #fff;
	display: block;
	height: 85px;
	width: auto;
	float: right;
}
.logo {
	float: right;
	position: relative;
	padding: 10px 15px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 69px;
}
.nav {
	float: left;
	margin-top: 18px;
	margin-right: 25px;
	margin-left: 20px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#c92d54;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#40d2bc;
	position:absolute;
	bottom:5px;
	right:15px;
	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:#308074;
}
.lang{
	float: left;
}
.lang a {
	color: #fff;
	position: relative;
	font-weight: 400;
	display: block;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	padding: 0px;
	height: 85px;
	background: #40d2bc;
	line-height: 85px;
	width: 175px;
}
.lang a:hover{
	background:#c92d54;
}
/*end header*/
/*start footer*/
#footer{
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	background-color:#0c564b;
	border-bottom:1px solid rgba(255,255,255,0.1);
	background-repeat:repeat;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#ccc;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:400;
	font-size:22px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.1);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:2px;
	background-color:#40d2bc;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	padding:10px 0;
	color:#ccc;
	text-transform:uppercase;
	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:#fff;
	background:#c92d54;
	border-radius:5px;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color:#ccc;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.1);
	color:#ccc;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	border:1px dotted rgba(255,255,255,0.1);
	float: right;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-left: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	padding-right:0;
	color:#fff;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	background-image:url(../images/bg/bg41.png);
	background-color:#0c564b;
	color:#ccc;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:right;
	line-height:65px;
}
.design{
	float:left;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#40d2bc;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.1);	
}
.social li a {
	color:#fff;
	display: block;
	font-size: 14px;
	border-left:1px solid rgba(255,255,255,0.1);
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 30px;
	line-height: 65px;
}
.social li a:hover{
	color:#fff;
	background:#c92d54;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before{
	content:"\f1d6";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.whatsapp a:before{
	content:"\f232";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#0c564b;
	border-left:100px solid #0c564b;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
	position:absolute;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:28px;
	text-align:center;
	position:absolute;
	background:rgba(0,0,0,0.1);
	bottom:0;
	width:120px;
	height:120px;
	line-height:120px;
	color:#fff;
	right:120px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:0px;
}
#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:#c92d54;
}
.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;
	width:100%;
	height:100%;
}
.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;
}
.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 h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:55px;
	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{
    -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: 16px;
	font-weight:400;
	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;	
}
.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;
}
.slide_all{
	position:absolute;
	height:120px;
	line-height:120px;
	background-color:#40d2bc;
	width:50%;
	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;
}
#progress_a{
	width:50%;
	left:0px;
	position:absolute;
	z-index:2000;
	bottom:0px;
}
#progress{
	height:120px;
	float:left;
	background:rgba(255,255,255,0.1);
}
/*end slideshow*/
/*start services*/
#services2{
	clear:both;
	float:right;
	width:100%;
	padding:100px 0px 0px;
	margin-bottom:50px;
	overflow:hidden;
}
.services2{
	display:table;
}
.services2_right {
	overflow: hidden;
	clear: both;
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
	width:50%;
}
.services2_left {
	display: table-cell;
	width:50%;
	vertical-align:top;
	position:relative;
	overflow:hidden;
}
.services2_left img{
	width:50%;
	float:right;
	height:auto;
	padding-left:30px;
}
.services2_left img:last-child{
	padding-right:30px;
	padding-left:0;
}
.serv_img2_txt{
	position:relative;
	padding-right:40px;
	z-index:500;
}
.serv_img2_txt h2{
	font-weight:400;
	font-size:40px;
	color:#308074;
	display:block;
	margin-bottom:15px;
	text-transform:capitalize;
}
.serv_img2_txt h1{
	font-size:30px;
	color:#308074;
	display:block;
	margin-bottom:2px;
	font-weight:400;
	text-transform:capitalize;
}
.serv_img2_txt h1:before{
	background:#c92d54;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	font-family:FontAwesome;
	color:#fff;
	vertical-align:middle;
	display:inline-block;
	margin-left:15px;
	content:"\f00c";
	font-weight:normal;
	font-size:16px;
}
.serv_img2_txt p{
	display:block;
	font-size:13px;
	font-weight:400;
	margin-bottom:25px;
}
.serv_img2_tab {
	overflow:hidden;
	margin-top:40px;
	margin-bottom:20px;
	clear:both;
}
.serv_img2_tab_top li {
	margin-left:15px;
	display: inline-block;
}
.serv_img2_tab_bottom li{
	display:none;
}
.serv_img2_tab_top li span {
	display: block;
	padding: 10px 25px;
	border-radius:5px;
	font-size: 13px;
	font-weight: 400;
	color:#000;
	border:1px solid #d3e2e0;
	text-transform: capitalize;
	cursor:pointer;
}
.serv_img2_tab_top li.active span{
	background:#40d2bc;
	color:#fff;
	border:1px solid #40d2bc;
}
.serv_img2_tab_bottom {
	padding:30px 0px 10px;
	font-weight: 400;
	font-size: 13px;
}
.serv_txt2_data{
	clear:both;
}
/*end services*/
/*start count*/
.count {
	width: 96px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50px;
	right: 50%;
	margin-right: -64px;
	bottom: 50px;
}
.count li {
	width: 100%;
	padding: 10px 0px;
	float: right;
	display: block;
}
.count_all {
	width: 100%;
	padding: 0px 10px;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 400;
	color: #555;
	font-size: 12px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size: 27px;
	letter-spacing: 2px;
	line-height: 1;
	color: #c92d54;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start aboutus*/
.aboutus2_slider{
	clear:both;
	display:block;
	overflow:hidden;
	margin:20px -15px 0px;
}
.aboutus2_slider{
	clear:both;
	display:block;
	visibility:hidden;
}
.aboutus2_slider.slick-initialized {
	visibility:visible;
}
.aboutus2_slider li{
	width:33.33%;
	float:right;
	padding:15px;
}
.aboutus2_slider li .aboutus_all2:hover{
	background:#c92d54;
}
.aboutus2_slider li:nth-child(2) .aboutus_all2,.aboutus2_slider li:nth-child(5) .aboutus_all2{
	border-right:none;
	border-left:none;
}
.aboutus2_slider li:nth-child(1) .aboutus_all2,.aboutus2_slider li:nth-child(2) .aboutus_all2,.aboutus2_slider li:nth-child(3) .aboutus_all2{
	border-bottom:none;
}
.aboutus_all2 {
	background: #40d2bc;
	padding:30px 50px;
	border-radius: 5px;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.aboutus_all2 span {
	display: block;
	font-size: 70px;
	float: left;
	font-weight: normal;
	color: #fff;
}
.aboutus_all2 p {
	font-size:24px;
	color: #fff;
	padding-left:30px;
	font-weight:400;
	padding-top:35px;
	overflow: hidden;
}
.aboutus2_slider li .aboutus_all2:hover span,.aboutus2_slider li .aboutus_all2:hover p{
	color:#fff;
}
/*end aboutus2*/
/*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: #c92d54;
	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: #40d2bc;
	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: #40d2bc;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 40px;
	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:#c92d54;
	display:block;
}
/*end pages title*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	text-align:center;
	height: 100%;
	overflow: hidden;
	background-color:#0c564b;
	background-image:url(../images/bg/bg46.png);
}
.data_list li:first-child{
	background-color:#40d2bc;
}
.data_list li:nth-child(2){
	background-color:#0c564b;
}
.data_all{
	width:100%;
	overflow:hidden;
	padding:30px 30px;
	border-radius:5px;
	position:relative;
	top:0;
	transition:all 0.4s ease;
}
.data_list li span {
	z-index: 101;
	display: inline-block;
	vertical-align:0px;
	margin-left:10px;
	font-weight:normal;
}
.data_list li span:before{
}
.data_list li h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	font-weight:400;
	display:block;
	margin-bottom:15px;
}
.data_list li a{
	border:2px solid rgba(255,255,255,0.8);
	color:#fff;
	font-weight:400;
	display:inline-block;
	font-size:15px;
	padding:12px 40px;
}
.data_list li a:hover{
	background:rgba(255,255,255,0.8);
	color:#444;
}
/*end data*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
}
.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;
}
.my_top_table:before{
	content:"";
	position:absolute;
	z-index:200;
	top:0;
	right:0;
	bottom:0;
	width:34%;
	background:#fff;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	display:block;
	width:66.66%;
	float:left;
}
.list_top_left{
	width:100%;
	visibility:hidden;
}
.list_top_left.slick-initialized {
	visibility:visible;
}
.list_top_left li{
	display:block;
	float:right;
	height:470px;
	width:50%;
	overflow:hidden;
	padding:10px;
}
.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: 40px;
	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%;
	position:relative;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: right;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 400;
	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:#308074;
	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:#c92d54;
	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 news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
.news_ul{
	float:left;
	width:66.66%;
}
body.bodyin .news_ul{
	width:100%;
}
body.bodyin .news_ul .news_loop{
	width:33.33%;
}
.news_loop{
	width:50%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 220px;
	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;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	right: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #308074;
	color: #fff;
	font-size:12px;
	width:80px;
	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;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	height: 60px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #308074;
	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: #308074;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/