/*start body*/
body,html{
	height:100%;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	direction: rtl;
	color: #333;
	background-image: url(../images/bg/bg56.png);
	background-position: center;
	background-repeat: no-repeat;
	counter-reset: counter;
	font-family: AbdElRadyPro, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	background-attachment: fixed;
}
.slider_url {
	clear: both;
	margin-top: 25px;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#13a4dd;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d54242;
	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:1200px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background:#fff;
  opacity:0.1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#13a4dd;
	opacity:0.8;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*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;
}
.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:#333;
	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:0px;
	color:#13a4dd;
	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:#13a4dd;
}
.s_contact li a:hover:before{
	color:#13a4dd;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#333;
	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:#13a4dd;
}
.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%;
	float:right;
	clear:both;
	position:fixed;
	top:45px;
	right:0;
}
#header .width{
	background:#fff;
	padding:0px 5px;
	border-radius:64px;
	position:relative;
	height:83px;
}
.logo {
	float: right;
	position: relative;
	padding-top: 9px;
}
.logo img {
	height: 65px;
	float: right;
}
.get_qoute {
	float: left;
	margin-top: 19px;
	margin-right:0px;
}
a.link_anim {
	background: #13a4dd;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 64px;
	color: #fff;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	padding: 0px 20px;
	text-transform: uppercase;
}
a.link_anim c{
	position:relative;
}
a.link_anim:hover b{
	right:0;
}
a.link_anim:hover e{
	left:0;
}
a.link_anim b{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#95b3b8;
	top:0;
	right:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
a.link_anim e{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#95b3b8;
	bottom:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover{
	color:#fff;
}
.get_qoute a c:before{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	margin-left:10px;
	position:relative;
	content:"\f2b6";
}
.nav {
	float:left;
	margin-top:0px;
	margin-left:10px;
}
.nav li{
	display:block;
	float:right;
	padding:0px 12px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	text-transform:uppercase;
	line-height:83px;
	font-weight:400;
	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:#13a4dd;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#13a4dd;
	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:hover .sub{
	top:88px;
	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;
	padding:20px;
	right:20px;
	left:20px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:55600;
	-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:right;
	width:20%;
	text-align:center;
	padding:0;
}
.nav li .sub ul li a:after,.nav li .sub ul li a:before{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#010937;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:400;
}
.nav li i {
	font-style:normal;
	margin-left:7px;
}
.nav li .sub i{
	margin:0px 0px 10px;
	display:block;
	font-size:30px;
}
.nav li .sub ul li a:hover{
	background:#13a4dd;
	border-radius:10px;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #333;
	width: 20px;
	margin-right: 0px;
	margin-left:20px;
	height: auto;
	margin-top:33px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10002;
	left: 0;
	top: 100px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #bbb;
	font-size: 21px;
	left: 10px;
	top: 0px;
	text-transform: uppercase;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background: #fff;
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	border-radius: 32px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 60px;
	position: absolute;
	right: 20px;
	fill: #13a4dd;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 15px;
	font-family: AbdElRadyPro, sans-serif;
	padding: 0px 48px 0px 75px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start bottom*/
#bottom {
	clear: both;
	display: block;
	float: right;
	color:#eee;
	padding:20px 0px;
	width: 100%;
	position:relative;
}
.copyrights,.design{
	clear:both;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #13a4dd;
	display:inline-block;
	margin-left:5px;
	color:#fff;
}
.design a:hover{
	color:#13a4dd;
	border-bottom:2px solid #fff;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#1d1c1c;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width{
	position:relative;
	height:100%;
	padding:80px 0px 70px;
	overflow:hidden;
}
.border_fix{
	position:absolute;
	top:0;
	bottom:0;
	right:25%;
	width:1px;
	background:#999;
	opacity:0.1;
	z-index:100000;
}
.border_fix2{
	position:absolute;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background:#999;
	opacity:0.1;
	z-index:100000;
}
#footer:before{
	content:"";
	background-image:url(../images/extra/footbg.png);
	background-position:left bottom;
	background-size:auto;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:5%;
}
#footer .width,#bottom .width{
	position:relative;
}
.foot{
	margin:0px -20px;
}
.foot_loop:nth-child(2){
	width:50%;
	padding-right:40px;
	padding-left:40px;
	text-align:center;
}
.foot_loop:last-child {
	padding-right:20px;
}
.foot_loop{
	width:25%;
	float:right;
	padding:20px;
}
.foot_loop h2{
	font-weight:400;
	font-size:24px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:12%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#13a4dd;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#eee;
	font-size: 13px;
	line-height:2;
}
.foot_logo{
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.foot_logo img{
	height:115px;
}
.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(0,0,0,.09);
	padding: 8px 0 8px;
	color:#eee;
	text-transform:uppercase;
	font-size:14px;
}
.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;
	color:#13a4dd;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#13a4dd;
	padding-right:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact e{
	display:inline-block;
	direction:ltr;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color: #eee;
	display: block;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.05);
	color: #fff;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	display:inline-block;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact b{
	font-weight:400;
	position:relative;
	display:block;
	padding-right:20px;
}
.foot_contact b:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	background: #13a4dd;
	color: #fff;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	position: absolute;
	text-align: center;
	right: -19px;
	top: 0px;
}
.foot_contact b.foot_phone:before{
	content:"\f11f";
}
.foot_contact b.foot_map:before{
	content:"\f041";
}
.foot_contact b.foot_email:before{
	content:"\f2b6";
}
#footer .social{
	float:none;
	margin-right:0;
	margin-left:0;
	text-align:center;
	margin-top:50px;
}
.foot_loop .social li{
	display:inline-block;
	position:relative;
	float:none;
	padding:0;
}
.foot_loop .social li a {
	display: block;
	z-index: 11;
	font-size: 13px;
	position: relative;
	border: none;
	border: 1px solid rgba(255,255,255,0.1) !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0px !important;
	text-align: center !important;
	border-radius: 50%;
	margin: 0px 3px;
	color:#eee;
}
.foot_loop .social li a:hover{
	border:1px solid #13a4dd;
	color:#13a4dd;
}
.foot_loop .social li a:before{
	font-family:FontAwesome;
	padding:0;
	color:inherit;
	margin:0;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.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 footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#3e395f;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#13a4dd;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before {
	font-family: FontAwesome;
	display: block;
	font-weight: normal;
	content: "\f062";
}
.toTop:hover{
	background:#13a4dd;
	border:5px solid #13a4dd;
	color:#fff;
}
/*end totop*/
/*start whatsapp*/
.slider_quest_all{
	position:fixed;
	z-index:50000000;
	left:10px;
	bottom:20px;
}
.slider_quest{
  -webkit-animation: movetopbounce 5s linear infinite;
  animation: movetopbounce 5s linear infinite;
}
.slider_quest:after {
	content: "";
	width: 13px;
	height: 30px;
	background: #fff;
	position: absolute;
	left: 51px;
	top: 37px;
	z-index:9000;
	transform: rotate(-54deg);
}
.slider_quest img {
	background: #fff;
	width: 50px;
	height: 50px;
	padding: 7px;
	border-radius: 10px;
	box-shadow: 0 20px 50px rgba(3,27,78,0.3);
	float: left;
}
.slider_quest_txt {
	float: right;
	background: #fff;
	border-radius: 10px;
	padding: 10px 25px;
	margin-right: 10px;
	margin-top: 50px;
	box-shadow: 0 20px 50px rgba(3,27,78,0.3);
}
.slider_quest_txt h4 {
	font-weight: 400;
	color: #555;
	font-size: 14px;
	display: block;
}
.slider_quest_txt h5 {
	color: #13a4dd;
	font-weight: 400;
	letter-spacing:3px;
	font-size: 14px;
}
/*end whatsapp*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	z-index:100;
	margin-bottom:70px;
	overflow:hidden;
	width:100%;
	position:relative;
	height:600px;
	top:0;
	right:0;
}
#slideshow .width{
	overflow:hidden;
	height:100%;
	position:relative;
	padding-top:100px;
	padding-bottom:10px;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 20px;
	top: 50%;
	margin-top:-30px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#13a4dd;
}
.cycle-pager span {
	margin-bottom:10px;
	width:13px;
	height:13px;
	border-radius:50%;
	background:rgba(33,33,33,0.1);
	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:43%;
	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:auto;
	width:100%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:67%;
	direction:rtl;
	height:100%;
	display:table-cell;
	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: #13a4dd;
	text-align:center;
	font-size:40px;
	margin-bottom:5px;
}
.slider_cont h1{
	font-size:25px;
	color:#555;
	font-weight:400;
	display:block;
	margin-bottom:20px;
}
.slider_cont h2 b{
	font-weight:700;
	color:#333;
}
.slider_cont p{
	font-size:16px;
}
.slider_info{
	position:absolute;
	right:0;
	bottom:30px;
}
.slider_info_img{
	float:left;
}
.slider_info h2{
	float:left;
	margin-left:-25px;
	font-weight:400;
	color:#aaa;
	font-size:16px;
	padding-top:14px;
}
.slider_info_img img{
	width:50px;
	height:50px;
	object-fit:cover;
	object-position:top;
	border-radius:50%;
	display:block;
	float:left;
	position:relative;
	border:2px solid rgba(255,255,255,1);
}
.slider_info_img img:nth-child(2){
	left:-15px;
}
.slider_info_img img:nth-child(3){
	left:-30px;
}
.slider_info_img img:nth-child(4){
	left:-45px;
}
/*end slideshow*/
/*start downpdf*/
#downpdf{
	float:right;
	width:100%;
	clear:both;
}
#downpdf .width{
	position:relative;
}
.downpdf{
	background-image:url(../images/bg/bg58.jpg);
	background-size:cover;
	background-position:center;
	background-color:#cfe6e7;
	border-radius:25px;
	margin:0px 50px;
	padding:60px 80px;
	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: 80%;
}
.downpdf_right h2 {
	font-weight: 700;
	font-size: 40px;
	display: block;
	line-height:1.3;
	color: #13a4dd;
	margin-bottom: 11px;
}
.downpdf_right p {
	font-size: 16px;
}
.downpdf_left {
	float: left;
}
.downpdf_left a {
	background: #13a4dd;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 15px;
	padding: 0px 30px;
	margin-top:48px;
	border-radius:30px;
	text-transform: uppercase;
}
.downpdf_left a:hover{
	color:#fff;
}
.downpdf_left a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.downpdf_left a b:after{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	vertical-align:middle;
	margin-right:10px;
	content:"\f177";
}
.downpdf_left a e{
	position:relative;
}
.downpdf_left a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#cfe6e7;
	border-radius:30px;
	transform:scale(0);
	top:0;
	left:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.downpdf_left a:hover:before{
	left:0;
	transform:scale(1);
}
.downpdf_cover {
	position: absolute;
	top: 0;
	right: 0px;
	background-image: url(../images/bg/bg54.png);
	height: 158px;
	overflow: hidden;
	width: 120px;
	z-index:100;
	background-size: cover;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.downpdf_cover2 {
	position: absolute;
	top: 100px;
	right: 0px;
	background-image: url(../images/bg/bg59.png);
	height: 133px;
	overflow: hidden;
	width: 103px;
	z-index:100;
	background-size: cover;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.downpdf_cover3 {
	position: absolute;
	top: 100px;
	left: -50px;
	background-image: url(../images/bg/bg58.png);
	height: 145px;
	overflow: hidden;
	width: 133px;
	z-index:100;
	background-size: cover;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
/*end downpdf*/
/*start newsbar*/
#newsbar {
	position:relative;
	z-index:1000;
	clear:both;
	border:none !important;
	margin-bottom:70px;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
}
#news-tick {
	border: none !important;
	background: #fff;
	overflow: hidden;
	height: 66px !important;
	position: relative;
	margin: 0px 80px 0px 50px;
	border-radius: 0px 0px 50px 0px !important;
	box-shadow:0 9px 16px rgba(41, 38, 50, 0.06);
	display: block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #333;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#333;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#13a4dd;
}
.bn-news {
	border:none !important;
	margin-right: 20px;
	margin-left: 115px;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #333;
	font-weight:400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #13a4dd;
}
/*end newsbar*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #222;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 700;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:2px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #13a4dd;
	top:9.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #13a4dd;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight:700;
	font-size: 40px;
	color: #1a3022;
	display: block;
	margin-bottom: 10px;
}
.pages_title h2 b{
	color:#13a4dd;
}
.pages_title span {
	font-size: 15px;
}
/*end pages title*/
/*start services*/
#services{
	float:right;
	width:100%;
	margin-bottom:70px;
	clear:both;
}
.serv_loop:nth-child(10),.serv_loop:nth-child(11){
	width:50%;
}
.serv_loop {
	float: right;
	width: 33.33%;
	padding:20px;
	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 .serv_loop{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.serv_all {
	background:#fff;
	border:4px solid rgba(0,0,0,0.1);
	background-position:center top;
	box-shadow: 0px 0px 30px -6px rgba(42, 67, 113, 0.1);
	border-radius: 20px;
	overflow: hidden;
	padding-bottom:40px;
	top:0;
	color: #555;
	z-index:1000;
	display: block;
	position: relative;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_all:hover{
	top:-20px;
}
.serv_img {
	position: relative;
	z-index: 100;
	margin-bottom: 20px;
	background: #13a4dd;
	display: inline-block;
	padding: 15px;
	border-radius: 0px 0px 0px 50px;
}
.serv_img img {
	height: 50px;
	filter: brightness(0) invert(1);
}
.serv_title {
	padding: 0px 20px 15px;
	position:relative;	
	z-index:100;	
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.serv_title a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	display: block;
	min-height: 55px;
}
.serv_txt {
	display: block;
	position:relative;	
	z-index:100;
	counter-reset: item;
}
.serv_txt li {
	padding:15px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	font-size: 14px;
	counter-increment: item;
}
.serv_txt li:before {
   content: counter(item)".";
   color: #13a4dd;
   display: inline-block;
   margin-left:5px;
 }
.serv_txt li:last-child{
	border-bottom:none;
}
.serv_more a {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	z-index:500;
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.3);
	text-align: center;
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:70px;
	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:10px;
	max-width:200px;
	height:150px;
	border-radius:50px;
	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%;
	background: #fff;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	background:rgba(0,0,0,0.1);
	margin-left: 5px;
	border:none;
	width:30px;
	height:4px;
	cursor:pointer;
}
.slick-dots li.slick-active button{
	background:#13a4dd;
}
/*end partners*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:50px;
	width:95%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #f2f4fa;
	z-index: -1;
	left: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:ltr;
}
.contactus_right .pages_title h2{
	text-align:right;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:50px;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:49%;
	float:right;
	position:relative;
	background:#eaeaea;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:AbdElRadyPro, sans-serif;
	width:100%;
	padding-left:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#eaeaea;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:AbdElRadyPro, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:180px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#13a4dd;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:16px;
	font-family:AbdElRadyPro, sans-serif;
	font-weight:400;
	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 .contactus_txt{
	color:#333;
	font-size:19px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #333;
	font-weight:600;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus*/