/*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:#8fb65d;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#9e9fa3;
	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;
	width:100%;
	height:170px;
	position:relative;
	background:#8fb65d;
}
#header .width{
	position:relative;
}
.logo{
	margin:0px auto;
	background:#fff;
	width:200px;
	text-align:center;
	padding-top:10px;
	height:170px;
}
.logo img{
	height:110px;
}
.s_contact.s_contact_right{
	left:0;
	right:auto;
}
.s_contact{
	position:absolute;
	top:25px;
	right:0;
}
.s_contact li {
	display: block;
	float: right;
	position:relative;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:11px;
	color: #fff;
	text-transform:uppercase;
	padding:0px 20px;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.s_contact li a:after, .s_contact li span:after {
	content: "";
	background: rgba(255,255,255,0.2);
	width: 1px;
	height: 37px;
	position: absolute;
	left: 0;
	top: 27px;
}
.s_contact li:last-child a:after,.s_contact li:last-child span:after,.s_contact.s_contact_right li span:after{
	display:none;
}
.s_contact li a p,.s_contact li span p{
	color: #fff;
	margin-right: 70px;
	padding-top: 22px;
	font-weight: 400;
}
.s_contact li a b,.s_contact li span b {
	display: block;
	font-weight: 400;
	font-size: 13px;
}
.s_contact li a:before, .s_contact li span:before {
	font-family: Flaticond;
	font-weight:normal;
	vertical-align:middle;
	display:block;
	font-size:45px;
	float:right;
}
.s_contact li.lang a{
	background:#fff;
	height:60px;
	line-height:60px;
	text-align:center;
	text-transform:uppercase;
	padding:0px 60px;
	color:#8fb65d;
	position:relative;
	font-size:15px;
	margin-top:10px;
	overflow:hidden;
}
.s_contact li.lang a:before {
	background-color: #fff;
	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;
}
.s_contact li.lang a:hover:before{
	right: 120%;
	opacity: 0.25;
}
.s_contact li.lang a:hover{
	background:#555;
	color:#fff;
}
.s_contact li.phone a:before{
	content:"\f103";
}
.s_contact li.mail a:before{
	content:"\f102";
}
.s_contact li.mapi a:before{
	content:"\f101";
}
#nav{
	right:0;
	z-index:1000;
	height:75px;
	bottom:-35px;
	text-align:center;
	position:absolute;
	width:100%;
}
.nav {
	background:#fff;
	padding:0px 20px;
	margin:0px auto;
	width:auto;
	display:inline-block;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a {
	display: block;
	color: #000;
	line-height:70px;
	padding: 0px 20px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	z-index: 105;
	text-align: center;
}
.nav li a:after{
	height:4px;
	content:"";
	width:0;
	background:#8fb65d;
	margin:0px auto;
	clear:both;
	display:block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.nav li a:hover,.nav li:hover a{
	color:#8fb65d;
}
.nav li a:hover:after,.nav li:hover a:after{
	width:100%;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	border:none;
	width:100%;
	height:auto;
	position:relative;
	top:0;
	box-shadow:none;
	right:0;
}
.sub {
	position: absolute;
	width: 200px;
	display:none;
	top: 74px;
	right:0px;
	z-index:999;
	background: #fff;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}
.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:12px 10px;
	background:none;
	line-height:normal;
	font-size:12px;
	font-weight:400;
	color:#333;
	text-align:right;
	border-bottom:1px solid #eee;
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#f8f8f8;
	padding-right:13px;
}
/*start header*/
/*start footer*/
#footer{
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	background-color:#8fb65d;
	border-bottom:1px solid rgba(255,255,255,0.05);
	background-repeat:repeat;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 0px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#fff;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:600;
	font-size:20px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(33,33,33,0.1);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:2px;
	background-color:#fff;
	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(33, 33, 33, 0.2);
	padding:10px 0;
	color:#fff;
	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:#555;
	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:#fff;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color:#fff;
	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 #fff;
	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:10px;
	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:#8fb65d;
	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:#555;
	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.05);	
}
.social li a {
	color:#fff;
	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;
}
.social li a:hover{
	color:#555;
}
.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:"\e07b";
	font-family:FontAwesome6;
}
.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 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:#555;
	background-image:url(../images/bg/bg46.png);
}
.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{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li h2 {
	color:#8fb65d;
	text-transform:uppercase;
	font-size:22px;
	font-weight:700;
	display:block;
	margin-bottom:15px;
}
.data_list li a{
	background:#fff;
	color:#8fb65d;
	font-weight:600;
	display:inline-block;
	font-size:15px;
	padding:12px 20px;
}
.data_list li a:hover{
	background:#8fb65d;
	color:#fff;
}
/*end data*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	z-index:100;
	background-image:url(../images/bg/bg50.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#f1ebdd;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100% !important;
}
.slider_cont{
	width:100%;
	display:table;
	height:100%;
}
.slider_right{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:65%;
}
.slider_right img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:100%;
	display:table-cell;
	padding-right:100px;
}
.cycle-slide-active .slider_cont .slider_right{
    -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: #8fb65d;
	font-size: 90px;
	margin-bottom: 35px;
	max-width: 500px;
}
.slider_cont h1{
	font-size:15px;
	margin-bottom:20px;
	font-weight:400;
	color:#555;
	display:block;
}
.slider_cont h1 span {
	background: #555;
	color: #fff;
	display: inline-block;
	padding: 0px 8px 0px 11px;
	border-radius: 40px 0px 0px 40px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #ccc;
	line-height:2;
	font-size: 14px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a {
	background: #8fb65d;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	color: #fff;
	position: relative;
	font-size: 14px;
	border-radius:8px;
	margin-top: 10px;
	display: inline-block;
	overflow: hidden;
	width: 170px;
	margin-left: 15px;
}
.slider_cont a:last-child{
    background:#f1c40f;
}
.slider_cont a:before {
	background-color: #fff;
	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:#555;
	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:#8fb65d;
}
.cycle-pager span {
	margin-bottom:15px;
	width:12px;
	height:12px;
	border-radius:12px;
	background:#97bdaa;
	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)}}
/*end slideshow*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	background:#555;
	float:left;
	z-index:100;
}
.data2_list {
	width: 100%;
	position:relative;
	z-index:101;
}
.data2_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	padding:20px;
	height: 100%;
}
.data2_all{
	width:100%;
	padding:45px 50px;
}
.data2_list li span {
	z-index: 101;
	width: 50px;
	height:50px;
	line-height:50px;
	position: relative;
	color: #fff;
	font-size:52px;
	margin-bottom:20px;
	display: block;
}
.data2_list li span:after{
	content:"";
	background:rgba(255,255,255,0.1);
	width:60px;
	height:60px;
	border-radius:50%;
	position:absolute;
	top:0;
	right:-30px;
	z-index:-1;
}
.data2_list li span:before{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data2_list li p {
	overflow: hidden;
	font-size: 15px;
	z-index: 101;
	color:#fff;
	position: relative;
	height: 125px;
}
.data2_list li p b {
	display: block;
	color: #8fb65d;
	z-index:101;
	position:relative;
	text-transform:uppercase;
	font-weight: 600;
	font-size:19px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data2*/
/*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:#63839c;
}
.pages_title h1{
	font-size:15px;
	margin-bottom:10px;
	font-weight:400;
	color:#555;
	display:block;
}
.pages_title h1 span {
	background: #555;
	color: #fff;
	display: inline-block;
	padding: 0px 8px 0px 11px;
	border-radius: 40px 0px 0px 40px;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 35px;
	color: #8fb65d;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#448d78;
}
.pages_title span {
	font-size: 14px;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	direction:ltr;
	z-index:100;
}
#aboutus .width{
	padding:60px 30px 60px 0px;
	position:relative;
}
#aboutus:before{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	content:"";
	width:45%;
	background:#edf3f1;
}
.aboutus_right{
	width:50%;
	display:table-cell;
	vertical-align:top;
	direction:rtl;
	position:relative;
}
.aboutus_left {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-left:40px;
	direction:rtl;
	padding-top: 50px;
}
.aboutus_right div {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	right: 0;
	padding:15px 0px 55px;
	background-size: 100% 100%;
}
.aboutus_right div img {
	width: 500px;
	height:500px;
	display: block;
	border-radius:50%;
	border:10px solid #fff;
	object-fit: cover;
	object-position:center;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 60px;
	color:#555;
	line-height:1.9;
	clear:both;
}
.aboutus_txt1 li {
	display: block;
	overflow:hidden;
	margin-bottom: 15px;
}
.aboutus_txt1 li span {
	background: #8fb65d;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	border-radius: 2px;
	margin-left: 5px;
	width: 25px;
	float: right;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.aboutus_txt1 li b {
	font-weight: 600;
	margin-right: 40px;
	display: block;
	background:rgba(33,33,33,0.05);
	padding: 5px 11px;
	color:#555;
}
/*end aboutus*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	background-color:#8fb65d;
	padding:50px 0px;
	z-index:100;
}
.partners_title {
	float: right;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 600;
	font-size: 50px;
	color: #fff;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#fff;
	display: block;
	line-height:50px;
	border-radius:3px;
	color:#8fb65d;
	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:#555;
	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;
	background:#fff;
	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;
	max-height:80px;
	margin-left:auto;
	margin-right:auto;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	border:10px solid #8fb65d;
	padding:50px 0px;
	position:relative;
	overflow:hidden;
}
.my_top_table .pages_title{
	padding:0px 20px;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	display:block;
	width:100%;
	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:520px;
	width:25%;
	overflow:hidden;
	padding:10px;
}
.news_shape{
	height:100%;
	display:block;
	border-radius:4px;
	position:relative;
	overflow:hidden;
	width:100%;
}
.news_shape:before {
	position: absolute;
	width: 100%;
	right: 0;
	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: 400;
	font-size: 16px;
	line-height:1.5;
	display: block;
}
.news_shape_txt p {
	font-size:21px;
	font-weight:700;
	line-height:1.5;
	display: block;
}
.serv_cats {
	clear: both;
	overflow: hidden;
	display: block;
}
.serv_cats span {
	display: inline-block;
	color: #fff;
	opacity: 0.7;
	font-weight: 400;
	font-size: 13px;
	padding-right: ;
	padding-left: 5px;
}
.serv_cats span:after{
	content:"|";
	vertical-align:middle;
	opacity:0.5;
	margin-right:5px;
}
.serv_cats span:last-child:after{
	display:none;
}
.serv_more{
	position: absolute;
	color: #fff;
	padding:0px 20px 20px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:653;
	font-size:13px;
	opacity: 0;
	font-weight: 700;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.serv_more span{
	display:inline-block;
	border-bottom:2px solid #8fb65d;
}
.news_shape:hover .serv_more{
	transform: translateY(0);
	opacity: 1;
}
/*end news shapes slide*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	background:#8fb65d;
	padding:40px 0px;
	overflow:hidden;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #fff;
	width: 143px;
	height: 135px;
	margin:0px auto 50px; 
	background:url(../images/count.png);
	text-align: center;
	line-height: 135px;
	z-index: 133;
	font-size: 50px;
	position: relative;
	display:block;
}
.count_all div {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start services*/
#services{
	float:right;
	width:100%;
	background:#edf3f1;
	position:relative;
	padding:80px 0px;
	border-bottom:1px solid rgb(228 228 228);
	clear:both;
}
.services_ul{
	clear:both;
	margin:0px -25px;
}
.serv_loop {
	float: right;
	width: 33.33%;
	padding:10px;
	overflow: hidden;
}
.serv_all {
	background-color:#fff;
	border-radius:4px;
	border:2px solid transparent;
	overflow: hidden;
	display: block;
	padding:30px 15px;
	position: relative;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_all:hover{
	border:2px solid #9e9fa3;
}
.serv_img {
	float:right;
	position:relative;
	z-index:1;
}
.serv_img img {
	height: 90px;
}
.serv_img:after {
	content: "";
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	position: absolute;
	top: 6px;
	right: 3px;
	z-index: -1;
}
.serv_title {
	margin-right: 90px;
	padding-top: 17px;
	overflow:hidden;
}
.serv_title b {
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	color: #8fb65d;
	display: block;
}
.serv_title a {
	display: inline-block;
	font-size: 15px;
	font-weight: 200;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0px 3px;
	background: #8fb65d;
	color: #fff;
}
.serv_title a:last-child {
	background: #008080;
}
.serv_title a:hover{
	background:#333;
	color:#fff;
}
.serv_title a:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align:middle;
	display:inline-block;
}
.serv_title a.serv_whatsapp:before{
	content:"\f232";
}
.serv_title a.serv_call:before{
	content:"\f11f";
}
/*end services*/
/*start orders*/
#orders {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
.orders_slider{
	visibility:hidden;
}
.orders_slider.slick-initialized {
	visibility:visible;
}
#orders ul{
	clear:both;
	position:relative;
}
#orders ul li{
	width:25%;
	padding:45px 0px;
	float:right;
	display:block;
}
.orders_all {
	width: 100%;
	width: 200px;
	height: 200px;
	background:#edf3f1;
	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: #edf3f1;
	z-index: -1;
	border-radius: 16px;
}
.orders_all span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #8fb65d;
	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: #8fb65d;
	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 aboutus*/
