/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'ges', sans-serif;
	font-size:15px;
	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:#4e946f;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#745088;
	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:1230px;
}
body.bodyin #header {
	height: 142px;
	position: relative;
	top: 0;
	right: 0;
	float: right;
	width: 100%;
}
/*end body*/
/*start header*/
#header{
	background:#d1d2d4;
	height:105px;
	top:0;
	clear:both;
	z-index:1000;
	position:absolute;
	width:100%;
	right:0;
}
.logo {
	float: right;
	position: relative;
}
.logo a {
	display: block;
}
.logo a img {
	height:120px;
}
#nav{
	position:relative;
	margin-top:15px;
	float:left;
}
.ordernow,.lang{
	float:left;
	margin-top: 30px;
}
.lang{
	margin-right:10px;
}
.ordernow a,.lang a {
	background: #4e946f;
	border:2px solid #4e946f;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 8px 17px;
	border-radius: 4px;
	font-size: 14px;
}
.lang a{
	background:none;
	border:2px solid #745088;
	color:#745088;
	text-transform:uppercase;
}
.ordernow a:after,.lang a:after{
	content:"\f065";
	font-family:FontAwesome;
	vertical-align:middle;
	display:inline-block;
	margin-right:9px;
}
.ordernow a:hover,.lang a:hover{
	background:#745088;
	color:#fff;
	border:2px solid #745088;
}
.nav {
	float: left;
	margin-top: 33px;
	margin-left:10px;
}
.nav li{
	display:block;
	float:right;
	padding-bottom:10px;
	position:relative;
}
.nav li a {
	display: block;
	color: #435f50;
	padding:0 18px 4px;
	margin-left:2px;
	border-radius:20px;
	position: relative;
	font-size: 15px;
	font-weight: 400;
}
.nav li a:hover,.nav li:hover a,.nav li.current_page_item a{
	background:#745088;
	color:#fff;
}
.nav li.menu-item-has-children a:after{
	content:"\f0d7";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:5px;
	font-weight:normal;
	display:inline-block;
}
.nav li:last-child a{
	border-left:none;
}
.nav li a:before{
	height:4px;
	content:"";
	width:0;
	margin:5px auto 0px;
	border-radius:5px;
	clear:both;
	display:block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.nav li a:hover:before,.nav li:hover a:before{
	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: 210px;
	display: none;
	top: 43px;
	right: 0px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 1px 40px 0 rgba(0,0,0,.1);
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
	margin:0;
	padding:0;
}
.nav li:hover .sub ul li a{
	display:block;
	padding: 15px;
	background:none;
	line-height:normal;
	font-size:13px;
	border-radius:0;
	font-weight:400;
	margin:0;
	height:auto;
	border-right:none;
	border-left:none;
	color:#435f50;
	text-align:right;
}
.nav li:hover .sub ul li a:after,.nav li:hover .sub ul li a:before{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#5F9272;
	color:#fff;
	padding-right:20px;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#4e946f;
	background-image:url(../images/bg/bg45.png);
	border-top:1px solid rgba(255,255,255,0.1);
	font-size:14px;
	position:relative;
	color:#fff;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#fff;
	background:#745088;
	padding:2px 3px;
	margin-right:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#4e946f;
	background-image:url(../images/bg/bg45.png);
	float:right;	
	width:100%;
	clear:both;
	padding:130px 0px 30px;
	position:relative;
}
#footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 98px;
	top: 0;
	transform:rotate(-180deg);
	right: 0;
	z-index: 1000;
	background-image: url(../images/bg/bg23.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#fff;
	overflow:hidden;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:700;
	font-size:17px;
	margin-bottom:25px;
	color:#fff;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:15%;
	content:"";
	height:5px;
	background:#fff;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#fff;
	font-size: 14px;
	line-height:2;
}
.foot_logo img {
	height: 70px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:#fff;
	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:#745088;
	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: 13px;
	font-weight:400;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.1);
	color: #fff;
	text-transform:capitalize;
	border-radius:3px;
	font-size: 13px;
	font-weight:400;
	font-family:Barlow,ges;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_branch li {
	display: block;
	float: right;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 400;
	font-size: 13px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a,.foot_loop ul.foot_branch li a:hover{
	color:#fff;
	background:#745088;
	border:1px solid #745088;
}
.foot_bottom {
	margin-top: 10px;
	position:relative;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: right;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: right;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	border-radius:0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left:5px;
	border:none;
	text-align:center;
	background: rgba(255,255,255,0.1);
	color: #fff;
}
#footer .social li a:hover{
	background:#745088;
	color:#fff;
}
.contact_home {
	float: left;
}
.contact_home a {
	display: inline-block;
	font-weight: 400;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #fff;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	color: #4e946f;
}
.contact_home a:last-child {
	border: 1px solid #745088;
	background:#745088;
	color:#fff;
}
.contact_home a:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 5px;
	font-weight: normal;
	content: "\f015";
}
.contact_home a:last-child:before {
	content: "\f003";
}
.contact_home a:hover, .contact_home a:last-child:hover {
	opacity: 0.8;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:rgba(255,255,255,0.6);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 12px;
	line-height: 45px;
}
.social li a:hover{
	color:#fff;
	background:#fba819;
}
.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";
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:8500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:400;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#745088;
}
.toTop span {
	display: block;
	font-weight: 400;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#4e946f;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	z-index:100;
	background-image:url(../images/bg/bg24.png);
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#d1d2d4;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100%;
}
.slider_cont{
	display:table;
	padding-top:105px;
	width:100%;
	direction:ltr;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	direction:rtl;
	width:48%;
}
.slider_right img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:52%;
	direction:rtl;
	display:table-cell;
	padding-right:50px;
	padding-left:50px;
}
.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;
}
.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;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:600;
	line-height:1.5;
	display: inline-block;
	color: #745088;
	font-size: 50px;
	margin-bottom: 35px;
}
.slider_cont h2 span{
	color:#745088;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #333;
	line-height:2;
	font-size: 14px;
	font-weight:400;
	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 {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	border-radius:2px;
	padding:7px 30px;
	background: #4e946f;
	border:2px solid #4e946f;
	margin-left:10px;
	position:relative;
	z-index:888;
}
.slider_cont a:last-child{
	background:none;
	border:2px solid #745088;
	color:#745088;
	text-transform:uppercase;
}
.slider_cont a:after{
	content:"\f065";
	font-family:FontAwesome;
	vertical-align:middle;
	display:inline-block;
	margin-right:9px;
}
.slider_cont a:hover,.slider_cont a:last-child:hover{
	background:#745088;
	color:#fff;
	border:2px solid #745088;
}
.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:#745088;
}
.cycle-pager span {
	margin-bottom:2px;
	width:9px;
	height:25px;
	border-radius:15px;
	border:1px solid rgba(33,33,33,0.8);
	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 partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	background:#d1d2d4;
	padding:50px 0px 130px;
	position: relative;
}
#partners:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 98px;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background-image: url(../images/bg/bg23.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.partners_title{
	text-align:center;
	display:block;
	margin-bottom:40px;
}
.partners_title h2{
	background:#745088;
	color:#fff;
	display:inline-block;
	font-weight:600;
	font-size:20px;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 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;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}
