/*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;
}
.bodyin .serv2_more a:last-child {
	width: 190px;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#00929e;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#143972;
	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{
	clear:both;
	float:right;
	overflow:hidden;
	height:160px;
	background:-webkit-gradient(linear, left top, right top, color-stop(45%, #114d5c), color-stop(65%, #0d2b33));
	border-bottom:1px solid rgba(255,255,255,0.08);
	width:100%;
}
.logo {
	margin-top:5px;
	float: right;
}
.logo img {
	height:145px;
}
.head_left{
	float:left;
	position:relative;
}
.details {
	float:right;
	display:block;
}
.details li {
	float: right;
	position: relative;
	padding: 69px 0px 13px;
}
.details li span{
	float:right;
	border:1px solid rgba(255,255,255,0.2);
	color:#fff;
	width:50px;
	text-align:center;
	border-radius:2px;
	height:50px;
	line-height:48px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size:20px;
}
.details li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.details_all {
	overflow: hidden;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	border-left: 1px dashed rgba(255,255,255,0.2);
}
.details li:last-child .details_all{
	border-left:none;
}
.details_txt {
	margin-right:65px;
}
.details_txt h2 {
	font-weight: 600;
	color: #fff;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom:2px;
}
.details_txt p {
	color: #fff;
}
.social {
	float: left;
	margin-top: 69px;
	margin-right: 20px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color: #fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	border-radius:5px;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background:rgba(0,0,0,0.2);
	margin-right:6px;
}
.social li.lang a{
	font-size:15px;
	font-weight:600;
}
.social li a:hover,.social li:last-child a{
	color:#fff;
	background:#00929e;
}
.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.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.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";
}
.logo2 {
	border: 1px solid rgba(255, 255, 255, 0.4);
	display: block;
	float: left;
	padding: 25px 15px;
	margin-right: 40px;
	margin-top: 11px;
}
/*end header*/
/*start newsbar*/
#newsbar {
	position:absolute;
	top:10px;
	left:0;
	z-index:100;
	right:40px;
	height: 40px;
	border-radius:4px;
	background:rgba(0,0,0,0.1);
}
.bodyin .news_loop {
	width: 25%;
	display: block;
}
.bodyin .serv2_loop {
	padding:15px;
	width: 25%;
}
.bodyin .news_ul,.bodyin .serv2_all {
	width: 100%;
}
#newsbar .width {
	height: 100%;
	position:relative;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 40px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:40px;
	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:#00929e;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 40px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #eee;
	font-weight: 400;
	line-height: 40px;
	height: 40px;
}
.bn-news li a:hover{
	color: #00929e;
}
/*end newsbar*/
/*start nav*/
#nav{
	clear:both;
	height:60px;
	width:100%;
	position:relative;
	float:right;
	z-index:1000;
	background-color:#0f3e4a;
}
#nav:before{
	content:"";
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.08);
	position:absolute;
	top:-5px;
	right:0;
}
.nav li{
	float:right;
	position:relative;
	display:block;
}
.nav li a{
	height:60px;
	display:block;
	color:#fff;
	position:relative;
	padding:0px 22px;
	line-height:60px;
	font-size:14px;
	font-weight:400;
}
.nav li a:before{
	content:"";
	width:1px;
	height:15px;
	border-left:1px dashed rgba(255,255,255,0.5);
	display:inline-block;
	position:absolute;
	left:0;
	top:24px;
}
.nav li:last-child a:before{
	display:none;
}
.nav li a:hover,.nav li:hover a{
	color:#00929e;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 240px;
	display:none;
	box-shadow:0px 13px 30px -12px rgba(0, 0, 0, 0.75);
	top: 60px;
	right:0px;
	z-index:200;
	background-color:#fff;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#333;
	height:auto;
	text-align:right;
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#00929e;
	color:#fff;
	padding-right:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f038";
	position:relative;
	display:inline-block;
	top:0;
	left:0;
	width:auto;
	height:auto;
	border-radius:0;
	border:none;
	background:none;
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 10px;
}
/*end nav*/
/*start head_fix*/
.nav_fix {
	background:#114d5c;
	box-shadow:0px 13px 30px -12px rgba(0, 0, 0, 0.75);
	width:100%;
	height:60px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	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 bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	background-image:url(../images/bg/bg41.png);
	background-color:#114d5c;
	color:#fff;
	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:#00929e;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
#bottom .social {
	float:right;
	margin-right:10px;
	margin-top:0;
}
#bottom .social li{
	display:block;
	position:relative;
	float:right;
}
#bottom .social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);	
}
#bottom .social li a {
	color:#fff;
	background:none;
	margin:0;
	width:auto;
	height:auto;
	display: block;
	font-size: 14px;
	border-left:1px solid rgba(255,255,255,0.05);
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 30px;
	line-height: 65px;
}
#bottom .social li a:hover{
	color:#00929e;
}
#bottom .social li:hover:after{
	top:0;
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	z-index:100;
	background:#114d5c;
	overflow:hidden;
	margin-bottom:80px;
	width:100%;
	padding:10px 0px 80px;
	direction:ltr;
	position:relative;
	border-top:1px solid rgba(255,255,255,0.08);
}
#slideshow .width {
	position: relative;
	height: 100%;
}
.slideshow_left {
	float: left;
	padding-left: 150px;
	position:relative;
}
.slider{
	clear:both;
	width:380px;
	margin:0px auto;
	padding-top:50px;
	padding-bottom:50px;
	position:relative;
}
.slider_ul{
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
}
.slider_ul li{
	width:100%;
}
.slider_ul li img{
	height:510px;
	width:100%;
	display:block;
	border-radius:1.4rem;
	object-fit:cover;
	object-position:top center;
}
.slideshow_arrow {
	position: absolute;
	bottom: -40px;
	left: 271px;
}
.next_slider {
	z-index: 1000;
	height: 30px;
	float: right;
	cursor: pointer;
	margin-left: 60px;
}
.next_slider b {
	background: rgba(255,255,255,0.5);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.next_slider b:before {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.next_slider b:after {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.prev_slider{
	z-index:1000;
	height:30px;
	float:right;
	cursor:pointer;
}
.prev_slider b {
	background: rgba(255,255,255,0.5);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.prev_slider b:before {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.prev_slider b:after {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
.slider_ul .slick-center {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.slider_ul .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}
.slider_ul .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.slider_ul .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slider_ul .slick-snext {
  opacity: 0.5;
  transform: translate3d(20%, 0, -20px);
  z-index: 1;
  perspective: 1000px;
}
.slider_ul .slick-snext2 {
  opacity: 0.5;
  transform: translate3d(30%, 0, -20px);
  z-index: 0;
  perspective: 1000px;
}
.slider_ul .slick-sprev {
  opacity: 0.5;
  transform: translate3d(-20%, 0, -20px);
}
.slider_ul .slick-sprev2 {
  opacity: 0.5;
  transform: translate3d(-30%, 0, -20px);
}
.slider_ul .slick-dots {
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -50px;
}
.slider_ul .slick-dots li {
	display: block;
	cursor:pointer;
	width: 5px;
	height: 30px;
	background: rgba(255,255,255,0.7);
	border-radius: 11px;
	margin-bottom: 5px;
}
.slider_ul .slick-dots li.slick-active{
	background:#00929e;
}
.slider_all2 {
	position: absolute;
	top: 100px;
	right: -661px;
	width: 500px;
	opacity: 0;
	text-align: center;
}
.slider_ul .slick-center .slider_all2{
	opacity:1;
}
.slider_all2 h2,.slider_all2 h3 {
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.4;
	background: rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 10px;
	display: block;
	margin-bottom: 20px;
}
.slider_all2 p {
	color:rgba(255,255,255,0.8);
	font-size: 20px;
	padding: 15px;
	text-align: right;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	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: #00929e;
	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: #00929e;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 30px;
	color: #143972;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#00929e;
	display:inline-block;
}
/*end pages title*/
/*start data2*/
#data2{
	clear:both;
	display:block;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	padding-bottom:50px;
	overflow:hidden;
}
.data2_right{
	float:right;
	width:50%;
	padding-left:50px;
}
.data2_left{
	width:50%;
	float:left;
	position:relative;
}
.data2_left_slider {
	overflow: hidden;
	width: 100%;
	padding-top:30px;
}
.data2_left_slider li{
	width:33.33%;
	float:right;
	text-align:center;
}
.data2_left_slider li a{
	width:33.33%;
	float:right;
	margin-bottom:40px;
}
.data2_left_slider_all span {
	background: #114d5c;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0px auto 15px;
	border-radius: 50%;
	line-height: 80px;
	color: #fff;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size: 35px;
	font-weight: normal;
}
.data2_left_slider_all h2 {
	color: #333;
	font-weight: 400;
	font-size: 15px;
	display: block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data2_left_slider_all:hover h2{
	color:#00929e;
}
.data2_left_slider .slick-dots {
	clear: both;
	display: block;
	text-align: center;
}
.data2_left_slider .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.data2_left_slider .slick-dots li button {
	font-size: 0;
	background:#bdcfd1;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	cursor:pointer;
	border-radius: 8px;
	border:none;
}
.data2_left_slider .slick-dots li.slick-active button{
	background:#00929e;
	width:25px;
}
.slider_left_link{
	float:left;
}
.slider_left_link a {
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:400;
	border-radius:5px;
	height:49px;
	line-height:49px;
	padding:0px 30px;
	text-transform:uppercase;
	background:#00929e;
	position:relative;
	margin-left:65px;
	z-index:888;
	overflow:hidden;
}
.slider_left_link a b:after{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	content:"\f177";
	font-weight:normal;
	font-family:FontAwesome;
}
.slider_left_link a b{
	position:relative;
	z-index:100;
	font-weight:400;
}
.slider_left_link a:before{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	background:#114d5c;
	width:100%;
	height:100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	z-index:1;
}
.slider_left_link a:hover:before{
	left:0;
}
.data2_left_slider_next, .data2_left_slider_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 40%;
	width: 40px;
	color: #fff;
	left: -10px;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	background: #00929e;
	line-height: 40px;
	border-radius: 50%;
	margin-top: -25px;
}
.data2_left_slider_next:before,.data2_left_slider_prev:before{
	font-family:FontAwesome;
}
.data2_left_slider_next:before{
	content:"\f054";
}
.data2_left_slider_prev:before{
	content:"\f053";
}
.data2_left_slider_next{
	right:-10px;
	left:auto;
}
.data2_left_slider_next:hover,.data2_left_slider_prev:hover{
	opacity:0.5;
}
.data2_left .slick-disabled{
	background:#eee !important;
}
/*end data2*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
}
.my_top_table .pages_title{
	text-align:center;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	padding:20px 0px;
	overflow:hidden;
	position:relative;
}
.my_slice .slick-center {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.my_slice .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.my_slice .slick-snext {
  opacity: 1;
  transform: translate3d(30%, 0px, -30px);
  z-index: 1;
  perspective: 1000px;
  position:relative;
}
.my_slice .slick-snext2 {
  opacity: 1;
  transform: translate3d(85%, 0px, -30px) scale(0.9);
  z-index: 0;
  perspective: 1000px;
}
.my_slice .slick-sprev {
  opacity: 1;
  transform: translate3d(-30%, 0px, -30px);
}
.my_slice .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-85%, 0px, -30px) scale(0.9);
}
.serv2_loop {
	width:400px;
	float: right;
	overflow: hidden;
}
.serv2_all {
	width:300px;
	margin:0px auto;
	box-shadow:1px 1px 10px rgba(0,0,0,.3);
	background:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	padding:10px;
	position: relative;
	overflow: hidden;
}
.serv2_img {
	width: 100%;
	height: 220px;
	overflow:hidden;
	position:relative;
}
.serv2_img img {
	height: auto;
	display: block;
	max-height: 180px;
	margin: 0px auto;
}
.serv2_img span {
  background: #479a93c8;
  color: #fff;
  position: absolute;
  bottom: 20px;
  z-index: 10;
  left: 15px;
  border-radius: 5px;
  width: 80px;
  padding: 10px;
  text-align: center;
  font-size: 10px;
}
.serv2_img span b {
	font-weight: 400;
	font-size: 15px;
}
.serv2_txt{
	padding:0px 15px;
}
.serv2_txt h2 {
	font-weight: 600;
	font-size: 12px;
	position:relative;
	display: block;
	margin-bottom:1px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serv2_txt p {
	font-size: 12px;
	color: #555;
	position: relative;
	overflow: hidden;
	font-weight: 200;
}
.serv2_txt p:before {
	content: "\f085";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 5px;
}
.serv2_txt p b{
	font-weight:400;
	color:#000;
}
.serv2_more {
	clear: both;
	padding:10px;
	display: block;
}
.serv2_more a:first-child {
	width: 40px;
	height: 35px;
	display: block;
	float: right;
	color: #fff;
	text-align:center;
	line-height: 35px;
	border-radius: 3px;
	background: #114d5c;
}
.serv2_more a:first-child:before {
	font-family:FontAwesome;
	content: "\f129";
}
.serv2_more a:last-child {
	width: 210px;
	height: 35px;
	display: block;
	float: left;
	color: #fff;
	text-align:center;
	font-size:13px;
	line-height: 35px;
	border-radius: 3px;
	background: #00929e;
}
.serv2_more a:hover{
	background:#143972 !important;
}
.my_slice .slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.my_slice .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.my_slice .slick-dots li button {
	font-size: 0;
	background:#bdcfd1;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	cursor:pointer;
	border-radius: 8px;
	border:none;
}
.my_slice .slick-dots li.slick-active button{
	background:#00929e;
	width:25px;
}
.my_slice_slider_next, .my_slice_slider_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 40%;
	width: 40px;
	color: #333;
	left: -10px;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-top: -25px;
}
.my_slice_slider_next:before,.my_slice_slider_prev:before{
	font-family:FontAwesome;
}
.my_slice_slider_next:before{
	content:"\f054";
}
.my_slice_slider_prev:before{
	content:"\f053";
}
.my_slice_slider_next{
	right:-10px;
	left:auto;
}
.my_slice_slider_next:hover,.my_slice_slider_prev:hover{
	opacity:0.5;
}
.my_top_table .slider_left_link{
	float:none;
	text-align:center;
	padding-right:70px;
}
/*end news shapes slide*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	background:#114d5c;
	margin-bottom:50px;
	overflow:hidden;
	padding:50px 0px;
	position:relative;
}
#count .pages_title{
	text-align:center;
}
#count ul{
	clear:both;
	position:relative;
	text-align:center;
}
#count ul li {
	padding: 0px;
	display: inline-block;
	min-width:240px;
}
.count_all {
	width: 100%;
	padding: 0px 60px;
}
.count_all span{
	font-family:FontAwesome,Flaticond,FontAwesome5,iconmoon,Flaticon;
	color: #fff;
	margin:0px auto 0px; 
	text-align: center;
	border-radius: 100%;
	z-index: 133;
	font-weight:normal;
	font-size: 35px;
	position: relative;
	display:block;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 400;
	color: #bbb;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 600;
	font-size:35px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position: relative;
}
.count_all p:before{
	content:"+";
	vertical-align:middle;
	margin-left:5px;
	font-weight:400;
}
.count_all b {
	font-weight: 400;
	color: #bbb;
	font-size: 12px;
	overflow: hidden;
	display: block;
}
#count .slider_left_link{
	float:none;
	text-align:center;
	padding-top:40px;
}
#count .slider_left_link a {
	margin: 0px 5px;
}
#count  .slider_left_link a:before{
	background:#143972;
}
/*end count*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	margin-bottom:60px;
}
#partners .width{
	position:relative;
}
#partners .pages_title{
	text-align:center;
}
.partners{
	width:100%;
	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;
}
.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;
}
.partner_next, .partner_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 70%;
	width: 40px;
	color: #333;
	left: 0;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-top: -25px;
}
.partner_next:before,.partner_prev:before{
	font-family:FontAwesome;
}
.partner_next:before{
	content:"\f054";
}
.partner_prev:before{
	content:"\f053";
}
.partner_next{
	right:0;
	left:auto;
}
.partner_next:hover,.partner_prev:hover{
	opacity:0.5;
}
#partners .slick-dots {
	clear: both;
	display: block;
	padding-top:0px;
	text-align: center;
}
#partners .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
#partners .slick-dots li button {
	font-size: 0;
	background:#bdcfd1;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	cursor:pointer;
	border-radius: 8px;
	border:none;
}
#partners .slick-dots li.slick-active button{
	background:#00929e;
	width:25px;
}
#partners .slider_left_link{
	float:none;
	text-align:center;
	padding-top:40px;
	padding-right:50px;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
#news .pages_title {
	float: right;
	padding-top:60px;
	width: 33.33%;
	padding-left: 50px;
}
#news .slider_left_link{
	padding-top:30px;
	float:none;
}
.news_ul{
	float:left;
	width:66.66%;
}
.news_ul_slider{
	display:block;
	overflow:hidden;
}
.news_ul_slider{
	visibility:hidden;
}
.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:6px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:4px;
	border:1px solid #ddd;
	padding:10px;
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	border-radius:4px;
	width: 100%;
	height: 170px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all .news_img:before{
	background:#000;
	opacity:0;
	position:absolute;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	top:0;
	right:0;
	left:0;
	bottom:0;
	content:"";
}
.news_all:hover .news_img:before{
	opacity:0.5;
}
.news_all .news_img span {
	position: absolute;
	top: 70px;
	left: -100px;
	color: #fff;
	padding: 8px 15px;
	background: #00929e;
	font-size: 12px;
	border-radius: 4px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.news_all:hover .news_img span {
	left: 78px;
}
.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_txt {
	padding:15px 0px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 13px;
	display: block;
	margin-bottom: 6px;
	color: #000;
	overflow: hidden;
	height: 45px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #777;
	font-size: 13px;
}
#news .slick-dots {
	clear: both;
	display: block;
	padding-top:0px;
	text-align: center;
}
#news .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
#news .slick-dots li button {
	font-size: 0;
	background:#bdcfd1;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	cursor:pointer;
	border-radius: 8px;
	border:none;
}
#news .slick-dots li.slick-active button{
	background:#00929e;
	width:25px;
}
/*end news*/