#aboutus2{
	clear:both;
	display:block;
	float:right;
	width:100%;
	position:relative;
	height:auto;
	z-index:500;
	margin-bottom:60px;
	overflow:hidden;
	padding-top:90px;
}
#aboutus2 .width{
	display:table;
	position:relative;
}
.aboutusis_img{
	position: relative;
	display: block;
	min-height: 644px;
	margin-left: -375px;
}
.aboutusis_img_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image:url(../images/bg/bg51.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.aboutusis_img_img_img{
	height: 510px;
	width: 510px;
	background-color:#9e9fa3;
	border-radius: 50%;
	position: absolute;
	top: 80px;
	right: 50px;
	z-index: 1;
}
.aboutus2_right {
	width: 50%;
	display: table-cell;
	vertical-align:middle;
	padding:120px 40px;
	position:relative;
	height:100%;
}
.aboutus2_left_txt{
	position:relative;
	z-index:500;
}
.aboutus2_right h2 {
	font-weight: 600;
	font-size: 27px;
	color: #8fb65d;
	display: block;
	margin-bottom:10px;
}
.aboutus2_right p{
	font-weight:400;
	font-size:14px;
	color:#333;
	display:block;
	margin-bottom:15px;
}
.aboutus2_right ol li{
	display:block;
	font-size:14px;
	margin-bottom:11px;
	color:#000;
}
.aboutus2_right ol li:before {
	vertical-align: 0;
	font-weight: normal;
	margin-left: 5px;
	font-family: FontAwesome;
	content: "\f100";
}
.aboutus2_left{
	display:table-cell;
	width:50%;
	position:relative;
	vertical-align:middle;
}
.aboutus2 li img {
	position: absolute;
	top: -77px;
	right: 75px;
	z-index: 2;
}
/*end aboutus*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	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: 250px;
	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: #8fb65d;
	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: #8fb65d;
	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: #9e9fa3;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
#newmedia {
	float: right;
	width: 100%;
	height: 300px;
	display:none;
	position: relative;
	background-position: top center !important;
	background-size: cover !important;
}
#newmedia:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
}
.newmedia {
	text-align: center;
	position: relative;
	padding-top: 135px;
	padding-right: 115px;
}
.newmedia a {
	background: #f1c40f;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	color: #fff;
	position: relative;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	overflow: hidden;
	padding: 0px 30px;
	border-radius: 50px;
	margin-right: -135px;
}
.newmedia a:before {
	background-color: #fff;
	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;
}
.newmedia a:hover {
	background: #555;
	color: #fff;
}
.newmedia a:hover::before {
	right: 120%;
	opacity: 0.25;
}