/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:Changa, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#763f9f;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#95318f;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1280px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  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:#763f9f;
	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;
	line-height:55px;
	position:relative;
	padding-left:30px;
	text-transform:uppercase;
	background:#763f9f;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #aa53a5;
	height: 55px;
	left: 10px;
	right: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more:hover:after{
	opacity:0;
}
.play_more a:after{
	content:"\f101";
	font-family:FontAwesome;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:right;
	text-align:center;
	margin-left:30px;
	font-size:18px;
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:before{
	background:#95318f;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:-100%;
	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{
	top:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;
	display:block;
	z-index:2000;
	border-top:10px solid #763f9f;
	height:65px;
}
#top .width{
	padding-right:130px;
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li:last-child span{
	border-right:none;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:rgba(255,255,255,0.6);
	border-right:1px solid rgba(255,255,255,0.05);
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0px 10px;
	line-height:54px;
}
.s_contact li span{
	direction:ltr;
	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-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right: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:#763f9f;
	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;
}
.s_contact li:hover a:after,.s_contact li:hover span:after{
	top:0;
}
.social {
	float:left;
	margin-left:10px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li:first-child a{
	border-left:none;
}
.social li a {
	color:rgba(255,255,255,0.6);
	border-left: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-right:1px solid rgba(255,255,255,0.05);
}
.social li a:after{
	content:"";
	color:#fff;
	background:#763f9f;
	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*/
.top_slice {
	position: absolute;
	z-index: 2000;
	border-left: 200px solid transparent;
	border-top: 200px solid #763f9f;
	top: 0px;
	right: 0px;
}
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float: right;
	clear: both;
	position: absolute;
	top: 65px;
	right: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: left;
	position: relative;
	padding:5px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 75px;
}
.get_qoute {
	float: right;
	margin-top: 15px;
	margin-left:0px;
}
.nav {
	float:right;
	margin-top:20px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	text-transform:uppercase;
	font-size:15px;
	position:relative;
}
.nav li a i{
	font-style:normal;
	vertical-align:0px;
	margin-right:7px;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#95318f;
	display:inline-block;
	vertical-align:0px;
	margin-right:8px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#95318f;
	position:absolute;
	top:0px;
	left:15px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.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:#262424;
	width:225px;
	left:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#fff;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#763f9f;
	color:#fff;
	padding-left:17px;
}
.search_icon {
	float:right;
}
.search_icon svg {
	fill: #bbb;
	width: 20px;
	margin-left: 0px;
	margin-right:20px;
	height: auto;
	margin-top: 36px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10002;
	right: 0;
	top: 120px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #763f9f;
	font-size: 21px;
	right: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;
	left: 20px;
	fill: #763f9f;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	font-family:Changa, sans-serif;
	padding: 0px 75px 0px 48px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#25063b;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;	
	width:100%;
	clear:both;
	padding:100px 0px 0px;
	position:relative;
	border-bottom:10px solid #763f9f;
}
#footer .width{
	position:relative;
}
.bottom_slice {
	position: absolute;
	z-index: 200;
	border-left: 200px solid transparent;
	border-bottom: 200px solid #763f9f;
	bottom: 0px;
	right: 0px;
}
.foot_bg{
	background-image:url(../images/bg/bg50.webp);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0.04;
}
#footer .play_more{
	margin:0px 5px;
}
.foot{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	margin-bottom:30px;
	color:#aaa;
	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:#95318f;
	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:#bbb;
	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-right:5px;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#95318f;
	border-radius:5px;
	padding-left: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: left;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-right: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	padding-left:10px;
	color:#fff;
}
#bottom .social {
	float:left;
	margin-left:10px;
	margin-top:0;
}
#bottom .social li{
	display:block;
	position:relative;
	margin:0;
	float:left;
}
#bottom .social li:first-child a{
	border-left:1px solid rgba(255,255,255,0.05);	
}
#bottom .social li a {
	color:#eee;
	display: block;
	font-size: 14px;
	border-right:1px solid rgba(255,255,255,0.05);
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 30px;
	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-right: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:#bbb;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 400;
	padding-left: 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: #95318f;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: -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;
	text-transform:uppercase;
	font-weight:400;
}
.copyrights{
	float:left;
	line-height:80px;
}
.design{
	float:right;
	padding-right:150px;
	position:relative;
	z-index:500;
	line-height:80px;
}
.design a{
	color:#95318f;
}
.design a:hover{
	color:#fff;
}
/*end bottom*/
/*start newsbar_foot*/
#newsbar_foot {
	position:absolute;
	z-index:1000;
	clear:both;
	border:none !important;
	display:block;
	overflow:hidden;
	top:-145px;
	right:0px;
	direction:rtl;
	left:0px;
}
#news_tick_foot{
	background:#95318f;
	border:none !important;
	border-radius:100px !important;
	overflow:hidden;
	height:90px !important;
	position:relative;
	display:block;
}
.bn-news.bn_news_foot {
	border:none !important;
	margin-right:20px;
	margin-left:20px;
	height: 90px;
	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:17px;
	line-height: 90px;
	height: 90px;
}
.bn-news.bn_news_foot li a:hover{
	color: #fff;
}
/*end newsbar_foot*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#25063b;
	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 rgba(0,0,0,0.1);
	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:#95318f;
	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:#763f9f;
	border:5px solid #25063b;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	background:#25063b;
	width:100%;
	position:relative;
	overflow:hidden;
	top:0;
	right:0;
}
.slideshow{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-position:center;
	background-size:cover;
	z-index:20;
	opacity:0.1;
}
#slideshow h2{
	font-weight:400;
	display:block;
	text-align:center;
	color:#fff;
	position:relative;
	text-transform:capitalize;
	z-index:2200;
	padding:20px;
	margin-top:180px;
	margin-bottom:120px;
	font-size:25px;
}
.slider{
	clear:both;
	width:100%;
	z-index:200;
	float:right;
	padding-top:60px;
	direction:ltr;
	position:relative;
}
.slider_ul{
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
}
.slider_ul li{
	float:left;
	width:33.33%;
	padding:0px 1.1%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slider_ul li.slick-center{
	transform:scale(1.74);
}
.slider_ul li img{
	height:400px;
	width:100%;
	display:block;
	object-fit:cover;
	object-position:top;
	border-radius:20px 20px 0px 0px;
}
.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:#763f9f;
	border-radius:20px 20px 0px 0px;
	opacity:0.2;
	z-index:999;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.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 newsbar*/
