/*start body*/
body,html{
	height:100%;
	background-color:#fff;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:TitilliumWeb,cairo, 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:#00AEEF;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#92278F;
	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;
}
hr {
	margin: 30px 0px;
	border: none;
	background: #eee;
	height: 1px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	z-index:1000;
	height:45px;
	text-transform:uppercase;
}
.welcome{
	float:right;
	position:relative;
	font-size:12px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:45px;
}
.welcome span{
	color:#00AEEF;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:rgba(255,255,255,0.6);
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:45px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:middle;
	color:#00AEEF;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#92278F;
}
.s_contact li a:hover:before{
	color:#92278F;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:rgba(255,255,255,0.6);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 12px;
	line-height: 45px;
}
.social li a:hover{
	background:none;
	color:#00AEEF;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before,.my_products_share a.facebook:before{
	content:"\f09a";
}
.social li.twitter a:before,.my_products_share a.twitter: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,.my_products_share a.pinterest:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header{
	z-index:5000;
	width:100%;
	height:85px;
	float:right;
	clear:both;
	position:absolute;
	top:45px;
}
#header .width{
	position:relative;
	background:rgba(0,0,0,0.3);
	padding:0px 20px;
	border-radius:5px;
	height:100%;
}
.logo {
	float: right;
	position: relative;
	padding-top:15px;
}
.logo img {
	height:55px;
	float: right;
}
.logo img.logo2{
	display:none;
}
.get_qoute {
	float: left;
	margin-top: 17px;
	margin-right: 25px;
}
.get_qoute a {
	background: #00AEEF;
	border:1px solid #00AEEF;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	margin-left:10px;
	font-weight: 600;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	padding: 0px 18px;
	text-transform: uppercase;
}
.get_qoute a:first-child{
	background:none;
}
.get_qoute a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.get_qoute a b:after{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	margin-right:10px;
	content:"\f2bb";
}
.get_qoute a:last-child b:after{
	content:"\f2b6";
}
.get_qoute a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#92278F;
	z-index:1;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover:before{
	left:0;
}
.nav {
	float:left;
	margin-top:18px;
	margin-left:10px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:600;
	font-size:13px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#00AEEF;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#00AEEF;
	position:absolute;
	bottom:5px;
	left:100%;
	right:-500px;
	-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{
	left:35px;
	right:15px;
}
.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:#fff;
	width:245px;
	padding:20px;
	right:0px;
	border-radius:2px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:600;
	-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:10px 15px;
	color:#414142;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:600;
}
.nav li .sub ul li a:hover{
	background:#3b155d;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon.active span{
	color:#fff;
}
.search_icon span {
	display: block;
	font-weight: normal;
	border-radius: 2px;
	line-height: 35px;
	width: 40px;
	height: 40px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	z-index: 10006;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
	margin-right:0px;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: rgba(0,0,0,0.95);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #3b155d;
	height: 100px;
	border-top: 2px solid #3b155d;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family:TitilliumWeb,cairo, sans-serif;
	padding: 0px 20px 0px 75px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 45px;
	top: 0;
	color: #aaa;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background: #3b155d;
	width: 100%;
	height:85px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top: -1000px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.6);
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#3b155d;
	background-image:url(../images/bg/bg45.png);
	float:right;	
	width:100%;
	clear:both;
	padding:90px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	overflow:hidden;
	position:relative;
	margin-left:-20px;
	margin-right:-20px;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#f4f9fc;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:600;
	font-size:18px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#00AEEF;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about {
	clear: both;
	display: block;
	color:#aaa;
	font-size: 14px;
	font-weight:400;
}
.foot_logo img {
	height: 70px;
	margin-bottom:20px;
}
.foot_loop ul{
	clear:both;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:#aaa;
	font-size:14px;
	text-transform:uppercase;
	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:#00AEEF;
	padding-right:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"\f005";
	font-family:FontAwesome;
	background:#92278F;
	width:14px;
	height:15px;
	padding-left:1px;
	line-height:15px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	font-weight:normal;
	margin-left:5px;
	font-size:7px;
}
.foot_contact span{
	color: #fff;
	text-transform:uppercase;
	display: block;
	font-size: 14px;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.7);
	text-transform:capitalize;
	border-radius:3px;
	font-size: 13px;
	font-weight:400;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p a{
	color:rgba(255,255,255,0.7);
}
.foot_contact p a:hover{
	color:#00AEEF;
}
.foot_contact p b{
	font-weight:400;
	background:#92278F;
	padding:0px 5px;
	right:-20px;
	position:relative;
}
.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: 600;
	font-size: 13px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a,.foot_loop ul.foot_branch li a:hover{
	color:#fff;
	background:#00AEEF;
	border:1px solid #00AEEF;
}
.foot_bottom {
	margin-top: 10px;
	position:relative;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: right;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: right;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	border-radius:0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-right:3px;
	border:none;
	text-align:center;
	background: rgba(0,0,0,0.2);
	color: #fff;
}
#footer .social li a:hover{
	background:#00AEEF;
	color:#fff;
}
.contact_home {
	float:left;
}
.contact_home a {
	display: inline-block;
	font-weight: 600;
	padding: 10px 20px;
	background: #00AEEF;
	border: 1px solid #00AEEF;
	margin-left: 10px;
	text-align: center;
	position:relative;
	overflow:hidden;
	font-size: 15px;
	z-index:100;
	text-transform:uppercase;
	color: #fff;
}
.contact_home a b{
	font-weight:600;
}
.contact_home a:last-child {
	border: 1px solid rgba(255,255,255,0.2);
	background:none;
	color:#fff;
}
.contact_home a:before {
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align: 0px;
	margin-left: 5px;
	font-weight: normal;
	content: "\f015";
}
.contact_home a:last-child:before {
	content: "\f2b6";
}
.contact_home a:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#92278F;
	z-index:-1;
	top:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.contact_home a:hover:after{
	left:0;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#3b155d;
	background-image:url(../images/bg/bg45.png);
	border-top:1px solid rgba(255,255,255,0.1);
	color:#aaa;
	font-size:14px;
	text-transform:capitalize;
	position:relative;
}
.copyrights{
	float:right;
	line-height:45px;
	margin-right:30px;
}
.design{
	float:left;
	line-height:45px;
}
.design img{
	vertical-align:middle;
	margin-left:5px;
	height:13px;
}
.design a{
	color:#f4f9fc;
}
.design a:hover{
	color:#85b5e5;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:0px;
	display:none;
	width:40px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:#320d54;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#00AEEF;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	z-index:100;
	background-position:center;
	background-color:#3b155d;
	background-image:url(../images/bg/bg48.png);
	background-size:cover;
	margin-bottom:0px;
	overflow:hidden;
	width:100%;
	position:relative;
	height:725px;
	top:0;
	right:0;
}
#slideshow .width{
	overflow:hidden;
	height:100%;
	position:relative;
	padding-top:150px;
	padding-bottom:10px;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	right: 10px;
	top: 50%;
	margin-top:-30px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#00AEEF;
}
.cycle-pager span {
	margin-bottom:10px;
	width:13px;
	height:13px;
	border-radius:50%;
	border:1px solid rgba(255,255,255,0.5);
	cursor:pointer;
	display:block;
}
.slideshow{
	height:100%;
	width:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100%;
}
.slider_cont{
	display:table;
	direction:ltr;
	width:100%;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	width:40%;
	height:100%;
	position:relative;
}
.cycle-slide-active .slider_cont .slider_right{
    -webkit-animation: slideInTop 1s forwards;
    -ms-animation-name: slideInTop 1s forwards;
	-o-animation-name: slideInTop 1s forwards;
	-moz-animation-name: slideInTop 1s forwards;
	animation-name: slideInTop 1s forwards;
}
.slider_right img{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:60%;
	direction:rtl;
	height:100%;
	display:table-cell;
	padding-right:30px;
	padding-left:150px;
}
.cycle-slide-active .slider_cont .slider_left{
    -webkit-animation: slideInRight 1s forwards;
    animation: slideInRight 1s forwards;
	-ms-animation: slideInRight 1s forwards;
	-o-animation: slideInRight 1s forwards;
	-moz-animation: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	text-transform:capitalize;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:50px;
	margin-bottom:15px;
}
.slider_cont h2 b{
	font-weight:700;
	color:#00AEEF;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #aaa;
	line-height:1.6;
	font-size: 14px;
	font-weight:400;
	margin-bottom:40px;
}
.slider_left_link{
	margin-bottom:90px;
}
.slider_left_link a {
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:600;
	border-radius:5px;
	height:49px;
	line-height:47px;
	border:1px solid #00AEEF;
	padding:0px 30px;
	text-transform:uppercase;
	background:#00AEEF;
	position:relative;
	margin-left:20px;
	z-index:888;
	overflow:hidden;
}
.slider_left_link a:first-child b:after{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	content:"\f177";
	font-weight:normal;
	font-family:FontAwesome;
}
.slider_left_link a:last-child b:before{
	display:inline-block;
	vertical-align:0px;
	margin-left:10px;
	content:"\f144";
	font-weight:normal;
	font-family:FontAwesome5;
}
.slider_left_link a b{
	position:relative;
	z-index:100;
	font-weight:600;
}
.slider_left_link a:before{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	background:#92278F;
	width:100%;
	height:100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	z-index:1;
}
.slider_left_link a:hover:before{
	left:0;
}
.slider_left_link a:last-child{
	background:none;
}
/*end slideshow*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	background:#fff;
	margin-bottom:60px;
	direction:rtl;
	z-index:100;
}
#aboutus .width{
	padding:60px 0px 60px 0px;
	position:relative;
}
#aboutus:before{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	content:"";
	width:40%;
	background:#e5f1f5;
}
.aboutus_right{
	width:45%;
	display:table-cell;
	direction:ltr;
	vertical-align:top;
	z-index:10000;
	position:relative;
	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_left {
	width: 55%;
	display: table-cell;
	vertical-align: top;
	padding-right:40px;
	padding-top: 50px;
	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_right div {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	right: 0;
	padding:15px 0px 55px;
	background-size: 100% 100%;
}
.aboutus_right div img {
	width: 500px;
	height:500px;
	margin-bottom:100px;
	position:relative;
	display: block;
	border-radius:50%;
	border:10px solid #fff;
	object-fit: cover;
	object-position:center;
}
.aboutus_left_txt {
	font-size: 15px;
	font-weight: 400;
	color:#555;
	line-height:1.9;
	clear:both;
}
.aboutus_left_txt li {
	display: block;
	overflow: hidden;
	margin-bottom: 7px;
	padding-right: 40px;
	font-size: 15px;
	width: 50%;
	float: right;
}
.aboutus_left_txt li:before{
	content:"\f00c";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-left:5px;
	color:#00AEEF;
}
.aboutus_left_txt_inside{
	padding:20px 10px;
	margin:30px 0px;
	position:relative;
	background:#e5f1f5;
	border-radius:5px;
}
.aboutus_left_txt_inside:before{
	content:"";
	background:#e5f1f5;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:-50%;
	z-index:-1;
}
.aboutus_left_txt h1{
	font-weight:600;
	font-size:17px;
}
.aboutus_left_txt h3{
	font-weight:600;
	font-size:17px;
}
.aboutus_left_txt h1:before{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#92278F;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
/*end aboutus*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:50px;
	float:left;
	z-index:100;
}
.data2_list {
	width: 100%;
	position:relative;
	margin:0 -15px;
	z-index:101;
}
.data2_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	padding:15px;
	height: 100%;
}
.data2_all{
	width:100%;
	padding:45px 50px;
	border:1px solid #f2e6f2;
}
.data2_list li span {
	z-index: 101;
	width: 74px;
	height: 74px;
	line-height: 74px;
	position: relative;
	color: #fff;
	background: #00AEEF;
	font-size: 38px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	border-radius: 7px;
}
.data2_list li span:before{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data2_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	color:#333;
	position: relative;
}
.data2_list li p b {
	display: block;
	color: #3b155d;
	z-index: 101;
	position: relative;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data2_list li p a {
	height: 60px;
	width: 60px;
	display:block;
	font-size: 20px;
	margin-top:15px;
	border-radius: 50%;
	color:#000;
	text-align:center;
	line-height:60px;
	border:1px solid #f2e6f2;
}
.data2_list li p a:before{
	content:"\f104";
	font-family:FontAwesome;
}
.data2_list li p a:hover{
	background:#00AEEF;
	border:1px solid #00AEEF;
	color:#fff;
}
/*end data2*/
/*start services*/
#services {
	clear: both;
	display: block;
	margin-bottom: 40px;
	padding-bottom:60px;
	float: right;
	width: 100%;
}
.services{
	display:block;
}
.services_home{
	float:left;
	width:65%;
}
.data3_list {
	position:relative;
	z-index:101;
}
.data3_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:50%;
	border:1px solid #e9ecf4;
	height: 100%;
}
.data3_list li:nth-child(2n+2){
	border-right:none;
}
.data3_list li:nth-child(1),.data3_list li:nth-child(2),.data3_list li:nth-child(3),.data3_list li:nth-child(4),.data3_list li:nth-child(5),.data3_list li:nth-child(6){
	border-bottom:none;
}
.data3_all{
	width:100%;
	padding:30px;
	transition:all 0.4s ease;
}
.data3_list li span {
	float:right;
	color:#10207f;
	font-size:60px;
	font-weight:normal;
	display:none;
}
.data3_list li span:before{
	font-family:Flaticon,FontAwesome5,FontAwesome,iconmoon;
}
.data3_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	position: relative;
	height: 45px;
}
.data3_list li img {
	height: 90px;
	width: 90px;
	object-fit: cover;
	border-radius: 50%;
	margin-top: -75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
}
.data3_list li b {
	display: block;
	color: #3b155d;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data3_list li a{
	display: inline-block;
	margin-top: 20px;
	color: #00AEEF;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:600;
}
.data3_list li a:after{
	content:"\f066";
	font-family:FontAwesome;
	font-weight:normal;
	vertical-align:middle;
	margin-right:10px;
}
.data3_list li a:hover{
	color:#92278F;
}
.services_data {
	background-position:center;
	color: #fff;
	float: right;
	width: 33.33%;
	padding:66px 55px;
	border-radius:5px;
	font-size:15px;
	position:relative;
}
.services_data:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#00AEEF;
	border-radius:5px;
	opacity:0.9;
}
.services_data_txt{
	position:relative;
}
.services_data_txt h2 {
	font-weight: 600;
	display: block;
	font-size: 35px;
	line-height: 1.1;
	margin-bottom:10px;
}
.services_data_txt p {
	line-height: 2;
	margin-bottom:50px;
}
.services_data_txt a{
	clear:both;
	font-size:14px;
	display:inline-block;
	font-weight:600;
	text-transform:uppercase;
	background:#fff;
	color:#00AEEF;
	padding:10px 25px;
	border-radius:30px;
	margin-top:10px;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
	z-index:888;
}
.services_data_txt a:after{
	content:"\e72e";
	font-weight:normal;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align:middle;
	margin-right:8px;
}
.services_data_txt a:hover{
	color:#92278F;
}
.services_data_txt img {
	display: block;
	position: relative;
	top: 100px;
	border-radius:20px;
	margin-top: -100px;
	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%);
}
#services .width.scroll .services_data_txt img{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
/*end services*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title h2 {
	font-weight:700;
	font-size:45px;
	position:relative;
	margin-bottom:10px;
	color: #3b155d;
	text-transform:capitalize;
	line-height:1.2;
	display:block;
}
.pages_title.withwhite h2,.pages_title.withwhite span{
	color:#fff;
}
.pages_title h2 b{
	font-weight:700;
	color:#00AEEF;
}
.pages_title span{
	font-size:16px;
}
/*end pages title*/
/*start data*/
#data {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom:80px;
	z-index: 600;
}
#data .width{
	padding:0px 20px;
}
.data_table{
	display: table;
}
.data_right {
	display: table-cell;
	width: 50%;
	position: relative;
	text-align:left;
	height:100%;
	vertical-align: middle;
}
.data_right img{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:right;
}
.data_left {
	display:table-cell;
	padding-left:35px;
}
.data_left li {
	overflow: hidden;
	border-bottom:1px solid #eee;
}
.data_left_txt {
	padding-bottom:30px;
	font-size:16px;
	font-weight:400;
	display:none;
}
.data_left_top {
	padding:20px 0px;
	cursor:pointer;
	overflow: hidden;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_left_top h3 {
	font-weight: 600;
	font-size: 18px;
	text-transform:capitalize;
	color: #3b155d;
}
.data_left li.open_data .data_left_top span:after{
	content:"-";
	border:1px solid #00AEEF;
	color:#00AEEF;
}
.data_left_top span:after {
	position: absolute;
	content: '+';
	width: 25px;
	height: 25px;
	line-height: 22px;
	left:0px;
	top: 19px;
	color: #3b155d;
	text-align: center;
	border:1px solid #eee;
	border-radius: 50%;
	font-weight:500;
	font-size: 21px;
}
/*end data*/
/*start team*/
#team{
	float:right;
	width:100%;
	overflow:hidden;
	clear:both;
	background:#fff;
	margin-bottom:60px;
}
#team .pages_title{
	text-align:center;
}
#team .social li a {
	display: block;
	font-size:13px;
	height:50px;
	color: #fff;
	z-index:11;
	position:relative;
	min-width:45px;
	text-align:center;
	line-height: 50px;
}
.team_ol {
	clear: both;
	display: block;
}
.team_ol_slider{
	visibility:hidden;
}
.team_ol_slider.slick-initialized {
	visibility:visible;
	direction:ltr;
}
.team_ol li {
	display: block;
	float: right;
	width: 25%;
	overflow: hidden;
	padding:15px;
}
.team_all {
	width: 100%;
	position: relative;
	display: block;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}
