.icon_menu_open{
    right:117px;
}
/*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:#645fa8;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#292562;
	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;
}
#head_all{
	width:100%;
	clear:both;
	position:fixed;
	top:0;
	right:0;
	z-index:2000;
}
/*end body*/
/*start header*/
#header{
	clear:both;
	float:right;
	overflow:hidden;
	height:105px;
	background:#f3f3f3;
	width:100%;
}
.logo {
	margin-top:7px;
	float: right;
}
.logo img {
	height:85px;
}
.head_left{
	float:left;
	position:relative;
}
.details {
	float:right;
	display:block;
}
.details li {
	float: right;
	position: relative;
	padding:32px 0px 13px;
}
.details li span{
	float:right;
	border:2px solid #ccc;
	color:#333;
	width:50px;
	text-align:center;
	border-radius:2px;
	height:50px;
	line-height:46px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size:20px;
}
.details li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.details_all {
	overflow: hidden;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	border-left: 1px dashed rgba(255,255,255,0.2);
}
.details li:last-child .details_all{
	border-left:none;
}
.details_txt {
	margin-right:65px;
}
.details_txt h2 {
	font-weight: 400;
	color: #666;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom:2px;
}
.details_txt p {
	color: #000;
}
/*end header*/
/*start nav*/
#nav{
	clear:both;
	height:67px;
	width:100%;
	position:absolute;
	top:105px;
	right:0;
	z-index:1000;
}
#nav .width {
	height: 100%;
	width: 1010px;
	background: #fff;
	position: relative;
}
#nav .width:before {
	content: "";
	background: url(../images/bg/bg61.png);
	height: 67px;
	width: 101px;
	position: absolute;
	right: -100px;
	top: 0;
}
#nav .width:after {
	content: "";
	background: url(../images/bg/bg62.png);
	height: 67px;
	width: 101px;
	position: absolute;
	left: -100px;
	top: 0;
}
.nav li{
	float:right;
	position:relative;
	display:block;
}
.nav li a{
	height:67px;
	display:block;
	color:#282828;
	position:relative;
	padding:0px 20px;
	line-height:67px;
	font-size:14px;
	font-weight:400;
}
.nav li a:before{
	content:"";
	width:1px;
	height:15px;
	border-left:1px dashed #aaa;
	display:inline-block;
	position:absolute;
	left:0;
	top:26px;
}
.nav li:last-child a:before{
	display:none;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#645fa8;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 240px;
	display:none;
	box-shadow:0px 13px 30px -12px rgba(0, 0, 0, 0.75);
	top: 67px;
	right:0px;
	z-index:200;
	background-color:rgba(0,0,0,0.8);
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#aaa;
	height:auto;
	text-align:right;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#645fa8;
	color:#fff;
	padding-right:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f038";
	position:relative;
	display:inline-block;
	top:0;
	left:0;
	width:auto;
	height:auto;
	border-radius:0;
	border:none;
	background:none;
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 10px;
}
.nav_contact{
	float:left;
}
.nav_contact a{
	background:#1c1c1c;
	display:block;
	padding:0px 30px 0px 50px;
	font-size:14px;
	color:#fff;
	position:relative;
	height:67px;
	line-height:67px;
}
.nav_contact a:after{
	position:absolute;
	left:0px;
	top:0;
	font-size:16px;
	color:#645fa8;
	font-family:FontAwesome;
	content:"\f100";
}
/*end nav*/
/*start footer*/
#footer{
	background-color:#000;
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;	
	width:100%;
	clear:both;
	padding:90px 0px 0px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#bbb;
	overflow:hidden;
}
.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:#645fa8;
	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;
	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:#645fa8;
	border-radius:5px;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color:#fff;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.05);
	color:#bbb;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	border:1px dotted #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;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:80px;
	background-color:#000;
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	border-bottom:1px solid rgba(255,255,255,0.05);
	color:#bbb;
	font-size:13px;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	line-height:80px;
}
.design a{
	color:#645fa8;
}
.design a:hover{
	color:#fff;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:6500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:50px;
	display:none;
	width:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	line-height:45px;
	border-radius:50%;
	background:#645fa8;
	-webkit-animation-name: hvr-hang;
	animation-name: hvr-hang;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction:alternate;
	animation-direction:alternate;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#645fa8;
}
/*end totop*/
/*start partners*/
.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:150px;
	height:100px;
	border-radius:10px;
	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{
	opacity:0.8;
	border-radius:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.partners_slide li:hover img{
	opacity:1;
}
/*end partners*/
/*start social*/
.qrcode{
	background: #292562;
	position: fixed;
	left: 0px;
	bottom: 270px;
	z-index: 7000;
	text-align: center;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
}
.qrcode_txt {
	display: none;
	width: 255px;
	padding: 10px;
	overflow: hidden;
	color: #333;
	font-size: 11px;
	background: #fff;
}
.qrcode_txt img {
	max-width: 100%;
	margin-top: 10px;
}
.qrcode span p {
	display: none;
	font-size: 12px;
	text-align:right;
	padding-right:5px;
}
.qrcode span.active {
	width: 255px;
}
.qrcode span.active:before{
	float:left;
	width:40px;
}
.qrcode span{
	display:block;
	width:40px;
	text-align:center;
	cursor:pointer;
	color:#fff;
	line-height:35px;
	font-size:18px;
	height:35px;
}
.qrcode span:before{
	content:"\f029";
	font-family:FontAWesome;
}
.qrcode span.active:before{
	content:"\f00d";
	font-family:FontAWesome;
}
#social {
	background: #292562;
	position: fixed;
	width: 40px;
	left: 0px;
	bottom:50px;
	z-index: 7000;
	text-align: center;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
}
#social .social li a:hover{
	opacity:0.7;
}
#social .social li a {
	display: block;
	text-align: center;
	margin: 0;
	line-height: 35px;
	font-size: 13px;
	height: 35px;
	color: #fff;
	padding: 0;
	width: 40px;
}
#social .social li.whatsapp a {
	border-right: 4px solid #29b24b;
}
#social .social li.facebook a{
	border-right: 4px solid #3b5a99;
}
#social .social li.twitter a{
	border-right: 4px solid #429cd6;
}
#social .social li.linkden a{
	border-right: 4px solid #0077b5;
}
#social .social li.instagram a{
	border-right: 4px solid #4d62ad;
}
#social .social li.google a{
	border-right: 4px solid #dc4a37;
}
.social li.whatsapp a:before{
	content:"\f232";
}
.social li.linkden a:before{
	content:"\f0e1";
}
.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";
}
/*end social*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	margin-top:105px;
	position:relative;
	float:right;
	margin-bottom:60px;
	background:#1c1c1c;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:1000;
	bottom:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(255,255,255,0.1);
}
#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:rgba(255,255,255,0.2);
	top:50%;
	border-radius:50%;
	width:45px;
	height:45px;
	line-height:45px;
	margin-top:-35px;
	color:#fff;
	right:20px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .prev{
	left:20px;
	right:auto;
}
#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:#645fa8;
}
.cycle-pager {
	position: absolute;
	z-index:1400;
	font-size:0px;
	right:0px;
	bottom:20px;
	left:0;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#645fa8;
}
.cycle-pager span {
	margin:0px 7px;
	width:15px;
	height:15px;
	border-radius:50%;
	border:2px solid rgba(255,255,255,0.1);
	cursor:pointer;
	display:inline-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:100% 100%;
	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;
	width:100%;
	height:100%;
	padding:15px;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align:center;
	margin-bottom: 20px;
	padding-bottom:10px;
	line-height:1.2;
	margin-left:auto;
	margin-right:auto;
	color: #555;
}
.pages_title h1{
	font-weight:400;
	font-size:15px;
	margin-bottom:5px;
	display:block;
}
.pages_title h2{
	font-weight:600;
	font-size:45px;
	color:#000;
	margin-bottom:15px;
	display:block;
}
.pages_title p{
	width:52px;
	height:3px;
	display:block;
	margin:10px auto 0px;
	background:#645fa8;
}
/*end pages title*/
/*start services*/
#services{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
#services .pages_title h2{
	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%);	
}
#services .width.scroll .pages_title h2{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.services li{
	float:right;
	width:25%;
	overflow:hidden;
	text-align:center;
	padding:25px;
}
.services li:first-child{
	width:100%;
	text-align:right;
}
.services li:first-child .serv_all a.serv_all_big_img{
	width:70%;
	float:right;
	height:380px;
}
.services li:first-child:hover .serv_all a.serv_all_big_img img{
	transform:unset;
}
.serv_text {
	float: left;
	width: 30%;
	padding: 45px;
	background-color: #f8f8f8;
	height: 380px;
	position: relative;
}
.serv_text_img{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-image:url(../images/extra/back.webp);
	background-size:cover;
	background-position:center;
	opacity:0.2;
}
.services li:first-child .serv_text h2:after{
	display:none;
}
.services li:first-child .serv_text h2{
	color:#000;
	position:relative;
	font-size:25px;
	margin-bottom:15px;
}
.services li:first-child .serv_text p{
	text-align:justify;
	display:block;
	position:relative;
	margin-bottom:20px;
}
.services li:first-child .serv_text a{
	display:inline-block;
	background:#645fa8;
	font-size:13px;
	padding:5px 18px;
	position:relative;
	border-radius:4px;
	color:#fff;
}
.services li:first-child .serv_text a:hover{
	opacity:0.9;
}
.services li .serv_all_img{
	display:block;
	height:272px;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
}
.services li img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_all a{
	color:#000;	
}
.serv_all h2{
	font-weight:400;
	font-size:16px;
}
.serv_all h2:after{
	content:"";
	border-radius:10px;
	width:30px;
	height:3px;
	background:#645fa8;
	margin:10px auto 0px;
	display:block;
}
.services li:hover img{
	transform:scale(1.3);
}
.services li:hover a{
	color:#645fa8;
}
/*end services*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	overflow:hidden;
	margin-bottom:50px;
}
#aboutus .pages_title p{
	margin-right:0px;
	margin-left:0px;
}
#aboutus .width{
	position:relative;
	display:table;
}
.aboutus_right {
	width: 50%;
	height:100%;
	vertical-align: top;
	display: table-cell;
	position: relative;
	background-repeat: no-repeat;
	padding-left:20px;
	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 .width.scroll .aboutus_right{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right_img {
	width: 48%;
	position: absolute;
	left: 0;
	height: 100%;
}
.aboutus_right_img img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:top;
	border-radius: 5px;
}
.aboutus_right_txt {
	position:absolute;
	right:0;
	width:48%;
	height: 100%;
}
.aboutus_right_txt img{
	width:100%;
	height:70%;
	display:block;
	object-fit:cover;
	object-position:top;
	border-radius: 5px;
	margin-bottom:11%;
}
.aboutus_right_txt h2 {
	background-color: #645fa8;
	color: #fff;
	text-align: center;
	font-weight: 400;
	height: 25%;
	font-size: 22px;
	border-radius: 5px;
	line-height: 1.3;
	padding-top:40px;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-right:40px;
	padding-bottom:25px;
	display:table-cell;
	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 .width.scroll .aboutus_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 15px;
	font-weight: 400;
	margin-bottom:20px;
	text-align:justify;
	color: #333;
	clear: both;
	line-height: 2;
}
.aboutus_left_txt ol {
	margin-top: 30px;
	margin-bottom:40px;
	clear: both;
}
.aboutus_left_txt li {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 15px;
}
.aboutus_left_txt li b{
	width:16px;
	height:16px;
	background:#1c1c1c;
	border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-left:10px;
}
.aboutus_left_txt li b:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #645fa8;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
}
.aboutus_left_owner {
	overflow: hidden;
	display: block;
}
.aboutus_left_owner img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	border: 2px solid #645fa8;
	padding: 4px;
	float: right;
}
.aboutus_left_owner p {
	margin-right: 80px;
	margin-top: 6px;
}
.aboutus_left_owner p b {
	font-weight: 400;
	font-size: 20px;
	display: block;
	line-height: 1;
	margin-bottom: 3px;
	color: #1a3022;
}
/*end aboutus*/
/*start data*/
#data {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	float: right;
	z-index: 100;
}
.data{
	position:relative;
}
#data .pages_title h2,#news .pages_title h2,#my_top_table .pages_title h2{
	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%);	
}
#data .data.scroll .pages_title h2,#news .news.scroll .pages_title h2,#my_top_table .width.scroll .pages_title h2{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	float: right;
	width: 33.33%;
	padding: 60px 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%);
}
.data_list li:nth-child(2){
	transition-duration:1.2s;
}
.data_list li:nth-child(3){
	transition-duration:1.3s;
}
#data .data.scroll .data_list li{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data:before {
	background-image: url(../images/extra/arrow.webp);
	background-repeat: no-repeat;
	content: "";
	left: 359px;
	top: 205px;
	width: 200px;
	height: 50px;
	position: absolute;
	background-size: 100%;
}
.data:after {
	background-image: url(../images/extra/arrow2.webp);
	background-repeat: no-repeat;
	content: "";
	right: 359px;
	top: 205px;
	width: 200px;
	height: 50px;
	position: absolute;
	background-size: 100%;
}
.data_all{
	text-align:center;
}
.data_list li span {
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
	background:#645fa8;
	width:105px;
	height:105px;
	line-height:105px;
	border-radius:5px;
	font-size:40px;
	color: #fff;	
	display:block;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}