#newsbar_section{
	clear:both;
	float:right;
	width:100%;
	background:#25063b;
	border-bottom:1px solid rgba(255,255,255,0.1);
	border-top:1px solid rgba(255,255,255,0.1);
}
#news-tick{
	border:none !important;
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: left;
	width: 120px;
	font-weight: 400;
	text-transform:uppercase;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #95318f;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#bbb;
	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:#95318f;
}
.bn-news {
	border:none !important;
	margin-left: 20px;
	margin-right: 115px;
	direction:rtl;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #bbb;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #95318f;
}
/*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:left;
	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:right;
	object-fit: cover;
}
.banner_all p {
	margin-right: 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: #763f9f;
	color: #fff;
	font-size: 14px;
	padding: 0px 35px;
	height: 40px;
	line-height: 40px;
	margin-top:10px;
	border-radius: 20px;
}
.banner_all a:hover{
	background:#222f3e;
}
/*end banner*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	background:#25063b;
	padding-top:50px;
	margin-bottom:50px;
}
.aboutus{
	margin:0 auto;
	width:1230px;
}
.aboutus_right{
	width:50%;
	float:left;
	padding-right:40px;
}
.aboutus_left{
	width:50%;
	padding-left:40px;
	float:left;
}
.aboutus_loop {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.aboutus_loop span {
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	line-height: 80px;
	text-align: center;
	background: #763f9f;
	color: #fff;
	font-size: 50px;
	border-radius: 5px;
	position: relative;
}
.aboutus_loop span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: -10px;
	top: 10px;
	background: #fff;
	border-radius: 5px;
	z-index: -1;
	opacity: 1;
}
.aboutus_loop_txt {
	margin-left: 110px;
}
.aboutus_loop_txt h2 {
	font-weight: 400;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.aboutus_loop_txt p {
	height: 90px;
	font-weight:200;
	overflow:hidden;
	color:#bbb;
	font-size:13px;
	display:block;
}
/*end aboutus*/
/*start aboutus_section*/
#aboutus_section{
	clear:both;
	width:100%;
	float:right;
	margin-bottom:80px;
}
.aboutus_section{
	display:table;
	width:100%;
}
.aboutus_section_right{
	display:table-cell;
	height:100%;
	width:33%;
	vertical-align:top;
	position:relative;
}
.aboutus_section_left{
	width:37%;
	display:table-cell;
	height:100%;
	vertical-align:top;
	position:relative;
}
.aboutus_section_center{
	width:30%;
	display:table-cell;
	height:100%;
	vertical-align:top;
	padding:0px 30px;
}
.aboutus_section_left img, .aboutus_section_right img {
	border-radius: 40px;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	object-position:center;
}
.aboutus_section_center_title {
	border:5px solid #ece9e2;
	border-radius: 20px;
	padding: 25px;
	margin-bottom:25px;
	text-align: center;
}
.aboutus_section_center_title h1 {
	color: #763f9f;
	font-weight: 400;
	font-size: 17px;
	display: block;
	margin-bottom: 5px;
}
.aboutus_section_center_title h2 {
	font-weight: 400;
	font-size: 20px;
	color: #25063b;
}
.aboutus_section_center_desc {
	border-radius: 20px;
	font-size:15px;
	border:5px solid #ece9e2;
	padding: 50px 25px;
	text-align: justify;
}
/*end aboutus_section*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	text-align:center;
	color: #666;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #c9961a;
	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: #c9961a;
	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: #222f3e;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 15px;
}
.pages_title p{
	height:5px;
	width:60px;
	border-radius:5px;
	position:relative;
	margin:20px auto 0px;
	background:#763f9f;
	display:block;
}
.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: left;
	width: 50%;
	padding:20px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_rights {
	position:relative;
	width: 60%;
	height:300px;
	float:right;
}
.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;
	right: 15px;
	top: 0px;
	line-height: 99px;
	text-align: center;
	font-size: 44px;
	color: #763f9f;
}
.serv_lefts {
	float:left;
	padding: 25px;
	position: relative;
	background: #fff;
	border-radius:15px;
	box-shadow:0px 4px 20px 5px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	margin-top: -110px;
	width: 60%;
}
.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: 69px;
	margin-bottom:5px;
	font-size: 13px;
	padding-right: 90px;
}
.serv_lefts a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	text-transform:uppercase;
	border-top:1px solid #eee;
	padding-top:20px;
}
.serv_lefts a:before{
	content:"\f061";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#763f9f;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-right: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 counts*/