.team_img {
	width: 100%;
	height: 280px;
	display: block;
	overflow:hidden;
	position: relative;
}
.team_all:hover .team_img img{
	transform:scale(1.08);
}
.team_img img{
	width: 100%;
	height:100%;
	object-fit:cover;
	object-position:top;
	display:block;
	-moz-transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
}
.team_all p {
	display: block;
	padding:40px 20px 20px;
	text-transform:uppercase;
	color: #00AEEF;
	font-weight: 600;
	text-align:right;
	font-size:17px;
}
.team_all b {
	color: #555;
	font-weight:normal;
	display:block;
	font-size:14px;
	clear:both;
	width:100%;
}
.team_social {
	position: absolute;
	top: 238px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	right: 0;
}
#team .social{
	float:none;
	width:auto;
	padding:0;
}
#team .team_social .social li{
	padding:0px 5px;
	float:none;
	display:inline-block;
	width:auto;
}
#team .team_social .social li a {
	width: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
	line-height: 35px;
	background:rgba(255,255,255,0.7);
	color: #000;
	min-width: auto;
}
#team .team_social .social li a:hover{
	background:#00AEEF;
	color:#fff;
}
/*end team*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	padding:50px 0px;
	background-color:#3b155d;
	background-image:url(../images/bg/bg45.png);
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 180px;
	margin: 0px auto;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #fff;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#00AEEF;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
#news .pages_title{
	text-align:center;
}
.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: 250px;
	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;
	left: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #00AEEF;
	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:20px;
	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: #3b155d;
	overflow: hidden;
	height:30px;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
	text-transform:uppercase;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #00AEEF;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-right: 10px;
	content: "\f060";
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #92278F;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/