/*end partners*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.aboutus_right{
	width:50%;
	float:left;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
.aboutus_right.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_left{
	width:50%;
	float:right;
	padding-left:50px;
	padding-top:120px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);	
}
.aboutus_left.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right div{
	float:right;
	position:relative;
}
.aboutus_right div img{
	width:100%;
	display:block;
}
.aboutus_right p{
	position:absolute;
	top:50px;
	left:50px;
	text-align:center;
	font-size:15px;
	font-weight:400;
	width:150px;
	height:150px;
	background:#745088;
	color:#fff;
	border-radius:50%;
	padding-top:33px;
}
.aboutus_right p b{
	font-weight:700;
	display:block;
	font-size:35px;
}
.aboutus_right p:before{
	content:"";
	width:130px;
	height:130px;
	border:2px dashed rgba(255,255,255,0.5);
	position:absolute;
	top:8px;
	left:8px;
	border-radius:50%;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:20px;
	font-weight: 600;
	font-size: 25px;
	color: #435f50;
	line-height: 1;
}
.aboutus_left h3{
	margin:20px 0px 10px;
	color:#435f50;
	font-size:22px;
	display:block;
	font-weight:600;
}
.aboutus_left span{
	color:#333;
	font-weight:400;
	margin-bottom:20px;
	font-size:14px;
	display:block;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	color:#333;
	clear:both;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 25px;
	background: #189099;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
}
.aboutus_left a:hover {
	background: #dfa768;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
/*end aboutus*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #222;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 600;
	display:inline-block;
	padding:0px 20px;
	color: #4e946f;
	margin-bottom:8px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #4e946f;
	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: #4e946f;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 30px;
	color: #745088;
	display: block;
	margin-bottom: 10px;
}
.pages_title span {
	font-size: 15px;
}
/*end pages title*/
/*start services*/
#services{
	float:right;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
	clear:both;
	background-image:url(../images/bg/bg27.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:50px 0px;
}
.serv_loop {
	float: right;
	width: 33.33%;
	padding: 15px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
	overflow: hidden;
}