#counts{
	clear:both;
	width:100%;
	margin-bottom:70px;
	float:right;
}
#counts .width{
	position:relative;
	background:#fafafa;
	overflow:hidden;
	border-radius:20px;
	display:table;
	direction:rtl;	
}
.counts_left {
	display: table-cell;
	width: 50%;
	position: relative;
	background-size: cover;
	background-position: center;
}
.counts_heart{
	width:60px;
	height:60px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	box-shadow:0 9px 16px rgba(41, 38, 50, 0.06);
	top:40px;
	right:25px;
	margin-top:-30px;
	text-align:center;
	line-height:95px;
}
.counts_right {
	direction: ltr;
	padding: 75px 45px;
	color: #333;
}
.counts_right h1 {
	font-weight: normal;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.counts_right h2 {
	font-size:25px;
	font-weight: 700;
	color: #222f3e;
	display: block;
	margin-bottom: 20px;
}
.counts_right ul {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 55px;
}
.counts_right ul li {
	display: block;
	float: left;
	width: 33.33%;
	border-right: 1px dashed rgba(0,0,0,0.2);
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	text-align: center;
	padding:25px 15px;
}
.counts_right ul li:nth-child(3n+3){
	border-right:none;
}
.counts_right ul li:nth-child(4),.counts_right ul li:nth-child(5),.counts_right ul li:nth-child(6){
	border-bottom:none;
}
.counts_right ul li span {
	font-family: FontAwesome;
	font-size: 60px;
	color: #763f9f;
	display:block;
}
.counts_right ul li h2 {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.counts_right p {
	font-size: 35px;
	font-weight: 400;
	display: block;
	text-align: center;
}
/*end counts*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:90px;
	width:95%;
	float:right;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #e8e1ee;
	z-index: -1;
	right: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:rtl;
}
.contactus_right .pages_title h2{
	text-align:left;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:ltr;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:ltr;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-right:50px;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:right;
}
.contactus_form label{
	display:block;
	width:49%;
	float:left;
	position:relative;
	background:#eaeaea;
	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-right: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:#eaeaea;
	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:#763f9f;
	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:#95318f;
	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*/