/*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:#41966d;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#70428a;
	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 20px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background:rgba(219,218,215,0.3);
  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:#41966d;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:13px;
	display:inline-block;
	font-weight:400;
	height:55px;
	text-transform:uppercase;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#41966d;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more a:after{
	content:"\f085";
	font-family:FontAwesome;
	color:#fff;
	width:30px;
	height:30px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	line-height:30px;
	margin-left:10px;
	margin-top:12px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:12px;
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:before{
	background:#70428a;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	top:0;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	top:0;
	right:0;
	margin-bottom:10px;
	float:right;
	z-index:2000;
}
#top .width{
	background-image:url(../images/bg/bg91.png);
	background-size:cover;
	background-position:bottom;
	background-color:#70428a;
	position:relative;
	overflow:hidden;
	height:54px;
	border-radius:0px 0px 20px 20px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li:last-child span{
	border-left:none;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:rgba(255,255,255,0.6);
	border-left:1px solid rgba(255,255,255,0.05);
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0px 15px;
	line-height:54px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#fff;
}
.s_contact li a:after,.s_contact li span:after{
	content:"";
	color:#fff;
	background:#41966d;
	position:absolute;
	right:0;
	left:0;
	height:10px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.s_contact li:hover a:after,.s_contact li:hover span:after{
	top:0;
}
.social {
	float:right;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:none;
}
.social li a {
	color:rgba(255,255,255,0.6);
	border-right:1px solid rgba(255,255,255,0.05);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:55px;
	line-height: 55px;
}
.social li:last-child a{
	border-left:1px solid rgba(255,255,255,0.05);
}
.social li a:after{
	content:"";
	color:#fff;
	background:#41966d;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li:hover a: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 top*/
