/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	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:#2b388f;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#4da35c;
	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;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  border: 1.5px solid #4da35c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#4da35c;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*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: left;
	width: 120px;
	text-transform:uppercase;
	font-weight: 400;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 55px;
	overflow:hidden;
	position: absolute;
	right: 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:#4da35c;
}
.bn-news {
	margin-left: 20px;
	margin-right: 115px;
	height: 55px;
	direction:rtl;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-right: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: #4da35c;
}
/*end newsbar*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	float: right;
	clear: both;
	position: absolute;
	top: 55px;
	right: 0;
}
.header_copy {
	background: #fff;
	display: block;
	height: 95px;
	width: auto;
	float: left;
}
.logo {
	float: left;
	position: relative;
	padding: 5px 0px 0px 15px;
	overflow: hidden;
}
.logo a img {
	height: 85px;
}
.nav {
	float: right;
	margin-top: 23px;
	margin-left: 25px;
	margin-right: 20px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 8px;
}
.nav li a{
	display:block;
	color:#333;
	text-transform:capitalize;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:13px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#202a36;
	display:inline-block;
	vertical-align:0px;
	margin-right:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#4da35c;
	position:absolute;
	bottom:5px;
	left: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:#4da35c;
}
.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:#202a36;
	width:265px;
	left:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#fff;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#4da35c;
	color:#fff;
	padding-left:17px;
}
.lang{
	float: right;
}
.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: 95px;
	background: #4da35c;
	line-height: 95px;
	width: 125px;
}
.lang a:hover{
	background:#55b0a9;
}
/*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:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
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:#202a36;
	color:#bbb;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:left;
	line-height:65px;
}
.design{
	float:right;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#4da35c;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
#social {
	position: absolute;
	top: 200px;
	right: 20px;
}
#social .social{
	margin:0;
	float:none;
}
#social .social li{
	float:none;
}
#social .social li a {
	border: none;
	padding: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.2);
	margin-bottom: 10px;
	border-radius: 4px;
}
#social .social li a:hover{
	background:#4da35c;
	color:#fff;
}
.social {
	float:left;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li:first-child a{
	border-left:1px solid rgba(255,255,255,0.05);	
}
.social li a {
	color:#bbb;
	display: block;
	font-size: 14px;
	border-right: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;
}
.social li a:hover{
	color:#4da35c;
}
.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 totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:45px;
	display:none;
	width:50px;
	line-height:50px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:50px;
	background:#4da35c;
	border-radius:50%;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#55b0a9;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:110%;
	display:block;
	background:#202a36;
	border-right:100px solid #202a36;
	margin-bottom:50px;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.1);
	position:absolute;
}
.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;
}
.slider_cont{
	width:100%;
	display:table;
	margin-top:50px;
	direction:rtl;
	position:relative;
	height:100%;
}
.slider_left{
	vertical-align:middle;
	width:50%;
	display:table-cell;
	direction:ltr;
	padding-left:80px;
}
.cycle-slide-active .slider_cont .slider_right img{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.cycle-slide-active .slider_cont .slider_left{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position: relative;
	z-index: 888;
	font-weight: 600;
	line-height: 1.3;
	display: inline-block;
	color: #fff;
	font-size:60px;
	max-width:800px;
	margin-bottom: 35px;
}
.slider_cont h1{
	font-size:15px;
	margin-bottom:20px;
	font-weight:400;
	color:#fff;
	border:1px solid rgba(255,255,255,0.3);
	padding:5px 15px;
	display:inline-block;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	line-height:2;
	max-width:400px;
	font-size: 14px;
	font-weight:400;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont a{
	background:#4da35c;
	height:60px;
	line-height:60px;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
	color:#fff;
	float:left;
	display:block;
	position:relative;
	font-size:15px;
	margin-top:10px;
	border-radius:60px;
	width:180px;
	overflow:hidden;
}
.slider_cont a:before {
	background-color: #333;
	content: "";
	height: 150px;
	right: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	width: 40px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.slider_cont a:hover:before{
	right: 120%;
	opacity: 0.25;
}
.slider_cont a:hover{
	background:#55b0a9;
	color:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	right: 20px;
	top: 50%;
	margin-top:-30px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#fff;
}
.cycle-pager span {
	margin-bottom:15px;
	width:12px;
	height:12px;
	border-radius:12px;
	background:#caeaff;
	cursor:pointer;
	display:block;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
#progress_a{
	width:50%;
	left:0px;
	position:absolute;
	z-index:2000;
	bottom:0px;
}
#progress{
	height:20px;
	float:left;
	background:rgba(255,255,255,0.1);
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #171a27;
	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: #4da35c;
	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: #4da35c;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 35px;
	color: #171a27;
	text-transform:uppercase;
	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:#4da35c;
	display:block;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	overflow:hidden;
}
#aboutus .width{
	position:relative;
}
.aboutus_right {
	width: 50%;
	vertical-align: top;
	background-image: url(../images/bg/bg40.png);
	background-position: 40px 70px;
	background-size: 39% auto;
	display: table-cell;
	position: relative;
	background-repeat: no-repeat;
	padding:20px;
}
.aboutus_right_img img{
	width:90%;
	object-fit:cover;
	object-position:center;
}
.aboutus_right_img img.aboutus_right_small {
	position:relative;
	float:right;
	margin-top:-120px;
	border: 10px solid #fff;
	width: 60%;
}
.aboutus_right_txt {
	background-color: #4da35c;
	background-image: url(../images/bg/bg45.png);
	background-repeat: repeat;
	padding: 25px;
	box-shadow: 7px 15px 15px 0px rgba(0, 0, 0, 0.12);
	display: inline-block;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	max-width: 340px;
	background-position: left top;
	position: absolute;
}
.aboutus_right_txt span {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flatico;
	width: 60px;
	height: 60px;
	background: #fff;
	display: block;
	color: #4da35c;
	text-align: center;
	line-height: 60px;
	font-weight: normal;
	border-radius: 50%;
	float: left;
	font-size: 25px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}
.aboutus_right_txt h2 {
	margin-left: 90px;
	font-size: 20px;
	font-weight:400;
	line-height: 1.4;
	padding-left: ;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-left:80px;
	padding-bottom:25px;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:left;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom:40px;
	color: #333;
	clear: both;
	line-height: 2;
}
.aboutus_left a {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:700;
	border-radius:2px;
	padding:10px 30px;
	box-shadow:-3px 9px 19px -2px rgb(0 0 0 / 26%);
	background:#2782f9;
	position:relative;
	z-index:888;
	float: left;
}
.aboutus_left a:hover{
	background:#55b0a9;
}
.aboutus_left a:after{
	content:"\f0a8";
	font-weight:normal;
	margin-right:8px;
	vertical-align:-1px;
	font-family:FontAwesome;
	animation:blinker 1s linear infinite;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list {
	width: 100%;
	position: relative;
	padding-bottom:20px;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all {
	position:relative;
}
.data_all2 {
	margin-left: 120px;
	padding-right: 30px;
}
.data_list li span {
	display: block;
	float: left;
	font-size: 38px;
	width: 80px;
	height: 80px;
	box-shadow:0px 0px 10px 4px rgba(72,73,121,0.15);
	background: #4da35c;
	text-align: center;
	line-height: 80px;
	color: #fff;
	border-radius:5px;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list li:hover span{
	background:#55b0a9;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #666;
	position: relative;
	font-weight:400;
}
.data_list li p b {
	display: block;
	color: #333;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	text-transform:uppercase;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end aboutus*/
