/*start body*/
body,html,.my_all{
	height:100%;
}
body,.my_all{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#3a1467;
	font-family:'tajawal', sans-serif;
	font-size:14px;
	font-weight:500;
	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:#63359c;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#de6536;
	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;
}
/*end body*/
/*start skew*/
.skew:after{
	content:"";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #63359c;
	opacity:0;
	z-index:-1;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transform: skewX(-25deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.skew:hover:after{
	opacity:1;
}
.skew_border{
	position:absolute;
	width:1px;
	background-color:rgba(255,255,255,0.1);
	height:100%;
	top:0;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transform: skewX(-25deg);	
	left:0;
}
/*end skew*/
/*start top*/
#top{
	background-color:#3a1467;
	width:100%;
	z-index:1000;
	overflow:hidden;
	position:relative;
	display:block;
	height:40px;
}
.welcome{
	float:right;
	position:relative;
	font-size:12px;
	font-weight:600;
	color:#fff;
	line-height:40px;
	padding:0px 15px;
}
.welcome.skew:after{
	opacity:1;
}
.welcome span{
	color:#fff;
}
.social{
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #fff;
	z-index:11;
	padding: 0px 18px;
	font-size:12px;
	position:relative;
	line-height:40px;
}
.social li a:hover{
	color:#fff;
}
.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 top*/
/*start header*/
#header{
	background-color:#fff;
	background-image:url(../images/bg/bg46.png);
	background-position:top;
	background-repeat:repeat;
	width:100%;
	height:130px;
	clear:both;
	float:right;
	position:relative;
	z-index:1000;
}
.logo {
	float: right;
	margin-top: 10px;
}
.logo img {
	height: 107px;
}
.head_left {
	float: left;
	margin-top: 18px;
}
.head_txt {
	clear: both;
	display: block;
	height:85px;
}
.head_data {
	margin-left: 45px;
	overflow: hidden;
	height: 100%;
}
.head_data li {
	display: block;
	float: right;
	line-height: 1;
	text-transform:capitalize;
	padding: 23px 20px;
	height: 100%;
}
.head_data li i {
	display: block;
	float: right;
	color:#555;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 35px;
}
.head_data li span {
	margin-right: 55px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #63359c;
	padding-top: 5px;
}
.head_data li span p {
	display: block;
	color: #3a1467;
	font-weight: 600;
	margin-top: 8px;
}
.head_data li span p a{
	color:#3a1467;
}
/*end header*/
/*start nav*/
#nav {
	position: absolute;
	bottom: -55px;
	right: 0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	width: 100%;
}
.scrolled #nav {
	position: fixed;
	top: 0;
	z-index:2000;
	bottom: auto;
	background: #3a1467;
}
#nav .width{
	position:relative;
	height:55px;
}
#nav .width:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #3a1467;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.nav_contact {
	float: left;
	position: relative;
}
#nav ul{
	float:right;
}
#nav li{
	display:block;
	float:right;
	position:relative;
}
#nav li a,.nav_contact a{
	display: block;
	color: #fff;
	height:55px;
	line-height:55px;
	padding: 0px 20px;
	font-weight:600;
	position:relative;
	font-size:14px;
	z-index:105;
}
#nav li a:hover,#nav li:hover a,.nav_contact a{
	color:#fff;
}
.nav_contact a.skew:after,#nav li:hover a.skew:after{
	opacity:1;
}
#nav li:hover .sub{
	display:block;
}
.sub .sub{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	position:static;
}
.sub {
	position: absolute;
	width: 200px;
	box-shadow:0px 8px 14px -4px rgba(0, 0, 0, 0.15);
	display:none;
	top:55px;
	border-bottom:1px solid #e0e2fc;
	right:12px;
	background: #fff;
	z-index:200;
}
#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-weight:600;
	font-size:12px;
	color:#333;
	height:auto;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #eee;
}
#nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	font-weight:normal;
	content:"\f0a8";
	vertical-align:middle;
	margin-left:10px;
}
#nav li:hover .sub ul li a:hover{
	color:#fff;
	background:#63359c;
	padding-right:13px;
}
#nav li:before{
	display:none;
}
#nav li a:before{
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:5px;
	font-weight:normal;
	display:inline-block;
}
/*end nav*/
/*start footer*/
#footer{
	background-color:#3a1467;
	background-image:url(../images/bg/bg45.png);
	background-position:top;
	background-repeat:repeat;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