.serv_loop.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.serv_all {
	background-color: #fff;
	background-image:url(../images/bg/bg28.png);
	background-repeat:no-repeat;
	background-position:center top;
	box-shadow: 0px 0px 30px -6px rgba(42, 67, 113, 0.1);
	border-radius: 20px;
	overflow: hidden;
	padding-bottom:40px;
	display: block;
	position: relative;
}
.serv_all:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;background-image:url(../images/bg/bg26.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.serv_img {
	clear: both;
	display: block;
	height: 155px;
	padding-top: 30px;
	position:relative;
	z-index:100;
	text-align: center;
	margin-bottom: 20px;
}
.serv_img img {
	max-height: 100%;
}
.serv_title {
	padding: 0px 20px 15px;
	text-align: center;
	position:relative;	
	z-index:100;	
	border-bottom: 1px solid #f8f8f8;
}
.serv_title a {
	font-weight: 600;
	font-size: 16px;
}
.serv_txt {
	display: block;
	text-align: center;
	position:relative;	
	z-index:100;	
	margin-bottom: 15px;
}
.serv_txt li {
	padding: 10px;
	border-bottom: 1px solid #f8f8f8;
	color: #444;
	font-size:13px;
}
.serv_more {
	clear: both;
	z-index:100;	
	display: block;
	text-align: center;
	position:relative;	
	padding: 0px 10px 10px;
}
.serv_loop:nth-child(2n+2) .serv_more a{
	background:#745088;
}
.serv_more a {
	background: #4e946f;
	color: #fff;
	display: block;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	line-height: 45px;
	font-weight:400;
	text-align: right;
	padding: 0px 15px 0px 5px;
	border-radius: 40px;
}
.serv_more a:after{
	content:"\f177";
	font-family:FontAwesome;
	background:#fff;
	color:#080e32;
	width:30px;
	height:30px;
	display:block;
	float:left;
	line-height:30px;
	border-radius:30px;
	text-align:center;
	font-weight:normal;
	margin-top:7px;
}
.serv_more a:hover,.serv_loop:nth-child(2n+2) .serv_more a:hover{
	background:#ddd;
	color:#080e32;
}
/*end services*/
/*start whoisus*/
#whoisus{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
.whoisus_left{
	float:right;
	width:32%;
	position:relative;
	box-shadow:0 0 15px 0 hsla(148, 38%, 84%, 0.75);
	border:10px solid rgba(78,148,111,0.2);
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translatex(0%);
}
.whoisus_left.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.whoisus_left ol li{
	display:block;
	position:relative;
	width:50%;
	height:175px;
	float:right;
}
.whoisus_left ol li a{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
.whoisus_left ol li a img{
	display:block;
	object-fit:cover;
	object-position:center;
	width:100%;
	height:100%;
}
.whoisus_left ol li a:before{
	content:"";
	background:rgba(00,00,00,0.4);
	width:100%;
	height:100%;
	top:0;
	right:0;
	position:absolute;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.whoisus_left ol li a:hover:before{
	background:rgba(00,00,00,0.2);
	transform:scale(0.8);
}
.whoisus_left h2 {
	background: #4e946f;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
}
.whoisus_left h2:before{
	font-family:FontAwesome;
	content:"\f16d";
	vertical-align:middle;
	margin-right:10px;
	font-weight:normal;
}
.whoisus_right {
	padding-top:0px;
	width: 62%;
	float: left;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translatex(0%);
}
.whoisus_right.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.whoisus_right li {
	padding:15px 20px;
	overflow: hidden;
	display: block;
	width: 100%;
}
.whoisus_right li:nth-child(2n+2){
	border:1px solid #e8f2ec;
}
.who_txt {
	overflow: hidden;
	padding-top: 15px;
	line-height: 2;
}
.who_txt h2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #745088;
	font-size: 16px;
	margin-bottom: 1px;
}
/*end whoisus*/
/*start contactus*/
#contactus{
	clear:both;
	display:table;
	background:#e8f2ec;
	margin-bottom:40px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
	overflow: hidden;	
}
#contactus.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	padding:40px;
	border-left:1px solid #eee;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	overflow:hidden;
}
.contactus_left h1{
	font-size:14px;
	text-transform:uppercase;
	color:#745088;
	font-weight:600;
	text-align:center;
	display:block;
	margin-bottom:0px;
}
.contactus_left h2{
	display:block;
	margin-bottom:20px;
	text-align:center;
	color:#080e32;
	font-weight:600;
	font-size:20px;
	text-transform:uppercase;
}
.contactus_left h2:after{
	display:block;
	content:"";
	width:30px;
	height:1px;
	background:#080e32;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}
.contactus_left b{
	display:block;
	width:50px;
	height:1px;
	background:#080e32;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.contactus_form label:before{
	font-family:FontAwesome;
	color:rgba(33,33,33,0.9);
	position:absolute;
	right:20px;
	font-size:13px;
	top:-1px;
}
.contactus_form label{
	display:block;
	width:100%;
	position:relative;
	background:#fff;
	margin-bottom:10px;
	height:50px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#000;
	text-transform:capitalize;
	font-size:13px;
	font-family:'ges', sans-serif;
	width:100%;
	font-weight:400;
	padding-right:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_name:before{
	content:"\f007";
}
.contactus_form label.con_email:before{
	content:"\f0e0";
}
.contactus_form label.con_phone:before{
	content:"\f095";
}
.contactus_form label.con_subject:before{
	content:"\f040";
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#fff;
	display:block;
	resize: none;
	color:#000;
	font-weight:400;
	border:none;
	width:100%;
	font-family:'ges', sans-serif;
	padding:15px 20px;
	font-size:13px;
}
.contactus_form button{
	border:none;
	display:block;
	width:100%;
	position:relative;
	background:#4e946f;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
	height:50px;
	padding:0px 20px;
	line-height:50px;
	font-family:'ges', sans-serif;
	font-weight:400;
	font-size:18px;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#745088;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right iframe {
	width: 100% !important;
	position:absolute;
	top:0;
	right:0;
	height: 100% !important;
}
/*end contactus*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_ul{
	overflow:hidden;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	background:#fff;
	overflow:hidden;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.news_top {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 20px;
}
.news_top p {
	display: block;
	width: 79px;
	float:right;
	height: 79px;
	line-height:1;
	background: #745088;
	padding: 16px 10px;
	text-align: center;
	font-weight:600;
	font-size: 30px;
	color: #fff;
}
.news_top p b {
	font-weight: 600;
	font-size: 13px;
	display: block;
}
.news_top h2 {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	margin-right: 100px;
	margin-top: 12px;
	height: 55px;
	overflow: hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height:215px;
	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_txt {
	padding: 25px;
	clear: both;
	display: block;
	text-align:center;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-weight:400;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	padding:0px 25px 25px;
	text-align: center;
}
.news_more a {
	display:inline-block;
	background: #53b99b;
	padding: 8px 15px;
	font-weight:500;
	color: #fff;
	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: #745088;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_all .social {
	float: none;
	margin: 0px 0px 22px;
	overflow: hidden;
	text-align: center;
}
.news_all .social li{
	display:inline-block;
	float:none;
}
.news_all .social li a {
	border: 1px solid #eee;
	width: 35px;
	height: 35px;
	border-radius:0px;
	background:none;
	margin: 0px 2px;
	color: #000;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.news_all .social li a:hover {
	border: 1px solid #745088;
	color: #745088;
	background:none;
}
/*end news*/