.data_list li span:before{
	position:relative;
	z-index:100;
}
.data_list li span:after{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	bottom:0;
	width:100%;
	background:#292562;
	border-radius:5px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list li:hover span:after{
	left:0;
}
.data_list li p {
	overflow: hidden;
	font-size: 14px;
	color:#555;
	z-index: 101;
	position: relative;
	max-width:250px;
	margin:20px auto 0px;
	height: 140px;
}
.data_list li p b {
	display: block;
	color: #000;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/
/*start downpdf*/
#downpdf{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
#downpdf .width{
	position:relative;
}
.downpdf{
	background-color:#eff1ed;
	border-radius:20px;
	overflow:hidden;
	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%);
}
#downpdf .width.scroll .downpdf{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.downpdf_right {
	float: right;
	overflow: hidden;
	width: 66%;
	padding: 81px 50px;
}
.downpdf_right h2 {
	font-weight: 400;
	font-size: 30px;
	display: block;
	color: #000;
	margin-bottom: 11px;
}
.downpdf_right p {
	font-size: 15px;
	color: #555;
}
.downpdf_left {
	float: left;
	position:relative;
	width:33.33%;
}
.downpdf_left img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.downpdf_left a:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	content:"\f11f";
}
.downpdf_left a {
	background: #645fa8;
	height: 70px;
	line-height: 60px;
	border-radius: 50%;
	color: #fff;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	position: absolute;
	left: 375px;
	top: 94px;
	width: 70px;
	z-index: 10;
	text-align: center;
	border: 5px solid #fff;
}
.downpdf_left a:hover{
	color:#fff;
	background:#292562;
	transform:scale(1.1);
}