#footer .social{
	clear:both;
	overflow:hidden;
	float:none;
	text-align:center;
}
#footer .social li{
	display:inline-block;
	float:none;
}
#footer .social li a{
	border:3px solid rgba(255,255,255,.33);
	width:45px;
	height:45px;
	margin-right:2px;
	margin-left:2px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	color:#fff;
	text-align:center;
	border-radius:100px;
	z-index:100;
	line-height:40px;
	display:block;
	position:relative;
}
#footer .social li a:hover{
	color:#fff;
	border-color:transparent;
}
#footer .social li a span{
	transform:scale(0,0);
	position:absolute;
	width:45px;
	height:45px;
	top:-3px;
	right:-3px;
	z-index:-1;
	border:3px solid #63359c;
	background:#63359c;
	border-radius:100px;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
#footer .social li a:hover span{
	transform:scale(1,1);
}
#footer .social li a:after{
	display:none;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	display: flex;
  justify-content: center;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#fff;
	overflow:hidden;
}
.foot_loop h2 {
	font-weight: 700;
	font-size: 14px;
	z-index: 1;
	position: relative;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
}
.foot_loop h2.skew:after{
	opacity:1;
}
.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{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	padding: 8px 0 8px;
	position:relative;
	color:#fff;
	font-size:13px;
	font-weight:600;
}
.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:#63359c;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.05);
	color: #fff;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.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";
}
.foot_loop ul.foot_branch li {
	display: block;
	float: right;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 400;
	font-size: 13px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a{
	color:#fff;
	background:#63359c;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#63359c;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#3a1467;
}
/*end totop*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#3a1467;
	background-image:url(../images/bg/bg45.png);
	background-position:top;
	background-repeat:repeat;
	border-top:1px solid rgba(255,255,255,0.05);
	color:#fff;
	font-size:12px;
	font-weight:500;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#63359c;
}
.design a:hover{
	color:#fff;
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	z-index:100;
	background:#63359c;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	background-color:rgba(0,0,0,0.3);
	background-image:url(../images/bg/bg3.png);
	background-repeat:repeat;
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
#progress_a{
	width:70%;
	left:0px;
	position:absolute;
	z-index:101;
	top:0;
}
#progress{
	height:5px;
	float:left;
	background:rgba(255,255,255,0.3);
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:35px;
	text-align:center;
	position:absolute;
	top:50%;
	width:30px;
	color:#fff;
	left:0px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:0px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	opacity:0.5;
}
.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%;
	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;
}
.slider_cont_all{
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:0px auto;
	position:relative;
	z-index:800;
	display:block;
	padding:0px 50px 0px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	text-shadow:1px 1px 1px #212121;
	font-size: 45px;
	margin-bottom: 35px;
}
.slider_cont h2 span{
	color:#63359c;
}
.slider_cont h2:before{
	content:"";
	width:10%;
	height:4px;
	margin-bottom:25px;
	border-radius:10px;
	background:#63359c;
	display:block;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	padding:10px 30px;
	position:relative;
	z-index:888;
}
.slider_cont a.skew:after{
	opacity:1;
}
.slider_cont a:last-child{
	color:#63359c;
	margin-right:8px;
}
.slider_cont a.skew:last-child:after{
	background:#fff;
}
.slider_cont a.skew:hover:after{
	background:#3a1467;
}
.slider_cont a:last-child:hover{
	color:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 40px;
	top: 50%;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#63359c;
}
.cycle-pager span {
	margin-bottom:2px;
	width:9px;
	height:25px;
	border-radius:15px;
	border:1px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	border-bottom:1px solid #f0e8da;
	width:100%;
	position:relative;
	margin-bottom:50px;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	border-left:1px solid #f0e8da;
	padding: 80px 20px 80px;
	overflow: hidden;
}
.data_list li span{
	z-index:101;
	width:70px;
	height:70px;
	line-height:68px;
	border-radius:70px;
	border:2px solid rgba(33,33,33,0.2);
	position:relative;
	color:#212121;
	font-size:30px;
	margin-bottom:15px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.data_list li span:before{
	font-family:FontAwesome;
}
.data_list li p {
	overflow: hidden;
	font-size: 12px;
	z-index:101;
	color:#212121;
	position:relative;
	height:135px;
}
.data_list li p b {
	display: block;
	color: #63359c;
	z-index:101;
	position:relative;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	padding: 8px 15px;
	font-size: 12px;
	position:relative;
	z-index:1;
	font-weight: 600;
	border-radius: 2px;
}
.data_list li a.skew:after{
	opacity:1;
}
.data_list li a.skew:hover:after{
	background:#3a1467;
}
.data_list li a:hover {
	color:#fff;
}
.data_list li span:after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 10px;
	background: #63359c;
	position: absolute;
	left: 16px;
	top: -2px;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:10px 0px 40px;
}
#aboutus:before{
	content:"";
	position:absolute;
	height:200px;
	background-image:url(../images/bg/bg3.png);
	background-repeat:repeat;
	background-color:#3a1467;
	width:100%;
	bottom:20%;
	right:0;
}
#aboutus .width {
	background: #fff;
	position: relative;
	box-shadow: 0px 5px 15px 1px rgba(2,2,2,0.10);
}
.aboutus_table {
	display: table;
	width: 100%;
	overflow: hidden;
}
.aboutus_right {
	display: table-cell;
	width: 25%;
	overflow: hidden;
	vertical-align:top;
	background: #63359c;
	color: #fff;
	height:100%;
}
.aboutus_center {
	vertical-align: top;
	display: table-cell;
	width: 50%;
	padding: 30px;
}
.aboutus_left{
	vertical-align:top;
	height:100%;
	width:25%;
	display:table-cell;
	position:relative;
}
.aboutus_left img {
	object-fit: cover;
	object-position: top;
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
}
.count_loop {
	display: block;
	width: 50%;
	float: right;
	border-left: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	padding: 20px 15px;
}
.count_loop:nth-child(1),.count_loop:nth-child(2){
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.count_loop:nth-child(2n+2){
	border-left:none;
}
.count_loop span {
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}
.count_loop h2 {
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 13px;
}
.count_loop p {
	font-weight: 700;
	font-size: 30px;
	display: block;
	color: #212121;
}
.aboutus_center h2 {
	font-weight: 700;
	font-size: 19px;
	display: block;
	margin-bottom: 40px;
	color: #212121;
	text-shadow:5px 5px 1px #f5f5f5;
}
.aboutus_center h2 b{
	color: #63359c;
}
.aboutus_center_txt {
	clear: both;
	font-size: 14px;
	color: #666;
	line-height: 2;
}
/*end aboutus*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height:1.5;
	color: #212121;
	margin-bottom: 30px;
}
.pages_title.withwhite{
	color:#63359c;
}
.pages_title.withwhite h2{
	text-shadow:1px 1px 1px #000;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title.withwhite p{
	display:none;
}
.pages_title span{
	line-height:2;
	font-size:15px;
	color:#555;
	display:block;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	margin-bottom:5px;
}
.pages_title h2 {
	font-weight:700;
	font-size: 25px;
	margin-bottom:0px;
	text-shadow:5px 5px 1px #f5f5f5;	
}
.pages_title h2 b{
	color:#63359c;
}
.pages_title.withwhite h2 b{
	color:#fff;
}
.pages_title p{
	display:block;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:125px;
	height:13px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-color:#63359c;
}
/*end pages_title*/
/*start services*/
#services {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	overflow:hidden;
	margin-bottom: 40px;
}
.serv li{
	width:33.33%;
	float:right;
	padding:15px 25px;
	overflow:hidden;
}
.serv_all {
	width: 100%;
	display: block;
}
.serv_img {
	clear: both;
	display: block;
	width: 100%;
	height: 280px;
	overflow: hidden;
	background:#3a1467;
	margin-bottom: 15px;
	position: relative;
}
.serv_img img{
	object-fit:cover;
	object-position:top;
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.serv_all:hover .serv_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);
}
.serv_img a i {
	position:absolute;
	z-index:10;
	left:0;
	bottom:0;
	background-color: #fff;
	color: #63359c;
	font-size: 25px;
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	clear: both;
}
.serv_img a i:before{
	font-family:FontAwesome;
	font-style:normal;
}
.serv_img a i:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 140px 0 0 70px;
	border-color: transparent transparent transparent #FFFFFF;
	position: absolute;
	top: 0;
	right: -70px;
}
.serv_txt {
	clear: both;
	display: block;
	overflow: hidden;
}
.serv_txt h2 {
	font-weight: 700;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #212121;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.serv_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 85px;
	overflow: hidden;
	font-weight:600;
	margin-bottom: 20px;
}
.serv_more {
	clear: both;
	overflow: hidden;
	display:block;
	padding-right:10px;
}
.serv_more a:before{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:10px;
	content:"\f060";
	float:left;
}
.serv_more a{
	display:block;
	padding:10px 15px;
	color:#fff;
	position:relative;
	float:right;
	font-size:13px;
}
.serv_more a.skew:after{
	opacity:1;
}
.serv_more a.skew:hover:after{
	background:#3a1467;
}
.serv_slider{
	visibility:hidden;
}
.serv_slider.slick-initialized {
	visibility:visible;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:50px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border: 2px solid #3a1467;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#63359c;
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	padding: 70px 0px;
	background-image:url(../images/bg/bg45.png);
	background-position:top;
	background-repeat:repeat;
	background-color:#3a1467;
	background-repeat:repeat;
	background-position: center;
	margin-bottom:50px;
	position: relative;
}
.partners_slide{
	margin-top:40px;
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	direction:ltr;
}
.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:5px;
	margin:0px auto;
}
.partners_all img{
	display:block;
	object-fit:cover;
	object-position:center;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:50px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
#partners .slick-dots li button {
	border: 2px solid rgba(255,255,255,0.5);
}
#partners .slick-dots li.slick-active button{
	background:#63359c;
}
/*end partners*/
/*start projects*/
#projects{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
}
.my_projects {
	clear: both;
	display: block;
	overflow: hidden;
}
.my_projects li {
	display: block;
	float: right;
	overflow:hidden;
	width: 25%;
	padding: 1px;
}
.p_thumb {
	width: 100%;
	height: 229px;
	background:#3a1467;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.p_thumb img{
	width: 100%;
	object-fit:cover;
	object-position:top;
	height:100%;
}
.p_thumb a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.p_thumb a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	background:rgba(45, 45, 45, 0.44);
}
.p_thumb a:hover:before{
	background:none;
}
.p_thumb a:after{
	content:"\f002";
	font-family:FontAwesome;
	background:#63359c;
	width:40px;
	height:40px;
	border-radius:4px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:17px;
	opacity:0;
	position:absolute;
	top:50%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	margin-top:-20px;
	right:50%;
	margin-right:-20px;
}
.p_thumb a:hover:after{
	opacity:1;
}
/*end projects*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:50px;
	padding:40px 0px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	border:1px solid #eee;
	position:relative;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 240px;
	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%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_txt {
	padding: 20px;
	clear: both;
	display: block;
}
.news_date {
	clear: both;
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 15px;
	padding: 6px 15px;
	z-index: 1;
}
.news_date.skew:after{
	opacity:1;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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 20px 20px;
}
.news_more a {
	display: block;
	background: #3a1467;
	padding: 10px 15px;
	font-weight:600;
	color: #fff;
	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: #63359c;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start data*/