/*start header*/
#header {
	float: right;
	clear: both;
	position:absolute;
	top:75px;
	z-index:1000;
	right:10px;
	left:10px;
}
#header .width{
	background:#f5f5f5;
	padding:0px 20px;
	border-radius:20px;
	margin-bottom:10px;
	height: 95px;
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding:16px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 75px;
}
.get_qoute {
	float: left;
	margin-top: 22px;
	margin-right:0px;
}
.nav {
	float:left;
	margin-top:27px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#333;
	line-height:50px;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.nav li a i{
	font-style:normal;
	vertical-align:0px;
	margin-left:7px;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#41966d;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:5px;
	border-radius:4px;
	background:#41966d;
	position:absolute;
	top:-27px;
	right:15px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#41966d;
}
.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:#fff;
	width:225px;
	right: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:#333;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.nav li .sub ul li a:hover{
	background:#70428a;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #333;
	width: 20px;
	margin-right: 10px;
	margin-left: 20px;
	height: auto;
	margin-top: 43px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10002;
	left: 0;
	top: 120px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #41966d;
	font-size: 21px;
	left:5px;
	top: 0px;
	text-transform: uppercase;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	border-radius:12px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 60px;
	position: absolute;
	right: 20px;
	fill: #41966d;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	font-family:Changa, sans-serif;
	padding: 0px 58px 0px 75px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	width:100%;
	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;
}
.nav_fix .width{
	background:#f5f5f5;
	box-shadow:0px 0px 8px -3px rgba(0,0,0,0.6);
	padding:0px 20px;
	border-radius:0px 0px 20px 20px;
	margin-bottom:10px;
	height: 95px;
	position:relative;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
}
/*end head_fix*/
/*start footer*/
#footer{
	float:right;	
	width:100%;
	clear:both;
	position:relative;
}
#footer .width{
	position:relative;
	overflow:hidden;
	padding:100px 0px 0px;
	background-color:#55316a;
	background-image:url(../images/bg/bg91.png);
	border-radius:20px 20px 0px 0px;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.bottom_slice {
	position: absolute;
	z-index: 200;
	border-right: 200px solid transparent;
	border-bottom: 200px solid #41966d;
	bottom: 0px;
	left: 0px;
}
#footer .play_more{
	margin:0px 5px;
}
#footer .play_more a:after{
	content:"\f07c";
}
#footer .play_more:last-child a:after{
	content:"\f2b6";
}
.foot{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 25px;
	margin-bottom:30px;
	color:#eee;
	position:relative;
	z-index:700;
	overflow:hidden;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_logo img {
	height: 80px;
	display: block;
	margin-bottom:20px;
}
.foot_loop h2{
	font-weight:600;
	font-size:17px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.05);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:4px;
	background-color:#41966d;
	display:block;
	margin-top:15px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
	padding:10px 0;
	color:#eee;
	position:relative;
	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:#41966d;
	border-radius:5px;
	padding-right:10px;
}
.foot_loop ul li a:after{
	width:100%;
	height:100%;
	position:absolute;
	bottom:-100px;
	right:0;
	content:"";
	background:url(../images/bg/bg41.png);
	background-size:cover;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.foot_loop ul li a:hover:after{
	bottom:0;
}
.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 #eee;
	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;
}
#bottom .social {
	float:right;
	margin-right:10px;
	margin-top:0;
}
#bottom .social li{
	display:block;
	position:relative;
	margin:0;
	float:right;
}
#bottom .social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);	
}
#bottom .social li a {
	color:#eee;
	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;
	text-align:center;
	width:auto;
	height:80px;
	line-height: 80px;
}
#bottom .social li a:hover{
	color:#fff;
}
.foot_contact{
	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(255,255,255,0.05);
	color:#eee;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 400;
	padding-right: 14px;
}
.foot_contact p b:before {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #41966d;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: -20px;
}
.foot_contact p b.foot_map:before{
	content:"\f041";
}
.foot_contact p b.foot_phone:before{
	content:"\f11f";
}
.foot_contact p b.foot_mail:before{
	content:"\f2b6";
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:80px;
	border-top:1px solid rgba(255,255,255,0.1);
	color:#fff;
	font-size:13px;
	margin-top:50px;
	padding:0px 20px 0px 30px;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	padding-left:150px;
	position:relative;
	z-index:500;
	line-height:80px;
}
.design a{
	color:#fff;
}
.design a:hover{
	color:#41966d;
}
/*end bottom*/
/*start newsbar_foot*/
#newsbar_footer {
	float: right;
	width: 100%;
	clear: both;
	position: relative;
	top: 28px;
	z-index: 100;
}
#newsbar_footer .width {
	position: relative;
	margin: 0px 100px;
}
#news_tick_foot{
	background:#41966d;
	border:none !important;
	border-radius:100px !important;
	overflow:hidden;
	height:60px !important;
	position:relative;
	display:block;
}
.bn-news.bn_news_foot {
	border:none !important;
	margin-right:20px;
	margin-left:20px;
	height: 60px;
	overflow: hidden;
}
.bn_news_foot li {
	display: inline-block;
	padding-left:30px;
}
.bn-news.bn_news_foot li a {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size:14px;
	line-height: 60px;
	height: 60px;
}
.bn-news.bn_news_foot li a:hover{
	color: #fff;
}
/*end newsbar_foot*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#41966d;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	left:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	background:#fff;
	border:5px solid #70428a;
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#41966d;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#41966d;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	margin-bottom:10px;
	z-index:1000;
	width:100%;
	float:right;
}
#slideshow .width{
	position:relative;
	background-image:url(../images/bg/bg91.png);
	background-color:#55316a;
	background-position:center top;
	background-repeat:repeat;
	border-radius:20px;
	overflow:hidden;
	height:100%;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	background:#fff;
	width:50px;
	height:50px;
	border-radius:50%;
	line-height:50px;
	margin-top:0px;
	color:#333;
	right:100px;
	bottom:20px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:40px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#41966d;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	right:35px;
	top:45%;
	margin-top:0;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #41966d;
}
.cycle-pager span {
	margin:6px 0px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	height:100%;
	padding:70px 80px 0px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:550px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:550px;
}
.slider_cont_center{
	max-width:550px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h1 {
	z-index:888;
	position: relative;
	display: inline-block;
	background:rgba(255,255,255,0.1);
	padding:3px 20px;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight:400;
	position:relative;
	margin-bottom:30px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.slider_cont h1:before{
	content:"";
	background:#41966d;
	width:2px;
	height:15px;
	position:absolute;
	top:0;
	left:0;
}
.slider_cont h1:after{
	content:"";
	background:#41966d;
	width:2px;
	height:15px;
	position:absolute;
	bottom:0;
	right:0;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:40px;
	margin-bottom: 25px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.cycle-slide-active .slider_cont p,.cycle-slide-active .slider_cont h1{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight:400;
	margin-bottom:50px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont .play_more{
	display:inline-block;
}
.slider_cont a{
	margin-left:10px;
	display:inline-block;
	z-index:888;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.slider_cont .play_more a:after{
	content:"\f02c";
}
.slider_cont .play_more:last-child a:after{
	content:"\f04b";
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:linear-gradient(-90deg, rgb(85 49 106 / 100%) 40%, rgba(85, 49, 106, 0) 100%);
	opacity:1;
}
/*end slideshow*/
/*start newsbar*/
#newsbar{
	margin-bottom:50px;
}
#news-tick {
	border: none !important;
	background-color:#55316a;
	background-image:url(../images/bg/bg91.png);
	overflow: hidden;
	border-radius:10px !important;
	overflow:hidden;
	height: 80px !important;
	position: relative;
	box-shadow:0 9px 16px rgba(41, 38, 50, 0.06);
	display: block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 80px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:80px;
	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:#41966d;
}
.bn-news {
	border:none !important;
	margin-right: 20px;
	margin-left: 115px;
	height: 80px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #fff;
	font-weight:400;
	line-height: 80px;
	height: 80px;
}
.bn-news li a:hover{
	color: #41966d;
}
/*end newsbar*/
/*start banner*/
#banners{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:80px;
}
#banners ul{
	margin:0px -20px;
}
#banners ul li{
	padding:0px 20px;
	width:50%;
	float:right;
	display:block;
	overflow:hidden;
}
.banner_all{
	overflow:hidden;
	border-radius:5px;
	padding:20px;
	border:1px solid #e1dbce;
}
.banner_all img {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	float:left;
	object-fit: cover;
}
.banner_all p {
	margin-left: 130px;
	font-size:15px;
}
.banner_all p b {
	font-weight: 400;
	color: #000;
	font-size: 18px;
	display: block;
	margin-bottom: 3px;
}
.banner_all a {
	display: inline-block;
	background: #41966d;
	color: #fff;
	font-size: 14px;
	padding: 0px 35px;
	height: 40px;
	line-height: 40px;
	margin-top:10px;
	border-radius: 20px;
}
.banner_all a:hover{
	background:#70428a;
}
/*end banner*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	z-index:100;
}
.data2_list {
	width: 100%;
	position: relative;
	padding-bottom:20px;
	margin:0px -20px;
}
.data2_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:50px;
	float:right;
	width: 50%;
}
.data_all4 {
	width: 100%;
	overflow: hidden;
	padding: 0px 40px;
	border-radius: 5px;
	position: relative;
	top: 0;
	transition: all 0.4s ease;
}
.data_all2 {
	position:relative;
}
.data_all2 {
	margin-right: 120px;
	padding-left: 30px;
}
.data2_list li:nth-child(2n+2) span{
	background:#ddebe4;
}
.data2_list li span {
	display: block;
	float: right;
	font-size: 35px;
	width: 80px;
	height: 80px;
	background: #ece1f2;
	border-radius:10px;
	text-align: center;
	line-height: 80px;
	color: #333;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_list li span:before{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data2_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #333;
	position: relative;
	font-weight:400;
}
.data2_list li p b {
	display: block;
	color: #545547;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data2*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	position:relative;
	margin-bottom:50px;
	z-index:500;
}
#aboutus .width{
	position:relative;
	background-image:url(../images/bg/bg91.png);
	background-color:#55316a;
	background-size:cover;
	background-position:center top;
	background-repeat:repeat;
	border-radius:20px;
	overflow:hidden;
	padding:50px 30px;
}
.aboutus_left{
	width:100%;
}
.aboutus_left .pages_title{
	text-align:right;
}
.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: #bbb;
	clear: both;
	line-height: 2;
}
#aboutus_tabled {
	clear: both;
	display: block;
	width: 100%;
	margin-top:25px;
	color:#bbb;
}
.aboutus_tabled_right, .aboutus_tabled_left {
	width: 50%;
	float: right;
	overflow: hidden;
}
.aboutus_tabled_right_call {
	clear: both;
	display: block;
	margin-bottom: 60px;
}
.aboutus_tabled_right_call span:before {
	content: "\f095";
	font-family: FontAwesome;
	background: #41966d;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	float: right;
}
.aboutus_tabled_right_call p {
	margin-right: 70px;
}
.aboutus_tabled_right_call p i {
	font-style: normal;
	font-size: 12px;
	display: block;
	padding-top: 5px;
}
.aboutus_tabled_right_call p b {
	font-weight: 400;
	direction: ltr;
	display: inline-block;
	letter-spacing: 1px;
	color: #fff;
	font-size: 16px;
}
.aboutus_tabled_left_box {
	width: 200px;
	float: left;
	border-radius:15px;
	padding: 25px;
	background: #41966d;
}
.aboutus_tabled_left_box_loop p {
	display: block;
	font-weight: 400;
	font-size: 25px;
	color: #c5eeda;
}
.aboutus_tabled_left_box_loop p:before{
	content:"+";
	display:inline-block;
	margin-left:4px;
}
.aboutus_tabled_left_box_loop:nth-child(2) p:before{
	content:"+K";
}
.aboutus_tabled_left_box_loop h2 {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}
/*end aboutus*/
/*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: #3c6553;
	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: #41966d;
	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: #41966d;
	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: #11304f;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p {
	height: 5px;
	width: 60px;
	border-radius: 5px;
	position: relative;
	margin: 20px 0px 0px;
/* 	background: #41966d; */
	display: block;
}
.pages_title.withwhite p:before,.pages_title.withwhite p:after{
	background:#55316a;
}
.pages_title p:before {
	content: "";
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: -4px;
	transform: rotate(-45deg);
}
.pages_title p:after {
	content: "";
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 45px;
	top: -4px;
	transform: rotate(-45deg);
}
/*end pages title*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
}
.servicess{
	clear:both;
	margin:0px -20px;
	display:block;
}
.servicess li {
	display: block;
	float: right;
	width: 50%;
	padding:20px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_rights {
	position:relative;
	width: 49%;
	height:300px;
	float:left;
}
.serv_rights a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_rights:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.serv_rights:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.serv_rights img {
	width: 100%;
	height:100%;
	border-radius:20px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_lefts span {
	width: 90px;
	height: 99px;
	position: absolute;
	left: 15px;
	top: 0px;
	line-height: 99px;
	text-align: center;
	font-size: 44px;
	color: #41966d;
}
.servicess li:nth-child(2n+2) .serv_lefts{
	background:#e5ebe9;
}
.serv_lefts {
	float:right;
	padding: 25px;
	position: relative;
	background: #fff;
	border-radius:15px;
	box-shadow:0px 4px 20px 5px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	width: 49%;
}
.serv_lefts h2 {
	font-weight: 400;
	font-size: 18px;
	display: block;
	margin-bottom: 12px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_lefts p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 160px;
	margin-bottom:5px;
	font-size: 13px;
	padding-left: 90px;
}
.serv_lefts a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	border-top:1px solid #eee;
	padding-top:20px;
}
.serv_lefts a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#41966d;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_lefts a:hover:before{
	transform:rotate(0deg);
}
/*end services2*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	position: relative;
}
#partners .width{
	position:relative;
}
.partners_next {
	position: absolute;
	top: 255px;
	right: 0px;
	z-index: 1000;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
}
.partners_next b {
	background: rgba(0,0,0,0.5);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.partners_next b:before {
	content: "";
	background: rgba(0,0,0,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.partners_next b:after {
	content: "";
	background: rgba(0,0,0,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.partners_prev {
	position: absolute;
	top: 255px;
	left: 0px;
	z-index: 1000;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
}
.partners_prev b {
	background: rgba(0,0,0,0.5);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.partners_prev b:before {
	content: "";
	background: rgba(0,0,0,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.partners_prev b:after {
	content: "";
	background: rgba(0,0,0,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
.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:10px;
	max-width:200px;
	height:150px;
	border-radius:20px;
	margin: 0px auto;
	border:1px solid #eee;
}
.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%;
	background: #fff;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	background:rgba(0,0,0,0.1);
	margin-left: 5px;
	border:none;
	width:30px;
	height:4px;
	cursor:pointer;
}
.slick-dots li.slick-active button{
	background:#41966d;
}
/*end partners*/
/*start slideshow*/
#slideshows{
	clear:both;
	display:block;
	z-index:100;
	overflow:hidden;
	margin-bottom:80px;
	width:100%;
	position:relative;
}
.sliders{
	clear:both;
	width:100%;
	float:right;
	margin-top:20px;
	position:relative;
}
.slider_ul{
	visibility:hidden;
	max-width:700px;
	margin:0px auto;
}
.slider_ul.slick-initialized {
	visibility:visible;
}
.slider_ul li{
	float:right;
	width:33.33%;
	margin-right:30px;
}
.slider_ul .slick-list {
	margin-right: -30px;
}
.slider_ul li img{
	height:480px;
	width:100%;
	border-radius:10px;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_ul li a{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
.slider_ul li a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#70428a;
	opacity:0;
	z-index:999;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slider_ul li a:hover:before{
	opacity:0.5;
}
.slider_ul li a:after{
	content:"\f002";
	font-family:FontAwesome;
	color:#fff;
	font-weight:normal;
	font-size:30px;
	position:absolute;
	width:50px;
	height:50px;
	z-index:999;
	transform:scale(0);
	line-height:50px;
	right:50%;
	top:50%;
	opacity:0;
	margin-top:-25px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slider_ul li a:hover:after{
	transform:scale(1);
	opacity:1;
}
.next_slider{
	position:absolute;
	top:50%;
	right:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.next_slider b {
	background: rgba(255,255,255,0.5);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.next_slider b:before {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.next_slider b:after {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.prev_slider{
	position:absolute;
	top:50%;
	left:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.prev_slider b {
	background: rgba(255,255,255,0.5);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.prev_slider b:before {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.prev_slider b:after {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
/*end slideshow*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
	width:95%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #e5ebe9;
	z-index: -1;
	left: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:ltr;
}
.contactus_right .pages_title h2{
	text-align:right;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:50px;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:49%;
	float:right;
	position:relative;
	background:#e5ebe9;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:Changa, sans-serif;
	width:100%;
	padding-left:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#e5ebe9;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:Changa, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:180px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#41966d;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:16px;
	font-family:Changa, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#70428a;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right .contactus_txt{
	color:#333;
	font-size:19px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #333;
	font-weight:600;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus*/