/*end downpdf*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding:0px 80px 40px;
	display: block;
}
.news_ul.news_ul_slider{
	visibility:hidden;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	right: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #645fa8;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #000;
	overflow: hidden;
	height: 60px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #000;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #645fa8;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start top table*/
#my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
	overflow:hidden;
}
.my_top_table .pages_title,#news .pages_title{
	text-align:right;
	max-width:none;
	padding-right:25px;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	clear:both;
	display:block;
	overflow:hidden;
}
.list_top_left{
	width:100%;
	overflow:hidden;
}
.list_top_left li:nth-child(1){
	width:45%;
}
.list_top_left li:nth-child(2){
	width:55%;
}
.list_top_left li:nth-child(3){
	width:55%;
}
.list_top_left li:nth-child(4){
	width:45%;
}
.list_top_left li:nth-child(5){
	width:45%;
}
.list_top_left li:nth-child(6){
	width:55%;
}
.list_top_left li{
	display:block;
	float:right;
	height:238px;
	width:25%;
	overflow:hidden;
	padding:10px;
}
.news_shape{
	height:100%;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
}
.news_shape:before {
	position: absolute;
	width: 100%;
	right: 0;
	top:30%;
	left:0;
	bottom:0;
	content: "";
	opacity:1;
	z-index:500;
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.news_shape_img{
	top:0;
	right:0;
	left:0;
	bottom:0;
	overflow:hidden;
	position:absolute;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.news_shape:hover .news_shape_img{
	transform:scale(1.06, 1.06);
}
.news_shape_txt {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding:20px;
	color: #fff;
	z-index: 600;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_shape:hover .news_shape_txt{
	transform:translateY(-30%);
}
.news_shape_txt h2 {
	font-weight: 400;
	font-size: 16px;
	line-height:1.5;
	display: block;
}
/*end news shapes slide*/
/*start services*/
#map_go {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
	position:relative;
	float: right;
	width: 100%;
}
#map_go .width {
	display: table;
	padding:40px 0px;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.services_data {
	color: #333;
	width: 55%;
	padding: 55px 20px;
	position:relative;
	display: table-cell;
	vertical-align: top;
}
.services_data_txt h2 {
	font-weight: 700;
	display: block;
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 30px;
}
.services_data_txt ul {
	clear: both;
	display: block;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.services_data_txt ul li {
	display: block;
	padding-left: 45px;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 10px;
}
.services_data_txt ul li:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align:0px;
	display:inline-block;
	margin-left:10px;
}
.services_data_txt ul li.phone:before{
	content:"\f11f";
	top:-1px;
}
.services_data_txt ul li.mail:before{
	content:"\f2b6";
	top:-1px;
}
.services_data_txt ul li.mapi:before{
	content:"\f041";
}
.services_data_txt_left{
	display: table-cell;
	height: 100%;
	position:relative;
	
}
.contactus_form{
	clear:both;
	display:block;
	border-radius:10px;
	text-align:center;
	padding:20px;
}
.contactus_form h2 {
	background: #645fa8;
	color: #fff;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.1);
	text-align: center;
	padding:30px 25px;
	border-radius: 4px;
	font-weight: 700;
	font-size:30px;
	margin-top: -35px;
	margin-bottom: 40px;
}
.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;
	text-align:right;
	width:100%;
	border-bottom:1px solid #eee;
	position:relative;
	background:#fff;
	margin-bottom:10px;
	height:50px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label:after{
	content:"";
	width:100%;
	height:2px;
	position:absolute;
	bottom:0;
	right:0;
	transform:scale(0);
	display:block;
	background:#35a4dd;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.contactus_form label.focus:after{
	transform:scale(1);
}
.contactus_form label input{
	border:none;
	background:none;
	color:#000;
	text-transform:capitalize;
	font-size:15px;
	font-family:Changa, 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-bottom:1px solid #eee;
	border:none;
	width:100%;
	font-family:Changa, sans-serif;
	padding:15px 20px;
	font-size:13px;
	min-height:150px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#645fa8;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
	height:50px;
	padding:0px 30px;
	line-height:50px;
	font-family:Changa, sans-serif;
	font-weight:400;
	font-size:16px;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	opacity:0.8;
	-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 services*/
#news .pages_title{
	text-align:center;
}