#data2 {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom:50px;
	z-index: 600;
}
#data2 .width {
	display: table;
}
#data2 .pages_title{
	width:30%;
	vertical-align:middle;
	display:table-cell;
}
.data_right {
	display: table-cell;
	width: 40%;
	position: relative;
	vertical-align: middle;
}
.data_left {
	display: table-cell;
	width: 30%;
	position:relative;
	padding-left:20px;
	padding-right:20px;
}
.data_left li {
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
	width:100%;
	display:block;
	box-shadow: 0 0 20px 0 #dddddd61;
}
.data_left li:last-child{
	margin-bottom:0;
}
.data_left li.open_data .data_left_top{
	background:#fff;
}
.data_left_txt {
	background: #fff;
	overflow: hidden;
	clear: both;
	display:none;
	font-size:14px;
	color:#666;
	padding:0px 20px 20px;
}
.data_left_top {
	padding: 20px;
	cursor:pointer;
	overflow: hidden;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	text-transform:capitalize;
}
.data_left_top h3 {
	font-weight:400;
	font-size: 19px;
	color: #000;
}
.data_left li.open_data .data_left_top span:after{
	content:"-";
}
.data_left_top span:after {
	position: absolute;
	content: '+';
	width: 35px;
	height: 35px;
	line-height: 38px;
	left:20px;
	top: 19px;
	color: #fff;
	text-align: center;
	background: #53b99b;
	border-radius: 50%;
	font-weight:500;
	font-size: 26px;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.contactus_form label:before{
	font-family:FontAwesome;
	color:rgba(33,33,33,0.9);
	position:absolute;
	right:20px;
	font-size:13px;
	top:-1px;
}
.contactus_form label{
	display:block;
	width:100%;
	position:relative;
	background:#f4f4f4;
	margin-bottom:10px;
	height:50px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-moz-border-radius:50px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label.con_name,.contactus_form label.con_namel,.contactus_form label.con_email,.contactus_form label.con_phone{
	float:right;
	width:50%;
}
.contactus_form label input,.contactus_form label select{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:'tajawal', sans-serif;
	width:100%;
	padding-right:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_name:before{
	content:"\f007";
}
.contactus_form label.con_namel:before{
	content:"\f007";
}
.contactus_form label.con_email:before{
	content:"\f0e0";
}
.contactus_form label.con_phone:before{
	content:"\f095";
}
.contactus_form label.con_serv:before{
	content:"\f02d";
}
.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:#f8f8f8;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:'tajawal', sans-serif;
	padding:10px 20px;
	border-radius:20px;
	min-height:150px;
	margin-top:20px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:block;
	width:100%;
	position:relative;
	background:#63359c;
	margin-bottom:10px;
	margin-top:20px;
	text-transform:uppercase;
	color:#fff;
	height:50px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-moz-border-radius:50px;
	padding:0px 20px;
	line-height:50px;
	font-family:'tajawal', sans-serif;
	font-size:15px;
	font-weight:700;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#333;
	color:#fff;
	-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 data*/
/*start whats_fix*/
.whats_fix{
	position:fixed;
	bottom:40px;
	left:20px;
	z-index:3000;
}
.whats_fix a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.whats_fix a {
	background: #63359c;
	color: #fff;
	display: block;
	width: 70px;
	position:relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
	border-radius: 50%;
}
.whats_fix a em {
	-webkit-animation-name: bullets1;
	animation-name: bullets1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #63359c;
	bottom: 0px;
	border-radius:70px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.whats_fix a:hover{
	color:#fff;
	background:#3a1467;
}
/*end whats_fix*/