/*start orders*/
#orders {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
#orders ul{
	clear:both;
	position:relative;
}
#orders ul li{
	width:25%;
	padding:45px 0px;
	float:left;
	display:block;
}
.orders_all {
	width: 100%;
	width: 200px;
	height: 200px;
	background:#d6dfea;
	padding: 20px;
	position:relative;
	border-radius: 16px;
	margin: 0px auto;
}
.orders_all:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	width: 100%;
	height: 100%;
	background-color: #d6dfea;
	z-index: -1;
	border-radius: 16px;
}
.orders_all span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #4da35c;
	border-radius: 10px;
	margin: 0px auto 10px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.orders_all div {
	overflow: hidden;
	text-align: center;
}
.orders_all h2 {
	font-weight: 600;
	color: #000;
	font-size: 13px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.orders_all p {
	clear: both;
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 13px;
	color: #333;
	position: relative;
}
/*end orders*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
	z-index:100;
}
#count ul{
	clear:both;
	margin:0px -40px;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:left;
	display:block;
}
#count ul li:last-child{
	border-right:none;
}
.count_all {
	width: 100%;
	padding:20px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #fff;
	width: 90px;
	height: 90px;
	background: #4da35c;
	text-align: center;
	line-height: 90px;
	border-radius:4px;
	margin:0px auto 15px;
	z-index: 133;
	font-size:45px;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	display:block;
}
.count_all:hover span,#count ul li:last-child .count_all span{
	color:#fff;
	background:#55b0a9;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	background: #000;
	z-index: 3;
	border-radius: 4px;
	opacity: 0.2;
	top: -8px;
	right: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 400;
	color: #000;
	font-size: 14px;
	overflow: hidden;
	text-transform:uppercase;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 400;
	font-size: 55px;
	line-height: 1;
	color: #202a36;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start services*/
#services {
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	float:right;
	width:100%;
	background-image:url(../images/bg/bg37.png);
	background-position:center;
	background-repeat:repeat-x;
}
.serv_loop {
	width: 25%;
	float: left;
	text-align:center;
	overflow: hidden;
	padding: 25px;
}
.serv_all {
	width: 100%;
	position:relative;
	height: 100%;
	overflow: hidden;
}
.serv_img {
	height:263px;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius:50%;
	position: relative;
}
.serv_img a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
.serv_img a img {
	width: 100%;
	display:block;
	height: 100%;
	object-fit:cover;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.serv_img a:hover img{
	transform:scale(1.2);
}
.serv_img a:hover span{
	opacity:0.8;
}
.serv_img a span{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
	background:#202a36;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;		
}
.serv_img a span:before {
	content: "\f0c1";
	font-family: FontAwesome;
	color: #fff;
	font-size: 25px;
	display: block;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-15px;
	text-align: center;
}
.serv_count {
	background: #4da35c;
	color: #fff;
	width: 47px;
	height: 47px;
	line-height: 47px;
	border-radius: 47px;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 1px;
	position: absolute;
	top: 0px;
	right: 25px;
	z-index: 1;
}
.serv_title {
	clear: both;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}
.serv_title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#202a36;
	margin-bottom:5px;
	font-size: 19px;
	font-weight:400;
}
.serv_title a:hover{
	color:#009701;
}
.serv_txt {
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	height: 45px;
	overflow: hidden;
}
/*end services*/
/*start mymedia*/
#mymedia{
	float:right;
	width:100%;
	overflow:hidden;
	clear:both;
	margin-bottom:50px;
}
#mymedia .mymedia_table{
	display:table;
	margin:0px -20px;
}
.mymedia_center{
	width:50%;
	padding:5px 20px;
	display:table-cell;
	vertical-align:top;
}
.mymedia_center iframe{
	width:100% !important;
	display:block;
	height:600px !important;
}
.mymedia_right{
	width:50%;
	vertical-align:top;
	display:table-cell;
}
.my_projects {
	clear: both;
	display: block;
	overflow: hidden;
}
.my_projects li {
	display: block;
	float: left;
	overflow:hidden;
	width: 33.33%;
	padding:20px;
}
.p_thumb {
	border-radius:2px;
	width: 100%;
	height:168px;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.p_thumb img{
	width: 100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.p_thumb a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.p_thumb a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	background-color:#202a36;
	opacity:0.1;
}
.p_thumb a:hover:before{
	opacity:0.4;
}
.p_thumb a:after{
	content:"\f002";
	font-family:FontAwesome;
	background:#4da35c;
	width:40px;
	height:40px;
	border-radius:4px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:17px;
	opacity:0;
	position:absolute;
	top:50%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	margin-top:-20px;
	right:50%;
	margin-right:-20px;
}
.p_thumb a:hover:after{
	opacity:1;
}
/*end mymedia*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:50px;
	position: relative;	
	overflow:hidden;
	padding-bottom:5px;
}
.teams_slide{
	margin-top:20px;
	clear:both;
	display:block;
	direction:rtl;
	position:relative;
	z-index:101;
	visibility:hidden;
}
.teams_slide.slick-initialized {
	visibility:visible;
}
.teams_slide li{
	float:right;
	width:25%;
	position:relative;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;	
	cursor:pointer;
}
.teams_all img{
	width:100%;
	display:block;
	height:340px;
	object-fit:cover;
	object-position:center;
}
.team_details{
	padding:25px 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.teams_all span {
	color: #171a27;
	display: block;
	font-size: 18px;
	margin-bottom:5px;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:13px;
	overflow: hidden;
	white-space: nowrap;
	font-weight:400;
	display:block;
	color:#171a27;
}
/*end teams*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: left;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 50px;
	color: #020202;
	text-transform:uppercase;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: left;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#4da35c;
	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:#55b0a9;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:right;
	direction:rtl;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:left;
	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:left;
	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;
	left: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #55b0a9;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #4da35c;
	float: left;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 10px;
	content: "\f061";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #4da35c;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/